2017-02-06 22:14:38 +10:30
|
|
|
#[derive(FromPrimitive)] //~ ERROR cannot find derive macro `FromPrimitive` in this scope
|
2020-01-08 20:02:10 +03:00
|
|
|
//~| ERROR cannot find derive macro `FromPrimitive` in this scope
|
2016-02-03 19:58:07 -05:00
|
|
|
enum Foo {}
|
2013-09-25 21:46:14 -07:00
|
|
|
|
2016-02-03 19:58:07 -05:00
|
|
|
fn main() {}
|