Skip to content

Commit

Permalink
Rollup merge of #117051 - gvozdvmozgu:fix-incremental-compilation-lin…
Browse files Browse the repository at this point in the history
…k, r=Nilstrieb

fix broken link: update incremental compilation url
  • Loading branch information
matthiaskrgr committed Oct 23, 2023
2 parents 9acb775 + bb67e0f commit 2636745
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/rustc_query_system/src/dep_graph/graph.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 2636745

Please sign in to comment.