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

15 lines
427 B
Plaintext
Raw Normal View History

error: macro expansion ignores token `;` and any following
--> $DIR/issue-30007.rs:12:20
|
2018-02-23 00:42:32 +00:00
LL | () => ( String ; ); //~ ERROR macro expansion ignores token `;`
| ^
|
note: caused by the macro expansion here; the usage of `t!` is likely invalid in type context
--> $DIR/issue-30007.rs:16:16
|
2018-02-23 00:42:32 +00:00
LL | let i: Vec<t!()>;
| ^^^^
error: aborting due to previous error