rust/compiler
Maybe Waffle d7056548f9 Yeet owning_ref
Turns out
- `owning_ref` is unsound due to `Box` aliasing stuff
- `rustc` doesn't need 99% of the `owning_ref` API
- `rustc` can use a far simpler abstraction that is `OwnedSlice`
2023-04-05 13:49:48 +00:00
..
2023-04-05 13:49:48 +00:00
2023-04-01 23:44:16 +02:00