We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7977f8 commit 2af9e1fCopy full SHA for 2af9e1f
tests/concurrent.rs
@@ -345,7 +345,7 @@ fn same_project() {
345
// next Cargo to come in will take over cleanly.
346
// older win versions don't support job objects, so skip test there
347
#[test]
348
-#[cfg_attr(target_env = "msvc", ignore)]
+#[cfg_attr(target_env = "windows", ignore)]
349
fn killing_cargo_releases_the_lock() {
350
let p = project("foo")
351
.file("Cargo.toml", r#"
0 commit comments