Skip to content

Commit 2d09bc3

Browse files
authored
Merge pull request #34181 from regexident/fix-docs-link-to-rust
Fixed docs link to Rust's demand-driven compilation guide
2 parents 56bab66 + 6ab3572 commit 2d09bc3

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
@@ -80,4 +80,4 @@ The request-evaluator is relatively new to the Swift compiler, having been intro
8080
* 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.
8181

8282
## Prior art
83-
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!
83+
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)