]> git.lizzy.rs Git - rust.git/blob - src/test/ui/macros/macro-attribute.stderr
Rollup merge of #53413 - eddyb:featured-in-the-latest-edition, r=varkor
[rust.git] / src / test / ui / macros / macro-attribute.stderr
1 error: expected `]`, found `not_there`
2   --> $DIR/macro-attribute.rs:13:10
3    |
4 LL | #[doc = $not_there] //~ ERROR expected `]`, found `not_there`
5    |          ^^^^^^^^^ expected `]`
6
7 error: aborting due to previous error
8