1 2 3 4 5 6 7 8 9 10 11
#[derive(sqlx::Type)] #[sqlx(rename = "foo")] enum Foo { One, Two, Three, } fn main() { compile_error!("trybuild test needs to fail for stderr checking"); }