mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-28 12:54:58 +00:00
Report type mismatches in analysis-stats
Only the number usually; each one individually when running with -v.
This commit is contained in:
parent
6ecb36740a
commit
a7858bb7bf
3 changed files with 44 additions and 8 deletions
|
@ -617,7 +617,7 @@ impl Function {
|
|||
self.data(db).name.clone()
|
||||
}
|
||||
|
||||
pub(crate) fn body_source_map(self, db: &impl HirDatabase) -> Arc<BodySourceMap> {
|
||||
pub fn body_source_map(self, db: &impl HirDatabase) -> Arc<BodySourceMap> {
|
||||
db.body_with_source_map(self.into()).1
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue