We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61c4a64 commit 8c16812Copy full SHA for 8c16812
[refs]
@@ -1,2 +1,2 @@
1
---
2
-refs/heads/master: 5640bead584165c061b3dfd2353948cddbcda50e
+refs/heads/master: ce50ae3212df7141a0008dc0e49ea4ff121d1c89
trunk/src/test/run-pass/issue-506.rs
@@ -0,0 +1,12 @@
+/*
+ A reduced test case for Issue #506, provided by Rob Arnold.
3
+*/
4
+
5
+native "rust" mod rustrt {
6
+ fn task_yield();
7
+}
8
9
+fn main() {
10
+ spawn rustrt::task_yield();
11
12
0 commit comments