mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-02 06:41:48 +00:00
Rename TyKind::Unknown to Error
This commit is contained in:
parent
d8ee25bb97
commit
65c2e51940
14 changed files with 48 additions and 48 deletions
|
@ -54,7 +54,7 @@ impl<D> TyBuilder<D> {
|
|||
}
|
||||
|
||||
pub fn fill_with_unknown(self) -> Self {
|
||||
self.fill(iter::repeat(TyKind::Unknown.intern(&Interner)))
|
||||
self.fill(iter::repeat(TyKind::Error.intern(&Interner)))
|
||||
}
|
||||
|
||||
pub fn fill(mut self, filler: impl Iterator<Item = impl CastTo<GenericArg>>) -> Self {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue