Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

derive macro should detect incorrectly used positional items #393

Open
pacak opened this issue Oct 9, 2024 · 0 comments
Open

derive macro should detect incorrectly used positional items #393

pacak opened this issue Oct 9, 2024 · 0 comments

Comments

@pacak
Copy link
Owner

pacak commented Oct 9, 2024

While it is not possible to cover general case since both positional and named items can be hidden by multiple levels of indirection inaccessible in derive macro - it should be possible to detect basic scenario - where named and positional items are used directly and issue compile time error.

This should make the library more accessible for new users

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant