It's not guaranteed that Rust projects are compiled with cargo, so it would probably good to replace this `.expect()` with a fallback: https://github.com/launchbadge/sqlx/blob/af7f2594457e991fd84a97a2170f79801fbdf1df/sqlx-macros/src/query/mod.rs#L33-L33 CC rust-analyzer/rust-analyzer/issues/7462