@@ -3142,7 +3142,8 @@ fn compiler_json_error_format() {
3142
3142
"doctest": false,
3143
3143
"edition": "2015",
3144
3144
"name":"build-script-build",
3145
- "src_path":"[..]build.rs"
3145
+ "src_path":"[..]build.rs",
3146
+ "test": false
3146
3147
},
3147
3148
"profile": {
3148
3149
"debug_assertions": true,
@@ -3166,7 +3167,8 @@ fn compiler_json_error_format() {
3166
3167
"doctest": true,
3167
3168
"edition": "2015",
3168
3169
"name":"bar",
3169
- "src_path":"[..]lib.rs"
3170
+ "src_path":"[..]lib.rs",
3171
+ "test": true
3170
3172
},
3171
3173
"message":"{...}"
3172
3174
}
@@ -3189,7 +3191,8 @@ fn compiler_json_error_format() {
3189
3191
"doctest": true,
3190
3192
"edition": "2015",
3191
3193
"name":"bar",
3192
- "src_path":"[..]lib.rs"
3194
+ "src_path":"[..]lib.rs",
3195
+ "test": true
3193
3196
},
3194
3197
"filenames":[
3195
3198
"[..].rlib",
@@ -3217,7 +3220,8 @@ fn compiler_json_error_format() {
3217
3220
"doctest": false,
3218
3221
"edition": "2015",
3219
3222
"name":"foo",
3220
- "src_path":"[..]main.rs"
3223
+ "src_path":"[..]main.rs",
3224
+ "test": true
3221
3225
},
3222
3226
"message":"{...}"
3223
3227
}
@@ -3231,7 +3235,8 @@ fn compiler_json_error_format() {
3231
3235
"doctest": false,
3232
3236
"edition": "2015",
3233
3237
"name":"foo",
3234
- "src_path":"[..]main.rs"
3238
+ "src_path":"[..]main.rs",
3239
+ "test": true
3235
3240
},
3236
3241
"profile": {
3237
3242
"debug_assertions": true,
@@ -3299,7 +3304,8 @@ fn message_format_json_forward_stderr() {
3299
3304
"doctest": false,
3300
3305
"edition": "2015",
3301
3306
"name":"foo",
3302
- "src_path":"[..]"
3307
+ "src_path":"[..]",
3308
+ "test": true
3303
3309
},
3304
3310
"message":"{...}"
3305
3311
}
@@ -3313,7 +3319,8 @@ fn message_format_json_forward_stderr() {
3313
3319
"doctest": false,
3314
3320
"edition": "2015",
3315
3321
"name":"foo",
3316
- "src_path":"[..]"
3322
+ "src_path":"[..]",
3323
+ "test": true
3317
3324
},
3318
3325
"profile":{
3319
3326
"debug_assertions":false,
0 commit comments