Open
Description
I now get this error from one of my dependent crates (rust-miniscript) when compiling with the --release
flag
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 ...` to implement `FnMut<(&Pk,)>`
= note: the full type name has been written to '/home/ben/projects/mutiny-node/target/wasm32-unknown-unknown/release/deps/miniscript-e33708ffc0e16b91.long-type-8328810264563709237.txt'