diff options
Diffstat (limited to 'tests/ui/underscore-imports')
-rw-r--r-- | tests/ui/underscore-imports/shadow.stderr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/underscore-imports/shadow.stderr b/tests/ui/underscore-imports/shadow.stderr index f2c19405b..da2631638 100644 --- a/tests/ui/underscore-imports/shadow.stderr +++ b/tests/ui/underscore-imports/shadow.stderr @@ -10,6 +10,6 @@ help: the following trait is implemented but not in scope; perhaps add a `use` f LL + use std::ops::Deref; | -error: aborting due to previous error +error: aborting due to 1 previous error For more information about this error, try `rustc --explain E0599`. |