rust/compiler/rustc_arena/src
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
..
lib.rs Fix stacked borrows violation in rustc_arena 2022-07-06 20:02:45 +02:00
tests.rs Adapt tests to be able to run in miri 2022-06-03 22:46:01 +02:00