mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-27 12:29:21 +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
|
@ -1876,7 +1876,7 @@ impl Type {
|
|||
|
||||
fn go(ty: &Ty) -> bool {
|
||||
match ty.kind(&Interner) {
|
||||
TyKind::Unknown => true,
|
||||
TyKind::Error => true,
|
||||
|
||||
TyKind::Adt(_, substs)
|
||||
| TyKind::AssociatedType(_, substs)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue