]> git.lizzy.rs Git - rust.git/blob - tests/ui/lint/unused/unused-macro-with-bad-frag-spec.stderr
Rollup merge of #103236 - tspiteri:redoc-int-adc-sbb, r=m-ou-se
[rust.git] / tests / ui / lint / unused / unused-macro-with-bad-frag-spec.stderr
1 error: invalid fragment specifier `t_ty`
2   --> $DIR/unused-macro-with-bad-frag-spec.rs:6:6
3    |
4 LL |     ($wrong:t_ty) => ()
5    |      ^^^^^^^^^^^
6    |
7    = help: valid fragment specifiers are `ident`, `block`, `stmt`, `expr`, `pat`, `ty`, `lifetime`, `literal`, `path`, `meta`, `tt`, `item` and `vis`
8
9 error: aborting due to previous error
10