summaryrefslogtreecommitdiffstats
path: root/tests/ui/derives/deriving-primitive.stderr
blob: b39637825e56ceb425d33d847cde4c041265a52b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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