rust/tests/ui/macros/issue-30007.stderr

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

14 lines
351 B
Plaintext
Raw Normal View History

error: macro expansion ignores token `;` and any following
2018-12-25 15:56:47 +00:00
--> $DIR/issue-30007.rs:2:20
|
2019-03-09 12:03:44 +00:00
LL | () => ( String ; );
| ^
...
2018-02-23 00:42:32 +00: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 1 previous error