rust/src/test/ui/issues/issue-43424.stderr

9 lines
208 B
Plaintext
Raw Normal View History

2018-07-15 16:11:54 -05:00
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