-
Notifications
You must be signed in to change notification settings - Fork 344
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
Compile error when cosmwasm-std's backtraces
feature is enabled
#1623
Comments
What error do you get? The backtraces feature requires Rust nighty. Are you aware of that? |
Just updated the issue. Also searched the docs for a mention of that nightly requirement but could not find it, might be worth mentioning. |
Do you use latest main? There was this change recently: #1613 Which version of nightly do you use? I saw different errors coming and going with different compiler versions. Since backtraces are not stable, this is no fun to work with unfortunately. |
running the latest published version so that PR isn't included yet. Anyway looks like it got fixed so will wait for it to get published. As a side question does the |
I barely used them but I also did not write too many contracts. @hashedone do you use and tech backtraces in the academy? |
I use them. Or at least used to use them, in earlier versions they were working just fine. |
The patch from #1613 is shipped as part of 1.2.2 today |
Awesome, thank you!! |
Can not compile
cosmwasm-std
withbacktraces
feature.Running MacOS on a M1 Pro.
Steps to reproduce:
cd packages/std
cargo check --features backtraces
Causing user builds with
--all-features
flags to fail.Edit: Running with
cargo +nightly check --features backtraces
fixes above compile error but still causes other builds to fail.The following is the output when running
cargo check --all-features
in our repository using the nightly toolchain.The text was updated successfully, but these errors were encountered: