rust/compiler
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
..
2021-11-15 10:14:29 +01:00
2021-11-12 09:09:08 -08:00