The `BITS` and `BYTES` constants for e.g. `i32` are currently unstable, due to lack of clarity around: - Should these be associated constants of the type instead? - Is there a better way to get at these via e.g. `size_of`? cc @eddyb