Skip to content

Commit a60bbb0

Browse files
committed
--bless you.
1 parent 5eaedda commit a60bbb0

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/test/ui/lint/lint-type-overflow2.stderr

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
error: literal out of range for `i8`
2-
--> $DIR/lint-type-overflow2.rs:8:20
2+
--> $DIR/lint-type-overflow2.rs:7:20
33
|
44
LL | let x2: i8 = --128;
55
| ^^^
@@ -11,25 +11,25 @@ LL | #![deny(overflowing_literals)]
1111
| ^^^^^^^^^^^^^^^^^^^^
1212

1313
error: literal out of range for `f32`
14-
--> $DIR/lint-type-overflow2.rs:10:14
14+
--> $DIR/lint-type-overflow2.rs:9:14
1515
|
1616
LL | let x = -3.40282357e+38_f32;
1717
| ^^^^^^^^^^^^^^^^^^
1818

1919
error: literal out of range for `f32`
20-
--> $DIR/lint-type-overflow2.rs:11:14
20+
--> $DIR/lint-type-overflow2.rs:10:14
2121
|
2222
LL | let x = 3.40282357e+38_f32;
2323
| ^^^^^^^^^^^^^^^^^^
2424

2525
error: literal out of range for `f64`
26-
--> $DIR/lint-type-overflow2.rs:12:14
26+
--> $DIR/lint-type-overflow2.rs:11:14
2727
|
2828
LL | let x = -1.7976931348623159e+308_f64;
2929
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^
3030

3131
error: literal out of range for `f64`
32-
--> $DIR/lint-type-overflow2.rs:13:14
32+
--> $DIR/lint-type-overflow2.rs:12:14
3333
|
3434
LL | let x = 1.7976931348623159e+308_f64;
3535
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^

0 commit comments

Comments
 (0)