f4a775639c
Implements RFC 438. Fixes #19092. This is a [breaking-change]: change types like `&Foo+Send` or `&'a mut Foo+'a` to `&(Foo+Send)` and `&'a mut (Foo+'a)`, respectively. r? @brson |
||
---|---|---|
.. | ||
args.rs | ||
at_exit_imp.rs | ||
bookkeeping.rs | ||
c_str.rs | ||
exclusive.rs | ||
lib.rs | ||
libunwind.rs | ||
local_ptr.rs | ||
local.rs | ||
macros.rs | ||
mutex.rs | ||
stack_overflow.rs | ||
stack.rs | ||
task.rs | ||
thread_local_storage.rs | ||
thread.rs | ||
unwind.rs | ||
util.rs |