File tree 4 files changed +61
-11
lines changed
crates/project-model/test_data/output 4 files changed +61
-11
lines changed Original file line number Diff line number Diff line change 18
18
cfg_options: CfgOptions(
19
19
[
20
20
"debug_assertions",
21
+ "rust_analyzer",
21
22
"test",
22
23
],
23
24
),
81
82
cfg_options: CfgOptions(
82
83
[
83
84
"debug_assertions",
85
+ "rust_analyzer",
84
86
"test",
85
87
],
86
88
),
151
153
cfg_options: CfgOptions(
152
154
[
153
155
"debug_assertions",
156
+ "rust_analyzer",
154
157
"test",
155
158
],
156
159
),
221
224
cfg_options: CfgOptions(
222
225
[
223
226
"debug_assertions",
227
+ "rust_analyzer",
224
228
"test",
225
229
],
226
230
),
293
297
"debug_assertions",
294
298
"feature=default",
295
299
"feature=std",
300
+ "rust_analyzer",
296
301
],
297
302
),
298
303
potential_cfg_options: Some(
306
311
"feature=rustc-dep-of-std",
307
312
"feature=std",
308
313
"feature=use_std",
314
+ "rust_analyzer",
309
315
],
310
316
),
311
317
),
Original file line number Diff line number Diff line change 18
18
cfg_options: CfgOptions(
19
19
[
20
20
"debug_assertions",
21
+ "rust_analyzer",
21
22
"test",
22
23
],
23
24
),
81
82
cfg_options: CfgOptions(
82
83
[
83
84
"debug_assertions",
85
+ "rust_analyzer",
84
86
"test",
85
87
],
86
88
),
151
153
cfg_options: CfgOptions(
152
154
[
153
155
"debug_assertions",
156
+ "rust_analyzer",
154
157
"test",
155
158
],
156
159
),
221
224
cfg_options: CfgOptions(
222
225
[
223
226
"debug_assertions",
227
+ "rust_analyzer",
224
228
"test",
225
229
],
226
230
),
293
297
"debug_assertions",
294
298
"feature=default",
295
299
"feature=std",
300
+ "rust_analyzer",
296
301
],
297
302
),
298
303
potential_cfg_options: Some(
306
311
"feature=rustc-dep-of-std",
307
312
"feature=std",
308
313
"feature=use_std",
314
+ "rust_analyzer",
309
315
],
310
316
),
311
317
),
Original file line number Diff line number Diff line change 18
18
cfg_options: CfgOptions(
19
19
[
20
20
"debug_assertions",
21
+ "rust_analyzer",
21
22
],
22
23
),
23
24
potential_cfg_options: None,
80
81
cfg_options: CfgOptions(
81
82
[
82
83
"debug_assertions",
84
+ "rust_analyzer",
83
85
],
84
86
),
85
87
potential_cfg_options: None,
149
151
cfg_options: CfgOptions(
150
152
[
151
153
"debug_assertions",
154
+ "rust_analyzer",
152
155
],
153
156
),
154
157
potential_cfg_options: None,
218
221
cfg_options: CfgOptions(
219
222
[
220
223
"debug_assertions",
224
+ "rust_analyzer",
221
225
],
222
226
),
223
227
potential_cfg_options: None,
289
293
"debug_assertions",
290
294
"feature=default",
291
295
"feature=std",
296
+ "rust_analyzer",
292
297
],
293
298
),
294
299
potential_cfg_options: Some(
302
307
"feature=rustc-dep-of-std",
303
308
"feature=std",
304
309
"feature=use_std",
310
+ "rust_analyzer",
305
311
],
306
312
),
307
313
),
Original file line number Diff line number Diff line change 14
14
},
15
15
),
16
16
cfg_options: CfgOptions(
17
- [],
17
+ [
18
+ "debug_assertions",
19
+ "rust_analyzer",
20
+ ],
18
21
),
19
22
potential_cfg_options: None,
20
23
env: Env {
53
56
},
54
57
),
55
58
cfg_options: CfgOptions(
56
- [],
59
+ [
60
+ "debug_assertions",
61
+ "rust_analyzer",
62
+ ],
57
63
),
58
64
potential_cfg_options: None,
59
65
env: Env {
84
90
},
85
91
),
86
92
cfg_options: CfgOptions(
87
- [],
93
+ [
94
+ "debug_assertions",
95
+ "rust_analyzer",
96
+ ],
88
97
),
89
98
potential_cfg_options: None,
90
99
env: Env {
115
124
},
116
125
),
117
126
cfg_options: CfgOptions(
118
- [],
127
+ [
128
+ "debug_assertions",
129
+ "rust_analyzer",
130
+ ],
119
131
),
120
132
potential_cfg_options: None,
121
133
env: Env {
146
158
},
147
159
),
148
160
cfg_options: CfgOptions(
149
- [],
161
+ [
162
+ "debug_assertions",
163
+ "rust_analyzer",
164
+ ],
150
165
),
151
166
potential_cfg_options: None,
152
167
env: Env {
192
207
},
193
208
),
194
209
cfg_options: CfgOptions(
195
- [],
210
+ [
211
+ "debug_assertions",
212
+ "rust_analyzer",
213
+ ],
196
214
),
197
215
potential_cfg_options: None,
198
216
env: Env {
223
241
},
224
242
),
225
243
cfg_options: CfgOptions(
226
- [],
244
+ [
245
+ "debug_assertions",
246
+ "rust_analyzer",
247
+ ],
227
248
),
228
249
potential_cfg_options: None,
229
250
env: Env {
311
332
},
312
333
),
313
334
cfg_options: CfgOptions(
314
- [],
335
+ [
336
+ "debug_assertions",
337
+ "rust_analyzer",
338
+ ],
315
339
),
316
340
potential_cfg_options: None,
317
341
env: Env {
342
366
},
343
367
),
344
368
cfg_options: CfgOptions(
345
- [],
369
+ [
370
+ "debug_assertions",
371
+ "rust_analyzer",
372
+ ],
346
373
),
347
374
potential_cfg_options: None,
348
375
env: Env {
373
400
},
374
401
),
375
402
cfg_options: CfgOptions(
376
- [],
403
+ [
404
+ "debug_assertions",
405
+ "rust_analyzer",
406
+ ],
377
407
),
378
408
potential_cfg_options: None,
379
409
env: Env {
404
434
},
405
435
),
406
436
cfg_options: CfgOptions(
407
- [],
437
+ [
438
+ "rust_analyzer",
439
+ ],
408
440
),
409
441
potential_cfg_options: None,
410
442
env: Env {
You can’t perform that action at this time.
0 commit comments