summary refs log tree commit diff
path: root/src/test/ui/issue-43424.stderr
blob: 3a9a316470399601aa6e4df3a3ceb17719d5f161 (plain)
1
2
3
4
5
6
7
8
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