Files
rust/src/liballoc
Dylan DPC 8f95dc8d4e Rollup merge of #72533 - Diggsey:db-fix-arc-ub2, r=dtolnay
Resolve UB in Arc/Weak interaction (2)

Use raw pointers to avoid making any assertions about the data field.

Follow up from #72479, see that PR for more detail on the motivation.

@RalfJung I was able to avoid a lot of the changes to `Weak`, by making a helper type (`WeakInner`) - because of auto-deref and because the fields have the same name, the rest of the code continues to compile.
2020-05-27 03:09:12 +02:00
..
2020-05-18 15:26:59 +10:00
2020-05-11 16:49:36 +02:00
2020-05-06 19:01:27 -04:00
2020-05-07 17:18:25 +02:00