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
For example, consider Base.infer_effects(>>, (UInt32, Int32)) after #47830 or before #47567. Inference is able to figure out that the error path won't be hit, but the presence of the error path still poisons the effect analysis.