i128 lowering implementation won't work for const fn
evaluated at runtime
#46622
Labels
A-const-eval
Area: Constant evaluation, covers all const contexts (static, const fn, ...)
C-bug
Category: This is a bug.
So the code like
Will probably ICE with how #46583 is implemented on targets with i128 lowering, however it seems like something that needn’t block the stabilisation of i128 or const fn and can be thought about when both features land.
cc #24111 #35118
The text was updated successfully, but these errors were encountered: