summaryrefslogtreecommitdiffstats
path: root/vendor/darling-0.14.4/tests/compile-fail/not_impl_from_meta.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/darling-0.14.4/tests/compile-fail/not_impl_from_meta.stderr')
-rw-r--r--vendor/darling-0.14.4/tests/compile-fail/not_impl_from_meta.stderr33
1 files changed, 33 insertions, 0 deletions
diff --git a/vendor/darling-0.14.4/tests/compile-fail/not_impl_from_meta.stderr b/vendor/darling-0.14.4/tests/compile-fail/not_impl_from_meta.stderr
new file mode 100644
index 000000000..a166a6fcf
--- /dev/null
+++ b/vendor/darling-0.14.4/tests/compile-fail/not_impl_from_meta.stderr
@@ -0,0 +1,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