Open gerald-pinder-omnicell opened 3 months ago
I can currently work around this limitation by putting trait bounds in the function generic type section (<T, U>
).
@gerald-pinder-omnicell I forked this project and where
works there:
https://crates.io/crates/kash
Ran into an issue on a function that has a
where
clause on it. For some reason the where clause doesn't get copied over to theno_cache
function but theprimed_cache
function and the replaced function has thewhere
clause. I'm on versionv0.53.1
using the featurestokio
andasync
.Here's the function:
Here's the error:
Here's the expanded rust using
cargo expand
: