we still sometimes permit coercion into !
#50350
Labels
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
!
#50350
Uh oh!
There was an error while loading. Please reload this page.
While looking into the precise behavior around
!
for #47291, we realized that we still sometimes permit coercion into!
, in thecoerce_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.
The text was updated successfully, but these errors were encountered: