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
Auto merge of rust-lang#58784 - oli-obk:accidental_promotion, r=eddyb
Don't promote function calls to nonpromotable things
fixesrust-lang#58767 and fixesrust-lang#58634
r? @eddyb
should we additionally check the function call return type? It might be a promotable function (or any `const fn` inside a `const fn`), but its return type might contain interior mutability.
0 commit comments