rust/compiler/rustc_borrowck
Nicholas Nethercote 7ff67901ac Avoid unnecessary use of the Map trait.
The `Map` trait is there for cases where `tcx` isn't available. This
isn't one of those cases, so it's simpler to just call through `tcx`
directly.
2025-02-17 09:53:27 +11:00
..
src Avoid unnecessary use of the Map trait. 2025-02-17 09:53:27 +11:00
Cargo.toml compiler: Replace rustc_target with _abi in _borrowck 2024-11-02 20:31:47 -07:00
messages.ftl Rework "long type names" printing logic 2025-01-31 20:39:01 +00:00