We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a39627 commit 2c48b10Copy full SHA for 2c48b10
tests/testsuite/lints.rs
@@ -504,7 +504,7 @@ fn build_rustflags_has_precedence() {
504
.file(
505
"Cargo.toml",
506
r#"
507
- cargo-features = ["lints", "profile-rustflags"]
+ cargo-features = ["lints"]
508
509
[package]
510
name = "foo"
@@ -533,7 +533,7 @@ pub fn foo(num: i32) -> u32 {
533
534
foo.cargo("check")
535
.arg("-v") // Show order of rustflags on failure
536
- .masquerade_as_nightly_cargo(&["lints", "profile-rustflags"])
+ .masquerade_as_nightly_cargo(&["lints"])
537
.run();
538
}
539
0 commit comments