rust-lang / rust-analyzer

A Rust compiler front-end for IDEs
https://rust-analyzer.github.io/
Apache License 2.0
14.31k stars 1.62k forks source link

feat: Complete diagnostics in ty lowering groundwork and serve a first diagnostic 🎉 #18541

Open ChayimFriedman2 opened 1 day ago

ChayimFriedman2 commented 1 day ago

The first diagnostic is a simple one (E0109), but this enable more complicated diagnostics. So: Yay!

Best reviewed commit-by-commit. The commit messages are also important.