diff options
| author | Santiago Pastorino <spastorino@gmail.com> | 2020-09-03 18:16:53 -0300 |
|---|---|---|
| committer | Joshua Nelson <joshua@yottadb.com> | 2020-09-09 12:30:56 -0400 |
| commit | 5ddb5ca1867650d4606984d923b862f122ea8019 (patch) | |
| tree | beea0ab29a312582f20c1211899805bfff66c816 /src/doc/rustc-dev-guide | |
| parent | 176fd1015aa21c974c0999063d418da2dbda2816 (diff) | |
| download | rust-5ddb5ca1867650d4606984d923b862f122ea8019.tar.gz rust-5ddb5ca1867650d4606984d923b862f122ea8019.zip | |
Update def_id.rs location
Diffstat (limited to 'src/doc/rustc-dev-guide')
| -rw-r--r-- | src/doc/rustc-dev-guide/src/queries/profiling.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/rustc-dev-guide/src/queries/profiling.md b/src/doc/rustc-dev-guide/src/queries/profiling.md index a89e05c74cc..ec04ad2c3ad 100644 --- a/src/doc/rustc-dev-guide/src/queries/profiling.md +++ b/src/doc/rustc-dev-guide/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 |
