Remove more traces of anonymous ADTs

This commit is contained in:
Michael Goulet 2024-12-10 19:50:40 +00:00
parent 1857833cdf
commit f495cec548
2 changed files with 1 additions and 4 deletions

View file

@ -818,7 +818,6 @@ impl TyCoercionStability {
| TyKind::Typeof(..)
| TyKind::TraitObject(..)
| TyKind::InferDelegation(..)
| TyKind::AnonAdt(..)
| TyKind::Err(_) => Self::Reborrow,
};
}