We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5a88b6 commit 0c0f8dbCopy full SHA for 0c0f8db
tests/ui/literals.stderr
@@ -83,11 +83,5 @@ error: digits of hex or binary literal not grouped by four
83
LL | let fail25 = 0b01_100_101;
84
| ^^^^^^^^^^^^ help: consider: `0b0110_0101`
85
86
-error: digits of hex or binary literal not grouped by four
87
- --> $DIR/literals.rs:39:16
88
- |
89
-LL | let ok26 = 0x6_A0_BF;
90
- | ^^^^^^^^^ help: consider: `0x0006_A0BF`
91
-
92
-error: aborting due to 11 previous errors
+error: aborting due to 10 previous errors
93
0 commit comments