rust/src/test/ui/derives/deriving-primitive.stderr

9 lines
269 B
Plaintext
Raw Normal View History

2018-08-08 07:28:26 -05:00
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