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 496304c commit 64614fcCopy full SHA for 64614fc
[refs]
@@ -1,2 +1,2 @@
1
---
2
-refs/heads/master: 36ab948bfaf9f19dd830a9e802dde0a43659d981
+refs/heads/master: 0cea1095b19699fc652ff1f373566fc93c72d42a
trunk/src/lib/task.rs
@@ -298,7 +298,7 @@ fn unsafe_spawn_inner(-thunk: fn@(),
298
task unsafe {
299
let id = rustrt::new_task();
300
301
- let raw_thunk: {code: u32, env: u32} = cast(thunk);
+ let raw_thunk: {code: uint, env: uint} = cast(thunk);
302
303
// set up the task pointer
304
let task_ptr <- rust_task_ptr(rustrt::get_task_pointer(id));
0 commit comments