Replies: 2 comments
-
No. rust-analyzer is a complete reimplementation of a frontend for Rust. It does share some parts with rustc (e.g. pattern analysis and hopefully soon the trait solver), but the majority is home-made. The reason is that traditional compilers are just badly suited to handle IDE scenario. In fact, before rust-analyzer, there was RLS which was implemented on top of rustc, but it was really slow. |
Beta Was this translation helpful? Give feedback.
0 replies
-
See also https://rust-analyzer.github.io/book/contributing/architecture.html and the linked YouTube series. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Just curious whether this is how it works.
Beta Was this translation helpful? Give feedback.
All reactions