8 lines
287 B
Plaintext
8 lines
287 B
Plaintext
|
|
error: JsonSchema_repr: missing #[repr(...)] attribute
|
||
|
|
--> $DIR/repr_missing.rs:3:10
|
||
|
|
|
|
||
|
|
3 | #[derive(JsonSchema_repr)]
|
||
|
|
| ^^^^^^^^^^^^^^^
|
||
|
|
|
|
||
|
|
= note: this error originates in the derive macro `JsonSchema_repr` (in Nightly builds, run with -Z macro-backtrace for more info)
|