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