diff options
| author | toddaaro <github@opprobrio.us> | 2013-08-01 15:08:51 -0700 |
|---|---|---|
| committer | toddaaro <github@opprobrio.us> | 2013-08-01 15:38:48 -0700 |
| commit | 8e98eabce52b29d2e49ce63713ad2e1e04115bab (patch) | |
| tree | bdb6d50d12751f70db7c3425834f62011b438595 /src/libstd/rt/task.rs | |
| parent | 1d82fe5aea71b1c265634f32716b268972141efb (diff) | |
| download | rust-8e98eabce52b29d2e49ce63713ad2e1e04115bab.tar.gz rust-8e98eabce52b29d2e49ce63713ad2e1e04115bab.zip | |
modified local to include an implementation for try_unsafe_borrow::<Task> so that the log methods will work
Diffstat (limited to 'src/libstd/rt/task.rs')
| -rw-r--r-- | src/libstd/rt/task.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libstd/rt/task.rs b/src/libstd/rt/task.rs index fcc6ebeada6..23a0d28e457 100644 --- a/src/libstd/rt/task.rs +++ b/src/libstd/rt/task.rs @@ -129,6 +129,7 @@ impl Task { death: Death::new(), destroyed: false, coroutine: Some(Coroutine::empty()), + name: None, sched: None, task_type: SchedTask } |
