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