rust/compiler/rustc_arena
Nicholas Nethercote 6035487715 Clarify ArenaAllocatable's second parameter.
It's simply a binary thing to allow different behaviour for `Copy` vs
`!Copy` types. The new code makes this much clearer; I was scratching my
head over the old code for some time.
2022-01-28 07:37:10 +11:00
..
src Clarify ArenaAllocatable's second parameter. 2022-01-28 07:37:10 +11:00
Cargo.toml