diff --git a/src/queries/profiling.md b/src/queries/profiling.md index a89e05c7..ec04ad2c 100644 --- a/src/queries/profiling.md +++ b/src/queries/profiling.md @@ -259,7 +259,7 @@ We give some background about the query model of the Rust compiler. In the query model, many queries have a key that consists of a Def ID. The Rust compiler uses Def IDs to distinguish definitions in the input Rust program. -From the compiler source code (`compiler/rustc_middle/src/hir/def_id.rs`): +From the compiler source code (`compiler/rustc_span/src/def_id.rs`): ``` /// A DefId identifies a particular *definition*, by combining a crate