We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6cc967e commit c755949Copy full SHA for c755949
tests/testsuite/freshness_checksum.rs
@@ -1584,7 +1584,8 @@ fn bust_patched_dep() {
1584
[RUNNING] `rustc --crate-name foo [..]
1585
[FINISHED] `dev` profile [unoptimized + debuginfo] target(s) in [ELAPSED]s
1586
1587
-"#]]).run();
+"#]])
1588
+ .run();
1589
1590
p.cargo("build -Zchecksum-freshness -v")
1591
.masquerade_as_nightly_cargo(&["checksum-freshness"])
@@ -1703,7 +1704,8 @@ fn rebuild_on_mid_build_file_modification() {
1703
1704
[RUNNING] `rustc --crate-name root [..]
1705
1706
1707
1708
1709
1710
t.join().ok().unwrap();
1711
}
0 commit comments