Skip to content

Commit fe3b8b3

Browse files
authored
Unrolled build for rust-lang#117051
Rollup merge of rust-lang#117051 - gvozdvmozgu:fix-incremental-compilation-link, r=Nilstrieb fix broken link: update incremental compilation url
2 parents aec4741 + bb67e0f commit fe3b8b3

File tree

1 file changed

+1
-1
lines changed
  • compiler/rustc_query_system/src/dep_graph

1 file changed

+1
-1
lines changed

compiler/rustc_query_system/src/dep_graph/graph.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,7 @@ impl<D: Deps> DepGraphData<D> {
332332
/// - If you need 3+ arguments, use a tuple for the
333333
/// `arg` parameter.
334334
///
335-
/// [rustc dev guide]: https://rustc-dev-guide.rust-lang.org/incremental-compilation.html
335+
/// [rustc dev guide]: https://rustc-dev-guide.rust-lang.org/queries/incremental-compilation.html
336336
#[inline(always)]
337337
pub fn with_task<Ctxt: HasDepContext<Deps = D>, A: Debug, R>(
338338
&self,

0 commit comments

Comments
 (0)