mirror of
https://github.com/launchbadge/sqlx
synced 2024-11-12 23:37:13 +00:00
efed9b3d6d
add regression test with Trybuild fix lint warnings as otherwise Trybuild wanted to include them
3 lines
66 B
Rust
3 lines
66 B
Rust
fn main() {
|
|
let query = sqlx::query!("select 1 as \"'1\"");
|
|
}
|