You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#[utoipauto]#[derive(Debug,OpenApi)]#[openapi(info(title = "Generic Test Api"))]pub(crate)structApiDoc;
Rust analyzer thinks that some punctuation error was made but there isn't one. cargo build finishes without normally.
The issue is the utoipauto macro but I do not know why this is happening.
rust-analyzer version: 2024-12-30
rustc version: rustc 1.82.0 (f6e511eec 2024-10-15)
editor or extension: VSCode 1.96
relevant settings: All to standard
repository link (if public, optional): https://github.com/ProbablyClem/utoipauto
code snippet to reproduce:
Rust analyzer thinks that some punctuation error was made but there isn't one.
cargo build
finishes without normally.The issue is the
utoipauto
macro but I do not know why this is happening.Here is the issue for the utoipauto repository:
ProbablyClem/utoipauto#46
The text was updated successfully, but these errors were encountered: