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
Quick question on this: should we be allowing #[pyo3(item)] here? Is there any reasonable interpretation beside the elements always being item 0, item 1, item 2 etc?
I wonder if we want to consider throwing an error if #[pyo3(item)] or #[pyo3(attribute)] are used on tuple struct elements.