mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-23 15:23:46 +00:00
17 lines
454 B
Plaintext
17 lines
454 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)]
|
|
| ^^^^^^^^^^^^^
|
|
|
|
|
= note: duplicate diagnostic emitted due to `-Z deduplicate-diagnostics=no`
|
|
|
|
error: aborting due to 2 previous errors
|
|
|