Move native thread name setting from thread_info to Thread, fixes #21911
This commit is contained in:
parent
dca49e06b1
commit
7d2404cb42
@ -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};
|
||||
|
Loading…
Reference in New Issue
Block a user