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

Utoipa path derive has conflict with axum-valid Valid for form #971

Closed
1g0rkR opened this issue Jul 9, 2024 · 1 comment
Closed

Utoipa path derive has conflict with axum-valid Valid for form #971

1g0rkR opened this issue Jul 9, 2024 · 1 comment

Comments

@1g0rkR
Copy link

1g0rkR commented Jul 9, 2024

Hi there,

I am using both utoipa derive path and axum_valid::Valid for form. They both cannot work together.
```proc-macro panicked: called Option::unwrap() on a `None` valuerust-analyzermacro-error
custom attribute panicked
message: called `Option::unwrap()` on a `None` valuerustcClick for full compiler diagnostic
utoipa_gen
proc_macro path


I would appreciate any support on it.
@juhaku
Copy link
Owner

juhaku commented Jul 24, 2024

@1g0rkR There is now at master a change #977 that might fix this issue as well. The PR fixes a similar issue #976.

@juhaku juhaku closed this as completed Sep 1, 2024
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

No branches or pull requests

2 participants