rust/compiler/rustc_borrowck
Dylan DPC 5e04567ac7
Rollup merge of #102187 - b-naber:inline-const-source-info, r=eholk
Use correct location for type tests in promoted constants

Previously we forgot to remap the location in a type test collected when visiting the body of a promoted constant back to the usage location, causing an ICE when trying to get span information for that type test.

Fixes https://github.com/rust-lang/rust/issues/102117
2022-10-12 11:11:24 +05:30
..
src Rollup merge of #102187 - b-naber:inline-const-source-info, r=eholk 2022-10-12 11:11:24 +05:30
Cargo.toml Remove from compiler/ crates 2022-09-29 16:49:04 +09:00