Move native thread name setting from thread_info to Thread, fixes #21911

This commit is contained in:
Vojtech Kral 2015-02-10 15:06:45 +01:00
parent dca49e06b1
commit 7d2404cb42

View File

@ -156,6 +156,7 @@ use ops::{Drop, FnOnce};
use option::Option::{self, Some, None};
use result::Result::{Err, Ok};
use sync::{Mutex, Condvar, Arc};
use str::Str;
use string::String;
use rt::{self, unwind};
use old_io::{Writer, stdio};