rust/compiler/rustc_arena
Nilstrieb 211fb66810 Fix stacked borrows violation in rustc_arena
There was a problem with storing a `Box<T>` in a struct, where
the current rules would invalidate the value. this makes it store
a raw pointer instead, circumventing the aliasing problems.
2022-07-06 20:02:45 +02:00
..
src Fix stacked borrows violation in rustc_arena 2022-07-06 20:02:45 +02:00
Cargo.toml Remove unused dep from rustc_arena 2022-02-02 17:37:14 +01:00