We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9acb775 + bb67e0f commit 2636745Copy full SHA for 2636745
compiler/rustc_query_system/src/dep_graph/graph.rs
@@ -332,7 +332,7 @@ impl<D: Deps> DepGraphData<D> {
332
/// - If you need 3+ arguments, use a tuple for the
333
/// `arg` parameter.
334
///
335
- /// [rustc dev guide]: https://rustc-dev-guide.rust-lang.org/incremental-compilation.html
+ /// [rustc dev guide]: https://rustc-dev-guide.rust-lang.org/queries/incremental-compilation.html
336
#[inline(always)]
337
pub fn with_task<Ctxt: HasDepContext<Deps = D>, A: Debug, R>(
338
&self,
0 commit comments