Files
rust/compiler/rustc_middle
Matthias Krüger ddba967855 Rollup merge of #93853 - steffahn:map_by_value, r=wesleywiser
Make all `hir::Map` methods consistently by-value

`hir::Map` only consists of a single reference (as part of the contained `TyCtxt`) anyways, so copying is literally zero overhead compared to passing a reference
2022-02-11 07:48:06 +01:00
..
2022-01-19 13:44:43 -06:00

For more information about how rustc works, see the rustc dev guide.