blob: 2b29f10150b96e7b07301eabe9219ea08df98542 [file] [log] [blame]
// ignore-tidy-linelength
#[derive(Eqr)]
//~^ ERROR cannot find derive macro `Eqr` in this scope
struct Foo;
pub fn main() {}