mirror of
https://github.com/launchbadge/sqlx.git
synced 2025-10-04 16:25:19 +00:00
8 lines
326 B
Plaintext
8 lines
326 B
Plaintext
error: column name "\'1" is invalid: "\'1" is not a valid Rust identifier
|
|
--> $DIR/issue_30.rs:2:17
|
|
|
|
|
2 | let query = sqlx::query!("select 1 as \"'1\"");
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
= note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
|