summaryrefslogtreecommitdiffstats
path: root/vendor/darling-0.14.4/tests/compile-fail/not_impl_from_meta.stderr
blob: a166a6fcffe0c938a5b6aa7e56f1654a3b5d7f36 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
error[E0277]: the trait bound `NotImplFm: FromMeta` is not satisfied
 --> tests/compile-fail/not_impl_from_meta.rs:7:12
  |
7 |     inner: NotImplFm,
  |            ^^^^^^^^^ the trait `FromMeta` is not implemented for `NotImplFm`
  |
  = help: the following other types implement trait `FromMeta`:
            ()
            Arc<T>
            AtomicBool
            ExprArray
            ExprPath
            Flag
            HashMap<String, V, S>
            HashMap<proc_macro2::Ident, V, S>
          and $N others

error[E0277]: the trait bound `NotImplFm: FromMeta` is not satisfied
  --> tests/compile-fail/not_impl_from_meta.rs:13:12
   |
13 |     inner: NotImplFm,
   |            ^^^^^^^^^ the trait `FromMeta` is not implemented for `NotImplFm`
   |
   = help: the following other types implement trait `FromMeta`:
             ()
             Arc<T>
             AtomicBool
             ExprArray
             ExprPath
             Flag
             HashMap<String, V, S>
             HashMap<proc_macro2::Ident, V, S>
           and $N others