@@ -65,43 +65,43 @@ LL | 0x539.0;
6565 | ^^^^^^^
6666
6767error: no valid digits found for number
68- --> $DIR/lex-bad-numeric-literals.rs:18 :5
68+ --> $DIR/lex-bad-numeric-literals.rs:20 :5
6969 |
7070LL | 0x;
7171 | ^^
7272
7373error: no valid digits found for number
74- --> $DIR/lex-bad-numeric-literals.rs:19 :5
74+ --> $DIR/lex-bad-numeric-literals.rs:21 :5
7575 |
7676LL | 0xu32;
7777 | ^^
7878
7979error: no valid digits found for number
80- --> $DIR/lex-bad-numeric-literals.rs:20 :5
80+ --> $DIR/lex-bad-numeric-literals.rs:22 :5
8181 |
8282LL | 0ou32;
8383 | ^^
8484
8585error: no valid digits found for number
86- --> $DIR/lex-bad-numeric-literals.rs:21 :5
86+ --> $DIR/lex-bad-numeric-literals.rs:23 :5
8787 |
8888LL | 0bu32;
8989 | ^^
9090
9191error: no valid digits found for number
92- --> $DIR/lex-bad-numeric-literals.rs:22 :5
92+ --> $DIR/lex-bad-numeric-literals.rs:24 :5
9393 |
9494LL | 0b;
9595 | ^^
9696
9797error: octal float literal is not supported
98- --> $DIR/lex-bad-numeric-literals.rs:24 :5
98+ --> $DIR/lex-bad-numeric-literals.rs:26 :5
9999 |
100100LL | 0o123.456;
101101 | ^^^^^^^^^
102102
103103error: binary float literal is not supported
104- --> $DIR/lex-bad-numeric-literals.rs:26 :5
104+ --> $DIR/lex-bad-numeric-literals.rs:28 :5
105105 |
106106LL | 0b111.101;
107107 | ^^^^^^^^^
@@ -119,19 +119,19 @@ LL | 9900000000000000000000000000999999999999999999999999999999;
119119 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
120120
121121error: integer literal is too large
122- --> $DIR/lex-bad-numeric-literals.rs:17 :5
122+ --> $DIR/lex-bad-numeric-literals.rs:18 :5
123123 |
124124LL | 9900000000000000000000000000999999999999999999999999999999;
125125 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
126126
127127error: octal float literal is not supported
128- --> $DIR/lex-bad-numeric-literals.rs:23 :5
128+ --> $DIR/lex-bad-numeric-literals.rs:25 :5
129129 |
130130LL | 0o123f64;
131131 | ^^^^^^^^ not supported
132132
133133error: binary float literal is not supported
134- --> $DIR/lex-bad-numeric-literals.rs:25 :5
134+ --> $DIR/lex-bad-numeric-literals.rs:27 :5
135135 |
136136LL | 0b101f64;
137137 | ^^^^^^^^ not supported
0 commit comments