We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f63f1d commit 7e33487Copy full SHA for 7e33487
tests/testsuite/lto.rs
@@ -627,6 +627,8 @@ fn dylib() {
627
}
628
629
#[cargo_test]
630
+// This is currently broken on windows-gnu, see https://github.com/rust-lang/rust/issues/109797
631
+#[cfg_attr(all(target_os = "windows", target_env = "gnu"), ignore = "windows-gnu not working")]
632
fn test_profile() {
633
Package::new("bar", "0.0.1")
634
.file("src/lib.rs", "pub fn foo() -> i32 { 123 } ")
0 commit comments