Skip to content

Commit cb82adc

Browse files
nikomatsakisbrson
authored andcommitted
---
yaml --- r: 5950 b: refs/heads/master c: d69a83b h: refs/heads/master v: v3
1 parent 1300803 commit cb82adc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
refs/heads/master: e308f3346b0ff7b9ec2015058de218767ac66d89
2+
refs/heads/master: d69a83b0213952f2fdd48cddad493ad7a8dc0d6a

trunk/src/test/run-pass/issue-506.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ native "cdecl" mod rustrt {
99
fn task_yield();
1010
}
1111

12-
fn yield_wrap() { rustrt::task_yield(); }
12+
fn yield_wrap(&&_arg: ()) { rustrt::task_yield(); }
1313

1414
fn main() { task::spawn((), yield_wrap); }

0 commit comments

Comments
 (0)