summaryrefslogtreecommitdiffstats
path: root/src/test/ui/lint/unused/unused-macro-with-bad-frag-spec.stderr
blob: 6edf0a2cf8d526babbb7cddbfd3aae767ca556c2 (plain)
1
2
3
4
5
6
7
8
9
10
error: invalid fragment specifier `t_ty`
  --> $DIR/unused-macro-with-bad-frag-spec.rs:6:6
   |
LL |     ($wrong:t_ty) => ()
   |      ^^^^^^^^^^^
   |
   = help: valid fragment specifiers are `ident`, `block`, `stmt`, `expr`, `pat`, `ty`, `lifetime`, `literal`, `path`, `meta`, `tt`, `item` and `vis`

error: aborting due to previous error