P0092 Arithmetic Panics
Arithmetic
shift amount %lld is out of range; must be in [0, 63]
When this occurs
This error is triggered when: shift amount %lld is out of range; must be in [0, 63]
Example error message
error[P0092]:
shift amount %lld is out of range; must be in [0, 63]
How to fix
Review the error message and check your code at the indicated location. The message describes what went wrong — fix the underlying issue it identifies.
Related errors
No related errors.