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

looks like the `.stderr` file for a SQLite UI test never got added, and notes on errors in other tests changed slightly
8 lines
296 B
Plaintext
8 lines
296 B
Plaintext
error: "\'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)
|