Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 8 additions & 2 deletions src/salsa.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,14 @@ Matsakis.

> As of <!-- date-check --> November 2022, although Salsa is inspired by
> (among other things) rustc's query system, it is not used directly in rustc.
> It _is_ used in chalk and extensively in `rust-analyzer`, but there are no
> medium or long-term concrete plans to integrate it into the compiler.
> It _is_ used in [chalk], the library for the trait system, and extensively in
> [`rust-analyzer`], the implementation of the language server protocol, but
> there are no medium or long-term concrete plans to integrate it into the
> compiler.


[`rust-analyzer`]: https://rust-analyzer.github.io/
[chalk]: https://rust-lang.github.io/chalk/book/what_is_chalk.html

## What is Salsa?

Expand Down