Closed la10736 closed 6 months ago
When we use #[from(source)] to define argument attribute we should accept also path and not just Ident
#[from(source)]
Ident
When we use
#[from(source)]
to define argument attribute we should accept also path and not justIdent