diff options
Diffstat (limited to 'tests/ui/suggestions/deref-path-method.stderr')
-rw-r--r-- | tests/ui/suggestions/deref-path-method.stderr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/suggestions/deref-path-method.stderr b/tests/ui/suggestions/deref-path-method.stderr index 0372a7e6c..a2b68fa96 100644 --- a/tests/ui/suggestions/deref-path-method.stderr +++ b/tests/ui/suggestions/deref-path-method.stderr @@ -16,6 +16,6 @@ help: the function `contains` is implemented on `[_]` LL | <[_]>::contains(&vec, &0); | ~~~~~ -error: aborting due to previous error +error: aborting due to 1 previous error For more information about this error, try `rustc --explain E0599`. |