rust/src/test/ui/issues/issue-30007.stderr

14 lines
398 B
Plaintext
Raw Normal View History

error: macro expansion ignores token `;` and any following
--> $DIR/issue-30007.rs:12:20
|
2018-02-22 18:42:32 -06:00
LL | () => ( String ; ); //~ ERROR macro expansion ignores token `;`
| ^
...
2018-02-22 18:42:32 -06:00
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