@@ -29,7 +29,7 @@ error[E0284]: type annotations needed
29
29
--> $DIR/const-float-classify.rs:21:35
30
30
|
31
31
LL | const _: () = assert!($a == $b);
32
- | ^^ cannot infer the value of the constant `_`
32
+ | ^^^^^ cannot infer the value of the constant `_`
33
33
...
34
34
LL | / suite! {
35
35
LL | | [is_nan, is_infinite, is_finite, is_normal, is_sign_positive, is_sign_negative]
@@ -53,7 +53,7 @@ error[E0284]: type annotations needed
53
53
--> $DIR/const-float-classify.rs:21:35
54
54
|
55
55
LL | const _: () = assert!($a == $b);
56
- | ^^ cannot infer the value of the constant `_`
56
+ | ^^^^^ cannot infer the value of the constant `_`
57
57
...
58
58
LL | / suite! {
59
59
LL | | [is_nan, is_infinite, is_finite, is_normal, is_sign_positive, is_sign_negative]
@@ -77,7 +77,7 @@ error[E0284]: type annotations needed
77
77
--> $DIR/const-float-classify.rs:21:35
78
78
|
79
79
LL | const _: () = assert!($a == $b);
80
- | ^^ cannot infer the value of the constant `_`
80
+ | ^^^^^ cannot infer the value of the constant `_`
81
81
...
82
82
LL | / suite! {
83
83
LL | | [is_nan, is_infinite, is_finite, is_normal, is_sign_positive, is_sign_negative]
@@ -101,7 +101,7 @@ error[E0284]: type annotations needed
101
101
--> $DIR/const-float-classify.rs:21:35
102
102
|
103
103
LL | const _: () = assert!($a == $b);
104
- | ^^ cannot infer the value of the constant `_`
104
+ | ^^^^^ cannot infer the value of the constant `_`
105
105
...
106
106
LL | / suite! {
107
107
LL | | [is_nan, is_infinite, is_finite, is_normal, is_sign_positive, is_sign_negative]
@@ -125,7 +125,7 @@ error[E0284]: type annotations needed
125
125
--> $DIR/const-float-classify.rs:21:35
126
126
|
127
127
LL | const _: () = assert!($a == $b);
128
- | ^^ cannot infer the value of the constant `_`
128
+ | ^^^^^ cannot infer the value of the constant `_`
129
129
...
130
130
LL | / suite! {
131
131
LL | | [is_nan, is_infinite, is_finite, is_normal, is_sign_positive, is_sign_negative]
@@ -149,7 +149,7 @@ error[E0284]: type annotations needed
149
149
--> $DIR/const-float-classify.rs:21:35
150
150
|
151
151
LL | const _: () = assert!($a == $b);
152
- | ^^ cannot infer the value of the constant `_`
152
+ | ^^^^^ cannot infer the value of the constant `_`
153
153
...
154
154
LL | / suite! {
155
155
LL | | [is_nan, is_infinite, is_finite, is_normal, is_sign_positive, is_sign_negative]
@@ -173,7 +173,7 @@ error[E0284]: type annotations needed
173
173
--> $DIR/const-float-classify.rs:21:35
174
174
|
175
175
LL | const _: () = assert!($a == $b);
176
- | ^^ cannot infer the value of the constant `_`
176
+ | ^^^^^ cannot infer the value of the constant `_`
177
177
...
178
178
LL | / suite! {
179
179
LL | | [is_nan, is_infinite, is_finite, is_normal, is_sign_positive, is_sign_negative]
@@ -197,7 +197,7 @@ error[E0284]: type annotations needed
197
197
--> $DIR/const-float-classify.rs:21:35
198
198
|
199
199
LL | const _: () = assert!($a == $b);
200
- | ^^ cannot infer the value of the constant `_`
200
+ | ^^^^^ cannot infer the value of the constant `_`
201
201
...
202
202
LL | / suite! {
203
203
LL | | [is_nan, is_infinite, is_finite, is_normal, is_sign_positive, is_sign_negative]
0 commit comments