mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-29 03:37:26 +03:00
c73aa787f6
Add an ErrorGuaranteed to ast::TyKind::Err (attempt 2) This makes it more like `hir::TyKind::Err`, and avoids a `has_errors` assertion in `LoweringContext::lower_ty_direct`. r? ```@oli-obk```