about summary refs log tree commit diff
path: root/tests/ui/macros/issue-30007.stderr
blob: 129733ed69aba1339bc84a2aa0185b5e0e856c06 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
error: macro expansion ignores `;` and any tokens following
  --> $DIR/issue-30007.rs:2:20
   |
LL |     () => ( String ; );
   |                    ^
...
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 1 previous error