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 0847630 commit 3786b27Copy full SHA for 3786b27
tests/testsuite/package_features.rs
@@ -75,7 +75,7 @@ fn virtual_no_default_features() {
75
p.cargo("check --features a/dep1,b/f1,b/f2,f2")
76
.masquerade_as_nightly_cargo()
77
.with_status(101)
78
- .with_stderr("[ERROR] none of the selected packages contains these features: b/f2, f2, did you mean: b/f1, f1?")
+ .with_stderr("[ERROR] none of the selected packages contains these features: b/f2, f2, did you mean: f1?")
79
.run();
80
}
81
0 commit comments