We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f423a3a commit a05e1fdCopy full SHA for a05e1fd
src/lowering.md
@@ -18,7 +18,7 @@ of such structures include but are not limited to
18
* Converted to a virtual `existential type` declaration
19
20
Lowering needs to uphold several invariants in order to not trigger the
21
-sanity checks in `compiler/rustc_middle/src/hir/map/hir_id_validator.rs`:
+sanity checks in `compiler/rustc_passes/src/hir_id_validator.rs`:
22
23
1. A `HirId` must be used if created. So if you use the `lower_node_id`,
24
you *must* use the resulting `NodeId` or `HirId` (either is fine, since
0 commit comments