about summary refs log tree commit diff
path: root/src/libstd/rt/task.rs
diff options
context:
space:
mode:
authortoddaaro <github@opprobrio.us>2013-08-01 15:08:51 -0700
committertoddaaro <github@opprobrio.us>2013-08-01 15:38:48 -0700
commit8e98eabce52b29d2e49ce63713ad2e1e04115bab (patch)
treebdb6d50d12751f70db7c3425834f62011b438595 /src/libstd/rt/task.rs
parent1d82fe5aea71b1c265634f32716b268972141efb (diff)
downloadrust-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.rs1
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
         }