]> git.lizzy.rs Git - rust.git/blob - src/test/ui/parser/macro/trait-object-macro-matcher.stderr
Update const_forget.rs
[rust.git] / src / test / ui / parser / macro / trait-object-macro-matcher.stderr
1 error: expected type, found `'static`
2   --> $DIR/trait-object-macro-matcher.rs:9:8
3    |
4 LL |     m!('static);
5    |        ^^^^^^^ expected type
6
7 error: aborting due to previous error
8