2017-12-10 13:47:55 -06:00
|
|
|
error: macro expansion ignores token `;` and any following
|
2018-12-25 09:56:47 -06:00
|
|
|
--> $DIR/issue-30007.rs:2:20
|
2017-12-10 13:47:55 -06:00
|
|
|
|
|
2019-03-09 06:03:44 -06:00
|
|
|
LL | () => ( String ; );
|
2017-12-10 13:47:55 -06:00
|
|
|
| ^
|
2018-10-23 12:07:34 -05:00
|
|
|
...
|
2018-02-22 18:42:32 -06:00
|
|
|
LL | let i: Vec<t!()>;
|
2018-10-23 12:07:34 -05:00
|
|
|
| ---- caused by the macro expansion here
|
|
|
|
|
|
|
|
|
= note: the usage of `t!` is likely invalid in type context
|
2017-12-10 13:47:55 -06:00
|
|
|
|
|
|
|
error: aborting due to previous error
|
|
|
|
|