rust-analyzer/crates/hir/src
bors 59d35d24a7 Auto merge of #15320 - lowr:fix/incorrect-name-case-for-inner-items, r=HKalbasi
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.
2023-07-21 06:41:30 +00:00
..
semantics Replace x with it 2023-07-06 17:33:17 +03:30
attrs.rs HIR ExternCrateDecl 2023-06-19 14:15:08 +02:00
db.rs Fix the eager token maps by re-mapping the textranges between the input and input expansion 2023-07-13 09:22:38 +02:00
diagnostics.rs Map our diagnostics to rustc and clippy's ones 2023-06-15 01:47:22 +03:30
display.rs Replace x with it 2023-07-06 17:33:17 +03:30
from_id.rs Lower const params with a bad id 2023-06-11 00:39:28 +03:30
has_source.rs Add the comment why HasSource::source() returns Option 2023-06-26 17:05:13 +09:00
lib.rs Auto merge of #15320 - lowr:fix/incorrect-name-case-for-inner-items, r=HKalbasi 2023-07-21 06:41:30 +00:00
semantics.rs Format let-else 2023-07-03 20:34:09 +02:00
source_analyzer.rs Implement recursion in mir interpreter without recursion 2023-07-07 15:07:29 +03:30
symbols.rs Lower const params with a bad id 2023-06-11 00:39:28 +03:30