9 lines
269 B
Plaintext
9 lines
269 B
Plaintext
|
error: cannot find derive macro `FromPrimitive` in this scope
|
||
|
--> $DIR/deriving-primitive.rs:11:10
|
||
|
|
|
||
|
LL | #[derive(FromPrimitive)] //~ ERROR cannot find derive macro `FromPrimitive` in this scope
|
||
|
| ^^^^^^^^^^^^^
|
||
|
|
||
|
error: aborting due to previous error
|
||
|
|