File: issue_30.stderr

package info (click to toggle)
rust-sqlx 0.8.3-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,744 kB
  • sloc: sql: 335; python: 268; sh: 71; makefile: 2
file content (7 lines) | stat: -rw-r--r-- 326 bytes parent folder | download
1
2
3
4
5
6
7
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)