1
Fork 0

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`
This commit is contained in:
Maybe Waffle 2023-04-05 13:28:25 +00:00
parent c0ceefdfaf
commit d7056548f9
6 changed files with 1 additions and 1971 deletions

View file

@ -61,7 +61,6 @@ pub mod intern;
pub mod jobserver;
pub mod macros;
pub mod obligation_forest;
pub mod owning_ref;
pub mod sip128;
pub mod small_c_str;
pub mod small_str;