-
Notifications
You must be signed in to change notification settings - Fork 11
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
(Rust-Analyzer) Issue with rust macro utoipauto. Panic on simple structure #46
Comments
Can you show the output what you get when you do |
No further information was given |
Maybe a rust-analyzer error. |
Maybe related to: #36 |
ye, with disabling diagnostics as said in #36 (comment) i dont have an error anymore |
Does anybody know how to debug rust-analyzer issues? I do not understand the punctuation error because we don't parse anything with |
Error message I seem to be getting is: proc-macro panicked: unsupported proc macro punctuation character '['rust-analyzermacro-error
Although, there are no visible syntax errors (there are none to be fair). Any clue what the issue is here?
My cargo dependecies:
axum = { version = "0.7.5" }
axum_thiserror = "0.1.0"
axum-extra = { version = "0.9.4", features = ["typed-header"] }
axum-macros = "0.4.2"
utoipa = "^5"
utoipa-swagger-ui = { version = "8", features = ["axum", "debug-embed"] }
utoipauto = "0.2.0"
The text was updated successfully, but these errors were encountered: