-
Notifications
You must be signed in to change notification settings - Fork 11
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
OpenBrush x Stable Rust #58
Comments
Will this makes OB compile in stable ? |
yes) |
How do you plan on supporting |
Hi @deuszx, we are planning to use a bit another approach for it, with use of macros |
coreggon11
changed the title
Updates to min specilazation
Stable version of rust in OpenBrush
May 31, 2023
coreggon11
changed the title
Stable version of rust in OpenBrush
OpenBrush x Stable Rust
Jun 2, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
rustc 1.71 introduced some changes to min specialization
rust-lang/rust#111252
We will remove min_specialization altogether, so we will no longer depend on nightly features, as they may introduce breaking changes to a stable product. However, this would remove some of OpenBrush's unique features, which must be implemented differently.
TODO:
Implemented in #78
The text was updated successfully, but these errors were encountered: