mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-11-16 01:38:13 +00:00
59d35d24a7
Report `incorrect-ident-case` for inner items Fixes #15319 Although we have been collecting the diagnostics for inner items within function bodies, we were discarding them and never reported to the users. This PR makes sure that they are all reported and additionally collects the diagnostics for inner items within const bodies, static bodies, and enum variant bodies. |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |