rust/library/alloc
carbotaniuman 8f43fa0989 Add WeakInner<'_> and have Weak::inner() return it
This avoids overlapping a reference covering the data field,
which may be changed due in concurrent conditions. This fully
fixed the UB mainfested with `new_cyclic`.
2020-09-09 13:39:48 -05:00
..
benches fix benchmark compile errors 2020-09-03 20:59:33 +02:00
src Add WeakInner<'_> and have Weak::inner() return it 2020-09-09 13:39:48 -05:00
tests Auto merge of #76368 - ayushmishra2005:move_str_contact_library, r=jyn514 2020-09-07 05:20:46 +00:00
Cargo.toml