mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-01 06:51:58 +00:00
41e8d152dc
Co-authored-by: Adrian <adrian.iosdev@gmail.com>
11 lines
344 B
Plaintext
11 lines
344 B
Plaintext
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 1 previous error
|
|
|