rust/compiler/rustc_passes
Matthias Krüger 230c9e91fd
Rollup merge of #107515 - Swatinem:hirvalidator, r=compiler-errors
Improve pretty-printing of `HirIdValidator` errors

This now uses `node_to_string` for both missing and seen Ids, which includes the snippet of code for which the Id was allocated. Also removes the duplicated printing of `HirId`, as `node_to_string` also includes that.
2023-02-02 17:14:06 +01:00
..
src Rollup merge of #107515 - Swatinem:hirvalidator, r=compiler-errors 2023-02-02 17:14:06 +01:00
Cargo.toml