mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-23 13:27:11 +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`