We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80326ca commit 0bbabecCopy full SHA for 0bbabec
tests/testsuite/rustflags.rs
@@ -1658,7 +1658,7 @@ fn host_config_rustflags_with_target() {
1658
// regression test for https://github.com/rust-lang/cargo/issues/10206
1659
let p = project()
1660
.file("src/lib.rs", "")
1661
- .file("build.rs.rs", "fn main() { assert!(cfg!(foo)); }")
+ .file("build.rs", "fn main() { assert!(cfg!(foo)); }")
1662
.file(".cargo/config.toml", "target-applies-to-host = false")
1663
.build();
1664
0 commit comments