]> git.lizzy.rs Git - rust.git/blob - src/test/ui/issues/issue-30007.stderr
Rollup merge of #62337 - Mark-Simulacrum:fix-cpu-usage-script, r=alexcrichton
[rust.git] / src / test / ui / issues / issue-30007.stderr
1 error: macro expansion ignores token `;` and any following
2   --> $DIR/issue-30007.rs:2:20
3    |
4 LL |     () => ( String ; );
5    |                    ^
6 ...
7 LL |     let i: Vec<t!()>;
8    |                ---- caused by the macro expansion here
9    |
10    = note: the usage of `t!` is likely invalid in type context
11
12 error: aborting due to previous error
13