mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-27 18:57:42 +03:00
000d1f18bc
Feed `ErrorGuaranteed` from late lifetime resolution errors through to bound variable resolution If late lifetime resolution fails for whatever reason, forward to RBV the guarantee that an error was emitted - thereby eliminating the need for a "hack" to suppress subsequent/superfluous error diagnostics. Fixes rust-lang/rust#152014 r? fmease
For high-level intro to how type checking works in rustc, see the hir typeck chapter of the rustc dev guide.