]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/hygiene/expansion-info-reset.stderr
Rollup merge of #90202 - matthewjasper:xcrate-hygiene, r=petrochenkov
[rust.git] / src / test / ui / hygiene / expansion-info-reset.stderr
index 216f7a24a1e3af1377ad9d63cd2e76c55ce84e99..64d27e0648700ddb80f2cd19f68c63d2dc855d3d 100644 (file)
@@ -7,7 +7,7 @@ LL |     format_args!({ #[derive(Clone)] struct S; });
 help: you might be missing a string literal to format with
    |
 LL |     format_args!("{}", { #[derive(Clone)] struct S; });
-   |                  ^^^^^
+   |                  +++++
 
 error: aborting due to previous error