We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4965dc0 commit ea279e1Copy full SHA for ea279e1
[refs]
@@ -1,2 +1,2 @@
1
---
2
-refs/heads/master: b3cf0c4d1b9a28847bac8080a17d748704e01d7f
+refs/heads/master: 81d9717864f925c12229098fe7570b53bf8824cd
trunk/src/test/run-pass/native-dupe.rs
@@ -1,3 +1,6 @@
+// xfail-fast - Somehow causes check-fast to livelock?? Probably because we're
+// 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