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