rust/library
Yuki Okushi bd91877636
Rollup merge of #74814 - matklad:unwind-safe, r=KodrAus
Fix RefUnwindSafe & UnwinsSafe impls for lazy::SyncLazy

I *think* we should implement those unconditionally with respect to `F`.

The user code can't observe the closure in any way, and we poison lazy if the closure itself panics.

But I've never fully wrapped my head around `UnwindSafe` traits, so 🤷‍♂️
2020-07-29 09:24:19 +09:00
..
alloc Add str::[r]split_once 2020-07-28 09:58:20 +02:00
core Add str::[r]split_once 2020-07-28 09:58:20 +02:00
panic_abort
panic_unwind
proc_macro
profiler_builtins
rtstartup
rustc-std-workspace-alloc
rustc-std-workspace-core
rustc-std-workspace-std
std Rollup merge of #74814 - matklad:unwind-safe, r=KodrAus 2020-07-29 09:24:19 +09:00
stdarch@311d56cd91 Update stdarch submodule 2020-07-28 09:41:09 -07:00
term
test
unwind