mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-29 20:20:59 +03:00
019d28151d
Remove `BorrowckErrors::tainted_by_errors` This PR removes one of the `tainted_by_errors` occurrences, replacing it with direct use of `ErrorGuaranteed`. r? `@oli-obk`