We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
lto::test_profile
1 parent c7fb756 commit 0523f42Copy full SHA for 0523f42
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