Skip to content

Commit 6ab3572

Browse files
authored
Fixed docs link to Rust's demand-driven compilation guide
1 parent d49c83c commit 6ab3572

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/RequestEvaluator.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,4 +71,4 @@ The request-evaluator is relatively new to the Swift compiler, having been intro
7171
* Port higher-level queries (e.g., those that come from SourceKit) over to the request-evaluator, so we can see the dependencies of a given SourceKit request for testing and performance tuning.
7272

7373
## Prior art
74-
Rust's compiler went through a similar transformation to support [demand-driven compilation](https://rust-lang-nursery.github.io/rustc-guide/query.html). We should learn from their experience!
74+
Rust's compiler went through a similar transformation to support [demand-driven compilation](https://rustc-dev-guide.rust-lang.org/query.html). We should learn from their experience!

0 commit comments

Comments
 (0)