musq 0.0.4

Musq is an asynchronous SQLite toolkit for Rust.
Documentation
1
2
3
4
5
6
7
error: empty list
 --> tests/trybuild/fail_sql_empty_values.rs:4:13
  |
4 |     let _ = sql!("SELECT * FROM t WHERE id IN ({values:[]})")?;
  |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  |
  = note: this error originates in the macro `sql` (in Nightly builds, run with -Z macro-backtrace for more info)