2015-03-06 13:15:54 -08:00
|
|
|
#[derive(Eqr)]
|
2017-02-01 21:03:09 +10:30
|
|
|
//~^ ERROR cannot find derive macro `Eqr` in this scope
|
2020-01-08 20:02:10 +03:00
|
|
|
//~| ERROR cannot find derive macro `Eqr` in this scope
|
2013-03-11 16:47:23 -04:00
|
|
|
struct Foo;
|
|
|
|
|
|
|
|
|
|
pub fn main() {}
|