rust/tests/ui/macros/issue-21356.stderr

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

11 lines
360 B
Plaintext
Raw Normal View History

2018-07-15 21:11:54 +00:00
error: invalid fragment specifier `t_ty`
2018-12-25 15:56:47 +00:00
--> $DIR/issue-21356.rs:3:22
2018-07-15 21:11:54 +00:00
|
LL | macro_rules! test { ($wrong:t_ty ..) => () }
| ^^^^^^^^^^^
|
= help: valid fragment specifiers are `ident`, `block`, `stmt`, `expr`, `pat`, `ty`, `lifetime`, `literal`, `path`, `meta`, `tt`, `item` and `vis`
2018-07-15 21:11:54 +00:00
error: aborting due to previous error