@@ -83,7 +83,7 @@ fn profile_selection_build() {
83
83
[COMPILING] foo [..]
84
84
[RUNNING] `rustc --crate-name build_script_build build.rs [..]--crate-type bin --emit=dep-info,link -C codegen-units=1 -C debuginfo=2 [..]
85
85
[RUNNING] `[..]/target/debug/build/foo-[..]/build-script-build`
86
- foo custom build PROFILE=debug DEBUG=true OPT_LEVEL=0
86
+ [foo 0.0.1] foo custom build PROFILE=debug DEBUG=true OPT_LEVEL=0
87
87
[RUNNING] `rustc --crate-name foo src/lib.rs [..]--crate-type lib --emit=dep-info,link -C panic=abort -C codegen-units=1 -C debuginfo=2 [..]
88
88
[RUNNING] `rustc --crate-name foo src/main.rs [..]--crate-type bin --emit=dep-info,link -C panic=abort -C codegen-units=1 -C debuginfo=2 [..]
89
89
[FINISHED] dev [unoptimized + debuginfo] [..]
@@ -113,7 +113,7 @@ fn profile_selection_build_release() {
113
113
[COMPILING] foo [..]
114
114
[RUNNING] `rustc --crate-name build_script_build build.rs [..]--crate-type bin --emit=dep-info,link -C opt-level=3 -C codegen-units=2 [..]
115
115
[RUNNING] `[..]/target/release/build/foo-[..]/build-script-build`
116
- foo custom build PROFILE=release DEBUG=false OPT_LEVEL=3
116
+ [foo 0.0.1] foo custom build PROFILE=release DEBUG=false OPT_LEVEL=3
117
117
[RUNNING] `rustc --crate-name foo src/lib.rs [..]--crate-type lib --emit=dep-info,link -C opt-level=3 -C panic=abort -C codegen-units=2 [..]
118
118
[RUNNING] `rustc --crate-name foo src/main.rs [..]--crate-type bin --emit=dep-info,link -C opt-level=3 -C panic=abort -C codegen-units=2 [..]
119
119
[FINISHED] release [optimized] [..]
@@ -174,8 +174,8 @@ fn profile_selection_build_all_targets() {
174
174
[RUNNING] `rustc --crate-name build_script_build build.rs [..]--crate-type bin --emit=dep-info,link -C codegen-units=1 -C debuginfo=2 [..]
175
175
[RUNNING] `[..]/target/debug/build/foo-[..]/build-script-build`
176
176
[RUNNING] `[..]/target/debug/build/foo-[..]/build-script-build`
177
- foo custom build PROFILE=debug DEBUG=false OPT_LEVEL=3
178
- foo custom build PROFILE=debug DEBUG=true OPT_LEVEL=0
177
+ [foo 0.0.1] foo custom build PROFILE=debug DEBUG=false OPT_LEVEL=3
178
+ [foo 0.0.1] foo custom build PROFILE=debug DEBUG=true OPT_LEVEL=0
179
179
[RUNNING] `rustc --crate-name foo src/lib.rs [..]--crate-type lib --emit=dep-info,link -C panic=abort -C codegen-units=1 -C debuginfo=2 [..]`
180
180
[RUNNING] `rustc --crate-name foo src/lib.rs [..]--emit=dep-info,link -C codegen-units=3 -C debuginfo=2 --test [..]`
181
181
[RUNNING] `rustc --crate-name foo src/lib.rs [..]--crate-type lib --emit=dep-info,link -C codegen-units=1 -C debuginfo=2 [..]`
@@ -241,7 +241,7 @@ fn profile_selection_build_all_targets_release() {
241
241
[COMPILING] foo [..]
242
242
[RUNNING] `rustc --crate-name build_script_build build.rs [..]--crate-type bin --emit=dep-info,link -C opt-level=3 -C codegen-units=2 [..]
243
243
[RUNNING] `[..]/target/release/build/foo-[..]/build-script-build`
244
- foo custom build PROFILE=release DEBUG=false OPT_LEVEL=3
244
+ [foo 0.0.1] foo custom build PROFILE=release DEBUG=false OPT_LEVEL=3
245
245
[RUNNING] `rustc --crate-name foo src/lib.rs [..]--crate-type lib --emit=dep-info,link -C opt-level=3 -C panic=abort -C codegen-units=2 [..]`
246
246
[RUNNING] `rustc --crate-name foo src/lib.rs [..]--emit=dep-info,link -C opt-level=3 -C codegen-units=4 --test [..]`
247
247
[RUNNING] `rustc --crate-name foo src/lib.rs [..]--crate-type lib --emit=dep-info,link -C opt-level=3 -C codegen-units=2 [..]`
@@ -296,7 +296,7 @@ fn profile_selection_test() {
296
296
[COMPILING] foo [..]
297
297
[RUNNING] `rustc --crate-name build_script_build build.rs [..]--crate-type bin --emit=dep-info,link -C codegen-units=1 -C debuginfo=2 [..]
298
298
[RUNNING] `[..]/target/debug/build/foo-[..]/build-script-build`
299
- foo custom build PROFILE=debug DEBUG=true OPT_LEVEL=0
299
+ [foo 0.0.1] foo custom build PROFILE=debug DEBUG=true OPT_LEVEL=0
300
300
[RUNNING] `rustc --crate-name foo src/lib.rs [..]--crate-type lib --emit=dep-info,link -C panic=abort -C codegen-units=1 -C debuginfo=2 [..]
301
301
[RUNNING] `rustc --crate-name foo src/lib.rs [..]--crate-type lib --emit=dep-info,link -C codegen-units=1 -C debuginfo=2 [..]
302
302
[RUNNING] `rustc --crate-name foo src/lib.rs [..]--emit=dep-info,link -C codegen-units=3 -C debuginfo=2 --test [..]
@@ -360,7 +360,7 @@ fn profile_selection_test_release() {
360
360
[COMPILING] foo [..]
361
361
[RUNNING] `rustc --crate-name build_script_build build.rs [..]--crate-type bin --emit=dep-info,link -C opt-level=3 -C codegen-units=2 [..]
362
362
[RUNNING] `[..]/target/release/build/foo-[..]/build-script-build`
363
- foo custom build PROFILE=release DEBUG=false OPT_LEVEL=3
363
+ [foo 0.0.1] foo custom build PROFILE=release DEBUG=false OPT_LEVEL=3
364
364
[RUNNING] `rustc --crate-name foo src/lib.rs [..]--crate-type lib --emit=dep-info,link -C opt-level=3 -C panic=abort -C codegen-units=2 [..]
365
365
[RUNNING] `rustc --crate-name foo src/lib.rs [..]--crate-type lib --emit=dep-info,link -C opt-level=3 -C codegen-units=2 [..]
366
366
[RUNNING] `rustc --crate-name foo src/lib.rs [..]--emit=dep-info,link -C opt-level=3 -C codegen-units=4 --test [..]
@@ -424,7 +424,7 @@ fn profile_selection_bench() {
424
424
[COMPILING] foo [..]
425
425
[RUNNING] `rustc --crate-name build_script_build build.rs [..]--crate-type bin --emit=dep-info,link -C opt-level=3 -C codegen-units=2 [..]
426
426
[RUNNING] `[..]target/release/build/foo-[..]/build-script-build`
427
- foo custom build PROFILE=release DEBUG=false OPT_LEVEL=3
427
+ [foo 0.0.1] foo custom build PROFILE=release DEBUG=false OPT_LEVEL=3
428
428
[RUNNING] `rustc --crate-name foo src/lib.rs [..]--crate-type lib --emit=dep-info,link -C opt-level=3 -C panic=abort -C codegen-units=2 [..]
429
429
[RUNNING] `rustc --crate-name foo src/lib.rs [..]--crate-type lib --emit=dep-info,link -C opt-level=3 -C codegen-units=2 [..]
430
430
[RUNNING] `rustc --crate-name foo src/lib.rs [..]--emit=dep-info,link -C opt-level=3 -C codegen-units=4 --test [..]
@@ -493,7 +493,7 @@ fn profile_selection_check_all_targets() {
493
493
[COMPILING] foo [..]
494
494
[RUNNING] `rustc --crate-name build_script_build build.rs [..]--crate-type bin --emit=dep-info,link -C codegen-units=1 -C debuginfo=2 [..]
495
495
[RUNNING] `[..]target/debug/build/foo-[..]/build-script-build`
496
- foo custom build PROFILE=debug DEBUG=true OPT_LEVEL=0
496
+ [foo 0.0.1] foo custom build PROFILE=debug DEBUG=true OPT_LEVEL=0
497
497
[RUNNING] `rustc --crate-name foo src/lib.rs [..]--crate-type lib --emit=dep-info,metadata -C panic=abort -C codegen-units=1 -C debuginfo=2 [..]
498
498
[RUNNING] `rustc --crate-name foo src/lib.rs [..]--crate-type lib --emit=dep-info,metadata -C codegen-units=1 -C debuginfo=2 [..]
499
499
[RUNNING] `rustc --crate-name foo src/lib.rs [..]--emit=dep-info,metadata -C codegen-units=1 -C debuginfo=2 --test [..]
@@ -543,7 +543,7 @@ fn profile_selection_check_all_targets_release() {
543
543
[COMPILING] foo [..]
544
544
[RUNNING] `rustc --crate-name build_script_build build.rs [..]--crate-type bin --emit=dep-info,link -C opt-level=3 -C codegen-units=2 [..]
545
545
[RUNNING] `[..]target/release/build/foo-[..]/build-script-build`
546
- foo custom build PROFILE=release DEBUG=false OPT_LEVEL=3
546
+ [foo 0.0.1] foo custom build PROFILE=release DEBUG=false OPT_LEVEL=3
547
547
[RUNNING] `rustc --crate-name foo src/lib.rs [..]--crate-type lib --emit=dep-info,metadata -C opt-level=3 -C panic=abort -C codegen-units=2 [..]
548
548
[RUNNING] `rustc --crate-name foo src/lib.rs [..]--crate-type lib --emit=dep-info,metadata -C opt-level=3 -C codegen-units=2 [..]
549
549
[RUNNING] `rustc --crate-name foo src/lib.rs [..]--emit=dep-info,metadata -C opt-level=3 -C codegen-units=2 --test [..]
@@ -607,14 +607,13 @@ fn profile_selection_check_all_targets_test() {
607
607
[COMPILING] foo [..]
608
608
[RUNNING] `rustc --crate-name build_script_build build.rs [..]--crate-type bin --emit=dep-info,link -C codegen-units=1 -C debuginfo=2 [..]
609
609
[RUNNING] `[..]target/debug/build/foo-[..]/build-script-build`
610
- foo custom build PROFILE=debug DEBUG=true OPT_LEVEL=0
610
+ [foo 0.0.1] foo custom build PROFILE=debug DEBUG=true OPT_LEVEL=0
611
611
[RUNNING] `rustc --crate-name foo src/lib.rs [..]--crate-type lib --emit=dep-info,metadata -C codegen-units=1 -C debuginfo=2 [..]
612
612
[RUNNING] `rustc --crate-name foo src/lib.rs [..]--emit=dep-info,metadata -C codegen-units=1 -C debuginfo=2 --test [..]
613
613
[RUNNING] `rustc --crate-name test1 tests/test1.rs [..]--emit=dep-info,metadata -C codegen-units=1 -C debuginfo=2 --test [..]
614
614
[RUNNING] `rustc --crate-name foo src/main.rs [..]--emit=dep-info,metadata -C codegen-units=1 -C debuginfo=2 --test [..]
615
615
[RUNNING] `rustc --crate-name bench1 benches/bench1.rs [..]--emit=dep-info,metadata -C codegen-units=1 -C debuginfo=2 --test [..]
616
616
[RUNNING] `rustc --crate-name ex1 examples/ex1.rs [..]--emit=dep-info,metadata -C codegen-units=1 -C debuginfo=2 --test [..]
617
- [FINISHED] dev [unoptimized + debuginfo] [..]
618
617
" ) . run ( ) ;
619
618
620
619
p. cargo ( "check --all-targets --profile=test -vv" )
@@ -653,7 +652,7 @@ fn profile_selection_doc() {
653
652
[COMPILING] foo [..]
654
653
[RUNNING] `rustc --crate-name build_script_build build.rs [..]--crate-type bin --emit=dep-info,link -C codegen-units=1 -C debuginfo=2 [..]
655
654
[RUNNING] `[..]target/debug/build/foo-[..]/build-script-build`
656
- foo custom build PROFILE=debug DEBUG=true OPT_LEVEL=0
655
+ [foo 0.0.1] foo custom build PROFILE=debug DEBUG=true OPT_LEVEL=0
657
656
[DOCUMENTING] foo [..]
658
657
[RUNNING] `rustdoc --crate-name foo src/lib.rs [..]
659
658
[FINISHED] dev [unoptimized + debuginfo] [..]
0 commit comments