You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In #972 the default for whether bindings would be generated for foreign (i.e., not in the same package as the target world) types was flipped from being generated by default to not. Users could still opt-into generating code for foreign types by using the generate keyword.
The use of a special keyword, however, might not be the most discoverable. Instead we may wish to introduce a new key in the generate! macro.
In #972 the default for whether bindings would be generated for foreign (i.e., not in the same package as the target world) types was flipped from being generated by default to not. Users could still opt-into generating code for foreign types by using the
generate
keyword.The use of a special keyword, however, might not be the most discoverable. Instead we may wish to introduce a new key in the
generate!
macro.In short the following...
...would become the following...
The text was updated successfully, but these errors were encountered: