summary refs log tree commit diff
path: root/src/test/ui/issues/issue-30007.stderr
blob: 028ed048d6525c768d29334178b0f0fcc2fd4401 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
error: macro expansion ignores token `;` and any following
  --> $DIR/issue-30007.rs:12:20
   |
LL |     () => ( String ; );     //~ ERROR macro expansion ignores token `;`
   |                    ^
...
LL |     let i: Vec<t!()>;
   |                ---- caused by the macro expansion here
   |
   = note: the usage of `t!` is likely invalid in type context

error: aborting due to previous error