mirror of
https://github.com/rust-lang/rust.git
synced 2024-10-31 14:31:55 +00:00
9 lines
208 B
Plaintext
9 lines
208 B
Plaintext
|
error: unexpected generic arguments in path
|
||
|
--> $DIR/issue-43424.rs:20:4
|
||
|
|
|
||
|
LL | m!(inline<u8>); //~ ERROR: unexpected generic arguments in path
|
||
|
| ^^^^^^^^^^
|
||
|
|
||
|
error: aborting due to previous error
|
||
|
|