mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-30 22:01:37 +00:00
Being Ty::InferenceVar closes to chalk equivalent
This commit is contained in:
parent
4e5c496199
commit
11a1f13cd1
11 changed files with 172 additions and 152 deletions
|
@ -565,7 +565,7 @@ impl HirDisplay for Ty {
|
|||
}
|
||||
write!(f, "{{unknown}}")?;
|
||||
}
|
||||
Ty::Infer(..) => write!(f, "_")?,
|
||||
Ty::InferenceVar(..) => write!(f, "_")?,
|
||||
}
|
||||
Ok(())
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue