rust/compiler/rustc_data_structures
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
..
src Yeet owning_ref 2023-04-05 13:49:48 +00:00
Cargo.toml Update indexmap and rayon crates 2023-03-25 02:12:13 +01:00