blob: 5bbb8b7f9e2f4a43eb4dea5038b65df41bfb92f4 (
plain)
1
2
3
4
5
6
7
8
9
10
|
error: invalid base prefix for number literal
--> $DIR/failed-to-reparse-issue-137874.rs:11:8
|
LL | m!(0X0);
| ^^^ help: try making the prefix lowercase (notice the capitalization): `0x0`
|
= note: base prefixes (`0xff`, `0b1010`, `0o755`) are lowercase
error: aborting due to 1 previous error
|