rust/src/test/ui/issues/issue-30007.stderr
Vadim Petrochenkov fa72a81bea Update tests
2019-03-11 23:10:26 +03:00

14 lines
349 B
Plaintext

error: macro expansion ignores token `;` and any following
--> $DIR/issue-30007.rs:2:20
|
LL | () => ( String ; );
| ^
...
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