]> git.lizzy.rs Git - rust.git/commit - compiler/rustc_borrowck/src/session_diagnostics.rs
Auto merge of #106810 - oli-obk:resolver_reverse_plumbing, r=petrochenkov
authorbors <bors@rust-lang.org>
Thu, 19 Jan 2023 05:23:40 +0000 (05:23 +0000)
committerbors <bors@rust-lang.org>
Thu, 19 Jan 2023 05:23:40 +0000 (05:23 +0000)
commit65d2f2a5f9c323c88d1068e8e90d0b47a20d491c
treedee0cdbd8d893160c307f5afb7cb8d7373d8dfca
parent6ba6d22bdf5348e566dedc77a7dfee3f3804f2fb
parent13555593672b49b5306990d63d0e61a49e17d9f0
Auto merge of #106810 - oli-obk:resolver_reverse_plumbing, r=petrochenkov

Various cleanups around pre-TyCtxt queries and functions

part of #105462

based on https://github.com/rust-lang/rust/pull/106776 (everything starting at [0e2b39f](https://github.com/rust-lang/rust/pull/106810/commits/0e2b39fd1ffde51b50d45ccbe41de52b85136b8b) is new in this PR)

r? `@petrochenkov`

I think this should be most of the uncontroversial part of #105462.
compiler/rustc_session/src/config.rs
compiler/rustc_session/src/output.rs
compiler/rustc_session/src/session.rs
compiler/rustc_span/src/source_map.rs
compiler/rustc_span/src/source_map/tests.rs