mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-01 06:51:58 +00:00
15 lines
370 B
Plaintext
15 lines
370 B
Plaintext
error: cannot find derive macro `FromPrimitive` in this scope
|
|
--> $DIR/deriving-primitive.rs:1:10
|
|
|
|
|
LL | #[derive(FromPrimitive)]
|
|
| ^^^^^^^^^^^^^
|
|
|
|
error: cannot find derive macro `FromPrimitive` in this scope
|
|
--> $DIR/deriving-primitive.rs:1:10
|
|
|
|
|
LL | #[derive(FromPrimitive)]
|
|
| ^^^^^^^^^^^^^
|
|
|
|
error: aborting due to 2 previous errors
|
|
|