1
1
error[E0658]: the type `f128` is unstable
2
- --> $DIR/feature-gate-f128.rs:11 :10
2
+ --> $DIR/feature-gate-f128.rs:7 :10
3
3
|
4
4
LL | const A: f128 = 10.0;
5
5
| ^^^^
@@ -9,7 +9,7 @@ LL | const A: f128 = 10.0;
9
9
= note: this compiler was built on YYYY-MM-DD; consider upgrading it if it is out of date
10
10
11
11
error[E0658]: the type `f128` is unstable
12
- --> $DIR/feature-gate-f128.rs:14 :12
12
+ --> $DIR/feature-gate-f128.rs:10 :12
13
13
|
14
14
LL | let a: f128 = 100.0;
15
15
| ^^^^
@@ -19,7 +19,7 @@ LL | let a: f128 = 100.0;
19
19
= note: this compiler was built on YYYY-MM-DD; consider upgrading it if it is out of date
20
20
21
21
error[E0658]: the type `f128` is unstable
22
- --> $DIR/feature-gate-f128.rs:19 :11
22
+ --> $DIR/feature-gate-f128.rs:15 :11
23
23
|
24
24
LL | fn foo(a: f128) {}
25
25
| ^^^^
@@ -29,7 +29,7 @@ LL | fn foo(a: f128) {}
29
29
= note: this compiler was built on YYYY-MM-DD; consider upgrading it if it is out of date
30
30
31
31
error[E0658]: the type `f128` is unstable
32
- --> $DIR/feature-gate-f128.rs:22 :8
32
+ --> $DIR/feature-gate-f128.rs:18 :8
33
33
|
34
34
LL | a: f128,
35
35
| ^^^^
@@ -39,7 +39,7 @@ LL | a: f128,
39
39
= note: this compiler was built on YYYY-MM-DD; consider upgrading it if it is out of date
40
40
41
41
error[E0658]: the type `f128` is unstable
42
- --> $DIR/feature-gate-f128.rs:15 :13
42
+ --> $DIR/feature-gate-f128.rs:11 :13
43
43
|
44
44
LL | let b = 0.0f128;
45
45
| ^^^^^^^
0 commit comments