11error[E0658]: the type `f128` is unstable
2- --> $DIR/feature-gate-f128.rs:11 :10
2+ --> $DIR/feature-gate-f128.rs:7 :10
33 |
44LL | const A: f128 = 10.0;
55 | ^^^^
@@ -9,7 +9,7 @@ LL | const A: f128 = 10.0;
99 = note: this compiler was built on YYYY-MM-DD; consider upgrading it if it is out of date
1010
1111error[E0658]: the type `f128` is unstable
12- --> $DIR/feature-gate-f128.rs:14 :12
12+ --> $DIR/feature-gate-f128.rs:10 :12
1313 |
1414LL | let a: f128 = 100.0;
1515 | ^^^^
@@ -19,7 +19,7 @@ LL | let a: f128 = 100.0;
1919 = note: this compiler was built on YYYY-MM-DD; consider upgrading it if it is out of date
2020
2121error[E0658]: the type `f128` is unstable
22- --> $DIR/feature-gate-f128.rs:19 :11
22+ --> $DIR/feature-gate-f128.rs:15 :11
2323 |
2424LL | fn foo(a: f128) {}
2525 | ^^^^
@@ -29,7 +29,7 @@ LL | fn foo(a: f128) {}
2929 = note: this compiler was built on YYYY-MM-DD; consider upgrading it if it is out of date
3030
3131error[E0658]: the type `f128` is unstable
32- --> $DIR/feature-gate-f128.rs:22 :8
32+ --> $DIR/feature-gate-f128.rs:18 :8
3333 |
3434LL | a: f128,
3535 | ^^^^
@@ -39,7 +39,7 @@ LL | a: f128,
3939 = note: this compiler was built on YYYY-MM-DD; consider upgrading it if it is out of date
4040
4141error[E0658]: the type `f128` is unstable
42- --> $DIR/feature-gate-f128.rs:15 :13
42+ --> $DIR/feature-gate-f128.rs:11 :13
4343 |
4444LL | let b = 0.0f128;
4545 | ^^^^^^^
0 commit comments