forked from libre-chip/fayalite
7 lines
264 B
Text
7 lines
264 B
Text
error: derive(Value) can only be used on structs or enums
|
|
--> tests/ui/value_derive.rs:5:10
|
|
|
|
|
5 | #[derive(Value)]
|
|
| ^^^^^
|
|
|
|
|
= note: this error originates in the derive macro `Value` (in Nightly builds, run with -Z macro-backtrace for more info)
|