rust/src/test/ui/issue-30007.stderr
Vadim Petrochenkov fa2d9fc4b9 Update UI tests
2018-02-26 20:24:02 +03:00

15 lines
427 B
Plaintext

error: macro expansion ignores token `;` and any following
--> $DIR/issue-30007.rs:12:20
|
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
|
LL | let i: Vec<t!()>;
| ^^^^
error: aborting due to previous error