blob: fb069e8ff989305ccf0ab3e7e0f9c1d594b416b0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
error: macro expansion ignores token `;` and any following
--> $DIR/issue-30007.rs:2: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
|