-
Notifications
You must be signed in to change notification settings - Fork 184
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Decide what to do with stability of CldrCalendar trait in 1.5 #4341
Comments
If we decide to break it we should also just seal it. |
https://predr.ag/blog/definitive-guide-to-sealed-traits-in-rust/
Conclusion:
Agreed: @robertbastian @Manishearth @hsivonen @sffc |
We can use #4338 as the follow-up issue. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
#4204 landed a change to CldrCalendar that adds two new associated types with
#[cfg(feature = "experimental")]
. CldrCalendar is a public trait because it shows in public bounds.This is a breaking change but also the only way we can finish neo date symbols (#3865). Discuss what to do.
The text was updated successfully, but these errors were encountered: