]> git.proxmox.com Git - rustc.git/blobdiff - src/doc/rustc-dev-guide/src/lowering.md
New upstream version 1.52.0~beta.3+dfsg1
[rustc.git] / src / doc / rustc-dev-guide / src / lowering.md
index e0dc99bab0ae83fd4ca1d15b0a0000c796fc1ca7..a4d270b4dff069df770985a87e9d0574ff867231 100644 (file)
@@ -18,7 +18,7 @@ of such structures include but are not limited to
     * Converted to a virtual `existential type` declaration
 
 Lowering needs to uphold several invariants in order to not trigger the
-sanity checks in `src/librustc_middle/hir/map/hir_id_validator.rs`:
+sanity checks in `compiler/rustc_middle/src/hir/map/hir_id_validator.rs`:
 
 1. A `HirId` must be used if created. So if you use the `lower_node_id`,
   you *must* use the resulting `NodeId` or `HirId` (either is fine, since