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

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

14 lines
349 B
Plaintext
Raw Normal View History

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