]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/hygiene/duplicate_lifetimes.stderr
Rollup merge of #90202 - matthewjasper:xcrate-hygiene, r=petrochenkov
[rust.git] / src / test / ui / hygiene / duplicate_lifetimes.stderr
index b699142c6787a8edb25f7441cb8c04bb49ef21fb..4d41ebaa4373359c2ba8837f9bc4aa72974f1110 100644 (file)
@@ -5,7 +5,7 @@ LL |     fn g<$a, 'a>() {}
    |              ^^ declared twice
 ...
 LL | m!('a);
-   | -------
+   | ------
    | |  |
    | |  previous declaration here
    | in this macro invocation
@@ -19,7 +19,7 @@ LL |     fn h<$a, 'a>() {}
    |              ^^ declared twice
 ...
 LL | n!('a);
-   | -------
+   | ------
    | |  |
    | |  previous declaration here
    | in this macro invocation