You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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_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 fortainted_by_errorsof other types in rustc.rust/compiler/rustc_middle/src/ty/context.rs
Line 537 in 5af97e8