Skip to content

Commit f2d4847

Browse files
tshepangmark-i-m
authored andcommitted
QueryDescription has moved
1 parent ad85b1f commit f2d4847

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/query.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ if you *don't* implement it, you get a pretty generic error ("processing `foo`..
264264
You can put new impls into the `config` module. They look something like this:
265265

266266
[QueryConfig]: https://doc.rust-lang.org/nightly/nightly-rustc/rustc_middle/ty/query/trait.QueryConfig.html
267-
[QueryDescription]: https://doc.rust-lang.org/nightly/nightly-rustc/rustc_middle/ty/query/config/trait.QueryDescription.html
267+
[QueryDescription]: https://doc.rust-lang.org/nightly/nightly-rustc/rustc_query_system/query/config/trait.QueryDescription.html
268268

269269
```rust,ignore
270270
impl<'tcx> QueryDescription for queries::type_of<'tcx> {

0 commit comments

Comments
 (0)