@@ -821,13 +821,13 @@ fn cargo_default_env_metadata_env_var() {
821
821
[COMPILING] bar v0.0.1 ({url}/bar)
822
822
[RUNNING] `rustc --crate-name bar bar[/]src[/]lib.rs --crate-type dylib \
823
823
--emit=dep-info,link \
824
- -C prefer-dynamic -g \
824
+ -C prefer-dynamic -C debuginfo=2 \
825
825
-C metadata=[..] \
826
826
--out-dir [..] \
827
827
-L dependency={dir}[/]target[/]debug[/]deps`
828
828
[COMPILING] foo v0.0.1 ({url})
829
829
[RUNNING] `rustc --crate-name foo src[/]lib.rs --crate-type lib \
830
- --emit=dep-info,link -g \
830
+ --emit=dep-info,link -C debuginfo=2 \
831
831
-C metadata=[..] \
832
832
-C extra-filename=[..] \
833
833
--out-dir [..] \
@@ -848,13 +848,13 @@ suffix = env::consts::DLL_SUFFIX,
848
848
[COMPILING] bar v0.0.1 ({url}/bar)
849
849
[RUNNING] `rustc --crate-name bar bar[/]src[/]lib.rs --crate-type dylib \
850
850
--emit=dep-info,link \
851
- -C prefer-dynamic -g \
851
+ -C prefer-dynamic -C debuginfo=2 \
852
852
-C metadata=[..] \
853
853
--out-dir [..] \
854
854
-L dependency={dir}[/]target[/]debug[/]deps`
855
855
[COMPILING] foo v0.0.1 ({url})
856
856
[RUNNING] `rustc --crate-name foo src[/]lib.rs --crate-type lib \
857
- --emit=dep-info,link -g \
857
+ --emit=dep-info,link -C debuginfo=2 \
858
858
-C metadata=[..] \
859
859
-C extra-filename=[..] \
860
860
--out-dir [..] \
@@ -1198,7 +1198,7 @@ fn verbose_build() {
1198
1198
execs ( ) . with_status ( 0 ) . with_stderr ( & format ! ( "\
1199
1199
[COMPILING] test v0.0.0 ({url})
1200
1200
[RUNNING] `rustc --crate-name test src[/]lib.rs --crate-type lib \
1201
- --emit=dep-info,link -g \
1201
+ --emit=dep-info,link -C debuginfo=2 \
1202
1202
-C metadata=[..] \
1203
1203
--out-dir [..] \
1204
1204
-L dependency={dir}[/]target[/]debug[/]deps`
@@ -2443,7 +2443,7 @@ fn compiler_json_error_format() {
2443
2443
"reason":"compiler-artifact",
2444
2444
"profile": {
2445
2445
"debug_assertions": true,
2446
- "debuginfo": true ,
2446
+ "debuginfo": 2 ,
2447
2447
"opt_level": "0",
2448
2448
"test": false
2449
2449
},
@@ -2475,7 +2475,7 @@ fn compiler_json_error_format() {
2475
2475
"target":{"kind":["bin"],"name":"foo","src_path":"[..]main.rs"},
2476
2476
"profile": {
2477
2477
"debug_assertions": true,
2478
- "debuginfo": true ,
2478
+ "debuginfo": 2 ,
2479
2479
"opt_level": "0",
2480
2480
"test": false
2481
2481
},
@@ -2537,7 +2537,7 @@ fn message_format_json_forward_stderr() {
2537
2537
"target":{"kind":["bin"],"name":"foo","src_path":"[..]"},
2538
2538
"profile":{
2539
2539
"debug_assertions":true,
2540
- "debuginfo":true ,
2540
+ "debuginfo":2 ,
2541
2541
"opt_level":"0",
2542
2542
"test":false
2543
2543
},
0 commit comments