mirror of
https://git.proxmox.com/git/rustc
synced 2025-08-15 18:47:14 +00:00
15 lines
350 B
Plaintext
15 lines
350 B
Plaintext
error: unexpected generic arguments in path
|
|
--> $DIR/macro-expand-within-generics-in-path.rs:15:11
|
|
|
|
|
LL | m!(generic<p!()>);
|
|
| ^^^^^^
|
|
|
|
error: cannot find attribute `generic` in this scope
|
|
--> $DIR/macro-expand-within-generics-in-path.rs:15:4
|
|
|
|
|
LL | m!(generic<p!()>);
|
|
| ^^^^^^^
|
|
|
|
error: aborting due to 2 previous errors
|
|
|