diff options
| author | gvozdvmozgu <131762131+gvozdvmozgu@users.noreply.github.com> | 2023-10-22 07:20:36 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-10-22 07:20:36 -0700 |
| commit | bb67e0f47b39ed4bcd68f86a6661e1a916af41fa (patch) | |
| tree | e385d397e13e921359900e0b7de14a1b36755b4e /compiler/rustc_query_system | |
| parent | 9372999916341733303de236ba8279ccbc64b35b (diff) | |
| download | rust-bb67e0f47b39ed4bcd68f86a6661e1a916af41fa.tar.gz rust-bb67e0f47b39ed4bcd68f86a6661e1a916af41fa.zip | |
fix broken link: update incremental compilation url
Diffstat (limited to 'compiler/rustc_query_system')
| -rw-r--r-- | compiler/rustc_query_system/src/dep_graph/graph.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_query_system/src/dep_graph/graph.rs b/compiler/rustc_query_system/src/dep_graph/graph.rs index c7e92d7b2b2..5ce21e0bbc6 100644 --- a/compiler/rustc_query_system/src/dep_graph/graph.rs +++ b/compiler/rustc_query_system/src/dep_graph/graph.rs @@ -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, |
