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