rust/compiler/rustc_middle/src/hir
Arpad Borsos 3a75f10af1
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` includes that already.
Similarly, changes all other users of `node_to_string` that do so, and changes the output of `node_to_string`, which is now "$hirid ($what `$span` in $path)".
2023-02-01 20:09:22 +01:00
..
map Improve pretty-printing of HirIdValidator errors 2023-02-01 20:09:22 +01:00
mod.rs Rollup merge of #104505 - WaffleLapkin:no-double-spaces-in-comments, r=jackh726 2023-01-17 20:21:25 +01:00
nested_filter.rs Reword comments and rename HIR visiting methods. 2022-07-07 16:01:43 +02:00
place.rs Add #[derive(TypeVisitable)] 2022-07-05 22:25:15 +01:00