File: repr_missing.stderr

package info (click to toggle)
rust-schemars 0.8.21-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 1,308 kB
  • sloc: makefile: 2
file content (7 lines) | stat: -rw-r--r-- 287 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
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)