We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3cf0c4 commit 81d9717Copy full SHA for 81d9717
src/test/run-pass/native-dupe.rs
@@ -1,3 +1,6 @@
1
+// xfail-fast - Somehow causes check-fast to livelock?? Probably because we're
2
+// calling pin_task and that's having wierd side-effects.
3
+
4
native "cdecl" mod rustrt1 = "rustrt" {
5
fn pin_task();
6
}
0 commit comments