Skip to content
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

RUST_BACKTRACE=1 cargo +nightly test --lib --features=backtraces #68

Open
dzmitry-lahoda opened this issue Sep 2, 2022 · 0 comments
Open

Comments

@dzmitry-lahoda
Copy link

error[E0599]: no method named `backtrace` found for reference `&dyn std::error::Error` in the current scope
   --> /home/dz/.cargo/registry/src/github.com-1ecc6299db9ec823/cosmwasm-std-1.0.0/src/errors/std_error.rs:101:9
    |
101 |         source: ConversionOverflowError,
    |         ^^^^^^ method not found in `&dyn std::error::Error`

so how to run with this feature?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant