mirror of
https://github.com/launchbadge/sqlx.git
synced 2025-10-03 15:55:45 +00:00

add regression test with Trybuild fix lint warnings as otherwise Trybuild wanted to include them
4 lines
66 B
Rust
4 lines
66 B
Rust
fn main() {
|
|
let query = sqlx::query!("select 1 as \"'1\"");
|
|
}
|