Skip to content

Commit 91bfaa8

Browse files
spastorinoJoshua Nelson
authored andcommitted
Update def_id.rs location
1 parent e1f750f commit 91bfaa8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/queries/profiling.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ We give some background about the query model of the Rust compiler.
259259
In the query model, many queries have a key that consists of a Def ID. The Rust
260260
compiler uses Def IDs to distinguish definitions in the input Rust program.
261261

262-
From the compiler source code (`compiler/rustc_middle/src/hir/def_id.rs`):
262+
From the compiler source code (`compiler/rustc_span/src/def_id.rs`):
263263

264264
```
265265
/// A DefId identifies a particular *definition*, by combining a crate

0 commit comments

Comments
 (0)