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 5a41fc6 commit 58c2962Copy full SHA for 58c2962
tests/testsuite/bad_config.rs
@@ -1682,7 +1682,7 @@ fn bad_trim_paths() {
1682
.file("src/lib.rs", "")
1683
.build();
1684
1685
- p.cargo("check -Zprofile-trim-paths")
+ p.cargo("check -Ztrim-paths")
1686
.masquerade_as_nightly_cargo(&["trim-paths"])
1687
.with_status(101)
1688
.with_stderr(
tests/testsuite/profile_trim_paths.rs
@@ -1,4 +1,4 @@
1
-//! Tests for `-Zprofile-trim-paths`.
+//! Tests for `-Ztrim-paths`.
2
3
use cargo_test_support::project;
4
0 commit comments