Closed
Description
rust/compiler/rustc_infer/src/infer/mod.rs
Line 319 in 5af97e8
should be Cell<Option<ErrorGuaranteed>>
to guarantee that we emit an error when that flag is set. This is already done for tainted_by_errors
of other types in rustc.
rust/compiler/rustc_middle/src/ty/context.rs
Line 537 in 5af97e8