Rollup merge of #117051 - gvozdvmozgu:fix-incremental-compilation-link, r=Nilstrieb

fix broken link: update incremental compilation url
This commit is contained in:
Matthias Krüger 2023-10-23 08:12:41 +02:00 committed by GitHub
commit 2636745678
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -332,7 +332,7 @@ impl<D: Deps> DepGraphData<D> {
/// - If you need 3+ arguments, use a tuple for the
/// `arg` parameter.
///
/// [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
#[inline(always)]
pub fn with_task<Ctxt: HasDepContext<Deps = D>, A: Debug, R>(
&self,