mirror of
https://git.proxmox.com/git/rustc
synced 2025-06-05 06:11:03 +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
|
|
|