summaryrefslogtreecommitdiffstats
path: root/tests/ui/hygiene/trait_items.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/hygiene/trait_items.stderr')
-rw-r--r--tests/ui/hygiene/trait_items.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/hygiene/trait_items.stderr b/tests/ui/hygiene/trait_items.stderr
index 80bdbe0e2..f303534c7 100644
--- a/tests/ui/hygiene/trait_items.stderr
+++ b/tests/ui/hygiene/trait_items.stderr
@@ -14,7 +14,7 @@ LL | pub macro m() { ().f() }
= note: this error originates in the macro `::baz::m` (in Nightly builds, run with -Z macro-backtrace for more info)
help: the following trait is implemented but not in scope; perhaps add a `use` for it:
|
-LL | use foo::T;
+LL + use foo::T;
|
error: aborting due to previous error