File: schema_for_arg_value.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-- 350 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
error: This argument to `schema_for!` is not a type - did you mean to use `schema_for_value!` instead?
 --> $DIR/schema_for_arg_value.rs:4:19
  |
4 |     let _schema = schema_for!(123);
  |                   ^^^^^^^^^^^^^^^^
  |
  = note: this error originates in the macro `schema_for` (in Nightly builds, run with -Z macro-backtrace for more info)