The author of rust-analyzer discussing how language features help or hinder fast IDEs.
If you allow `from m import *` you can't analyse files in isolation, and it's even harder in Rust.
https://matklad.github.io/2026/02/25/against-query-based-compilers.html





