Changed
y
- [BREAKING] Builder state parameter moved to the end of the generated builder type's parameters list.
- Generated builder type's builder state parameter now defaults to tuple of
empty tuples. This means the empty builder, where no parameter is yet set.
Fixed
#[builder(build_method(...))]
now affects the fakebuild
method that's
generated to add information to the compiler error.