Open SET001 opened 2 months ago
I'm sorry. In rstest_rreuse
destruct support is not implemented yet.
Just as note, the relevant code to change is https://github.com/la10736/rstest/blob/e65e927ccea909789dc2ac1deb290119f816fac3/rstest_reuse/src/lib.rs#L253-L259
There is
#[from(...)]
attribute to destructure fixture type. Should it work withrstest_reuse
? If yes then how? Here is my attempt and it does not workthe error is