]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/hygiene/trait_items.stderr
Rollup merge of #90202 - matthewjasper:xcrate-hygiene, r=petrochenkov
[rust.git] / src / test / ui / hygiene / trait_items.stderr
index 77ab6e589e07c00f7011a7bf38a5d21d6a34d79e..80bdbe0e21e04d4e84e4e2f4b41eae4824b9ce9c 100644 (file)
@@ -5,7 +5,7 @@ LL |         fn f(&self) {}
    |            - the method is available for `()` here
 ...
 LL |     fn f() { ::baz::m!(); }
-   |              ------------ in this macro invocation
+   |              ----------- in this macro invocation
 ...
 LL |     pub macro m() { ().f() }
    |                        ^ method not found in `()`