It is possible construct bitfields that have Builder without ever having a build() function.
See main...daniel/bugrepro for an example.
The build method at the end won't compile. It does compile however, if enable_bits: u5 is removed. So I'm assuming there is an issue with multiple overlap ranges (both u5 alias the 5 u1).
It is possible construct bitfields that have Builder without ever having a build() function.
See main...daniel/bugrepro for an example.
The
buildmethod at the end won't compile. It does compile however, ifenable_bits: u5is removed. So I'm assuming there is an issue with multiple overlap ranges (both u5 alias the 5 u1).