blob: 028ed048d6525c768d29334178b0f0fcc2fd4401 [file] [log] [blame]
error: macro expansion ignores token `;` and any following
--> $DIR/issue-30007.rs:12:20
|
LL | () => ( String ; ); //~ ERROR macro expansion ignores token `;`
| ^
...
LL | let i: Vec<t!()>;
| ---- caused by the macro expansion here
|
= note: the usage of `t!` is likely invalid in type context
error: aborting due to previous error