Closed
Description
While looking into the precise behavior around !
for #47291, we realized that we still sometimes permit coercion into !
, in the coerce_lub
code:
rust/src/librustc_typeck/check/mod.rs
Lines 3541 to 3544 in 25749ad
@arielb1 tried to remove that earlier #45880 but we missed this case.