sqlx-macros: fix handling of invalid idents

add regression test with Trybuild

fix lint warnings as otherwise Trybuild wanted to include them
This commit is contained in:
Austin Bonander
2020-01-16 19:26:02 -08:00
committed by Austin Bonander
parent d26040f675
commit efed9b3d6d
13 changed files with 77 additions and 10 deletions

View File

@@ -31,7 +31,6 @@ pub use sqlx_core::postgres::{self, PgConnection, PgPool, Postgres};
pub extern crate sqlx_macros;
#[cfg(feature = "macros")]
#[macro_export]
mod macros;
// macro support