rust/tests/ui/issues/issue-30007.stderr
Nilstrieb 41e8d152dc Show number in error message even for one error
Co-authored-by: Adrian <adrian.iosdev@gmail.com>
2023-11-24 19:15:52 +01:00

14 lines
351 B
Plaintext

error: macro expansion ignores token `;` and any 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