blob: 4e6f9b072205da90ceb6388a9df4aacf2c493713 [file] [log] [blame]
// aux-build:test-macros.rs
#[macro_use]
extern crate test_macros;
#[derive_Empty] //~ ERROR cannot find attribute macro `derive_Empty` in this scope
struct A;
fn main() {}