Open CR7273868 opened 3 weeks ago
Can you show the output what you get when you do cargo build
?
No further information was given
Heyy i have the same error
Cargo Build gives no Error Cargo Check gives no Error Cargo Clippy gives no Error
is jst an IDE (in my case VSCode error)
Maybe a rust-analyzer error. Not sure if we can do anything about it but I will take a look
Maybe related to: https://github.com/ProbablyClem/utoipauto/issues/36
ye, with disabling diagnostics as said in https://github.com/ProbablyClem/utoipauto/issues/36#issuecomment-2467504582 i dont have an error anymore
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"