You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi all - thanks so much for your crate and time 🙏🏼
From the code it looks like the #[future] macro should support impl Trait, yet I get a macro error. Expanded version works fine so the end is valid Rust. Not sure if this is intended to be supported though.
Ok, maybe with the current implementation accept the ImplTrait is an error because the implementation doesn't take it in account. The correct implementation should be implement the impl syntactic sugar by add a new generic.
Hi all - thanks so much for your crate and time 🙏🏼
From the code it looks like the
#[future]
macro should supportimpl Trait
, yet I get a macro error. Expanded version works fine so the end is valid Rust. Not sure if this is intended to be supported though.rstest/rstest_macros/src/parse/future.rs
Line 104 in e0b735e
The text was updated successfully, but these errors were encountered: