-
Notifications
You must be signed in to change notification settings - Fork 50
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
Make creusot-contracts buildable with stable rust #1319
Comments
Could you please list what is blocking here? |
Most likely the |
Compilation fails first because creusot/creusot-contracts/src/lib.rs Lines 34 to 46 in 9645e8a
If I comment those out to see what is needed on a first pass, most error messages (45 out of 68) come from
Interestingly, I don't see any error related to Of the remaining 23 error messages...
That doesn't seem too tricky to resolve. |
Oh yea this all seems pretty easy to handle then. |
A problem that @arnaudgolfouse just mentioned to me is that we can't yet build creusot-contracts with a stable rust toolchain.
That seems desirable to make it easy to get started with Creusot on an existing stable Rust project, or even to get started with Creusot at all, since the alternative is to be stuck with nightlies or for users to mess with compile-time configuration to hide creusot-contracts from stable builds.
The text was updated successfully, but these errors were encountered: