blob: 96730ae8ecda732e417db4b2af3da724da75320d [file] [log] [blame]
#[macro_use] extern crate diesel;
table! {
#[foobar]
//~^ ERROR expected ident, found #
posts {
id -> Integer,
}
}
fn main() {}