Skip to content

Commit

Permalink
Unrolled build for rust-lang#117051
Browse files Browse the repository at this point in the history
Rollup merge of rust-lang#117051 - gvozdvmozgu:fix-incremental-compilation-link, r=Nilstrieb

fix broken link: update incremental compilation url
  • Loading branch information
rust-timer authored Oct 23, 2023
2 parents aec4741 + bb67e0f commit fe3b8b3
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 fe3b8b3

Please sign in to comment.