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

cannot run tests in release mode (miniscript overflow) #27

Open
zoedberg opened this issue Jul 19, 2023 · 1 comment
Open

cannot run tests in release mode (miniscript overflow) #27

zoedberg opened this issue Jul 19, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@zoedberg
Copy link
Collaborator

Executing tests in release mode I receive the following error:

error[E0275]: overflow evaluating the requirement `F: FnMut<(&Pk,)>`
  |
  = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`miniscript`)
  = note: required for `&mut F` to implement `FnMut<(&Pk,)>`
  = note: 128 redundant requirements hidden
  = note: required for `&mut &mut &mut &mut &mut &mut &mut &mut &mut &mut &mut &mut &mut &mut &mut &mut &mut &mut &mut &mut &mut &mut &mut &mut &mut &mut &mut &mut &mut &mut &mut &mut &mut &mut &mut ...` to implement `FnMut<(&Pk,)>`
  = note: the full type name has been written to '/mnt/dmc/zoe/work/bitfinex/rgb-lib-kotlin/rgb-lib/target/release/deps/miniscript-f3a95c2934347d02.long-type-692420154592931688.txt'

For more information about this error, try `rustc --explain E0275`.
error: could not compile `miniscript` (lib) due to previous error

I believe we need to wait rust-lang/rust#110475 to be resolved

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants