File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -223,7 +223,7 @@ Let's go over them one by one:
223
223
- ** Query modifiers:** various flags and options that customize how the
224
224
query is processed (mostly with respect to [ incremental compilation] [ incrcomp ] ).
225
225
226
- [ Key ] : https://doc.rust-lang.org/nightly/nightly-rustc/rustc_middle/ty/query /keys/trait.Key.html
226
+ [ Key ] : https://doc.rust-lang.org/nightly/nightly-rustc/rustc_query_impl /keys/trait.Key.html
227
227
[ incrcomp ] : queries/incremental-compilation-in-detail.html#query-modifiers
228
228
229
229
So, to add a query:
@@ -262,7 +262,7 @@ Implementing this trait is optional if the query key is `DefId`, but
262
262
if you * don't* implement it, you get a pretty generic error ("processing ` foo ` ...").
263
263
You can put new impls into the ` config ` module. They look something like this:
264
264
265
- [ QueryConfig ] : https://doc.rust-lang.org/nightly/nightly-rustc/rustc_middle/ty/ query/trait.QueryConfig.html
265
+ [ QueryConfig ] : https://doc.rust-lang.org/nightly/nightly-rustc/rustc_query_system/ query/config /trait.QueryConfig.html
266
266
[ QueryDescription ] : https://doc.rust-lang.org/nightly/nightly-rustc/rustc_query_system/query/config/trait.QueryDescription.html
267
267
268
268
``` rust,ignore
You can’t perform that action at this time.
0 commit comments