mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-29 20:46:07 +03:00
06f53dd316
Add `ErrorGuaranteed` to `ast::LitKind::Err`, `token::LitKind::Err`. Similar to recent work doing the same for `ExprKind::Err` (#120586) and `TyKind::Err` (#121109). r? `@oli-obk`