We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e02f11 commit 8161ba5Copy full SHA for 8161ba5
tests/testsuite/custom_target.rs
@@ -178,6 +178,8 @@ fn changing_spec_rebuilds() {
178
}
179
180
#[cargo_test(nightly, reason = "requires features no_core, lang_items")]
181
+// This is randomly crashing in lld. See https://github.com/rust-lang/rust/issues/115985
182
+#[cfg_attr(all(windows, target_env = "gnu"), ignore = "windows-gnu lld crashing")]
183
fn changing_spec_relearns_crate_types() {
184
// Changing the .json file will invalidate the cache of crate types.
185
let p = project()
0 commit comments