File tree 1 file changed +8
-2
lines changed
1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -11,8 +11,14 @@ Matsakis.
11
11
12
12
> As of <!-- date-check --> November 2022, although Salsa is inspired by
13
13
> (among other things) rustc's query system, it is not used directly in rustc.
14
- > It _ is_ used in chalk and extensively in ` rust-analyzer ` , but there are no
15
- > medium or long-term concrete plans to integrate it into the compiler.
14
+ > It _ is_ used in [ chalk] , an implementation of Rust's trait system, and extensively in
15
+ > [ ` rust-analyzer ` ] , the official implementation of the language server protocol for Rust, but
16
+ > there are no medium or long-term concrete plans to integrate it into the
17
+ > compiler.
18
+
19
+
20
+ [ `rust-analyzer` ] : https://rust-analyzer.github.io/
21
+ [ chalk ] : https://rust-lang.github.io/chalk/book/what_is_chalk.html
16
22
17
23
## What is Salsa?
18
24
You can’t perform that action at this time.
0 commit comments