We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c7fb756 + 0523f42 commit e517d5aCopy full SHA for e517d5a
1 file changed
tests/testsuite/lto.rs
@@ -625,10 +625,6 @@ fn dylib() {
625
}
626
627
#[cargo_test]
628
-#[cfg_attr(
629
- all(target_os = "windows", target_env = "gnu"),
630
- ignore = "thinLTO is broken. Tracking in rust-lang/rust#104852"
631
-)]
632
fn test_profile() {
633
Package::new("bar", "0.0.1")
634
.file("src/lib.rs", "pub fn foo() -> i32 { 123 } ")
0 commit comments