rust/compiler/rustc_arena
Nicholas Nethercote 552073701f Remove unnecessary lifetime argument from arena macros.
Because it's always `'tcx`. In fact, some of them use a mixture of
passed-in `$tcx` and hard-coded `'tcx`, so no other lifetime would even
work.

This makes the code easier to read.
2021-11-17 09:38:30 +11:00
..
src Remove unnecessary lifetime argument from arena macros. 2021-11-17 09:38:30 +11:00
Cargo.toml Migrate to 2021 2021-09-20 22:21:42 -04:00