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

Const params don't work #13

Open
paholg opened this issue Feb 26, 2023 · 0 comments · May be fixed by #28
Open

Const params don't work #13

paholg opened this issue Feb 26, 2023 · 0 comments · May be fixed by #28

Comments

@paholg
Copy link
Owner

paholg commented Feb 26, 2023

This fails to compile:

#[subenum(Looloo)]
enum Frankie<const N: usize> {
    #[subenum(Looloo)]
    A([u32; N]),
}
@paholg paholg linked a pull request Sep 19, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant