1
1
warning: unexpected `cfg` condition value: `_UNEXPECTED_VALUE`
2
- --> $DIR/well-known-values.rs:28 :5
2
+ --> $DIR/well-known-values.rs:29 :5
3
3
|
4
4
LL | clippy = "_UNEXPECTED_VALUE",
5
5
| ^^^^^^----------------------
@@ -11,7 +11,7 @@ LL | clippy = "_UNEXPECTED_VALUE",
11
11
= note: `#[warn(unexpected_cfgs)]` on by default
12
12
13
13
warning: unexpected `cfg` condition value: `_UNEXPECTED_VALUE`
14
- --> $DIR/well-known-values.rs:30 :5
14
+ --> $DIR/well-known-values.rs:31 :5
15
15
|
16
16
LL | debug_assertions = "_UNEXPECTED_VALUE",
17
17
| ^^^^^^^^^^^^^^^^----------------------
@@ -22,7 +22,7 @@ LL | debug_assertions = "_UNEXPECTED_VALUE",
22
22
= note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg.html> for more information about checking conditional configuration
23
23
24
24
warning: unexpected `cfg` condition value: `_UNEXPECTED_VALUE`
25
- --> $DIR/well-known-values.rs:32 :5
25
+ --> $DIR/well-known-values.rs:33 :5
26
26
|
27
27
LL | doc = "_UNEXPECTED_VALUE",
28
28
| ^^^----------------------
@@ -33,7 +33,7 @@ LL | doc = "_UNEXPECTED_VALUE",
33
33
= note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg.html> for more information about checking conditional configuration
34
34
35
35
warning: unexpected `cfg` condition value: `_UNEXPECTED_VALUE`
36
- --> $DIR/well-known-values.rs:34 :5
36
+ --> $DIR/well-known-values.rs:35 :5
37
37
|
38
38
LL | doctest = "_UNEXPECTED_VALUE",
39
39
| ^^^^^^^----------------------
@@ -44,7 +44,16 @@ LL | doctest = "_UNEXPECTED_VALUE",
44
44
= note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg.html> for more information about checking conditional configuration
45
45
46
46
warning: unexpected `cfg` condition value: `_UNEXPECTED_VALUE`
47
- --> $DIR/well-known-values.rs:36:5
47
+ --> $DIR/well-known-values.rs:37:5
48
+ |
49
+ LL | fmt_debug = "_UNEXPECTED_VALUE",
50
+ | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
51
+ |
52
+ = note: expected values for `fmt_debug` are: `full`, `none`, and `shallow`
53
+ = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg.html> for more information about checking conditional configuration
54
+
55
+ warning: unexpected `cfg` condition value: `_UNEXPECTED_VALUE`
56
+ --> $DIR/well-known-values.rs:39:5
48
57
|
49
58
LL | miri = "_UNEXPECTED_VALUE",
50
59
| ^^^^----------------------
@@ -55,7 +64,7 @@ LL | miri = "_UNEXPECTED_VALUE",
55
64
= note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg.html> for more information about checking conditional configuration
56
65
57
66
warning: unexpected `cfg` condition value: `_UNEXPECTED_VALUE`
58
- --> $DIR/well-known-values.rs:38 :5
67
+ --> $DIR/well-known-values.rs:41 :5
59
68
|
60
69
LL | overflow_checks = "_UNEXPECTED_VALUE",
61
70
| ^^^^^^^^^^^^^^^----------------------
@@ -66,7 +75,7 @@ LL | overflow_checks = "_UNEXPECTED_VALUE",
66
75
= note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg.html> for more information about checking conditional configuration
67
76
68
77
warning: unexpected `cfg` condition value: `_UNEXPECTED_VALUE`
69
- --> $DIR/well-known-values.rs:40 :5
78
+ --> $DIR/well-known-values.rs:43 :5
70
79
|
71
80
LL | panic = "_UNEXPECTED_VALUE",
72
81
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^
@@ -75,7 +84,7 @@ LL | panic = "_UNEXPECTED_VALUE",
75
84
= note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg.html> for more information about checking conditional configuration
76
85
77
86
warning: unexpected `cfg` condition value: `_UNEXPECTED_VALUE`
78
- --> $DIR/well-known-values.rs:42 :5
87
+ --> $DIR/well-known-values.rs:45 :5
79
88
|
80
89
LL | proc_macro = "_UNEXPECTED_VALUE",
81
90
| ^^^^^^^^^^----------------------
@@ -86,7 +95,7 @@ LL | proc_macro = "_UNEXPECTED_VALUE",
86
95
= note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg.html> for more information about checking conditional configuration
87
96
88
97
warning: unexpected `cfg` condition value: `_UNEXPECTED_VALUE`
89
- --> $DIR/well-known-values.rs:44 :5
98
+ --> $DIR/well-known-values.rs:47 :5
90
99
|
91
100
LL | relocation_model = "_UNEXPECTED_VALUE",
92
101
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
@@ -95,7 +104,7 @@ LL | relocation_model = "_UNEXPECTED_VALUE",
95
104
= note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg.html> for more information about checking conditional configuration
96
105
97
106
warning: unexpected `cfg` condition value: `_UNEXPECTED_VALUE`
98
- --> $DIR/well-known-values.rs:46 :5
107
+ --> $DIR/well-known-values.rs:49 :5
99
108
|
100
109
LL | rustfmt = "_UNEXPECTED_VALUE",
101
110
| ^^^^^^^----------------------
@@ -106,7 +115,7 @@ LL | rustfmt = "_UNEXPECTED_VALUE",
106
115
= note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg.html> for more information about checking conditional configuration
107
116
108
117
warning: unexpected `cfg` condition value: `_UNEXPECTED_VALUE`
109
- --> $DIR/well-known-values.rs:48 :5
118
+ --> $DIR/well-known-values.rs:51 :5
110
119
|
111
120
LL | sanitize = "_UNEXPECTED_VALUE",
112
121
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
@@ -115,7 +124,7 @@ LL | sanitize = "_UNEXPECTED_VALUE",
115
124
= note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg.html> for more information about checking conditional configuration
116
125
117
126
warning: unexpected `cfg` condition value: `_UNEXPECTED_VALUE`
118
- --> $DIR/well-known-values.rs:50 :5
127
+ --> $DIR/well-known-values.rs:53 :5
119
128
|
120
129
LL | target_abi = "_UNEXPECTED_VALUE",
121
130
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
@@ -124,7 +133,7 @@ LL | target_abi = "_UNEXPECTED_VALUE",
124
133
= note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg.html> for more information about checking conditional configuration
125
134
126
135
warning: unexpected `cfg` condition value: `_UNEXPECTED_VALUE`
127
- --> $DIR/well-known-values.rs:52 :5
136
+ --> $DIR/well-known-values.rs:55 :5
128
137
|
129
138
LL | target_arch = "_UNEXPECTED_VALUE",
130
139
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
@@ -133,7 +142,7 @@ LL | target_arch = "_UNEXPECTED_VALUE",
133
142
= note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg.html> for more information about checking conditional configuration
134
143
135
144
warning: unexpected `cfg` condition value: `_UNEXPECTED_VALUE`
136
- --> $DIR/well-known-values.rs:54 :5
145
+ --> $DIR/well-known-values.rs:57 :5
137
146
|
138
147
LL | target_endian = "_UNEXPECTED_VALUE",
139
148
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
@@ -142,7 +151,7 @@ LL | target_endian = "_UNEXPECTED_VALUE",
142
151
= note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg.html> for more information about checking conditional configuration
143
152
144
153
warning: unexpected `cfg` condition value: `_UNEXPECTED_VALUE`
145
- --> $DIR/well-known-values.rs:56 :5
154
+ --> $DIR/well-known-values.rs:59 :5
146
155
|
147
156
LL | target_env = "_UNEXPECTED_VALUE",
148
157
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
@@ -151,7 +160,7 @@ LL | target_env = "_UNEXPECTED_VALUE",
151
160
= note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg.html> for more information about checking conditional configuration
152
161
153
162
warning: unexpected `cfg` condition value: `_UNEXPECTED_VALUE`
154
- --> $DIR/well-known-values.rs:58 :5
163
+ --> $DIR/well-known-values.rs:61 :5
155
164
|
156
165
LL | target_family = "_UNEXPECTED_VALUE",
157
166
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
@@ -160,7 +169,7 @@ LL | target_family = "_UNEXPECTED_VALUE",
160
169
= note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg.html> for more information about checking conditional configuration
161
170
162
171
warning: unexpected `cfg` condition value: `_UNEXPECTED_VALUE`
163
- --> $DIR/well-known-values.rs:60 :5
172
+ --> $DIR/well-known-values.rs:63 :5
164
173
|
165
174
LL | target_feature = "_UNEXPECTED_VALUE",
166
175
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
@@ -169,7 +178,7 @@ LL | target_feature = "_UNEXPECTED_VALUE",
169
178
= note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg.html> for more information about checking conditional configuration
170
179
171
180
warning: unexpected `cfg` condition value: `_UNEXPECTED_VALUE`
172
- --> $DIR/well-known-values.rs:62 :5
181
+ --> $DIR/well-known-values.rs:65 :5
173
182
|
174
183
LL | target_has_atomic = "_UNEXPECTED_VALUE",
175
184
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
@@ -178,7 +187,7 @@ LL | target_has_atomic = "_UNEXPECTED_VALUE",
178
187
= note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg.html> for more information about checking conditional configuration
179
188
180
189
warning: unexpected `cfg` condition value: `_UNEXPECTED_VALUE`
181
- --> $DIR/well-known-values.rs:64 :5
190
+ --> $DIR/well-known-values.rs:67 :5
182
191
|
183
192
LL | target_has_atomic_equal_alignment = "_UNEXPECTED_VALUE",
184
193
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
@@ -187,7 +196,7 @@ LL | target_has_atomic_equal_alignment = "_UNEXPECTED_VALUE",
187
196
= note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg.html> for more information about checking conditional configuration
188
197
189
198
warning: unexpected `cfg` condition value: `_UNEXPECTED_VALUE`
190
- --> $DIR/well-known-values.rs:66 :5
199
+ --> $DIR/well-known-values.rs:69 :5
191
200
|
192
201
LL | target_has_atomic_load_store = "_UNEXPECTED_VALUE",
193
202
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
@@ -196,7 +205,7 @@ LL | target_has_atomic_load_store = "_UNEXPECTED_VALUE",
196
205
= note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg.html> for more information about checking conditional configuration
197
206
198
207
warning: unexpected `cfg` condition value: `_UNEXPECTED_VALUE`
199
- --> $DIR/well-known-values.rs:68 :5
208
+ --> $DIR/well-known-values.rs:71 :5
200
209
|
201
210
LL | target_os = "_UNEXPECTED_VALUE",
202
211
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
@@ -205,7 +214,7 @@ LL | target_os = "_UNEXPECTED_VALUE",
205
214
= note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg.html> for more information about checking conditional configuration
206
215
207
216
warning: unexpected `cfg` condition value: `_UNEXPECTED_VALUE`
208
- --> $DIR/well-known-values.rs:70 :5
217
+ --> $DIR/well-known-values.rs:73 :5
209
218
|
210
219
LL | target_pointer_width = "_UNEXPECTED_VALUE",
211
220
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
@@ -214,7 +223,7 @@ LL | target_pointer_width = "_UNEXPECTED_VALUE",
214
223
= note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg.html> for more information about checking conditional configuration
215
224
216
225
warning: unexpected `cfg` condition value: `_UNEXPECTED_VALUE`
217
- --> $DIR/well-known-values.rs:72 :5
226
+ --> $DIR/well-known-values.rs:75 :5
218
227
|
219
228
LL | target_thread_local = "_UNEXPECTED_VALUE",
220
229
| ^^^^^^^^^^^^^^^^^^^----------------------
@@ -225,7 +234,7 @@ LL | target_thread_local = "_UNEXPECTED_VALUE",
225
234
= note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg.html> for more information about checking conditional configuration
226
235
227
236
warning: unexpected `cfg` condition value: `_UNEXPECTED_VALUE`
228
- --> $DIR/well-known-values.rs:74 :5
237
+ --> $DIR/well-known-values.rs:77 :5
229
238
|
230
239
LL | target_vendor = "_UNEXPECTED_VALUE",
231
240
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
@@ -234,7 +243,7 @@ LL | target_vendor = "_UNEXPECTED_VALUE",
234
243
= note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg.html> for more information about checking conditional configuration
235
244
236
245
warning: unexpected `cfg` condition value: `_UNEXPECTED_VALUE`
237
- --> $DIR/well-known-values.rs:76 :5
246
+ --> $DIR/well-known-values.rs:79 :5
238
247
|
239
248
LL | test = "_UNEXPECTED_VALUE",
240
249
| ^^^^----------------------
@@ -245,7 +254,7 @@ LL | test = "_UNEXPECTED_VALUE",
245
254
= note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg.html> for more information about checking conditional configuration
246
255
247
256
warning: unexpected `cfg` condition value: `_UNEXPECTED_VALUE`
248
- --> $DIR/well-known-values.rs:78 :5
257
+ --> $DIR/well-known-values.rs:81 :5
249
258
|
250
259
LL | ub_checks = "_UNEXPECTED_VALUE",
251
260
| ^^^^^^^^^----------------------
@@ -256,7 +265,7 @@ LL | ub_checks = "_UNEXPECTED_VALUE",
256
265
= note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg.html> for more information about checking conditional configuration
257
266
258
267
warning: unexpected `cfg` condition value: `_UNEXPECTED_VALUE`
259
- --> $DIR/well-known-values.rs:80 :5
268
+ --> $DIR/well-known-values.rs:83 :5
260
269
|
261
270
LL | unix = "_UNEXPECTED_VALUE",
262
271
| ^^^^----------------------
@@ -267,7 +276,7 @@ LL | unix = "_UNEXPECTED_VALUE",
267
276
= note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg.html> for more information about checking conditional configuration
268
277
269
278
warning: unexpected `cfg` condition value: `_UNEXPECTED_VALUE`
270
- --> $DIR/well-known-values.rs:82 :5
279
+ --> $DIR/well-known-values.rs:85 :5
271
280
|
272
281
LL | windows = "_UNEXPECTED_VALUE",
273
282
| ^^^^^^^----------------------
@@ -278,7 +287,7 @@ LL | windows = "_UNEXPECTED_VALUE",
278
287
= note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg.html> for more information about checking conditional configuration
279
288
280
289
warning: unexpected `cfg` condition value: `linuz`
281
- --> $DIR/well-known-values.rs:88 :7
290
+ --> $DIR/well-known-values.rs:91 :7
282
291
|
283
292
LL | #[cfg(target_os = "linuz")] // testing that we suggest `linux`
284
293
| ^^^^^^^^^^^^-------
@@ -288,5 +297,5 @@ LL | #[cfg(target_os = "linuz")] // testing that we suggest `linux`
288
297
= note: expected values for `target_os` are: `aix`, `android`, `cuda`, `dragonfly`, `emscripten`, `espidf`, `freebsd`, `fuchsia`, `haiku`, `hermit`, `horizon`, `hurd`, `illumos`, `ios`, `l4re`, `linux`, `macos`, `netbsd`, `none`, `nto`, `nuttx`, `openbsd`, `psp`, `redox`, `solaris`, `solid_asp3`, `teeos`, `trusty`, `tvos`, `uefi`, `unknown`, `visionos`, `vita`, `vxworks`, `wasi`, `watchos`, `windows`, `xous`, and `zkvm`
289
298
= note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg.html> for more information about checking conditional configuration
290
299
291
- warning: 29 warnings emitted
300
+ warning: 30 warnings emitted
292
301
0 commit comments