1 2 3 4 5 6
#[derive(Eqr)] //~^ ERROR cannot find derive macro `Eqr` in this scope //~| ERROR cannot find derive macro `Eqr` in this scope struct Foo; pub fn main() {}