[INFO] fetching crate apistos-schemars 1.0.0-alpha.2... [INFO] checking apistos-schemars-1.0.0-alpha.2 against try#ccf408f4326a858c00dd845a64a86b16f360a801 for pr-129466-2 [INFO] extracting crate apistos-schemars 1.0.0-alpha.2 into /workspace/builds/worker-0-tc2/source [INFO] validating manifest of crates.io crate apistos-schemars 1.0.0-alpha.2 on toolchain ccf408f4326a858c00dd845a64a86b16f360a801 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ccf408f4326a858c00dd845a64a86b16f360a801" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate apistos-schemars 1.0.0-alpha.2 [INFO] removed 0 missing tests [INFO] finished tweaking crates.io crate apistos-schemars 1.0.0-alpha.2 [INFO] tweaked toml for crates.io crate apistos-schemars 1.0.0-alpha.2 written to /workspace/builds/worker-0-tc2/source/Cargo.toml [INFO] crate crates.io crate apistos-schemars 1.0.0-alpha.2 already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ccf408f4326a858c00dd845a64a86b16f360a801" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:ceb6ea022f8a89cebbe621bb4987e73a935bd40dfbb726f832cfff4742a5b95a" "/opt/rustwide/cargo-home/bin/cargo" "+ccf408f4326a858c00dd845a64a86b16f360a801" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] a5474aa7f2ab6e2a5e9e1a7d2b6f13353b423ad4f67d028f7236c922c1ccb1ad [INFO] running `Command { std: "docker" "start" "-a" "a5474aa7f2ab6e2a5e9e1a7d2b6f13353b423ad4f67d028f7236c922c1ccb1ad", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "a5474aa7f2ab6e2a5e9e1a7d2b6f13353b423ad4f67d028f7236c922c1ccb1ad", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a5474aa7f2ab6e2a5e9e1a7d2b6f13353b423ad4f67d028f7236c922c1ccb1ad", kill_on_drop: false }` [INFO] [stdout] a5474aa7f2ab6e2a5e9e1a7d2b6f13353b423ad4f67d028f7236c922c1ccb1ad [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:ceb6ea022f8a89cebbe621bb4987e73a935bd40dfbb726f832cfff4742a5b95a" "/opt/rustwide/cargo-home/bin/cargo" "+ccf408f4326a858c00dd845a64a86b16f360a801" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] d26100ddf632a5b55b8b514efa9205ce5695d95544aadc730675ac105d25a959 [INFO] running `Command { std: "docker" "start" "-a" "d26100ddf632a5b55b8b514efa9205ce5695d95544aadc730675ac105d25a959", kill_on_drop: false }` [INFO] [stderr] Copying to /tmp/fixit [INFO] [stderr] Running `cargo fix --edition` [INFO] [stderr] Migrating Cargo.toml from 2021 edition to 2024 [INFO] [stderr] Fixed Cargo.toml (15 fixes) [INFO] [stderr] Compiling unicode-ident v1.0.12 [INFO] [stderr] Compiling serde v1.0.189 [INFO] [stderr] Compiling serde_json v1.0.107 [INFO] [stderr] Checking itoa v1.0.9 [INFO] [stderr] Compiling ref-cast v1.0.23 [INFO] [stderr] Checking ryu v1.0.15 [INFO] [stderr] Compiling apistos-schemars v1.0.0-alpha.2 (/tmp/fixit) [INFO] [stderr] Compiling trybuild v1.0.85 [INFO] [stderr] Checking glob v0.3.1 [INFO] [stderr] Checking once_cell v1.18.0 [INFO] [stderr] Checking termcolor v1.3.0 [INFO] [stderr] Checking dyn-clone v1.0.14 [INFO] [stderr] Checking diff v0.1.13 [INFO] [stderr] Migrating build.rs from 2021 edition to 2024 [INFO] [stderr] Compiling proc-macro2 v1.0.86 [INFO] [stderr] Checking pretty_assertions v1.4.0 [INFO] [stderr] Compiling quote v1.0.36 [INFO] [stderr] Compiling syn v2.0.68 [INFO] [stderr] Compiling serde_derive_internals v0.29.0 [INFO] [stderr] Compiling serde_derive v1.0.189 [INFO] [stderr] Compiling ref-cast-impl v1.0.23 [INFO] [stderr] Compiling apistos-schemars_derive v1.0.0-alpha.2 [INFO] [stderr] Checking basic-toml v0.1.4 [INFO] [stderr] Migrating src/lib.rs from 2021 edition to 2024 [INFO] [stderr] warning: failed to automatically apply fixes suggested by rustc to crate `apistos_schemars` [INFO] [stderr] [INFO] [stderr] after fixes were automatically applied the compiler reported errors within these files: [INFO] [stderr] [INFO] [stderr] * src/_private.rs [INFO] [stderr] * src/json_schema_impls/atomic.rs [INFO] [stderr] * src/json_schema_impls/mod.rs [INFO] [stderr] * src/json_schema_impls/tuple.rs [INFO] [stderr] * src/macros.rs [INFO] [stderr] * src/ser.rs [INFO] [stderr] [INFO] [stderr] This likely indicates a bug in either rustc or cargo itself, [INFO] [stderr] and we would appreciate a bug report! You're likely to see [INFO] [stderr] a number of compiler warnings after this message which cargo [INFO] [stderr] attempted to fix but failed. If you could open an issue at [INFO] [stderr] https://github.com/rust-lang/rust/issues [INFO] [stderr] quoting the full output of this command we'd be very appreciative! [INFO] [stderr] Note that you may be able to make some more progress in the near-term [INFO] [stderr] fixing code with the `--broken-code` flag [INFO] [stderr] [INFO] [stderr] The following errors were reported: [INFO] [stderr] error[E0658]: fragment specifier `expr_2021` is unstable [INFO] [stderr] --> src/json_schema_impls/tuple.rs:6:8 [INFO] [stderr] | [INFO] [stderr] 6 | ($($len:expr_2021 => ($($name:ident)+))+) => { [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #123742 for more information [INFO] [stderr] = help: add `#![feature(expr_fragment_specifier_2024)]` to the crate attributes to enable [INFO] [stderr] = note: this compiler was built on 2024-09-17; consider upgrading it if it is out of date [INFO] [stderr] [INFO] [stderr] error[E0658]: fragment specifier `expr_2021` is unstable [INFO] [stderr] --> src/ser.rs:37:25 [INFO] [stderr] | [INFO] [stderr] 37 | ($fn:ident, $ty:ty, $instance_type:expr_2021) => { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #123742 for more information [INFO] [stderr] = help: add `#![feature(expr_fragment_specifier_2024)]` to the crate attributes to enable [INFO] [stderr] = note: this compiler was built on 2024-09-17; consider upgrading it if it is out of date [INFO] [stderr] [INFO] [stderr] error[E0658]: fragment specifier `expr_2021` is unstable [INFO] [stderr] --> src/macros.rs:48:6 [INFO] [stderr] | [INFO] [stderr] 48 | ($_:expr_2021) => { [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #123742 for more information [INFO] [stderr] = help: add `#![feature(expr_fragment_specifier_2024)]` to the crate attributes to enable [INFO] [stderr] = note: this compiler was built on 2024-09-17; consider upgrading it if it is out of date [INFO] [stderr] [INFO] [stderr] error[E0658]: fragment specifier `expr_2021` is unstable [INFO] [stderr] --> src/macros.rs:78:6 [INFO] [stderr] | [INFO] [stderr] 78 | ($value:expr_2021) => { [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #123742 for more information [INFO] [stderr] = help: add `#![feature(expr_fragment_specifier_2024)]` to the crate attributes to enable [INFO] [stderr] = note: this compiler was built on 2024-09-17; consider upgrading it if it is out of date [INFO] [stderr] [INFO] [stderr] error[E0658]: fragment specifier `expr_2021` is unstable [INFO] [stderr] --> src/_private.rs:28:6 [INFO] [stderr] | [INFO] [stderr] 28 | ($expression:expr_2021) => {{ [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #123742 for more information [INFO] [stderr] = help: add `#![feature(expr_fragment_specifier_2024)]` to the crate attributes to enable [INFO] [stderr] = note: this compiler was built on 2024-09-17; consider upgrading it if it is out of date [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `std_atomic` [INFO] [stderr] --> src/json_schema_impls/mod.rs:55:7 [INFO] [stderr] | [INFO] [stderr] 55 | #[cfg(std_atomic)] [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: expected names are: `clippy`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `feature`, `fmt_debug`, `miri`, `overflow_checks`, `panic`, `proc_macro`, `relocation_model`, `rustfmt`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test`, `ub_checks`, `unix`, and `windows` [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(std_atomic)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(std_atomic)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `std_atomic64` [INFO] [stderr] --> src/json_schema_impls/atomic.rs:8:7 [INFO] [stderr] | [INFO] [stderr] 8 | #[cfg(std_atomic64)] [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(std_atomic64)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(std_atomic64)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `std_atomic64` [INFO] [stderr] --> src/json_schema_impls/atomic.rs:15:7 [INFO] [stderr] | [INFO] [stderr] 15 | #[cfg(std_atomic64)] [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(std_atomic64)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(std_atomic64)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] error: aborting due to 5 previous errors; 3 warnings emitted [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0658`. [INFO] [stderr] Original diagnostics will follow. [INFO] [stderr] [INFO] [stdout] warning: `gen` is a keyword in the 2024 edition [INFO] [stdout] --> src/lib.rs:15:9 [INFO] [stdout] | [INFO] [stdout] 15 | pub mod gen; [INFO] [stdout] | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stdout] = note: for more information, see issue #49716 [INFO] [stdout] = note: `--force-warn keyword-idents-2024` implied by `--force-warn rust-2024-compatibility` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `gen` is a keyword in the 2024 edition [INFO] [stdout] --> src/lib.rs:30:9 [INFO] [stdout] | [INFO] [stdout] 30 | pub use gen::SchemaGenerator; [INFO] [stdout] | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stdout] = note: for more information, see issue #49716 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `gen` is a keyword in the 2024 edition [INFO] [stdout] --> src/lib.rs:150:20 [INFO] [stdout] | [INFO] [stdout] 150 | fn json_schema(gen: &mut SchemaGenerator) -> Schema; [INFO] [stdout] | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stdout] = note: for more information, see issue #49716 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `gen` is a keyword in the 2024 edition [INFO] [stdout] --> src/lib.rs:154:51 [INFO] [stdout] | [INFO] [stdout] 154 | fn _schemars_private_non_optional_json_schema(gen: &mut SchemaGenerator) -> Schema { [INFO] [stdout] | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stdout] = note: for more information, see issue #49716 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `gen` is a keyword in the 2024 edition [INFO] [stdout] --> src/lib.rs:155:27 [INFO] [stdout] | [INFO] [stdout] 155 | Self::json_schema(gen) [INFO] [stdout] | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stdout] = note: for more information, see issue #49716 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `gen` is a keyword in the 2024 edition [INFO] [stdout] --> src/json_schema_impls/mod.rs:24:28 [INFO] [stdout] | [INFO] [stdout] 24 | fn json_schema(gen: &mut $crate::gen::SchemaGenerator) -> $crate::Schema { [INFO] [stdout] | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stdout] = note: for more information, see issue #49716 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `gen` is a keyword in the 2024 edition [INFO] [stdout] --> src/json_schema_impls/mod.rs:24:46 [INFO] [stdout] | [INFO] [stdout] 24 | fn json_schema(gen: &mut $crate::gen::SchemaGenerator) -> $crate::Schema { [INFO] [stdout] | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stdout] = note: for more information, see issue #49716 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `gen` is a keyword in the 2024 edition [INFO] [stdout] --> src/json_schema_impls/mod.rs:25:40 [INFO] [stdout] | [INFO] [stdout] 25 | <$target>::json_schema(gen) [INFO] [stdout] | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stdout] = note: for more information, see issue #49716 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `gen` is a keyword in the 2024 edition [INFO] [stdout] --> src/json_schema_impls/mod.rs:28:59 [INFO] [stdout] | [INFO] [stdout] 28 | fn _schemars_private_non_optional_json_schema(gen: &mut $crate::gen::SchemaGenerator) -> $crate::Schema { [INFO] [stdout] | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stdout] = note: for more information, see issue #49716 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `gen` is a keyword in the 2024 edition [INFO] [stdout] --> src/json_schema_impls/mod.rs:28:77 [INFO] [stdout] | [INFO] [stdout] 28 | fn _schemars_private_non_optional_json_schema(gen: &mut $crate::gen::SchemaGenerator) -> $crate::Schema { [INFO] [stdout] | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stdout] = note: for more information, see issue #49716 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `gen` is a keyword in the 2024 edition [INFO] [stdout] --> src/json_schema_impls/mod.rs:29:71 [INFO] [stdout] | [INFO] [stdout] 29 | <$target>::_schemars_private_non_optional_json_schema(gen) [INFO] [stdout] | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stdout] = note: for more information, see issue #49716 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `gen` is a keyword in the 2024 edition [INFO] [stdout] --> src/json_schema_impls/array.rs:1:12 [INFO] [stdout] | [INFO] [stdout] 1 | use crate::gen::SchemaGenerator; [INFO] [stdout] | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stdout] = note: for more information, see issue #49716 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `gen` is a keyword in the 2024 edition [INFO] [stdout] --> src/json_schema_impls/array.rs:39:32 [INFO] [stdout] | [INFO] [stdout] 39 | fn json_schema(gen: &mut SchemaGenerator) -> Schema { [INFO] [stdout] | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stdout] = note: for more information, see issue #49716 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `gen` is a keyword in the 2024 edition [INFO] [stdout] --> src/json_schema_impls/array.rs:42:58 [INFO] [stdout] | [INFO] [stdout] 42 | "items": serde_json::Value::from(gen.subschema_for::()), [INFO] [stdout] | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stdout] = note: for more information, see issue #49716 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `gen` is a keyword in the 2024 edition [INFO] [stdout] --> src/json_schema_impls/core.rs:1:12 [INFO] [stdout] | [INFO] [stdout] 1 | use crate::gen::SchemaGenerator; [INFO] [stdout] | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stdout] = note: for more information, see issue #49716 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `gen` is a keyword in the 2024 edition [INFO] [stdout] --> src/json_schema_impls/core.rs:18:20 [INFO] [stdout] | [INFO] [stdout] 18 | fn json_schema(gen: &mut SchemaGenerator) -> Schema { [INFO] [stdout] | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stdout] = note: for more information, see issue #49716 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `gen` is a keyword in the 2024 edition [INFO] [stdout] --> src/json_schema_impls/core.rs:19:26 [INFO] [stdout] | [INFO] [stdout] 19 | let mut schema = gen.subschema_for::(); [INFO] [stdout] | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stdout] = note: for more information, see issue #49716 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `gen` is a keyword in the 2024 edition [INFO] [stdout] --> src/json_schema_impls/core.rs:21:12 [INFO] [stdout] | [INFO] [stdout] 21 | if gen.settings().option_add_null_type { [INFO] [stdout] | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stdout] = note: for more information, see issue #49716 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `gen` is a keyword in the 2024 edition [INFO] [stdout] --> src/json_schema_impls/core.rs:43:51 [INFO] [stdout] | [INFO] [stdout] 43 | ... <()>::json_schema(gen) [INFO] [stdout] | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stdout] = note: for more information, see issue #49716 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `gen` is a keyword in the 2024 edition [INFO] [stdout] --> src/json_schema_impls/core.rs:49:49 [INFO] [stdout] | [INFO] [stdout] 49 | Err(false) => <()>::json_schema(gen), [INFO] [stdout] | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stdout] = note: for more information, see issue #49716 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `gen` is a keyword in the 2024 edition [INFO] [stdout] --> src/json_schema_impls/core.rs:53:12 [INFO] [stdout] | [INFO] [stdout] 53 | if gen.settings().option_nullable { [INFO] [stdout] | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stdout] = note: for more information, see issue #49716 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `gen` is a keyword in the 2024 edition [INFO] [stdout] --> src/json_schema_impls/core.rs:62:51 [INFO] [stdout] | [INFO] [stdout] 62 | fn _schemars_private_non_optional_json_schema(gen: &mut SchemaGenerator) -> Schema { [INFO] [stdout] | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stdout] = note: for more information, see issue #49716 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `gen` is a keyword in the 2024 edition [INFO] [stdout] --> src/json_schema_impls/core.rs:63:55 [INFO] [stdout] | [INFO] [stdout] 63 | T::_schemars_private_non_optional_json_schema(gen) [INFO] [stdout] | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stdout] = note: for more information, see issue #49716 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `gen` is a keyword in the 2024 edition [INFO] [stdout] --> src/json_schema_impls/core.rs:80:20 [INFO] [stdout] | [INFO] [stdout] 80 | fn json_schema(gen: &mut SchemaGenerator) -> Schema { [INFO] [stdout] | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stdout] = note: for more information, see issue #49716 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `gen` is a keyword in the 2024 edition [INFO] [stdout] --> src/json_schema_impls/core.rs:86:31 [INFO] [stdout] | [INFO] [stdout] 86 | "Ok": gen.subschema_for::() [INFO] [stdout] | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stdout] = note: for more information, see issue #49716 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `gen` is a keyword in the 2024 edition [INFO] [stdout] --> src/json_schema_impls/core.rs:93:32 [INFO] [stdout] | [INFO] [stdout] 93 | "Err": gen.subschema_for::() [INFO] [stdout] | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stdout] = note: for more information, see issue #49716 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `gen` is a keyword in the 2024 edition [INFO] [stdout] --> src/json_schema_impls/core.rs:111:20 [INFO] [stdout] | [INFO] [stdout] 111 | fn json_schema(gen: &mut SchemaGenerator) -> Schema { [INFO] [stdout] | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stdout] = note: for more information, see issue #49716 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `gen` is a keyword in the 2024 edition [INFO] [stdout] --> src/json_schema_impls/core.rs:117:37 [INFO] [stdout] | [INFO] [stdout] 117 | "Included": gen.subschema_for::() [INFO] [stdout] | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stdout] = note: for more information, see issue #49716 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `gen` is a keyword in the 2024 edition [INFO] [stdout] --> src/json_schema_impls/core.rs:124:37 [INFO] [stdout] | [INFO] [stdout] 124 | "Excluded": gen.subschema_for::() [INFO] [stdout] | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stdout] = note: for more information, see issue #49716 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `gen` is a keyword in the 2024 edition [INFO] [stdout] --> src/json_schema_impls/core.rs:146:20 [INFO] [stdout] | [INFO] [stdout] 146 | fn json_schema(gen: &mut SchemaGenerator) -> Schema { [INFO] [stdout] | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stdout] = note: for more information, see issue #49716 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `gen` is a keyword in the 2024 edition [INFO] [stdout] --> src/json_schema_impls/core.rs:147:25 [INFO] [stdout] | [INFO] [stdout] 147 | let subschema = gen.subschema_for::(); [INFO] [stdout] | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stdout] = note: for more information, see issue #49716 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `gen` is a keyword in the 2024 edition [INFO] [stdout] --> src/json_schema_impls/ffi.rs:1:12 [INFO] [stdout] | [INFO] [stdout] 1 | use crate::gen::SchemaGenerator; [INFO] [stdout] | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stdout] = note: for more information, see issue #49716 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `gen` is a keyword in the 2024 edition [INFO] [stdout] --> src/json_schema_impls/ffi.rs:15:20 [INFO] [stdout] | [INFO] [stdout] 15 | fn json_schema(gen: &mut SchemaGenerator) -> Schema { [INFO] [stdout] | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stdout] = note: for more information, see issue #49716 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `gen` is a keyword in the 2024 edition [INFO] [stdout] --> src/json_schema_impls/ffi.rs:21:56 [INFO] [stdout] | [INFO] [stdout] 21 | "Unix": >::json_schema(gen) [INFO] [stdout] | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stdout] = note: for more information, see issue #49716 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `gen` is a keyword in the 2024 edition [INFO] [stdout] --> src/json_schema_impls/ffi.rs:28:60 [INFO] [stdout] | [INFO] [stdout] 28 | "Windows": >::json_schema(gen) [INFO] [stdout] | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stdout] = note: for more information, see issue #49716 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `gen` is a keyword in the 2024 edition [INFO] [stdout] --> src/json_schema_impls/maps.rs:1:12 [INFO] [stdout] | [INFO] [stdout] 1 | use crate::gen::SchemaGenerator; [INFO] [stdout] | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stdout] = note: for more information, see issue #49716 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `gen` is a keyword in the 2024 edition [INFO] [stdout] --> src/json_schema_impls/maps.rs:21:28 [INFO] [stdout] | [INFO] [stdout] 21 | fn json_schema(gen: &mut SchemaGenerator) -> Schema { [INFO] [stdout] | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stdout] = note: for more information, see issue #49716 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `gen` is a keyword in the 2024 edition [INFO] [stdout] --> src/json_schema_impls/maps.rs:24:45 [INFO] [stdout] | [INFO] [stdout] 24 | "additionalProperties": gen.subschema_for::(), [INFO] [stdout] | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stdout] = note: for more information, see issue #49716 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `gen` is a keyword in the 2024 edition [INFO] [stdout] --> src/json_schema_impls/nonzero_signed.rs:1:12 [INFO] [stdout] | [INFO] [stdout] 1 | use crate::gen::SchemaGenerator; [INFO] [stdout] | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stdout] = note: for more information, see issue #49716 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `gen` is a keyword in the 2024 edition [INFO] [stdout] --> src/json_schema_impls/nonzero_signed.rs:19:28 [INFO] [stdout] | [INFO] [stdout] 19 | fn json_schema(gen: &mut SchemaGenerator) -> Schema { [INFO] [stdout] | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stdout] = note: for more information, see issue #49716 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `gen` is a keyword in the 2024 edition [INFO] [stdout] --> src/json_schema_impls/nonzero_signed.rs:20:60 [INFO] [stdout] | [INFO] [stdout] 20 | let mut schema = <$primitive>::json_schema(gen); [INFO] [stdout] | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stdout] = note: for more information, see issue #49716 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `gen` is a keyword in the 2024 edition [INFO] [stdout] --> src/json_schema_impls/nonzero_unsigned.rs:1:12 [INFO] [stdout] | [INFO] [stdout] 1 | use crate::gen::SchemaGenerator; [INFO] [stdout] | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stdout] = note: for more information, see issue #49716 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `gen` is a keyword in the 2024 edition [INFO] [stdout] --> src/json_schema_impls/nonzero_unsigned.rs:20:28 [INFO] [stdout] | [INFO] [stdout] 20 | fn json_schema(gen: &mut SchemaGenerator) -> Schema { [INFO] [stdout] | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stdout] = note: for more information, see issue #49716 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `gen` is a keyword in the 2024 edition [INFO] [stdout] --> src/json_schema_impls/nonzero_unsigned.rs:21:60 [INFO] [stdout] | [INFO] [stdout] 21 | let mut schema = <$primitive>::json_schema(gen); [INFO] [stdout] | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stdout] = note: for more information, see issue #49716 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `gen` is a keyword in the 2024 edition [INFO] [stdout] --> src/json_schema_impls/primitives.rs:1:12 [INFO] [stdout] | [INFO] [stdout] 1 | use crate::gen::SchemaGenerator; [INFO] [stdout] | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stdout] = note: for more information, see issue #49716 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `gen` is a keyword in the 2024 edition [INFO] [stdout] --> src/json_schema_impls/sequences.rs:1:12 [INFO] [stdout] | [INFO] [stdout] 1 | use crate::gen::SchemaGenerator; [INFO] [stdout] | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stdout] = note: for more information, see issue #49716 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `gen` is a keyword in the 2024 edition [INFO] [stdout] --> src/json_schema_impls/sequences.rs:21:28 [INFO] [stdout] | [INFO] [stdout] 21 | fn json_schema(gen: &mut SchemaGenerator) -> Schema { [INFO] [stdout] | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stdout] = note: for more information, see issue #49716 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `gen` is a keyword in the 2024 edition [INFO] [stdout] --> src/json_schema_impls/sequences.rs:24:30 [INFO] [stdout] | [INFO] [stdout] 24 | "items": gen.subschema_for::(), [INFO] [stdout] | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stdout] = note: for more information, see issue #49716 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `gen` is a keyword in the 2024 edition [INFO] [stdout] --> src/json_schema_impls/sequences.rs:47:28 [INFO] [stdout] | [INFO] [stdout] 47 | fn json_schema(gen: &mut SchemaGenerator) -> Schema { [INFO] [stdout] | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stdout] = note: for more information, see issue #49716 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `gen` is a keyword in the 2024 edition [INFO] [stdout] --> src/json_schema_impls/sequences.rs:51:30 [INFO] [stdout] | [INFO] [stdout] 51 | "items": gen.subschema_for::(), [INFO] [stdout] | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stdout] = note: for more information, see issue #49716 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `gen` is a keyword in the 2024 edition [INFO] [stdout] --> src/json_schema_impls/serdejson.rs:1:12 [INFO] [stdout] | [INFO] [stdout] 1 | use crate::gen::SchemaGenerator; [INFO] [stdout] | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stdout] = note: for more information, see issue #49716 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `gen` is a keyword in the 2024 edition [INFO] [stdout] --> src/json_schema_impls/time.rs:1:12 [INFO] [stdout] | [INFO] [stdout] 1 | use crate::gen::SchemaGenerator; [INFO] [stdout] | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stdout] = note: for more information, see issue #49716 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `gen` is a keyword in the 2024 edition [INFO] [stdout] --> src/json_schema_impls/time.rs:15:20 [INFO] [stdout] | [INFO] [stdout] 15 | fn json_schema(gen: &mut SchemaGenerator) -> Schema { [INFO] [stdout] | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stdout] = note: for more information, see issue #49716 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `gen` is a keyword in the 2024 edition [INFO] [stdout] --> src/json_schema_impls/time.rs:20:42 [INFO] [stdout] | [INFO] [stdout] 20 | "secs": u64::json_schema(gen), [INFO] [stdout] | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stdout] = note: for more information, see issue #49716 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `gen` is a keyword in the 2024 edition [INFO] [stdout] --> src/json_schema_impls/time.rs:21:43 [INFO] [stdout] | [INFO] [stdout] 21 | "nanos": u32::json_schema(gen), [INFO] [stdout] | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stdout] = note: for more information, see issue #49716 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `gen` is a keyword in the 2024 edition [INFO] [stdout] --> src/json_schema_impls/time.rs:36:20 [INFO] [stdout] | [INFO] [stdout] 36 | fn json_schema(gen: &mut SchemaGenerator) -> Schema { [INFO] [stdout] | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stdout] = note: for more information, see issue #49716 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `gen` is a keyword in the 2024 edition [INFO] [stdout] --> src/json_schema_impls/time.rs:41:54 [INFO] [stdout] | [INFO] [stdout] 41 | "secs_since_epoch": u64::json_schema(gen), [INFO] [stdout] | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stdout] = note: for more information, see issue #49716 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `gen` is a keyword in the 2024 edition [INFO] [stdout] --> src/json_schema_impls/time.rs:42:55 [INFO] [stdout] | [INFO] [stdout] 42 | "nanos_since_epoch": u32::json_schema(gen), [INFO] [stdout] | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stdout] = note: for more information, see issue #49716 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `gen` is a keyword in the 2024 edition [INFO] [stdout] --> src/json_schema_impls/tuple.rs:1:12 [INFO] [stdout] | [INFO] [stdout] 1 | use crate::gen::SchemaGenerator; [INFO] [stdout] | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stdout] = note: for more information, see issue #49716 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `gen` is a keyword in the 2024 edition [INFO] [stdout] --> src/json_schema_impls/tuple.rs:25:32 [INFO] [stdout] | [INFO] [stdout] 25 | fn json_schema(gen: &mut SchemaGenerator) -> Schema { [INFO] [stdout] | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stdout] = note: for more information, see issue #49716 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `gen` is a keyword in the 2024 edition [INFO] [stdout] --> src/json_schema_impls/tuple.rs:29:31 [INFO] [stdout] | [INFO] [stdout] 29 | ... $(gen.subschema_for::<$name>()),+ [INFO] [stdout] | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stdout] = note: for more information, see issue #49716 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `gen` is a keyword in the 2024 edition [INFO] [stdout] --> src/schema.rs:246:35 [INFO] [stdout] | [INFO] [stdout] 246 | fn json_schema(_: &mut crate::gen::SchemaGenerator) -> Schema { [INFO] [stdout] | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stdout] = note: for more information, see issue #49716 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `gen` is a keyword in the 2024 edition [INFO] [stdout] --> src/ser.rs:6:16 [INFO] [stdout] | [INFO] [stdout] 6 | pub(crate) gen: &'a mut SchemaGenerator, [INFO] [stdout] | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stdout] = note: for more information, see issue #49716 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `gen` is a keyword in the 2024 edition [INFO] [stdout] --> src/ser.rs:11:5 [INFO] [stdout] | [INFO] [stdout] 11 | gen: &'a mut SchemaGenerator, [INFO] [stdout] | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stdout] = note: for more information, see issue #49716 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `gen` is a keyword in the 2024 edition [INFO] [stdout] --> src/ser.rs:16:5 [INFO] [stdout] | [INFO] [stdout] 16 | gen: &'a mut SchemaGenerator, [INFO] [stdout] | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stdout] = note: for more information, see issue #49716 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `gen` is a keyword in the 2024 edition [INFO] [stdout] --> src/ser.rs:22:5 [INFO] [stdout] | [INFO] [stdout] 22 | gen: &'a mut SchemaGenerator, [INFO] [stdout] | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stdout] = note: for more information, see issue #49716 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `gen` is a keyword in the 2024 edition [INFO] [stdout] --> src/ser.rs:31:21 [INFO] [stdout] | [INFO] [stdout] 31 | Ok(self.gen.subschema_for::<$ty>()) [INFO] [stdout] | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stdout] = note: for more information, see issue #49716 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `gen` is a keyword in the 2024 edition [INFO] [stdout] --> src/ser.rs:80:17 [INFO] [stdout] | [INFO] [stdout] 80 | Ok(self.gen.subschema_for::<&str>()) [INFO] [stdout] | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stdout] = note: for more information, see issue #49716 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `gen` is a keyword in the 2024 edition [INFO] [stdout] --> src/ser.rs:97:21 [INFO] [stdout] | [INFO] [stdout] 97 | gen: self.gen, [INFO] [stdout] | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stdout] = note: for more information, see issue #49716 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `gen` is a keyword in the 2024 edition [INFO] [stdout] --> src/ser.rs:97:31 [INFO] [stdout] | [INFO] [stdout] 97 | gen: self.gen, [INFO] [stdout] | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stdout] = note: for more information, see issue #49716 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `gen` is a keyword in the 2024 edition [INFO] [stdout] --> src/ser.rs:115:17 [INFO] [stdout] | [INFO] [stdout] 115 | Ok(self.gen.subschema_for::>()) [INFO] [stdout] | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stdout] = note: for more information, see issue #49716 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `gen` is a keyword in the 2024 edition [INFO] [stdout] --> src/ser.rs:127:13 [INFO] [stdout] | [INFO] [stdout] 127 | gen: self.gen, [INFO] [stdout] | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stdout] = note: for more information, see issue #49716 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `gen` is a keyword in the 2024 edition [INFO] [stdout] --> src/ser.rs:127:23 [INFO] [stdout] | [INFO] [stdout] 127 | gen: self.gen, [INFO] [stdout] | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stdout] = note: for more information, see issue #49716 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `gen` is a keyword in the 2024 edition [INFO] [stdout] --> src/ser.rs:131:17 [INFO] [stdout] | [INFO] [stdout] 131 | if self.gen.settings().option_add_null_type { [INFO] [stdout] | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stdout] = note: for more information, see issue #49716 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `gen` is a keyword in the 2024 edition [INFO] [stdout] --> src/ser.rs:153:56 [INFO] [stdout] | [INFO] [stdout] 153 | ... <()>::json_schema(self.gen) [INFO] [stdout] | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stdout] = note: for more information, see issue #49716 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `gen` is a keyword in the 2024 edition [INFO] [stdout] --> src/ser.rs:159:54 [INFO] [stdout] | [INFO] [stdout] 159 | Err(false) => <()>::json_schema(self.gen), [INFO] [stdout] | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stdout] = note: for more information, see issue #49716 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `gen` is a keyword in the 2024 edition [INFO] [stdout] --> src/ser.rs:163:17 [INFO] [stdout] | [INFO] [stdout] 163 | if self.gen.settings().option_nullable { [INFO] [stdout] | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stdout] = note: for more information, see issue #49716 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `gen` is a keyword in the 2024 edition [INFO] [stdout] --> src/ser.rs:173:17 [INFO] [stdout] | [INFO] [stdout] 173 | Ok(self.gen.subschema_for::<()>()) [INFO] [stdout] | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stdout] = note: for more information, see issue #49716 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `gen` is a keyword in the 2024 edition [INFO] [stdout] --> src/ser.rs:218:13 [INFO] [stdout] | [INFO] [stdout] 218 | gen: self.gen, [INFO] [stdout] | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stdout] = note: for more information, see issue #49716 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `gen` is a keyword in the 2024 edition [INFO] [stdout] --> src/ser.rs:218:23 [INFO] [stdout] | [INFO] [stdout] 218 | gen: self.gen, [INFO] [stdout] | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stdout] = note: for more information, see issue #49716 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `gen` is a keyword in the 2024 edition [INFO] [stdout] --> src/ser.rs:225:13 [INFO] [stdout] | [INFO] [stdout] 225 | gen: self.gen, [INFO] [stdout] | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stdout] = note: for more information, see issue #49716 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `gen` is a keyword in the 2024 edition [INFO] [stdout] --> src/ser.rs:225:23 [INFO] [stdout] | [INFO] [stdout] 225 | gen: self.gen, [INFO] [stdout] | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stdout] = note: for more information, see issue #49716 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `gen` is a keyword in the 2024 edition [INFO] [stdout] --> src/ser.rs:238:13 [INFO] [stdout] | [INFO] [stdout] 238 | gen: self.gen, [INFO] [stdout] | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stdout] = note: for more information, see issue #49716 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `gen` is a keyword in the 2024 edition [INFO] [stdout] --> src/ser.rs:238:23 [INFO] [stdout] | [INFO] [stdout] 238 | gen: self.gen, [INFO] [stdout] | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stdout] = note: for more information, see issue #49716 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `gen` is a keyword in the 2024 edition [INFO] [stdout] --> src/ser.rs:256:13 [INFO] [stdout] | [INFO] [stdout] 256 | gen: self.gen, [INFO] [stdout] | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stdout] = note: for more information, see issue #49716 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `gen` is a keyword in the 2024 edition [INFO] [stdout] --> src/ser.rs:256:23 [INFO] [stdout] | [INFO] [stdout] 256 | gen: self.gen, [INFO] [stdout] | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stdout] = note: for more information, see issue #49716 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `gen` is a keyword in the 2024 edition [INFO] [stdout] --> src/ser.rs:270:13 [INFO] [stdout] | [INFO] [stdout] 270 | gen: self.gen, [INFO] [stdout] | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stdout] = note: for more information, see issue #49716 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `gen` is a keyword in the 2024 edition [INFO] [stdout] --> src/ser.rs:270:23 [INFO] [stdout] | [INFO] [stdout] 270 | gen: self.gen, [INFO] [stdout] | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stdout] = note: for more information, see issue #49716 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `gen` is a keyword in the 2024 edition [INFO] [stdout] --> src/ser.rs:334:17 [INFO] [stdout] | [INFO] [stdout] 334 | gen: self.gen, [INFO] [stdout] | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stdout] = note: for more information, see issue #49716 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `gen` is a keyword in the 2024 edition [INFO] [stdout] --> src/ser.rs:334:27 [INFO] [stdout] | [INFO] [stdout] 334 | gen: self.gen, [INFO] [stdout] | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stdout] = note: for more information, see issue #49716 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `gen` is a keyword in the 2024 edition [INFO] [stdout] --> src/ser.rs:369:13 [INFO] [stdout] | [INFO] [stdout] 369 | gen: self.gen, [INFO] [stdout] | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stdout] = note: for more information, see issue #49716 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `gen` is a keyword in the 2024 edition [INFO] [stdout] --> src/ser.rs:369:23 [INFO] [stdout] | [INFO] [stdout] 369 | gen: self.gen, [INFO] [stdout] | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stdout] = note: for more information, see issue #49716 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `gen` is a keyword in the 2024 edition [INFO] [stdout] --> src/ser.rs:437:13 [INFO] [stdout] | [INFO] [stdout] 437 | gen: self.gen, [INFO] [stdout] | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stdout] = note: for more information, see issue #49716 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `gen` is a keyword in the 2024 edition [INFO] [stdout] --> src/ser.rs:437:23 [INFO] [stdout] | [INFO] [stdout] 437 | gen: self.gen, [INFO] [stdout] | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stdout] = note: for more information, see issue #49716 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `gen` is a keyword in the 2024 edition [INFO] [stdout] --> src/ser.rs:474:13 [INFO] [stdout] | [INFO] [stdout] 474 | gen: self.gen, [INFO] [stdout] | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stdout] = note: for more information, see issue #49716 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `gen` is a keyword in the 2024 edition [INFO] [stdout] --> src/ser.rs:474:23 [INFO] [stdout] | [INFO] [stdout] 474 | gen: self.gen, [INFO] [stdout] | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stdout] = note: for more information, see issue #49716 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `gen` is a keyword in the 2024 edition [INFO] [stdout] --> src/_private.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | gen: &mut SchemaGenerator, [INFO] [stdout] | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stdout] = note: for more information, see issue #49716 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `gen` is a keyword in the 2024 edition [INFO] [stdout] --> src/_private.rs:10:68 [INFO] [stdout] | [INFO] [stdout] 10 | let mut schema = T::_schemars_private_non_optional_json_schema(gen); [INFO] [stdout] | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stdout] = note: for more information, see issue #49716 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `gen` is a keyword in the 2024 edition [INFO] [stdout] --> src/gen.rs:366:13 [INFO] [stdout] | [INFO] [stdout] 366 | gen: self, [INFO] [stdout] | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stdout] = note: for more information, see issue #49716 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `gen` is a keyword in the 2024 edition [INFO] [stdout] --> src/gen.rs:397:13 [INFO] [stdout] | [INFO] [stdout] 397 | gen: &mut self, [INFO] [stdout] | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stdout] = note: for more information, see issue #49716 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `gen` is a keyword in the 2024 edition [INFO] [stdout] --> src/gen.rs:420:13 [INFO] [stdout] | [INFO] [stdout] 420 | gen: &'a mut SchemaGenerator, [INFO] [stdout] | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stdout] = note: for more information, see issue #49716 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `gen` is a keyword in the 2024 edition [INFO] [stdout] --> src/gen.rs:426:20 [INFO] [stdout] | [INFO] [stdout] 426 | fn new(gen: &'a mut SchemaGenerator, id: CowStr) -> Self { [INFO] [stdout] | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stdout] = note: for more information, see issue #49716 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `gen` is a keyword in the 2024 edition [INFO] [stdout] --> src/gen.rs:427:31 [INFO] [stdout] | [INFO] [stdout] 427 | let did_add = gen.pending_schema_ids.insert(id.clone()); [INFO] [stdout] | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stdout] = note: for more information, see issue #49716 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `gen` is a keyword in the 2024 edition [INFO] [stdout] --> src/gen.rs:428:24 [INFO] [stdout] | [INFO] [stdout] 428 | Self { gen, id, did_add } [INFO] [stdout] | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stdout] = note: for more information, see issue #49716 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `gen` is a keyword in the 2024 edition [INFO] [stdout] --> src/gen.rs:435:26 [INFO] [stdout] | [INFO] [stdout] 435 | self.gen.pending_schema_ids.remove(&self.id); [INFO] [stdout] | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stdout] = note: for more information, see issue #49716 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `gen` is a keyword in the 2024 edition [INFO] [stdout] --> src/gen.rs:441:28 [INFO] [stdout] | [INFO] [stdout] 441 | T::json_schema(pss.gen) [INFO] [stdout] | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stdout] = note: for more information, see issue #49716 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `std_atomic` [INFO] [stdout] --> src/json_schema_impls/mod.rs:55:7 [INFO] [stdout] | [INFO] [stdout] 55 | #[cfg(std_atomic)] [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: expected names are: `clippy`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `feature`, `fmt_debug`, `miri`, `overflow_checks`, `panic`, `proc_macro`, `relocation_model`, `rustfmt`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test`, `ub_checks`, `unix`, and `windows` [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(std_atomic)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(std_atomic)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the `expr` fragment specifier will accept more expressions in the 2024 edition [INFO] [stdout] --> src/json_schema_impls/tuple.rs:6:13 [INFO] [stdout] | [INFO] [stdout] 6 | ($($len:expr => ($($name:ident)+))+) => { [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see Migration Guide [INFO] [stdout] = note: `--force-warn edition-2024-expr-fragment-specifier` implied by `--force-warn rust-2024-compatibility` [INFO] [stdout] help: to keep the existing behavior, use the `expr_2021` fragment specifier [INFO] [stdout] | [INFO] [stdout] 6 | ($($len:expr_2021 => ($($name:ident)+))+) => { [INFO] [stdout] | ~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `std_atomic64` [INFO] [stdout] --> src/json_schema_impls/atomic.rs:8:7 [INFO] [stdout] | [INFO] [stdout] 8 | #[cfg(std_atomic64)] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(std_atomic64)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(std_atomic64)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `std_atomic64` [INFO] [stdout] --> src/json_schema_impls/atomic.rs:15:7 [INFO] [stdout] | [INFO] [stdout] 15 | #[cfg(std_atomic64)] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(std_atomic64)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(std_atomic64)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the `expr` fragment specifier will accept more expressions in the 2024 edition [INFO] [stdout] --> src/ser.rs:37:40 [INFO] [stdout] | [INFO] [stdout] 37 | ($fn:ident, $ty:ty, $instance_type:expr) => { [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see Migration Guide [INFO] [stdout] help: to keep the existing behavior, use the `expr_2021` fragment specifier [INFO] [stdout] | [INFO] [stdout] 37 | ($fn:ident, $ty:ty, $instance_type:expr_2021) => { [INFO] [stdout] | ~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the `expr` fragment specifier will accept more expressions in the 2024 edition [INFO] [stdout] --> src/macros.rs:48:9 [INFO] [stdout] | [INFO] [stdout] 48 | ($_:expr) => { [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see Migration Guide [INFO] [stdout] help: to keep the existing behavior, use the `expr_2021` fragment specifier [INFO] [stdout] | [INFO] [stdout] 48 | ($_:expr_2021) => { [INFO] [stdout] | ~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the `expr` fragment specifier will accept more expressions in the 2024 edition [INFO] [stdout] --> src/macros.rs:78:13 [INFO] [stdout] | [INFO] [stdout] 78 | ($value:expr) => { [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see Migration Guide [INFO] [stdout] help: to keep the existing behavior, use the `expr_2021` fragment specifier [INFO] [stdout] | [INFO] [stdout] 78 | ($value:expr_2021) => { [INFO] [stdout] | ~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the `expr` fragment specifier will accept more expressions in the 2024 edition [INFO] [stdout] --> src/_private.rs:28:18 [INFO] [stdout] | [INFO] [stdout] 28 | ($expression:expr) => {{ [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see Migration Guide [INFO] [stdout] help: to keep the existing behavior, use the `expr_2021` fragment specifier [INFO] [stdout] | [INFO] [stdout] 28 | ($expression:expr_2021) => {{ [INFO] [stdout] | ~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `if let` assigns a shorter lifetime since Edition 2024 [INFO] [stdout] --> src/visit.rs:63:24 [INFO] [stdout] | [INFO] [stdout] 63 | if let Ok(subschema) = value.try_into() { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^---------------- [INFO] [stdout] | | [INFO] [stdout] | this value has a significant drop implementation which may observe a major change in drop order and requires your discretion [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #124085 [INFO] [stdout] help: the value is now dropped here in Edition 2024 [INFO] [stdout] --> src/visit.rs:65:21 [INFO] [stdout] | [INFO] [stdout] 65 | } [INFO] [stdout] | ^ [INFO] [stdout] = note: `--force-warn if-let-rescope` implied by `--force-warn rust-2024-compatibility` [INFO] [stdout] help: a `match` with a single arm can preserve the drop order up to Edition 2021 [INFO] [stdout] | [INFO] [stdout] 63 ~ match value.try_into() { Ok(subschema) => { [INFO] [stdout] 64 | v.visit_schema(subschema) [INFO] [stdout] 65 ~ } _ => {}} [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `if let` assigns a shorter lifetime since Edition 2024 [INFO] [stdout] --> src/visit.rs:70:32 [INFO] [stdout] | [INFO] [stdout] 70 | ... if let Ok(subschema) = value.try_into() { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^---------------- [INFO] [stdout] | | [INFO] [stdout] | this value has a significant drop implementation which may observe a major change in drop order and requires your discretion [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #124085 [INFO] [stdout] help: the value is now dropped here in Edition 2024 [INFO] [stdout] --> src/visit.rs:72:29 [INFO] [stdout] | [INFO] [stdout] 72 | ... } [INFO] [stdout] | ^ [INFO] [stdout] help: a `match` with a single arm can preserve the drop order up to Edition 2021 [INFO] [stdout] | [INFO] [stdout] 70 ~ match value.try_into() { Ok(subschema) => { [INFO] [stdout] 71 | v.visit_schema(subschema) [INFO] [stdout] 72 ~ } _ => {}} [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `if let` assigns a shorter lifetime since Edition 2024 [INFO] [stdout] --> src/visit.rs:84:31 [INFO] [stdout] | [INFO] [stdout] 84 | } else if let Ok(subschema) = value.try_into() { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^---------------- [INFO] [stdout] | | [INFO] [stdout] | this value has a significant drop implementation which may observe a major change in drop order and requires your discretion [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #124085 [INFO] [stdout] help: the value is now dropped here in Edition 2024 [INFO] [stdout] --> src/visit.rs:86:21 [INFO] [stdout] | [INFO] [stdout] 86 | } [INFO] [stdout] | ^ [INFO] [stdout] help: a `match` with a single arm can preserve the drop order up to Edition 2021 [INFO] [stdout] | [INFO] [stdout] 84 ~ } else { match value.try_into() { Ok(subschema) => { [INFO] [stdout] 85 | v.visit_schema(subschema) [INFO] [stdout] 86 ~ } _ => {}}} [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `if let` assigns a shorter lifetime since Edition 2024 [INFO] [stdout] --> src/visit.rs:80:32 [INFO] [stdout] | [INFO] [stdout] 80 | ... if let Ok(subschema) = value.try_into() { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^---------------- [INFO] [stdout] | | [INFO] [stdout] | this value has a significant drop implementation which may observe a major change in drop order and requires your discretion [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #124085 [INFO] [stdout] help: the value is now dropped here in Edition 2024 [INFO] [stdout] --> src/visit.rs:82:29 [INFO] [stdout] | [INFO] [stdout] 82 | ... } [INFO] [stdout] | ^ [INFO] [stdout] help: a `match` with a single arm can preserve the drop order up to Edition 2021 [INFO] [stdout] | [INFO] [stdout] 80 ~ match value.try_into() { Ok(subschema) => { [INFO] [stdout] 81 | v.visit_schema(subschema) [INFO] [stdout] 82 ~ } _ => {}} [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `if let` assigns a shorter lifetime since Edition 2024 [INFO] [stdout] --> src/visit.rs:91:32 [INFO] [stdout] | [INFO] [stdout] 91 | ... if let Ok(subschema) = value.try_into() { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^---------------- [INFO] [stdout] | | [INFO] [stdout] | this value has a significant drop implementation which may observe a major change in drop order and requires your discretion [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #124085 [INFO] [stdout] help: the value is now dropped here in Edition 2024 [INFO] [stdout] --> src/visit.rs:93:29 [INFO] [stdout] | [INFO] [stdout] 93 | ... } [INFO] [stdout] | ^ [INFO] [stdout] help: a `match` with a single arm can preserve the drop order up to Edition 2021 [INFO] [stdout] | [INFO] [stdout] 91 ~ match value.try_into() { Ok(subschema) => { [INFO] [stdout] 92 | v.visit_schema(subschema) [INFO] [stdout] 93 ~ } _ => {}} [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 119 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Migrating examples/from_value.rs from 2021 edition to 2024 [INFO] [stdout] warning: `gen` is a keyword in the 2024 edition [INFO] [stdout] --> src/lib.rs:15:9 [INFO] [stdout] | [INFO] [stdout] 15 | pub mod gen; [INFO] [stdout] | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stdout] = note: for more information, see issue #49716 [INFO] [stdout] = note: `--force-warn keyword-idents-2024` implied by `--force-warn rust-2024-compatibility` [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] warning: failed to automatically apply fixes suggested by rustc to crate `apistos_schemars` [INFO] [stdout] warning: `gen` is a keyword in the 2024 edition [INFO] [stdout] --> src/lib.rs:30:9 [INFO] [stdout] | [INFO] [stdout] 30 | pub use gen::SchemaGenerator; [INFO] [stdout] | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stdout] = note: for more information, see issue #49716 [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] [INFO] [stdout] warning: `gen` is a keyword in the 2024 edition [INFO] [stdout] --> src/lib.rs:150:20 [INFO] [stdout] | [INFO] [stdout] 150 | fn json_schema(gen: &mut SchemaGenerator) -> Schema; [INFO] [stdout] | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stdout] = note: for more information, see issue #49716 [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] after fixes were automatically applied the compiler reported errors within these files: [INFO] [stdout] warning: `gen` is a keyword in the 2024 edition [INFO] [stdout] --> src/lib.rs:154:51 [INFO] [stdout] | [INFO] [stdout] 154 | fn _schemars_private_non_optional_json_schema(gen: &mut SchemaGenerator) -> Schema { [INFO] [stdout] | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stdout] = note: for more information, see issue #49716 [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] [INFO] [stdout] warning: `gen` is a keyword in the 2024 edition [INFO] [stdout] --> src/lib.rs:155:27 [INFO] [stdout] | [INFO] [stdout] 155 | Self::json_schema(gen) [INFO] [stdout] | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stdout] = note: for more information, see issue #49716 [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] * src/_private.rs [INFO] [stdout] warning: `gen` is a keyword in the 2024 edition [INFO] [stdout] --> src/json_schema_impls/mod.rs:24:28 [INFO] [stdout] | [INFO] [stdout] 24 | fn json_schema(gen: &mut $crate::gen::SchemaGenerator) -> $crate::Schema { [INFO] [stdout] | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stdout] = note: for more information, see issue #49716 [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] * src/json_schema_impls/atomic.rs [INFO] [stdout] warning: `gen` is a keyword in the 2024 edition [INFO] [stdout] --> src/json_schema_impls/mod.rs:24:46 [INFO] [stdout] | [INFO] [stdout] 24 | fn json_schema(gen: &mut $crate::gen::SchemaGenerator) -> $crate::Schema { [INFO] [stdout] | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stdout] = note: for more information, see issue #49716 [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] * src/json_schema_impls/mod.rs [INFO] [stdout] warning: `gen` is a keyword in the 2024 edition [INFO] [stdout] --> src/json_schema_impls/mod.rs:25:40 [INFO] [stdout] | [INFO] [stdout] 25 | <$target>::json_schema(gen) [INFO] [stdout] | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stdout] = note: for more information, see issue #49716 [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] * src/json_schema_impls/tuple.rs [INFO] [stdout] warning: `gen` is a keyword in the 2024 edition [INFO] [stdout] --> src/json_schema_impls/mod.rs:28:59 [INFO] [stdout] | [INFO] [stdout] 28 | fn _schemars_private_non_optional_json_schema(gen: &mut $crate::gen::SchemaGenerator) -> $crate::Schema { [INFO] [stdout] | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stdout] = note: for more information, see issue #49716 [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] * src/macros.rs [INFO] [stdout] warning: `gen` is a keyword in the 2024 edition [INFO] [stdout] --> src/json_schema_impls/mod.rs:28:77 [INFO] [stdout] | [INFO] [stdout] 28 | fn _schemars_private_non_optional_json_schema(gen: &mut $crate::gen::SchemaGenerator) -> $crate::Schema { [INFO] [stdout] | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stdout] = note: for more information, see issue #49716 [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] * src/ser.rs [INFO] [stdout] warning: `gen` is a keyword in the 2024 edition [INFO] [stdout] --> src/json_schema_impls/mod.rs:29:71 [INFO] [stdout] | [INFO] [stdout] 29 | <$target>::_schemars_private_non_optional_json_schema(gen) [INFO] [stdout] | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stdout] = note: for more information, see issue #49716 [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] [INFO] [stdout] warning: `gen` is a keyword in the 2024 edition [INFO] [stdout] --> src/json_schema_impls/array.rs:1:12 [INFO] [stdout] | [INFO] [stdout] 1 | use crate::gen::SchemaGenerator; [INFO] [stdout] | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stdout] = note: for more information, see issue #49716 [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] This likely indicates a bug in either rustc or cargo itself, [INFO] [stdout] warning: `gen` is a keyword in the 2024 edition [INFO] [stdout] --> src/json_schema_impls/array.rs:39:32 [INFO] [stdout] | [INFO] [stdout] 39 | fn json_schema(gen: &mut SchemaGenerator) -> Schema { [INFO] [stdout] | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stdout] = note: for more information, see issue #49716 [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] and we would appreciate a bug report! You're likely to see [INFO] [stdout] warning: `gen` is a keyword in the 2024 edition [INFO] [stdout] --> src/json_schema_impls/array.rs:42:58 [INFO] [stdout] | [INFO] [stdout] 42 | "items": serde_json::Value::from(gen.subschema_for::()), [INFO] [stdout] | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stdout] = note: for more information, see issue #49716 [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] a number of compiler warnings after this message which cargo [INFO] [stdout] warning: `gen` is a keyword in the 2024 edition [INFO] [stdout] --> src/json_schema_impls/core.rs:1:12 [INFO] [stdout] | [INFO] [stdout] 1 | use crate::gen::SchemaGenerator; [INFO] [stdout] | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stdout] = note: for more information, see issue #49716 [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] attempted to fix but failed. If you could open an issue at [INFO] [stdout] warning: `gen` is a keyword in the 2024 edition [INFO] [stdout] --> src/json_schema_impls/core.rs:18:20 [INFO] [stdout] | [INFO] [stdout] 18 | fn json_schema(gen: &mut SchemaGenerator) -> Schema { [INFO] [stdout] | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stdout] = note: for more information, see issue #49716 [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] https://github.com/rust-lang/rust/issues [INFO] [stdout] warning: `gen` is a keyword in the 2024 edition [INFO] [stdout] --> src/json_schema_impls/core.rs:19:26 [INFO] [stdout] | [INFO] [stdout] 19 | let mut schema = gen.subschema_for::(); [INFO] [stdout] | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stdout] = note: for more information, see issue #49716 [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] quoting the full output of this command we'd be very appreciative! [INFO] [stdout] warning: `gen` is a keyword in the 2024 edition [INFO] [stdout] --> src/json_schema_impls/core.rs:21:12 [INFO] [stdout] | [INFO] [stdout] 21 | if gen.settings().option_add_null_type { [INFO] [stdout] | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stdout] = note: for more information, see issue #49716 [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Note that you may be able to make some more progress in the near-term [INFO] [stdout] warning: `gen` is a keyword in the 2024 edition [INFO] [stdout] --> src/json_schema_impls/core.rs:43:51 [INFO] [stdout] | [INFO] [stdout] 43 | ... <()>::json_schema(gen) [INFO] [stdout] | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stdout] = note: for more information, see issue #49716 [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] fixing code with the `--broken-code` flag [INFO] [stdout] warning: `gen` is a keyword in the 2024 edition [INFO] [stdout] --> src/json_schema_impls/core.rs:49:49 [INFO] [stdout] | [INFO] [stdout] 49 | Err(false) => <()>::json_schema(gen), [INFO] [stdout] | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stdout] = note: for more information, see issue #49716 [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] [INFO] [stdout] warning: `gen` is a keyword in the 2024 edition [INFO] [stdout] --> src/json_schema_impls/core.rs:53:12 [INFO] [stdout] | [INFO] [stdout] 53 | if gen.settings().option_nullable { [INFO] [stdout] | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stdout] = note: for more information, see issue #49716 [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] The following errors were reported: [INFO] [stdout] warning: `gen` is a keyword in the 2024 edition [INFO] [stdout] --> src/json_schema_impls/core.rs:62:51 [INFO] [stdout] | [INFO] [stdout] 62 | fn _schemars_private_non_optional_json_schema(gen: &mut SchemaGenerator) -> Schema { [INFO] [stdout] | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stdout] = note: for more information, see issue #49716 [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error[E0658]: fragment specifier `expr_2021` is unstable [INFO] [stdout] warning: `gen` is a keyword in the 2024 edition [INFO] [stdout] --> src/json_schema_impls/core.rs:63:55 [INFO] [stdout] | [INFO] [stdout] 63 | T::_schemars_private_non_optional_json_schema(gen) [INFO] [stdout] | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stdout] = note: for more information, see issue #49716 [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] --> src/json_schema_impls/tuple.rs:6:8 [INFO] [stdout] warning: `gen` is a keyword in the 2024 edition [INFO] [stdout] --> src/json_schema_impls/core.rs:80:20 [INFO] [stdout] | [INFO] [stdout] 80 | fn json_schema(gen: &mut SchemaGenerator) -> Schema { [INFO] [stdout] | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stdout] = note: for more information, see issue #49716 [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] | [INFO] [stdout] warning: `gen` is a keyword in the 2024 edition [INFO] [stdout] --> src/json_schema_impls/core.rs:86:31 [INFO] [stdout] | [INFO] [stdout] 86 | "Ok": gen.subschema_for::() [INFO] [stdout] | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stdout] = note: for more information, see issue #49716 [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] 6 | ($($len:expr_2021 => ($($name:ident)+))+) => { [INFO] [stdout] warning: `gen` is a keyword in the 2024 edition [INFO] [stdout] --> src/json_schema_impls/core.rs:93:32 [INFO] [stdout] | [INFO] [stdout] 93 | "Err": gen.subschema_for::() [INFO] [stdout] | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stdout] = note: for more information, see issue #49716 [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stdout] warning: `gen` is a keyword in the 2024 edition [INFO] [stdout] --> src/json_schema_impls/core.rs:111:20 [INFO] [stdout] | [INFO] [stdout] 111 | fn json_schema(gen: &mut SchemaGenerator) -> Schema { [INFO] [stdout] | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stdout] = note: for more information, see issue #49716 [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] | [INFO] [stdout] warning: `gen` is a keyword in the 2024 edition [INFO] [stdout] --> src/json_schema_impls/core.rs:117:37 [INFO] [stdout] | [INFO] [stdout] 117 | "Included": gen.subschema_for::() [INFO] [stdout] | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stdout] = note: for more information, see issue #49716 [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] = note: see issue #123742 for more information [INFO] [stdout] warning: `gen` is a keyword in the 2024 edition [INFO] [stdout] --> src/json_schema_impls/core.rs:124:37 [INFO] [stdout] | [INFO] [stdout] 124 | "Excluded": gen.subschema_for::() [INFO] [stdout] | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stdout] = note: for more information, see issue #49716 [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] = help: add `#![feature(expr_fragment_specifier_2024)]` to the crate attributes to enable [INFO] [stdout] warning: `gen` is a keyword in the 2024 edition [INFO] [stdout] --> src/json_schema_impls/core.rs:146:20 [INFO] [stdout] | [INFO] [stdout] 146 | fn json_schema(gen: &mut SchemaGenerator) -> Schema { [INFO] [stdout] | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stdout] = note: for more information, see issue #49716 [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] = note: this compiler was built on 2024-09-17; consider upgrading it if it is out of date [INFO] [stdout] warning: `gen` is a keyword in the 2024 edition [INFO] [stdout] --> src/json_schema_impls/core.rs:147:25 [INFO] [stdout] | [INFO] [stdout] 147 | let subschema = gen.subschema_for::(); [INFO] [stdout] | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stdout] = note: for more information, see issue #49716 [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] [INFO] [stdout] warning: `gen` is a keyword in the 2024 edition [INFO] [stdout] --> src/json_schema_impls/ffi.rs:1:12 [INFO] [stdout] | [INFO] [stdout] 1 | use crate::gen::SchemaGenerator; [INFO] [stdout] | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stdout] = note: for more information, see issue #49716 [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error[E0658]: fragment specifier `expr_2021` is unstable [INFO] [stdout] warning: `gen` is a keyword in the 2024 edition [INFO] [stdout] --> src/json_schema_impls/ffi.rs:15:20 [INFO] [stdout] | [INFO] [stdout] 15 | fn json_schema(gen: &mut SchemaGenerator) -> Schema { [INFO] [stdout] | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stdout] = note: for more information, see issue #49716 [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] --> src/ser.rs:37:25 [INFO] [stdout] warning: `gen` is a keyword in the 2024 edition [INFO] [stdout] --> src/json_schema_impls/ffi.rs:21:56 [INFO] [stdout] | [INFO] [stdout] 21 | "Unix": >::json_schema(gen) [INFO] [stdout] | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stdout] = note: for more information, see issue #49716 [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] | [INFO] [stdout] warning: `gen` is a keyword in the 2024 edition [INFO] [stdout] --> src/json_schema_impls/ffi.rs:28:60 [INFO] [stdout] | [INFO] [stdout] 28 | "Windows": >::json_schema(gen) [INFO] [stdout] | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stdout] = note: for more information, see issue #49716 [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] 37 | ($fn:ident, $ty:ty, $instance_type:expr_2021) => { [INFO] [stdout] warning: `gen` is a keyword in the 2024 edition [INFO] [stdout] --> src/json_schema_impls/maps.rs:1:12 [INFO] [stdout] | [INFO] [stdout] 1 | use crate::gen::SchemaGenerator; [INFO] [stdout] | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stdout] = note: for more information, see issue #49716 [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] warning: `gen` is a keyword in the 2024 edition [INFO] [stdout] --> src/json_schema_impls/maps.rs:21:28 [INFO] [stdout] | [INFO] [stdout] 21 | fn json_schema(gen: &mut SchemaGenerator) -> Schema { [INFO] [stdout] | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stdout] = note: for more information, see issue #49716 [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] | [INFO] [stdout] warning: `gen` is a keyword in the 2024 edition [INFO] [stdout] --> src/json_schema_impls/maps.rs:24:45 [INFO] [stdout] | [INFO] [stdout] 24 | "additionalProperties": gen.subschema_for::(), [INFO] [stdout] | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stdout] = note: for more information, see issue #49716 [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] = note: see issue #123742 for more information [INFO] [stdout] warning: `gen` is a keyword in the 2024 edition [INFO] [stdout] --> src/json_schema_impls/nonzero_signed.rs:1:12 [INFO] [stdout] | [INFO] [stdout] 1 | use crate::gen::SchemaGenerator; [INFO] [stdout] | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stdout] = note: for more information, see issue #49716 [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] = help: add `#![feature(expr_fragment_specifier_2024)]` to the crate attributes to enable [INFO] [stdout] warning: `gen` is a keyword in the 2024 edition [INFO] [stdout] --> src/json_schema_impls/nonzero_signed.rs:19:28 [INFO] [stdout] | [INFO] [stdout] 19 | fn json_schema(gen: &mut SchemaGenerator) -> Schema { [INFO] [stdout] | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stdout] = note: for more information, see issue #49716 [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] = note: this compiler was built on 2024-09-17; consider upgrading it if it is out of date [INFO] [stdout] warning: `gen` is a keyword in the 2024 edition [INFO] [stdout] --> src/json_schema_impls/nonzero_signed.rs:20:60 [INFO] [stdout] | [INFO] [stdout] 20 | let mut schema = <$primitive>::json_schema(gen); [INFO] [stdout] | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stdout] = note: for more information, see issue #49716 [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] [INFO] [stdout] warning: `gen` is a keyword in the 2024 edition [INFO] [stdout] --> src/json_schema_impls/nonzero_unsigned.rs:1:12 [INFO] [stdout] | [INFO] [stdout] 1 | use crate::gen::SchemaGenerator; [INFO] [stdout] | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stdout] = note: for more information, see issue #49716 [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error[E0658]: fragment specifier `expr_2021` is unstable [INFO] [stdout] warning: `gen` is a keyword in the 2024 edition [INFO] [stdout] --> src/json_schema_impls/nonzero_unsigned.rs:20:28 [INFO] [stdout] | [INFO] [stdout] 20 | fn json_schema(gen: &mut SchemaGenerator) -> Schema { [INFO] [stdout] | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stdout] = note: for more information, see issue #49716 [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] --> src/macros.rs:48:6 [INFO] [stdout] warning: `gen` is a keyword in the 2024 edition [INFO] [stdout] --> src/json_schema_impls/nonzero_unsigned.rs:21:60 [INFO] [stdout] | [INFO] [stdout] 21 | let mut schema = <$primitive>::json_schema(gen); [INFO] [stdout] | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stdout] = note: for more information, see issue #49716 [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] | [INFO] [stdout] warning: `gen` is a keyword in the 2024 edition [INFO] [stdout] --> src/json_schema_impls/primitives.rs:1:12 [INFO] [stdout] | [INFO] [stdout] 1 | use crate::gen::SchemaGenerator; [INFO] [stdout] | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stdout] = note: for more information, see issue #49716 [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] 48 | ($_:expr_2021) => { [INFO] [stdout] warning: `gen` is a keyword in the 2024 edition [INFO] [stdout] --> src/json_schema_impls/sequences.rs:1:12 [INFO] [stdout] | [INFO] [stdout] 1 | use crate::gen::SchemaGenerator; [INFO] [stdout] | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stdout] = note: for more information, see issue #49716 [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stdout] warning: `gen` is a keyword in the 2024 edition [INFO] [stdout] --> src/json_schema_impls/sequences.rs:21:28 [INFO] [stdout] | [INFO] [stdout] 21 | fn json_schema(gen: &mut SchemaGenerator) -> Schema { [INFO] [stdout] | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stdout] = note: for more information, see issue #49716 [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] | [INFO] [stdout] warning: `gen` is a keyword in the 2024 edition [INFO] [stdout] --> src/json_schema_impls/sequences.rs:24:30 [INFO] [stdout] | [INFO] [stdout] 24 | "items": gen.subschema_for::(), [INFO] [stdout] | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stdout] = note: for more information, see issue #49716 [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] = note: see issue #123742 for more information [INFO] [stdout] warning: `gen` is a keyword in the 2024 edition [INFO] [stdout] --> src/json_schema_impls/sequences.rs:47:28 [INFO] [stdout] | [INFO] [stdout] 47 | fn json_schema(gen: &mut SchemaGenerator) -> Schema { [INFO] [stdout] | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stdout] = note: for more information, see issue #49716 [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] = help: add `#![feature(expr_fragment_specifier_2024)]` to the crate attributes to enable [INFO] [stdout] warning: `gen` is a keyword in the 2024 edition [INFO] [stdout] --> src/json_schema_impls/sequences.rs:51:30 [INFO] [stdout] | [INFO] [stdout] 51 | "items": gen.subschema_for::(), [INFO] [stdout] | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stdout] = note: for more information, see issue #49716 [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] = note: this compiler was built on 2024-09-17; consider upgrading it if it is out of date [INFO] [stdout] warning: `gen` is a keyword in the 2024 edition [INFO] [stdout] --> src/json_schema_impls/serdejson.rs:1:12 [INFO] [stdout] | [INFO] [stdout] 1 | use crate::gen::SchemaGenerator; [INFO] [stdout] | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stdout] = note: for more information, see issue #49716 [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] [INFO] [stdout] warning: `gen` is a keyword in the 2024 edition [INFO] [stdout] --> src/json_schema_impls/time.rs:1:12 [INFO] [stdout] | [INFO] [stdout] 1 | use crate::gen::SchemaGenerator; [INFO] [stdout] | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stdout] = note: for more information, see issue #49716 [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error[E0658]: fragment specifier `expr_2021` is unstable [INFO] [stdout] warning: `gen` is a keyword in the 2024 edition [INFO] [stdout] --> src/json_schema_impls/time.rs:15:20 [INFO] [stdout] | [INFO] [stdout] 15 | fn json_schema(gen: &mut SchemaGenerator) -> Schema { [INFO] [stdout] | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stdout] = note: for more information, see issue #49716 [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] --> src/macros.rs:78:6 [INFO] [stderr] | [INFO] [stderr] 78 | ($value:expr_2021) => { [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #123742 for more information [INFO] [stderr] = help: add `#![feature(expr_fragment_specifier_2024)]` to the crate attributes to enable [INFO] [stderr] = note: this compiler was built on 2024-09-17; consider upgrading it if it is out of date [INFO] [stderr] [INFO] [stderr] error[E0658]: fragment specifier `expr_2021` is unstable [INFO] [stderr] --> src/_private.rs:28:6 [INFO] [stderr] | [INFO] [stderr] 28 | ($expression:expr_2021) => {{ [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #123742 for more information [INFO] [stderr] = help: add `#![feature(expr_fragment_specifier_2024)]` to the crate attributes to enable [INFO] [stderr] = note: this compiler was built on 2024-09-17; consider upgrading it if it is out of date [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `std_atomic` [INFO] [stderr] --> src/json_schema_impls/mod.rs:55:7 [INFO] [stderr] | [INFO] [stderr] 55 | #[cfg(std_atomic)] [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: expected names are: `clippy`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `feature`, `fmt_debug`, `miri`, `overflow_checks`, `panic`, `proc_macro`, `relocation_model`, `rustfmt`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test`, `ub_checks`, `unix`, and `windows` [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(std_atomic)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(std_atomic)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `std_atomic64` [INFO] [stderr] --> src/json_schema_impls/atomic.rs:8:7 [INFO] [stderr] | [INFO] [stderr] 8 | #[cfg(std_atomic64)] [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(std_atomic64)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(std_atomic64)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `std_atomic64` [INFO] [stderr] --> src/json_schema_impls/atomic.rs:15:7 [INFO] [stderr] | [INFO] [stderr] 15 | #[cfg(std_atomic64)] [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(std_atomic64)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(std_atomic64)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] error: aborting due to 5 previous errors; 3 warnings emitted [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0658`. [INFO] [stderr] Original diagnostics will follow. [INFO] [stderr] [INFO] [stdout] warning: `gen` is a keyword in the 2024 edition [INFO] [stdout] --> src/json_schema_impls/time.rs:20:42 [INFO] [stdout] | [INFO] [stdout] 20 | "secs": u64::json_schema(gen), [INFO] [stdout] | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stdout] = note: for more information, see issue #49716 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `gen` is a keyword in the 2024 edition [INFO] [stdout] --> src/json_schema_impls/time.rs:21:43 [INFO] [stdout] | [INFO] [stdout] 21 | "nanos": u32::json_schema(gen), [INFO] [stdout] | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stdout] = note: for more information, see issue #49716 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `gen` is a keyword in the 2024 edition [INFO] [stdout] --> src/json_schema_impls/time.rs:36:20 [INFO] [stdout] | [INFO] [stdout] 36 | fn json_schema(gen: &mut SchemaGenerator) -> Schema { [INFO] [stdout] | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stdout] = note: for more information, see issue #49716 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `gen` is a keyword in the 2024 edition [INFO] [stdout] --> src/json_schema_impls/time.rs:41:54 [INFO] [stdout] | [INFO] [stdout] 41 | "secs_since_epoch": u64::json_schema(gen), [INFO] [stdout] | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stdout] = note: for more information, see issue #49716 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `gen` is a keyword in the 2024 edition [INFO] [stdout] --> src/json_schema_impls/time.rs:42:55 [INFO] [stdout] | [INFO] [stdout] 42 | "nanos_since_epoch": u32::json_schema(gen), [INFO] [stdout] | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stdout] = note: for more information, see issue #49716 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `gen` is a keyword in the 2024 edition [INFO] [stdout] --> src/json_schema_impls/tuple.rs:1:12 [INFO] [stdout] | [INFO] [stdout] 1 | use crate::gen::SchemaGenerator; [INFO] [stdout] | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stdout] = note: for more information, see issue #49716 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `gen` is a keyword in the 2024 edition [INFO] [stdout] --> src/json_schema_impls/tuple.rs:25:32 [INFO] [stdout] | [INFO] [stdout] 25 | fn json_schema(gen: &mut SchemaGenerator) -> Schema { [INFO] [stdout] | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stdout] = note: for more information, see issue #49716 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `gen` is a keyword in the 2024 edition [INFO] [stdout] --> src/json_schema_impls/tuple.rs:29:31 [INFO] [stdout] | [INFO] [stdout] 29 | ... $(gen.subschema_for::<$name>()),+ [INFO] [stdout] | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stdout] = note: for more information, see issue #49716 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `gen` is a keyword in the 2024 edition [INFO] [stdout] --> src/schema.rs:246:35 [INFO] [stdout] | [INFO] [stdout] 246 | fn json_schema(_: &mut crate::gen::SchemaGenerator) -> Schema { [INFO] [stdout] | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stdout] = note: for more information, see issue #49716 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `gen` is a keyword in the 2024 edition [INFO] [stdout] --> src/ser.rs:6:16 [INFO] [stdout] | [INFO] [stdout] 6 | pub(crate) gen: &'a mut SchemaGenerator, [INFO] [stdout] | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stdout] = note: for more information, see issue #49716 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `gen` is a keyword in the 2024 edition [INFO] [stdout] --> src/ser.rs:11:5 [INFO] [stdout] | [INFO] [stdout] 11 | gen: &'a mut SchemaGenerator, [INFO] [stdout] | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stdout] = note: for more information, see issue #49716 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `gen` is a keyword in the 2024 edition [INFO] [stdout] --> src/ser.rs:16:5 [INFO] [stdout] | [INFO] [stdout] 16 | gen: &'a mut SchemaGenerator, [INFO] [stdout] | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stdout] = note: for more information, see issue #49716 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `gen` is a keyword in the 2024 edition [INFO] [stdout] --> src/ser.rs:22:5 [INFO] [stdout] | [INFO] [stdout] 22 | gen: &'a mut SchemaGenerator, [INFO] [stdout] | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stdout] = note: for more information, see issue #49716 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `gen` is a keyword in the 2024 edition [INFO] [stdout] --> src/ser.rs:31:21 [INFO] [stdout] | [INFO] [stdout] 31 | Ok(self.gen.subschema_for::<$ty>()) [INFO] [stdout] | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stdout] = note: for more information, see issue #49716 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `gen` is a keyword in the 2024 edition [INFO] [stdout] --> src/ser.rs:80:17 [INFO] [stdout] | [INFO] [stdout] 80 | Ok(self.gen.subschema_for::<&str>()) [INFO] [stdout] | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stdout] = note: for more information, see issue #49716 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `gen` is a keyword in the 2024 edition [INFO] [stdout] --> src/ser.rs:97:21 [INFO] [stdout] | [INFO] [stdout] 97 | gen: self.gen, [INFO] [stdout] | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stdout] = note: for more information, see issue #49716 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `gen` is a keyword in the 2024 edition [INFO] [stdout] --> src/ser.rs:97:31 [INFO] [stdout] | [INFO] [stdout] 97 | gen: self.gen, [INFO] [stdout] | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stdout] = note: for more information, see issue #49716 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `gen` is a keyword in the 2024 edition [INFO] [stdout] --> src/ser.rs:115:17 [INFO] [stdout] | [INFO] [stdout] 115 | Ok(self.gen.subschema_for::>()) [INFO] [stdout] | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stdout] = note: for more information, see issue #49716 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `gen` is a keyword in the 2024 edition [INFO] [stdout] --> src/ser.rs:127:13 [INFO] [stdout] | [INFO] [stdout] 127 | gen: self.gen, [INFO] [stdout] | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stdout] = note: for more information, see issue #49716 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `gen` is a keyword in the 2024 edition [INFO] [stdout] --> src/ser.rs:127:23 [INFO] [stdout] | [INFO] [stdout] 127 | gen: self.gen, [INFO] [stdout] | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stdout] = note: for more information, see issue #49716 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `gen` is a keyword in the 2024 edition [INFO] [stdout] --> src/ser.rs:131:17 [INFO] [stdout] | [INFO] [stdout] 131 | if self.gen.settings().option_add_null_type { [INFO] [stdout] | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stdout] = note: for more information, see issue #49716 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `gen` is a keyword in the 2024 edition [INFO] [stdout] --> src/ser.rs:153:56 [INFO] [stdout] | [INFO] [stdout] 153 | ... <()>::json_schema(self.gen) [INFO] [stdout] | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stdout] = note: for more information, see issue #49716 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `gen` is a keyword in the 2024 edition [INFO] [stdout] --> src/ser.rs:159:54 [INFO] [stdout] | [INFO] [stdout] 159 | Err(false) => <()>::json_schema(self.gen), [INFO] [stdout] | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stdout] = note: for more information, see issue #49716 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `gen` is a keyword in the 2024 edition [INFO] [stdout] --> src/ser.rs:163:17 [INFO] [stdout] | [INFO] [stdout] 163 | if self.gen.settings().option_nullable { [INFO] [stdout] | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stdout] = note: for more information, see issue #49716 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `gen` is a keyword in the 2024 edition [INFO] [stdout] --> src/ser.rs:173:17 [INFO] [stdout] | [INFO] [stdout] 173 | Ok(self.gen.subschema_for::<()>()) [INFO] [stdout] | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stdout] = note: for more information, see issue #49716 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `gen` is a keyword in the 2024 edition [INFO] [stdout] --> src/ser.rs:218:13 [INFO] [stdout] | [INFO] [stdout] 218 | gen: self.gen, [INFO] [stdout] | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stdout] = note: for more information, see issue #49716 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `gen` is a keyword in the 2024 edition [INFO] [stdout] --> src/ser.rs:218:23 [INFO] [stdout] | [INFO] [stdout] 218 | gen: self.gen, [INFO] [stdout] | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stdout] = note: for more information, see issue #49716 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `gen` is a keyword in the 2024 edition [INFO] [stdout] --> src/ser.rs:225:13 [INFO] [stdout] | [INFO] [stdout] 225 | gen: self.gen, [INFO] [stdout] | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stdout] = note: for more information, see issue #49716 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `gen` is a keyword in the 2024 edition [INFO] [stdout] --> src/ser.rs:225:23 [INFO] [stdout] | [INFO] [stdout] 225 | gen: self.gen, [INFO] [stdout] | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stdout] = note: for more information, see issue #49716 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `gen` is a keyword in the 2024 edition [INFO] [stdout] --> src/ser.rs:238:13 [INFO] [stdout] | [INFO] [stdout] 238 | gen: self.gen, [INFO] [stdout] | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stdout] = note: for more information, see issue #49716 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `gen` is a keyword in the 2024 edition [INFO] [stdout] --> src/ser.rs:238:23 [INFO] [stdout] | [INFO] [stdout] 238 | gen: self.gen, [INFO] [stdout] | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stdout] = note: for more information, see issue #49716 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `gen` is a keyword in the 2024 edition [INFO] [stdout] --> src/ser.rs:256:13 [INFO] [stdout] | [INFO] [stdout] 256 | gen: self.gen, [INFO] [stdout] | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stdout] = note: for more information, see issue #49716 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `gen` is a keyword in the 2024 edition [INFO] [stdout] --> src/ser.rs:256:23 [INFO] [stdout] | [INFO] [stdout] 256 | gen: self.gen, [INFO] [stdout] | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stdout] = note: for more information, see issue #49716 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `gen` is a keyword in the 2024 edition [INFO] [stdout] --> src/ser.rs:270:13 [INFO] [stdout] | [INFO] [stdout] 270 | gen: self.gen, [INFO] [stdout] | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stdout] = note: for more information, see issue #49716 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `gen` is a keyword in the 2024 edition [INFO] [stdout] --> src/ser.rs:270:23 [INFO] [stdout] | [INFO] [stdout] 270 | gen: self.gen, [INFO] [stdout] | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stdout] = note: for more information, see issue #49716 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `gen` is a keyword in the 2024 edition [INFO] [stdout] --> src/ser.rs:334:17 [INFO] [stdout] | [INFO] [stdout] 334 | gen: self.gen, [INFO] [stdout] | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stdout] = note: for more information, see issue #49716 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `gen` is a keyword in the 2024 edition [INFO] [stdout] --> src/ser.rs:334:27 [INFO] [stdout] | [INFO] [stdout] 334 | gen: self.gen, [INFO] [stdout] | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stdout] = note: for more information, see issue #49716 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `gen` is a keyword in the 2024 edition [INFO] [stdout] --> src/ser.rs:369:13 [INFO] [stdout] | [INFO] [stdout] 369 | gen: self.gen, [INFO] [stdout] | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stdout] = note: for more information, see issue #49716 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `gen` is a keyword in the 2024 edition [INFO] [stdout] --> src/ser.rs:369:23 [INFO] [stdout] | [INFO] [stdout] 369 | gen: self.gen, [INFO] [stdout] | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stdout] = note: for more information, see issue #49716 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `gen` is a keyword in the 2024 edition [INFO] [stdout] --> src/ser.rs:437:13 [INFO] [stdout] | [INFO] [stdout] 437 | gen: self.gen, [INFO] [stdout] | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stdout] = note: for more information, see issue #49716 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `gen` is a keyword in the 2024 edition [INFO] [stdout] --> src/ser.rs:437:23 [INFO] [stdout] | [INFO] [stdout] 437 | gen: self.gen, [INFO] [stdout] | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stdout] = note: for more information, see issue #49716 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `gen` is a keyword in the 2024 edition [INFO] [stdout] --> src/ser.rs:474:13 [INFO] [stdout] | [INFO] [stdout] 474 | gen: self.gen, [INFO] [stdout] | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stdout] = note: for more information, see issue #49716 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `gen` is a keyword in the 2024 edition [INFO] [stdout] --> src/ser.rs:474:23 [INFO] [stdout] | [INFO] [stdout] 474 | gen: self.gen, [INFO] [stdout] | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stdout] = note: for more information, see issue #49716 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `gen` is a keyword in the 2024 edition [INFO] [stdout] --> src/_private.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | gen: &mut SchemaGenerator, [INFO] [stdout] | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stdout] = note: for more information, see issue #49716 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `gen` is a keyword in the 2024 edition [INFO] [stdout] --> src/_private.rs:10:68 [INFO] [stdout] | [INFO] [stdout] 10 | let mut schema = T::_schemars_private_non_optional_json_schema(gen); [INFO] [stdout] | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stdout] = note: for more information, see issue #49716 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `gen` is a keyword in the 2024 edition [INFO] [stdout] --> src/gen.rs:366:13 [INFO] [stdout] | [INFO] [stdout] 366 | gen: self, [INFO] [stdout] | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stdout] = note: for more information, see issue #49716 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `gen` is a keyword in the 2024 edition [INFO] [stdout] --> src/gen.rs:397:13 [INFO] [stdout] | [INFO] [stdout] 397 | gen: &mut self, [INFO] [stdout] | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stdout] = note: for more information, see issue #49716 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `gen` is a keyword in the 2024 edition [INFO] [stdout] --> src/gen.rs:420:13 [INFO] [stdout] | [INFO] [stdout] 420 | gen: &'a mut SchemaGenerator, [INFO] [stdout] | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stdout] = note: for more information, see issue #49716 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `gen` is a keyword in the 2024 edition [INFO] [stdout] --> src/gen.rs:426:20 [INFO] [stdout] | [INFO] [stdout] 426 | fn new(gen: &'a mut SchemaGenerator, id: CowStr) -> Self { [INFO] [stdout] | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stdout] = note: for more information, see issue #49716 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `gen` is a keyword in the 2024 edition [INFO] [stdout] --> src/gen.rs:427:31 [INFO] [stdout] | [INFO] [stdout] 427 | let did_add = gen.pending_schema_ids.insert(id.clone()); [INFO] [stdout] | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stdout] = note: for more information, see issue #49716 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `gen` is a keyword in the 2024 edition [INFO] [stdout] --> src/gen.rs:428:24 [INFO] [stdout] | [INFO] [stdout] 428 | Self { gen, id, did_add } [INFO] [stdout] | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stdout] = note: for more information, see issue #49716 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `gen` is a keyword in the 2024 edition [INFO] [stdout] --> src/gen.rs:435:26 [INFO] [stdout] | [INFO] [stdout] 435 | self.gen.pending_schema_ids.remove(&self.id); [INFO] [stdout] | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stdout] = note: for more information, see issue #49716 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `gen` is a keyword in the 2024 edition [INFO] [stdout] --> src/gen.rs:441:28 [INFO] [stdout] | [INFO] [stdout] 441 | T::json_schema(pss.gen) [INFO] [stdout] | ^^^ help: you can use a raw identifier to stay compatible: `r#gen` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stdout] = note: for more information, see issue #49716 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `std_atomic` [INFO] [stdout] --> src/json_schema_impls/mod.rs:55:7 [INFO] [stdout] | [INFO] [stdout] 55 | #[cfg(std_atomic)] [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: expected names are: `clippy`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `feature`, `fmt_debug`, `miri`, `overflow_checks`, `panic`, `proc_macro`, `relocation_model`, `rustfmt`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test`, `ub_checks`, `unix`, and `windows` [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(std_atomic)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(std_atomic)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the `expr` fragment specifier will accept more expressions in the 2024 edition [INFO] [stdout] --> src/json_schema_impls/tuple.rs:6:13 [INFO] [stdout] | [INFO] [stdout] 6 | ($($len:expr => ($($name:ident)+))+) => { [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see Migration Guide [INFO] [stdout] = note: `--force-warn edition-2024-expr-fragment-specifier` implied by `--force-warn rust-2024-compatibility` [INFO] [stdout] help: to keep the existing behavior, use the `expr_2021` fragment specifier [INFO] [stdout] | [INFO] [stdout] 6 | ($($len:expr_2021 => ($($name:ident)+))+) => { [INFO] [stdout] | ~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `std_atomic64` [INFO] [stdout] --> src/json_schema_impls/atomic.rs:8:7 [INFO] [stdout] | [INFO] [stdout] 8 | #[cfg(std_atomic64)] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(std_atomic64)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(std_atomic64)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `std_atomic64` [INFO] [stdout] --> src/json_schema_impls/atomic.rs:15:7 [INFO] [stdout] | [INFO] [stdout] 15 | #[cfg(std_atomic64)] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(std_atomic64)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(std_atomic64)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the `expr` fragment specifier will accept more expressions in the 2024 edition [INFO] [stdout] --> src/ser.rs:37:40 [INFO] [stdout] | [INFO] [stdout] 37 | ($fn:ident, $ty:ty, $instance_type:expr) => { [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see Migration Guide [INFO] [stdout] help: to keep the existing behavior, use the `expr_2021` fragment specifier [INFO] [stdout] | [INFO] [stdout] 37 | ($fn:ident, $ty:ty, $instance_type:expr_2021) => { [INFO] [stdout] | ~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the `expr` fragment specifier will accept more expressions in the 2024 edition [INFO] [stdout] --> src/macros.rs:48:9 [INFO] [stdout] | [INFO] [stdout] 48 | ($_:expr) => { [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see Migration Guide [INFO] [stdout] help: to keep the existing behavior, use the `expr_2021` fragment specifier [INFO] [stdout] | [INFO] [stdout] 48 | ($_:expr_2021) => { [INFO] [stdout] | ~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the `expr` fragment specifier will accept more expressions in the 2024 edition [INFO] [stdout] --> src/macros.rs:78:13 [INFO] [stdout] | [INFO] [stdout] 78 | ($value:expr) => { [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see Migration Guide [INFO] [stdout] help: to keep the existing behavior, use the `expr_2021` fragment specifier [INFO] [stdout] | [INFO] [stdout] 78 | ($value:expr_2021) => { [INFO] [stdout] | ~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the `expr` fragment specifier will accept more expressions in the 2024 edition [INFO] [stdout] --> src/_private.rs:28:18 [INFO] [stdout] | [INFO] [stdout] 28 | ($expression:expr) => {{ [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see Migration Guide [INFO] [stdout] help: to keep the existing behavior, use the `expr_2021` fragment specifier [INFO] [stdout] | [INFO] [stdout] 28 | ($expression:expr_2021) => {{ [INFO] [stdout] | ~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `if let` assigns a shorter lifetime since Edition 2024 [INFO] [stdout] --> src/visit.rs:63:24 [INFO] [stdout] | [INFO] [stdout] 63 | if let Ok(subschema) = value.try_into() { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^---------------- [INFO] [stdout] | | [INFO] [stdout] | this value has a significant drop implementation which may observe a major change in drop order and requires your discretion [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #124085 [INFO] [stdout] help: the value is now dropped here in Edition 2024 [INFO] [stdout] --> src/visit.rs:65:21 [INFO] [stdout] | [INFO] [stdout] 65 | } [INFO] [stdout] | ^ [INFO] [stdout] = note: `--force-warn if-let-rescope` implied by `--force-warn rust-2024-compatibility` [INFO] [stdout] help: a `match` with a single arm can preserve the drop order up to Edition 2021 [INFO] [stdout] | [INFO] [stdout] 63 ~ match value.try_into() { Ok(subschema) => { [INFO] [stdout] 64 | v.visit_schema(subschema) [INFO] [stdout] 65 ~ } _ => {}} [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `if let` assigns a shorter lifetime since Edition 2024 [INFO] [stdout] --> src/visit.rs:70:32 [INFO] [stdout] | [INFO] [stdout] 70 | ... if let Ok(subschema) = value.try_into() { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^---------------- [INFO] [stdout] | | [INFO] [stdout] | this value has a significant drop implementation which may observe a major change in drop order and requires your discretion [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #124085 [INFO] [stdout] help: the value is now dropped here in Edition 2024 [INFO] [stdout] --> src/visit.rs:72:29 [INFO] [stdout] | [INFO] [stdout] 72 | ... } [INFO] [stdout] | ^ [INFO] [stdout] help: a `match` with a single arm can preserve the drop order up to Edition 2021 [INFO] [stdout] | [INFO] [stdout] 70 ~ match value.try_into() { Ok(subschema) => { [INFO] [stdout] 71 | v.visit_schema(subschema) [INFO] [stdout] 72 ~ } _ => {}} [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `if let` assigns a shorter lifetime since Edition 2024 [INFO] [stdout] --> src/visit.rs:84:31 [INFO] [stdout] | [INFO] [stdout] 84 | } else if let Ok(subschema) = value.try_into() { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^---------------- [INFO] [stdout] | | [INFO] [stdout] | this value has a significant drop implementation which may observe a major change in drop order and requires your discretion [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #124085 [INFO] [stdout] help: the value is now dropped here in Edition 2024 [INFO] [stdout] --> src/visit.rs:86:21 [INFO] [stdout] | [INFO] [stdout] 86 | } [INFO] [stdout] | ^ [INFO] [stdout] help: a `match` with a single arm can preserve the drop order up to Edition 2021 [INFO] [stdout] | [INFO] [stdout] 84 ~ } else { match value.try_into() { Ok(subschema) => { [INFO] [stdout] 85 | v.visit_schema(subschema) [INFO] [stdout] 86 ~ } _ => {}}} [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `if let` assigns a shorter lifetime since Edition 2024 [INFO] [stdout] --> src/visit.rs:80:32 [INFO] [stdout] | [INFO] [stdout] 80 | ... if let Ok(subschema) = value.try_into() { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^---------------- [INFO] [stdout] | | [INFO] [stdout] | this value has a significant drop implementation which may observe a major change in drop order and requires your discretion [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #124085 [INFO] [stdout] help: the value is now dropped here in Edition 2024 [INFO] [stdout] --> src/visit.rs:82:29 [INFO] [stdout] | [INFO] [stdout] 82 | ... } [INFO] [stdout] | ^ [INFO] [stdout] help: a `match` with a single arm can preserve the drop order up to Edition 2021 [INFO] [stdout] | [INFO] [stdout] 80 ~ match value.try_into() { Ok(subschema) => { [INFO] [stdout] 81 | v.visit_schema(subschema) [INFO] [stdout] 82 ~ } _ => {}} [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `if let` assigns a shorter lifetime since Edition 2024 [INFO] [stdout] --> src/visit.rs:91:32 [INFO] [stdout] | [INFO] [stdout] 91 | ... if let Ok(subschema) = value.try_into() { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^---------------- [INFO] [stdout] | | [INFO] [stdout] | this value has a significant drop implementation which may observe a major change in drop order and requires your discretion [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #124085 [INFO] [stdout] help: the value is now dropped here in Edition 2024 [INFO] [stdout] --> src/visit.rs:93:29 [INFO] [stdout] | [INFO] [stdout] 93 | ... } [INFO] [stdout] | ^ [INFO] [stdout] help: a `match` with a single arm can preserve the drop order up to Edition 2021 [INFO] [stdout] | [INFO] [stdout] 91 ~ match value.try_into() { Ok(subschema) => { [INFO] [stdout] 92 | v.visit_schema(subschema) [INFO] [stdout] 93 ~ } _ => {}} [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 119 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Migrating examples/validate.rs from 2021 edition to 2024 [INFO] [stderr] Migrating tests/schema_with_struct.rs from 2021 edition to 2024 [INFO] [stderr] Fixed tests/util/mod.rs (1 fix) [INFO] [stderr] Fixed tests/schema_with_struct.rs (2 fixes) [INFO] [stderr] Migrating tests/same_name.rs from 2021 edition to 2024 [INFO] [stderr] Migrating tests/enum_repr.rs from 2021 edition to 2024 [INFO] [stderr] Migrating tests/range.rs from 2021 edition to 2024 [INFO] [stderr] Migrating examples/main.rs from 2021 edition to 2024 [INFO] [stderr] Migrating examples/custom_settings.rs from 2021 edition to 2024 [INFO] [stderr] Fixed examples/custom_settings.rs (3 fixes) [INFO] [stderr] Migrating tests/examples.rs from 2021 edition to 2024 [INFO] [stderr] Migrating tests/schema_with_enum.rs from 2021 edition to 2024 [INFO] [stderr] Fixed tests/schema_with_enum.rs (2 fixes) [INFO] [stderr] Migrating tests/bound.rs from 2021 edition to 2024 [INFO] [stderr] Migrating examples/doc_comments.rs from 2021 edition to 2024 [INFO] [stderr] Migrating tests/validate_inner.rs from 2021 edition to 2024 [INFO] [stderr] Migrating examples/schemars_attrs.rs from 2021 edition to 2024 [INFO] [stderr] Migrating tests/macro.rs from 2021 edition to 2024 [INFO] [stderr] Migrating tests/crate_alias.rs from 2021 edition to 2024 [INFO] [stderr] Migrating tests/result.rs from 2021 edition to 2024 [INFO] [stderr] Migrating tests/struct_additional_properties.rs from 2021 edition to 2024 [INFO] [stderr] Migrating tests/docs.rs from 2021 edition to 2024 [INFO] [stderr] Fixed tests/docs.rs (1 fix) [INFO] [stderr] Migrating tests/flatten.rs from 2021 edition to 2024 [INFO] [stderr] Migrating tests/extend.rs from 2021 edition to 2024 [INFO] [stderr] Migrating tests/schema_name.rs from 2021 edition to 2024 [INFO] [stderr] Migrating tests/validate.rs from 2021 edition to 2024 [INFO] [stderr] Migrating examples/custom_serialization.rs from 2021 edition to 2024 [INFO] [stderr] Fixed examples/custom_serialization.rs (2 fixes) [INFO] [stderr] Migrating examples/remote_derive.rs from 2021 edition to 2024 [INFO] [stderr] Migrating tests/deprecated.rs from 2021 edition to 2024 [INFO] [stderr] Migrating examples/serde_attrs.rs from 2021 edition to 2024 [INFO] [stderr] Migrating tests/ffi.rs from 2021 edition to 2024 [INFO] [stderr] Migrating tests/nonzero_ints.rs from 2021 edition to 2024 [INFO] [stderr] Migrating examples/enum_repr.rs from 2021 edition to 2024 [INFO] [stderr] Migrating tests/skip.rs from 2021 edition to 2024 [INFO] [stderr] Migrating tests/property_name.rs from 2021 edition to 2024 [INFO] [stderr] Migrating tests/remote_derive.rs from 2021 edition to 2024 [INFO] [stderr] Migrating tests/enum_deny_unknown_fields.rs from 2021 edition to 2024 [INFO] [stderr] Migrating tests/inline_subschemas.rs from 2021 edition to 2024 [INFO] [stderr] Fixed tests/inline_subschemas.rs (1 fix) [INFO] [stderr] Migrating tests/enum_flatten.rs from 2021 edition to 2024 [INFO] [stderr] Migrating tests/enum.rs from 2021 edition to 2024 [INFO] [stderr] Migrating tests/default.rs from 2021 edition to 2024 [INFO] [stderr] Migrating tests/remote_derive_generic.rs from 2021 edition to 2024 [INFO] [stderr] Migrating tests/schema_settings.rs from 2021 edition to 2024 [INFO] [stderr] Fixed tests/schema_settings.rs (1 fix) [INFO] [stderr] Migrating tests/struct.rs from 2021 edition to 2024 [INFO] [stderr] Migrating tests/transparent.rs from 2021 edition to 2024 [INFO] [stderr] Migrating tests/from_value.rs from 2021 edition to 2024 [INFO] [stderr] Fixed tests/from_value.rs (9 fixes) [INFO] [stderr] Migrating tests/time.rs from 2021 edition to 2024 [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.52s [INFO] [stderr] Running `cargo check` to verify 2024 [INFO] [stderr] Compiling apistos-schemars v1.0.0-alpha.2 (/tmp/fixit) [INFO] [stdout] error: expected identifier, found reserved keyword `gen` [INFO] [stdout] --> src/lib.rs:15:9 [INFO] [stdout] | [INFO] [stdout] 15 | pub mod gen; [INFO] [stdout] | ^^^ expected identifier, found reserved keyword [INFO] [stdout] | [INFO] [stdout] help: escape `gen` to use it as an identifier [INFO] [stdout] | [INFO] [stdout] 15 | pub mod r#gen; [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected identifier, found reserved keyword `gen` [INFO] [stdout] --> src/lib.rs:15:9 [INFO] [stdout] | [INFO] [stdout] 15 | pub mod gen; [INFO] [stdout] | ^^^ expected identifier, found reserved keyword [INFO] [stdout] | [INFO] [stdout] help: escape `gen` to use it as an identifier [INFO] [stdout] | [INFO] [stdout] 15 | pub mod r#gen; [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected identifier, found reserved keyword `gen` [INFO] [stdout] --> src/lib.rs:30:9 [INFO] [stdout] | [INFO] [stdout] 30 | pub use gen::SchemaGenerator; [INFO] [stdout] | ^^^ expected identifier, found reserved keyword [INFO] [stdout] | [INFO] [stdout] help: escape `gen` to use it as an identifier [INFO] [stdout] | [INFO] [stdout] 30 | pub use r#gen::SchemaGenerator; [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected identifier, found reserved keyword `gen` [INFO] [stdout] --> src/lib.rs:150:20 [INFO] [stdout] | [INFO] [stdout] 150 | fn json_schema(gen: &mut SchemaGenerator) -> Schema; [INFO] [stdout] | ^^^ expected identifier, found reserved keyword [INFO] [stdout] | [INFO] [stdout] help: escape `gen` to use it as an identifier [INFO] [stdout] | [INFO] [stdout] 150 | fn json_schema(r#gen: &mut SchemaGenerator) -> Schema; [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected identifier, found reserved keyword `gen` [INFO] [stdout] --> src/lib.rs:30:9 [INFO] [stdout] | [INFO] [stdout] 30 | pub use gen::SchemaGenerator; [INFO] [stdout] | ^^^ expected identifier, found reserved keyword [INFO] [stdout] | [INFO] [stdout] help: escape `gen` to use it as an identifier [INFO] [stdout] | [INFO] [stdout] 30 | pub use r#gen::SchemaGenerator; [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected identifier, found reserved keyword `gen` [INFO] [stdout] --> src/lib.rs:154:51 [INFO] [stdout] | [INFO] [stdout] 154 | fn _schemars_private_non_optional_json_schema(gen: &mut SchemaGenerator) -> Schema { [INFO] [stdout] | ^^^ expected identifier, found reserved keyword [INFO] [stdout] | [INFO] [stdout] help: escape `gen` to use it as an identifier [INFO] [stdout] | [INFO] [stdout] 154 | fn _schemars_private_non_optional_json_schema(r#gen: &mut SchemaGenerator) -> Schema { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected identifier, found reserved keyword `gen` [INFO] [stdout] --> src/lib.rs:150:20 [INFO] [stdout] | [INFO] [stdout] 150 | fn json_schema(gen: &mut SchemaGenerator) -> Schema; [INFO] [stdout] | ^^^ expected identifier, found reserved keyword [INFO] [stdout] | [INFO] [stdout] help: escape `gen` to use it as an identifier [INFO] [stdout] | [INFO] [stdout] 150 | fn json_schema(r#gen: &mut SchemaGenerator) -> Schema; [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected identifier, found reserved keyword `gen` [INFO] [stdout] --> src/lib.rs:154:51 [INFO] [stdout] | [INFO] [stdout] 154 | fn _schemars_private_non_optional_json_schema(gen: &mut SchemaGenerator) -> Schema { [INFO] [stdout] | ^^^ expected identifier, found reserved keyword [INFO] [stdout] | [INFO] [stdout] help: escape `gen` to use it as an identifier [INFO] [stdout] | [INFO] [stdout] 154 | fn _schemars_private_non_optional_json_schema(r#gen: &mut SchemaGenerator) -> Schema { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected expression, found reserved keyword `gen` [INFO] [stdout] --> src/lib.rs:155:27 [INFO] [stdout] | [INFO] [stdout] 155 | Self::json_schema(gen) [INFO] [stdout] | ^^^ expected expression [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected expression, found reserved keyword `gen` [INFO] [stdout] --> src/lib.rs:155:27 [INFO] [stdout] | [INFO] [stdout] 155 | Self::json_schema(gen) [INFO] [stdout] | ^^^ expected expression [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected identifier, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/array.rs:1:12 [INFO] [stdout] | [INFO] [stdout] 1 | use crate::gen::SchemaGenerator; [INFO] [stdout] | ^^^ expected identifier, found reserved keyword [INFO] [stdout] | [INFO] [stdout] help: escape `gen` to use it as an identifier [INFO] [stdout] | [INFO] [stdout] 1 | use crate::r#gen::SchemaGenerator; [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected identifier, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/array.rs:1:12 [INFO] [stdout] | [INFO] [stdout] 1 | use crate::gen::SchemaGenerator; [INFO] [stdout] | ^^^ expected identifier, found reserved keyword [INFO] [stdout] | [INFO] [stdout] help: escape `gen` to use it as an identifier [INFO] [stdout] | [INFO] [stdout] 1 | use crate::r#gen::SchemaGenerator; [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected identifier, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/core.rs:1:12 [INFO] [stdout] | [INFO] [stdout] 1 | use crate::gen::SchemaGenerator; [INFO] [stdout] | ^^^ expected identifier, found reserved keyword [INFO] [stdout] | [INFO] [stdout] help: escape `gen` to use it as an identifier [INFO] [stdout] | [INFO] [stdout] 1 | use crate::r#gen::SchemaGenerator; [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected identifier, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/core.rs:1:12 [INFO] [stdout] | [INFO] [stdout] 1 | use crate::gen::SchemaGenerator; [INFO] [stdout] | ^^^ expected identifier, found reserved keyword [INFO] [stdout] | [INFO] [stdout] help: escape `gen` to use it as an identifier [INFO] [stdout] | [INFO] [stdout] 1 | use crate::r#gen::SchemaGenerator; [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected identifier, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/core.rs:18:20 [INFO] [stdout] | [INFO] [stdout] 18 | fn json_schema(gen: &mut SchemaGenerator) -> Schema { [INFO] [stdout] | ^^^ expected identifier, found reserved keyword [INFO] [stdout] | [INFO] [stdout] help: escape `gen` to use it as an identifier [INFO] [stdout] | [INFO] [stdout] 18 | fn json_schema(r#gen: &mut SchemaGenerator) -> Schema { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected identifier, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/core.rs:18:20 [INFO] [stdout] | [INFO] [stdout] 18 | fn json_schema(gen: &mut SchemaGenerator) -> Schema { [INFO] [stdout] | ^^^ expected identifier, found reserved keyword [INFO] [stdout] | [INFO] [stdout] help: escape `gen` to use it as an identifier [INFO] [stdout] | [INFO] [stdout] 18 | fn json_schema(r#gen: &mut SchemaGenerator) -> Schema { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected expression, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/core.rs:19:26 [INFO] [stdout] | [INFO] [stdout] 19 | let mut schema = gen.subschema_for::(); [INFO] [stdout] | ^^^ expected expression [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected expression, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/core.rs:19:26 [INFO] [stdout] | [INFO] [stdout] 19 | let mut schema = gen.subschema_for::(); [INFO] [stdout] | ^^^ expected expression [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected identifier, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/core.rs:62:51 [INFO] [stdout] | [INFO] [stdout] 62 | fn _schemars_private_non_optional_json_schema(gen: &mut SchemaGenerator) -> Schema { [INFO] [stdout] | ^^^ expected identifier, found reserved keyword [INFO] [stdout] | [INFO] [stdout] help: escape `gen` to use it as an identifier [INFO] [stdout] | [INFO] [stdout] 62 | fn _schemars_private_non_optional_json_schema(r#gen: &mut SchemaGenerator) -> Schema { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected expression, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/core.rs:63:55 [INFO] [stdout] | [INFO] [stdout] 63 | T::_schemars_private_non_optional_json_schema(gen) [INFO] [stdout] | ^^^ expected expression [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected identifier, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/core.rs:62:51 [INFO] [stdout] | [INFO] [stdout] 62 | fn _schemars_private_non_optional_json_schema(gen: &mut SchemaGenerator) -> Schema { [INFO] [stdout] | ^^^ expected identifier, found reserved keyword [INFO] [stdout] | [INFO] [stdout] help: escape `gen` to use it as an identifier [INFO] [stdout] | [INFO] [stdout] 62 | fn _schemars_private_non_optional_json_schema(r#gen: &mut SchemaGenerator) -> Schema { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected expression, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/core.rs:63:55 [INFO] [stdout] | [INFO] [stdout] 63 | T::_schemars_private_non_optional_json_schema(gen) [INFO] [stdout] | ^^^ expected expression [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected identifier, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/core.rs:80:20 [INFO] [stdout] | [INFO] [stdout] 80 | fn json_schema(gen: &mut SchemaGenerator) -> Schema { [INFO] [stdout] | ^^^ expected identifier, found reserved keyword [INFO] [stdout] | [INFO] [stdout] help: escape `gen` to use it as an identifier [INFO] [stdout] | [INFO] [stdout] 80 | fn json_schema(r#gen: &mut SchemaGenerator) -> Schema { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected identifier, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/core.rs:80:20 [INFO] [stdout] | [INFO] [stdout] 80 | fn json_schema(gen: &mut SchemaGenerator) -> Schema { [INFO] [stdout] | ^^^ expected identifier, found reserved keyword [INFO] [stdout] | [INFO] [stdout] help: escape `gen` to use it as an identifier [INFO] [stdout] | [INFO] [stdout] 80 | fn json_schema(r#gen: &mut SchemaGenerator) -> Schema { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected identifier, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/core.rs:111:20 [INFO] [stdout] | [INFO] [stdout] 111 | fn json_schema(gen: &mut SchemaGenerator) -> Schema { [INFO] [stdout] | ^^^ expected identifier, found reserved keyword [INFO] [stdout] | [INFO] [stdout] help: escape `gen` to use it as an identifier [INFO] [stdout] | [INFO] [stdout] 111 | fn json_schema(r#gen: &mut SchemaGenerator) -> Schema { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected identifier, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/core.rs:111:20 [INFO] [stdout] | [INFO] [stdout] 111 | fn json_schema(gen: &mut SchemaGenerator) -> Schema { [INFO] [stdout] | ^^^ expected identifier, found reserved keyword [INFO] [stdout] | [INFO] [stdout] help: escape `gen` to use it as an identifier [INFO] [stdout] | [INFO] [stdout] 111 | fn json_schema(r#gen: &mut SchemaGenerator) -> Schema { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected identifier, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/core.rs:146:20 [INFO] [stdout] | [INFO] [stdout] 146 | fn json_schema(gen: &mut SchemaGenerator) -> Schema { [INFO] [stdout] | ^^^ expected identifier, found reserved keyword [INFO] [stdout] | [INFO] [stdout] help: escape `gen` to use it as an identifier [INFO] [stdout] | [INFO] [stdout] 146 | fn json_schema(r#gen: &mut SchemaGenerator) -> Schema { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected identifier, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/core.rs:146:20 [INFO] [stdout] | [INFO] [stdout] 146 | fn json_schema(gen: &mut SchemaGenerator) -> Schema { [INFO] [stdout] | ^^^ expected identifier, found reserved keyword [INFO] [stdout] | [INFO] [stdout] help: escape `gen` to use it as an identifier [INFO] [stdout] | [INFO] [stdout] 146 | fn json_schema(r#gen: &mut SchemaGenerator) -> Schema { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected expression, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/core.rs:147:25 [INFO] [stdout] | [INFO] [stdout] 147 | let subschema = gen.subschema_for::(); [INFO] [stdout] | ^^^ expected expression [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected expression, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/core.rs:147:25 [INFO] [stdout] | [INFO] [stdout] 147 | let subschema = gen.subschema_for::(); [INFO] [stdout] | ^^^ expected expression [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected identifier, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/ffi.rs:1:12 [INFO] [stdout] | [INFO] [stdout] 1 | use crate::gen::SchemaGenerator; [INFO] [stdout] | ^^^ expected identifier, found reserved keyword [INFO] [stdout] | [INFO] [stdout] help: escape `gen` to use it as an identifier [INFO] [stdout] | [INFO] [stdout] 1 | use crate::r#gen::SchemaGenerator; [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected identifier, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/ffi.rs:1:12 [INFO] [stdout] | [INFO] [stdout] 1 | use crate::gen::SchemaGenerator; [INFO] [stdout] | ^^^ expected identifier, found reserved keyword [INFO] [stdout] | [INFO] [stdout] help: escape `gen` to use it as an identifier [INFO] [stdout] | [INFO] [stdout] 1 | use crate::r#gen::SchemaGenerator; [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected identifier, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/ffi.rs:15:20 [INFO] [stdout] | [INFO] [stdout] 15 | fn json_schema(gen: &mut SchemaGenerator) -> Schema { [INFO] [stdout] | ^^^ expected identifier, found reserved keyword [INFO] [stdout] | [INFO] [stdout] help: escape `gen` to use it as an identifier [INFO] [stdout] | [INFO] [stdout] 15 | fn json_schema(r#gen: &mut SchemaGenerator) -> Schema { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected identifier, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/ffi.rs:15:20 [INFO] [stdout] | [INFO] [stdout] 15 | fn json_schema(gen: &mut SchemaGenerator) -> Schema { [INFO] [stdout] | ^^^ expected identifier, found reserved keyword [INFO] [stdout] | [INFO] [stdout] help: escape `gen` to use it as an identifier [INFO] [stdout] | [INFO] [stdout] 15 | fn json_schema(r#gen: &mut SchemaGenerator) -> Schema { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected identifier, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/maps.rs:1:12 [INFO] [stdout] | [INFO] [stdout] 1 | use crate::gen::SchemaGenerator; [INFO] [stdout] | ^^^ expected identifier, found reserved keyword [INFO] [stdout] | [INFO] [stdout] help: escape `gen` to use it as an identifier [INFO] [stdout] | [INFO] [stdout] 1 | use crate::r#gen::SchemaGenerator; [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected identifier, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/maps.rs:1:12 [INFO] [stdout] | [INFO] [stdout] 1 | use crate::gen::SchemaGenerator; [INFO] [stdout] | ^^^ expected identifier, found reserved keyword [INFO] [stdout] | [INFO] [stdout] help: escape `gen` to use it as an identifier [INFO] [stdout] | [INFO] [stdout] 1 | use crate::r#gen::SchemaGenerator; [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected identifier, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/nonzero_signed.rs:1:12 [INFO] [stdout] | [INFO] [stdout] 1 | use crate::gen::SchemaGenerator; [INFO] [stdout] | ^^^ expected identifier, found reserved keyword [INFO] [stdout] | [INFO] [stdout] help: escape `gen` to use it as an identifier [INFO] [stdout] | [INFO] [stdout] 1 | use crate::r#gen::SchemaGenerator; [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected identifier, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/nonzero_signed.rs:1:12 [INFO] [stdout] | [INFO] [stdout] 1 | use crate::gen::SchemaGenerator; [INFO] [stdout] | ^^^ expected identifier, found reserved keyword [INFO] [stdout] | [INFO] [stdout] help: escape `gen` to use it as an identifier [INFO] [stdout] | [INFO] [stdout] 1 | use crate::r#gen::SchemaGenerator; [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected identifier, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/nonzero_unsigned.rs:1:12 [INFO] [stdout] | [INFO] [stdout] 1 | use crate::gen::SchemaGenerator; [INFO] [stdout] | ^^^ expected identifier, found reserved keyword [INFO] [stdout] | [INFO] [stdout] help: escape `gen` to use it as an identifier [INFO] [stdout] | [INFO] [stdout] 1 | use crate::r#gen::SchemaGenerator; [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected identifier, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/nonzero_unsigned.rs:1:12 [INFO] [stdout] | [INFO] [stdout] 1 | use crate::gen::SchemaGenerator; [INFO] [stdout] | ^^^ expected identifier, found reserved keyword [INFO] [stdout] | [INFO] [stdout] help: escape `gen` to use it as an identifier [INFO] [stdout] | [INFO] [stdout] 1 | use crate::r#gen::SchemaGenerator; [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected identifier, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/primitives.rs:1:12 [INFO] [stdout] | [INFO] [stdout] 1 | use crate::gen::SchemaGenerator; [INFO] [stdout] | ^^^ expected identifier, found reserved keyword [INFO] [stdout] | [INFO] [stdout] help: escape `gen` to use it as an identifier [INFO] [stdout] | [INFO] [stdout] 1 | use crate::r#gen::SchemaGenerator; [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected identifier, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/primitives.rs:1:12 [INFO] [stdout] | [INFO] [stdout] 1 | use crate::gen::SchemaGenerator; [INFO] [stdout] | ^^^ expected identifier, found reserved keyword [INFO] [stdout] | [INFO] [stdout] help: escape `gen` to use it as an identifier [INFO] [stdout] | [INFO] [stdout] 1 | use crate::r#gen::SchemaGenerator; [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected identifier, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/sequences.rs:1:12 [INFO] [stdout] | [INFO] [stdout] 1 | use crate::gen::SchemaGenerator; [INFO] [stdout] | ^^^ expected identifier, found reserved keyword [INFO] [stdout] | [INFO] [stdout] help: escape `gen` to use it as an identifier [INFO] [stdout] | [INFO] [stdout] 1 | use crate::r#gen::SchemaGenerator; [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected identifier, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/sequences.rs:1:12 [INFO] [stdout] | [INFO] [stdout] 1 | use crate::gen::SchemaGenerator; [INFO] [stdout] | ^^^ expected identifier, found reserved keyword [INFO] [stdout] | [INFO] [stdout] help: escape `gen` to use it as an identifier [INFO] [stdout] | [INFO] [stdout] 1 | use crate::r#gen::SchemaGenerator; [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected identifier, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/serdejson.rs:1:12 [INFO] [stdout] | [INFO] [stdout] 1 | use crate::gen::SchemaGenerator; [INFO] [stdout] | ^^^ expected identifier, found reserved keyword [INFO] [stdout] | [INFO] [stdout] help: escape `gen` to use it as an identifier [INFO] [stdout] | [INFO] [stdout] 1 | use crate::r#gen::SchemaGenerator; [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected identifier, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/serdejson.rs:1:12 [INFO] [stdout] | [INFO] [stdout] 1 | use crate::gen::SchemaGenerator; [INFO] [stdout] | ^^^ expected identifier, found reserved keyword [INFO] [stdout] | [INFO] [stdout] help: escape `gen` to use it as an identifier [INFO] [stdout] | [INFO] [stdout] 1 | use crate::r#gen::SchemaGenerator; [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected identifier, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/time.rs:1:12 [INFO] [stdout] | [INFO] [stdout] 1 | use crate::gen::SchemaGenerator; [INFO] [stdout] | ^^^ expected identifier, found reserved keyword [INFO] [stdout] | [INFO] [stdout] help: escape `gen` to use it as an identifier [INFO] [stdout] | [INFO] [stdout] 1 | use crate::r#gen::SchemaGenerator; [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected identifier, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/time.rs:1:12 [INFO] [stdout] | [INFO] [stdout] 1 | use crate::gen::SchemaGenerator; [INFO] [stdout] | ^^^ expected identifier, found reserved keyword [INFO] [stdout] | [INFO] [stdout] help: escape `gen` to use it as an identifier [INFO] [stdout] | [INFO] [stdout] 1 | use crate::r#gen::SchemaGenerator; [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected identifier, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/time.rs:15:20 [INFO] [stdout] | [INFO] [stdout] 15 | fn json_schema(gen: &mut SchemaGenerator) -> Schema { [INFO] [stdout] | ^^^ expected identifier, found reserved keyword [INFO] [stdout] | [INFO] [stdout] help: escape `gen` to use it as an identifier [INFO] [stdout] | [INFO] [stdout] 15 | fn json_schema(r#gen: &mut SchemaGenerator) -> Schema { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected identifier, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/time.rs:15:20 [INFO] [stdout] | [INFO] [stdout] 15 | fn json_schema(gen: &mut SchemaGenerator) -> Schema { [INFO] [stdout] | ^^^ expected identifier, found reserved keyword [INFO] [stdout] | [INFO] [stdout] help: escape `gen` to use it as an identifier [INFO] [stdout] | [INFO] [stdout] 15 | fn json_schema(r#gen: &mut SchemaGenerator) -> Schema { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected identifier, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/time.rs:36:20 [INFO] [stdout] | [INFO] [stdout] 36 | fn json_schema(gen: &mut SchemaGenerator) -> Schema { [INFO] [stdout] | ^^^ expected identifier, found reserved keyword [INFO] [stdout] | [INFO] [stdout] help: escape `gen` to use it as an identifier [INFO] [stdout] | [INFO] [stdout] 36 | fn json_schema(r#gen: &mut SchemaGenerator) -> Schema { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected identifier, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/time.rs:36:20 [INFO] [stdout] | [INFO] [stdout] 36 | fn json_schema(gen: &mut SchemaGenerator) -> Schema { [INFO] [stdout] | ^^^ expected identifier, found reserved keyword [INFO] [stdout] | [INFO] [stdout] help: escape `gen` to use it as an identifier [INFO] [stdout] | [INFO] [stdout] 36 | fn json_schema(r#gen: &mut SchemaGenerator) -> Schema { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected identifier, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/tuple.rs:1:12 [INFO] [stdout] | [INFO] [stdout] 1 | use crate::gen::SchemaGenerator; [INFO] [stdout] | ^^^ expected identifier, found reserved keyword [INFO] [stdout] | [INFO] [stdout] help: escape `gen` to use it as an identifier [INFO] [stdout] | [INFO] [stdout] 1 | use crate::r#gen::SchemaGenerator; [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected identifier, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/tuple.rs:1:12 [INFO] [stdout] | [INFO] [stdout] 1 | use crate::gen::SchemaGenerator; [INFO] [stdout] | ^^^ expected identifier, found reserved keyword [INFO] [stdout] | [INFO] [stdout] help: escape `gen` to use it as an identifier [INFO] [stdout] | [INFO] [stdout] 1 | use crate::r#gen::SchemaGenerator; [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected identifier, found reserved keyword `gen` [INFO] [stdout] --> src/schema.rs:246:35 [INFO] [stdout] | [INFO] [stdout] 246 | fn json_schema(_: &mut crate::gen::SchemaGenerator) -> Schema { [INFO] [stdout] | ^^^ expected identifier, found reserved keyword [INFO] [stdout] | [INFO] [stdout] help: escape `gen` to use it as an identifier [INFO] [stdout] | [INFO] [stdout] 246 | fn json_schema(_: &mut crate::r#gen::SchemaGenerator) -> Schema { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected identifier, found reserved keyword `gen` [INFO] [stdout] --> src/schema.rs:246:35 [INFO] [stdout] | [INFO] [stdout] 246 | fn json_schema(_: &mut crate::gen::SchemaGenerator) -> Schema { [INFO] [stdout] | ^^^ expected identifier, found reserved keyword [INFO] [stdout] | [INFO] [stdout] help: escape `gen` to use it as an identifier [INFO] [stdout] | [INFO] [stdout] 246 | fn json_schema(_: &mut crate::r#gen::SchemaGenerator) -> Schema { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected identifier, found reserved keyword `gen` [INFO] [stdout] --> src/ser.rs:6:16 [INFO] [stdout] | [INFO] [stdout] 5 | pub(crate) struct Serializer<'a> { [INFO] [stdout] | ---------- while parsing this struct [INFO] [stdout] 6 | pub(crate) gen: &'a mut SchemaGenerator, [INFO] [stdout] | ^^^ expected identifier, found reserved keyword [INFO] [stdout] | [INFO] [stdout] help: escape `gen` to use it as an identifier [INFO] [stdout] | [INFO] [stdout] 6 | pub(crate) r#gen: &'a mut SchemaGenerator, [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected identifier, found reserved keyword `gen` [INFO] [stdout] --> src/ser.rs:6:16 [INFO] [stdout] | [INFO] [stdout] 5 | pub(crate) struct Serializer<'a> { [INFO] [stdout] | ---------- while parsing this struct [INFO] [stdout] 6 | pub(crate) gen: &'a mut SchemaGenerator, [INFO] [stdout] | ^^^ expected identifier, found reserved keyword [INFO] [stdout] | [INFO] [stdout] help: escape `gen` to use it as an identifier [INFO] [stdout] | [INFO] [stdout] 6 | pub(crate) r#gen: &'a mut SchemaGenerator, [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected identifier, found reserved keyword `gen` [INFO] [stdout] --> src/ser.rs:11:5 [INFO] [stdout] | [INFO] [stdout] 10 | pub(crate) struct SerializeSeq<'a> { [INFO] [stdout] | ------------ while parsing this struct [INFO] [stdout] 11 | gen: &'a mut SchemaGenerator, [INFO] [stdout] | ^^^ expected identifier, found reserved keyword [INFO] [stdout] | [INFO] [stdout] help: escape `gen` to use it as an identifier [INFO] [stdout] | [INFO] [stdout] 11 | r#gen: &'a mut SchemaGenerator, [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected identifier, found reserved keyword `gen` [INFO] [stdout] --> src/ser.rs:11:5 [INFO] [stdout] | [INFO] [stdout] 10 | pub(crate) struct SerializeSeq<'a> { [INFO] [stdout] | ------------ while parsing this struct [INFO] [stdout] 11 | gen: &'a mut SchemaGenerator, [INFO] [stdout] | ^^^ expected identifier, found reserved keyword [INFO] [stdout] | [INFO] [stdout] help: escape `gen` to use it as an identifier [INFO] [stdout] | [INFO] [stdout] 11 | r#gen: &'a mut SchemaGenerator, [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected identifier, found reserved keyword `gen` [INFO] [stdout] --> src/ser.rs:16:5 [INFO] [stdout] | [INFO] [stdout] 15 | pub(crate) struct SerializeTuple<'a> { [INFO] [stdout] | -------------- while parsing this struct [INFO] [stdout] 16 | gen: &'a mut SchemaGenerator, [INFO] [stdout] | ^^^ expected identifier, found reserved keyword [INFO] [stdout] | [INFO] [stdout] help: escape `gen` to use it as an identifier [INFO] [stdout] | [INFO] [stdout] 16 | r#gen: &'a mut SchemaGenerator, [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected identifier, found reserved keyword `gen` [INFO] [stdout] --> src/ser.rs:16:5 [INFO] [stdout] | [INFO] [stdout] 15 | pub(crate) struct SerializeTuple<'a> { [INFO] [stdout] | -------------- while parsing this struct [INFO] [stdout] 16 | gen: &'a mut SchemaGenerator, [INFO] [stdout] | ^^^ expected identifier, found reserved keyword [INFO] [stdout] | [INFO] [stdout] help: escape `gen` to use it as an identifier [INFO] [stdout] | [INFO] [stdout] 16 | r#gen: &'a mut SchemaGenerator, [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected identifier, found reserved keyword `gen` [INFO] [stdout] --> src/ser.rs:22:5 [INFO] [stdout] | [INFO] [stdout] 21 | pub(crate) struct SerializeMap<'a> { [INFO] [stdout] | ------------ while parsing this struct [INFO] [stdout] 22 | gen: &'a mut SchemaGenerator, [INFO] [stdout] | ^^^ expected identifier, found reserved keyword [INFO] [stdout] | [INFO] [stdout] help: escape `gen` to use it as an identifier [INFO] [stdout] | [INFO] [stdout] 22 | r#gen: &'a mut SchemaGenerator, [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected identifier, found reserved keyword `gen` [INFO] [stdout] --> src/ser.rs:22:5 [INFO] [stdout] | [INFO] [stdout] 21 | pub(crate) struct SerializeMap<'a> { [INFO] [stdout] | ------------ while parsing this struct [INFO] [stdout] 22 | gen: &'a mut SchemaGenerator, [INFO] [stdout] | ^^^ expected identifier, found reserved keyword [INFO] [stdout] | [INFO] [stdout] help: escape `gen` to use it as an identifier [INFO] [stdout] | [INFO] [stdout] 22 | r#gen: &'a mut SchemaGenerator, [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected identifier, found reserved keyword `gen` [INFO] [stdout] --> src/ser.rs:80:17 [INFO] [stdout] | [INFO] [stdout] 80 | Ok(self.gen.subschema_for::<&str>()) [INFO] [stdout] | ^^^ expected identifier, found reserved keyword [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected identifier, found reserved keyword `gen` [INFO] [stdout] --> src/ser.rs:80:17 [INFO] [stdout] | [INFO] [stdout] 80 | Ok(self.gen.subschema_for::<&str>()) [INFO] [stdout] | ^^^ expected identifier, found reserved keyword [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected identifier, found reserved keyword `gen` [INFO] [stdout] --> src/ser.rs:97:21 [INFO] [stdout] | [INFO] [stdout] 97 | gen: self.gen, [INFO] [stdout] | ^^^ expected identifier, found reserved keyword [INFO] [stdout] | [INFO] [stdout] help: escape `gen` to use it as an identifier [INFO] [stdout] | [INFO] [stdout] 97 | r#gen: self.gen, [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected identifier, found reserved keyword `gen` [INFO] [stdout] --> src/ser.rs:97:21 [INFO] [stdout] | [INFO] [stdout] 97 | gen: self.gen, [INFO] [stdout] | ^^^ expected identifier, found reserved keyword [INFO] [stdout] | [INFO] [stdout] help: escape `gen` to use it as an identifier [INFO] [stdout] | [INFO] [stdout] 97 | r#gen: self.gen, [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected identifier, found reserved keyword `gen` [INFO] [stdout] --> src/ser.rs:97:31 [INFO] [stdout] | [INFO] [stdout] 97 | gen: self.gen, [INFO] [stdout] | ^^^ expected identifier, found reserved keyword [INFO] [stdout] | [INFO] [stdout] help: escape `gen` to use it as an identifier [INFO] [stdout] | [INFO] [stdout] 97 | gen: self.r#gen, [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected identifier, found reserved keyword `gen` [INFO] [stdout] --> src/ser.rs:97:31 [INFO] [stdout] | [INFO] [stdout] 97 | gen: self.gen, [INFO] [stdout] | ^^^ expected identifier, found reserved keyword [INFO] [stdout] | [INFO] [stdout] help: escape `gen` to use it as an identifier [INFO] [stdout] | [INFO] [stdout] 97 | gen: self.r#gen, [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected identifier, found reserved keyword `gen` [INFO] [stdout] --> src/ser.rs:115:17 [INFO] [stdout] | [INFO] [stdout] 115 | Ok(self.gen.subschema_for::>()) [INFO] [stdout] | ^^^ expected identifier, found reserved keyword [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected identifier, found reserved keyword `gen` [INFO] [stdout] --> src/ser.rs:115:17 [INFO] [stdout] | [INFO] [stdout] 115 | Ok(self.gen.subschema_for::>()) [INFO] [stdout] | ^^^ expected identifier, found reserved keyword [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected identifier, found reserved keyword `gen` [INFO] [stdout] --> src/ser.rs:127:13 [INFO] [stdout] | [INFO] [stdout] 127 | gen: self.gen, [INFO] [stdout] | ^^^ expected identifier, found reserved keyword [INFO] [stdout] | [INFO] [stdout] help: escape `gen` to use it as an identifier [INFO] [stdout] | [INFO] [stdout] 127 | r#gen: self.gen, [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected identifier, found reserved keyword `gen` [INFO] [stdout] --> src/ser.rs:127:23 [INFO] [stdout] | [INFO] [stdout] 127 | gen: self.gen, [INFO] [stdout] | ^^^ expected identifier, found reserved keyword [INFO] [stdout] | [INFO] [stdout] help: escape `gen` to use it as an identifier [INFO] [stdout] | [INFO] [stdout] 127 | gen: self.r#gen, [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected identifier, found reserved keyword `gen` [INFO] [stdout] --> src/ser.rs:127:13 [INFO] [stdout] | [INFO] [stdout] 127 | gen: self.gen, [INFO] [stdout] | ^^^ expected identifier, found reserved keyword [INFO] [stdout] | [INFO] [stdout] help: escape `gen` to use it as an identifier [INFO] [stdout] | [INFO] [stdout] 127 | r#gen: self.gen, [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected identifier, found reserved keyword `gen` [INFO] [stdout] --> src/ser.rs:131:17 [INFO] [stdout] | [INFO] [stdout] 131 | if self.gen.settings().option_add_null_type { [INFO] [stdout] | ^^^ expected identifier, found reserved keyword [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected identifier, found reserved keyword `gen` [INFO] [stdout] --> src/ser.rs:127:23 [INFO] [stdout] | [INFO] [stdout] 127 | gen: self.gen, [INFO] [stdout] | ^^^ expected identifier, found reserved keyword [INFO] [stdout] | [INFO] [stdout] help: escape `gen` to use it as an identifier [INFO] [stdout] | [INFO] [stdout] 127 | gen: self.r#gen, [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected identifier, found reserved keyword `gen` [INFO] [stdout] --> src/ser.rs:159:54 [INFO] [stdout] | [INFO] [stdout] 159 | Err(false) => <()>::json_schema(self.gen), [INFO] [stdout] | ^^^ expected identifier, found reserved keyword [INFO] [stdout] | [INFO] [stdout] help: escape `gen` to use it as an identifier [INFO] [stdout] | [INFO] [stdout] 159 | Err(false) => <()>::json_schema(self.r#gen), [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected identifier, found reserved keyword `gen` [INFO] [stdout] --> src/ser.rs:131:17 [INFO] [stdout] | [INFO] [stdout] 131 | if self.gen.settings().option_add_null_type { [INFO] [stdout] | ^^^ expected identifier, found reserved keyword [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected identifier, found reserved keyword `gen` [INFO] [stdout] --> src/ser.rs:163:17 [INFO] [stdout] | [INFO] [stdout] 163 | if self.gen.settings().option_nullable { [INFO] [stdout] | ^^^ expected identifier, found reserved keyword [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected identifier, found reserved keyword `gen` [INFO] [stdout] --> src/ser.rs:173:17 [INFO] [stdout] | [INFO] [stdout] 173 | Ok(self.gen.subschema_for::<()>()) [INFO] [stdout] | ^^^ expected identifier, found reserved keyword [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected identifier, found reserved keyword `gen` [INFO] [stdout] --> src/ser.rs:159:54 [INFO] [stdout] | [INFO] [stdout] 159 | Err(false) => <()>::json_schema(self.gen), [INFO] [stdout] | ^^^ expected identifier, found reserved keyword [INFO] [stdout] | [INFO] [stdout] help: escape `gen` to use it as an identifier [INFO] [stdout] | [INFO] [stdout] 159 | Err(false) => <()>::json_schema(self.r#gen), [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected identifier, found reserved keyword `gen` [INFO] [stdout] --> src/ser.rs:163:17 [INFO] [stdout] | [INFO] [stdout] 163 | if self.gen.settings().option_nullable { [INFO] [stdout] | ^^^ expected identifier, found reserved keyword [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected identifier, found reserved keyword `gen` [INFO] [stdout] --> src/ser.rs:218:13 [INFO] [stdout] | [INFO] [stdout] 218 | gen: self.gen, [INFO] [stdout] | ^^^ expected identifier, found reserved keyword [INFO] [stdout] | [INFO] [stdout] help: escape `gen` to use it as an identifier [INFO] [stdout] | [INFO] [stdout] 218 | r#gen: self.gen, [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected identifier, found reserved keyword `gen` [INFO] [stdout] --> src/ser.rs:173:17 [INFO] [stdout] | [INFO] [stdout] 173 | Ok(self.gen.subschema_for::<()>()) [INFO] [stdout] | ^^^ expected identifier, found reserved keyword [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected identifier, found reserved keyword `gen` [INFO] [stdout] --> src/ser.rs:218:23 [INFO] [stdout] | [INFO] [stdout] 218 | gen: self.gen, [INFO] [stdout] | ^^^ expected identifier, found reserved keyword [INFO] [stdout] | [INFO] [stdout] help: escape `gen` to use it as an identifier [INFO] [stdout] | [INFO] [stdout] 218 | gen: self.r#gen, [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected identifier, found reserved keyword `gen` [INFO] [stdout] --> src/ser.rs:218:13 [INFO] [stdout] | [INFO] [stdout] 218 | gen: self.gen, [INFO] [stdout] | ^^^ expected identifier, found reserved keyword [INFO] [stdout] | [INFO] [stdout] help: escape `gen` to use it as an identifier [INFO] [stdout] | [INFO] [stdout] 218 | r#gen: self.gen, [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected identifier, found reserved keyword `gen` [INFO] [stdout] --> src/ser.rs:225:13 [INFO] [stdout] | [INFO] [stdout] 225 | gen: self.gen, [INFO] [stdout] | ^^^ expected identifier, found reserved keyword [INFO] [stdout] | [INFO] [stdout] help: escape `gen` to use it as an identifier [INFO] [stdout] | [INFO] [stdout] 225 | r#gen: self.gen, [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected identifier, found reserved keyword `gen` [INFO] [stdout] --> src/ser.rs:218:23 [INFO] [stdout] | [INFO] [stdout] 218 | gen: self.gen, [INFO] [stdout] | ^^^ expected identifier, found reserved keyword [INFO] [stdout] | [INFO] [stdout] help: escape `gen` to use it as an identifier [INFO] [stdout] | [INFO] [stdout] 218 | gen: self.r#gen, [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected identifier, found reserved keyword `gen` [INFO] [stdout] --> src/ser.rs:225:23 [INFO] [stdout] | [INFO] [stdout] 225 | gen: self.gen, [INFO] [stdout] | ^^^ expected identifier, found reserved keyword [INFO] [stdout] | [INFO] [stdout] help: escape `gen` to use it as an identifier [INFO] [stdout] | [INFO] [stdout] 225 | gen: self.r#gen, [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected identifier, found reserved keyword `gen` [INFO] [stdout] --> src/ser.rs:225:13 [INFO] [stdout] | [INFO] [stdout] 225 | gen: self.gen, [INFO] [stdout] | ^^^ expected identifier, found reserved keyword [INFO] [stdout] | [INFO] [stdout] help: escape `gen` to use it as an identifier [INFO] [stdout] | [INFO] [stdout] 225 | r#gen: self.gen, [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected identifier, found reserved keyword `gen` [INFO] [stdout] --> src/ser.rs:238:13 [INFO] [stdout] | [INFO] [stdout] 238 | gen: self.gen, [INFO] [stdout] | ^^^ expected identifier, found reserved keyword [INFO] [stdout] | [INFO] [stdout] help: escape `gen` to use it as an identifier [INFO] [stdout] | [INFO] [stdout] 238 | r#gen: self.gen, [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected identifier, found reserved keyword `gen` [INFO] [stdout] --> src/ser.rs:238:23 [INFO] [stdout] | [INFO] [stdout] 238 | gen: self.gen, [INFO] [stdout] | ^^^ expected identifier, found reserved keyword [INFO] [stdout] | [INFO] [stdout] help: escape `gen` to use it as an identifier [INFO] [stdout] | [INFO] [stdout] 238 | gen: self.r#gen, [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected identifier, found reserved keyword `gen` [INFO] [stdout] --> src/ser.rs:225:23 [INFO] [stdout] | [INFO] [stdout] 225 | gen: self.gen, [INFO] [stdout] | ^^^ expected identifier, found reserved keyword [INFO] [stdout] | [INFO] [stdout] help: escape `gen` to use it as an identifier [INFO] [stdout] | [INFO] [stdout] 225 | gen: self.r#gen, [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected identifier, found reserved keyword `gen` [INFO] [stdout] --> src/ser.rs:238:13 [INFO] [stdout] | [INFO] [stdout] 238 | gen: self.gen, [INFO] [stdout] | ^^^ expected identifier, found reserved keyword [INFO] [stdout] | [INFO] [stdout] help: escape `gen` to use it as an identifier [INFO] [stdout] | [INFO] [stdout] 238 | r#gen: self.gen, [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected identifier, found reserved keyword `gen` [INFO] [stdout] --> src/ser.rs:256:13 [INFO] [stdout] | [INFO] [stdout] 256 | gen: self.gen, [INFO] [stdout] | ^^^ expected identifier, found reserved keyword [INFO] [stdout] | [INFO] [stdout] help: escape `gen` to use it as an identifier [INFO] [stdout] | [INFO] [stdout] 256 | r#gen: self.gen, [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected identifier, found reserved keyword `gen` [INFO] [stdout] --> src/ser.rs:238:23 [INFO] [stdout] | [INFO] [stdout] 238 | gen: self.gen, [INFO] [stdout] | ^^^ expected identifier, found reserved keyword [INFO] [stdout] | [INFO] [stdout] help: escape `gen` to use it as an identifier [INFO] [stdout] | [INFO] [stdout] 238 | gen: self.r#gen, [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected identifier, found reserved keyword `gen` [INFO] [stdout] --> src/ser.rs:256:23 [INFO] [stdout] | [INFO] [stdout] 256 | gen: self.gen, [INFO] [stdout] | ^^^ expected identifier, found reserved keyword [INFO] [stdout] | [INFO] [stdout] help: escape `gen` to use it as an identifier [INFO] [stdout] | [INFO] [stdout] 256 | gen: self.r#gen, [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected identifier, found reserved keyword `gen` [INFO] [stdout] --> src/ser.rs:256:13 [INFO] [stdout] | [INFO] [stdout] 256 | gen: self.gen, [INFO] [stdout] | ^^^ expected identifier, found reserved keyword [INFO] [stdout] | [INFO] [stdout] help: escape `gen` to use it as an identifier [INFO] [stdout] | [INFO] [stdout] 256 | r#gen: self.gen, [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected identifier, found reserved keyword `gen` [INFO] [stdout] --> src/ser.rs:270:13 [INFO] [stdout] | [INFO] [stdout] 270 | gen: self.gen, [INFO] [stdout] | ^^^ expected identifier, found reserved keyword [INFO] [stdout] | [INFO] [stdout] help: escape `gen` to use it as an identifier [INFO] [stdout] | [INFO] [stdout] 270 | r#gen: self.gen, [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected identifier, found reserved keyword `gen` [INFO] [stdout] --> src/ser.rs:270:23 [INFO] [stdout] | [INFO] [stdout] 270 | gen: self.gen, [INFO] [stdout] | ^^^ expected identifier, found reserved keyword [INFO] [stdout] | [INFO] [stdout] help: escape `gen` to use it as an identifier [INFO] [stdout] | [INFO] [stdout] 270 | gen: self.r#gen, [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected identifier, found reserved keyword `gen` [INFO] [stdout] --> src/ser.rs:256:23 [INFO] [stdout] | [INFO] [stdout] 256 | gen: self.gen, [INFO] [stdout] | ^^^ expected identifier, found reserved keyword [INFO] [stdout] | [INFO] [stdout] help: escape `gen` to use it as an identifier [INFO] [stdout] | [INFO] [stdout] 256 | gen: self.r#gen, [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected identifier, found reserved keyword `gen` [INFO] [stdout] --> src/ser.rs:270:13 [INFO] [stdout] | [INFO] [stdout] 270 | gen: self.gen, [INFO] [stdout] | ^^^ expected identifier, found reserved keyword [INFO] [stdout] | [INFO] [stdout] help: escape `gen` to use it as an identifier [INFO] [stdout] | [INFO] [stdout] 270 | r#gen: self.gen, [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected identifier, found reserved keyword `gen` [INFO] [stdout] --> src/ser.rs:334:17 [INFO] [stdout] | [INFO] [stdout] 334 | gen: self.gen, [INFO] [stdout] | ^^^ expected identifier, found reserved keyword [INFO] [stdout] | [INFO] [stdout] help: escape `gen` to use it as an identifier [INFO] [stdout] | [INFO] [stdout] 334 | r#gen: self.gen, [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected identifier, found reserved keyword `gen` [INFO] [stdout] --> src/ser.rs:270:23 [INFO] [stdout] | [INFO] [stdout] 270 | gen: self.gen, [INFO] [stdout] | ^^^ expected identifier, found reserved keyword [INFO] [stdout] | [INFO] [stdout] help: escape `gen` to use it as an identifier [INFO] [stdout] | [INFO] [stdout] 270 | gen: self.r#gen, [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected identifier, found reserved keyword `gen` [INFO] [stdout] --> src/ser.rs:334:27 [INFO] [stdout] | [INFO] [stdout] 334 | gen: self.gen, [INFO] [stdout] | ^^^ expected identifier, found reserved keyword [INFO] [stdout] | [INFO] [stdout] help: escape `gen` to use it as an identifier [INFO] [stdout] | [INFO] [stdout] 334 | gen: self.r#gen, [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected identifier, found reserved keyword `gen` [INFO] [stdout] --> src/ser.rs:334:17 [INFO] [stdout] | [INFO] [stdout] 334 | gen: self.gen, [INFO] [stdout] | ^^^ expected identifier, found reserved keyword [INFO] [stdout] | [INFO] [stdout] help: escape `gen` to use it as an identifier [INFO] [stdout] | [INFO] [stdout] 334 | r#gen: self.gen, [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected identifier, found reserved keyword `gen` [INFO] [stdout] --> src/ser.rs:369:13 [INFO] [stdout] | [INFO] [stdout] 369 | gen: self.gen, [INFO] [stdout] | ^^^ expected identifier, found reserved keyword [INFO] [stdout] | [INFO] [stdout] help: escape `gen` to use it as an identifier [INFO] [stdout] | [INFO] [stdout] 369 | r#gen: self.gen, [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected identifier, found reserved keyword `gen` [INFO] [stdout] --> src/ser.rs:334:27 [INFO] [stdout] | [INFO] [stdout] 334 | gen: self.gen, [INFO] [stdout] | ^^^ expected identifier, found reserved keyword [INFO] [stdout] | [INFO] [stdout] help: escape `gen` to use it as an identifier [INFO] [stdout] | [INFO] [stdout] 334 | gen: self.r#gen, [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected identifier, found reserved keyword `gen` [INFO] [stdout] --> src/ser.rs:369:13 [INFO] [stdout] | [INFO] [stdout] 369 | gen: self.gen, [INFO] [stdout] | ^^^ expected identifier, found reserved keyword [INFO] [stdout] | [INFO] [stdout] help: escape `gen` to use it as an identifier [INFO] [stdout] | [INFO] [stdout] 369 | r#gen: self.gen, [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected identifier, found reserved keyword `gen` [INFO] [stdout] --> src/ser.rs:369:23 [INFO] [stdout] | [INFO] [stdout] 369 | gen: self.gen, [INFO] [stdout] | ^^^ expected identifier, found reserved keyword [INFO] [stdout] | [INFO] [stdout] help: escape `gen` to use it as an identifier [INFO] [stdout] | [INFO] [stdout] 369 | gen: self.r#gen, [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected identifier, found reserved keyword `gen` [INFO] [stdout] --> src/ser.rs:369:23 [INFO] [stdout] | [INFO] [stdout] 369 | gen: self.gen, [INFO] [stdout] | ^^^ expected identifier, found reserved keyword [INFO] [stdout] | [INFO] [stdout] help: escape `gen` to use it as an identifier [INFO] [stdout] | [INFO] [stdout] 369 | gen: self.r#gen, [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected identifier, found reserved keyword `gen` [INFO] [stdout] --> src/ser.rs:437:13 [INFO] [stdout] | [INFO] [stdout] 437 | gen: self.gen, [INFO] [stdout] | ^^^ expected identifier, found reserved keyword [INFO] [stdout] | [INFO] [stdout] help: escape `gen` to use it as an identifier [INFO] [stdout] | [INFO] [stdout] 437 | r#gen: self.gen, [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected identifier, found reserved keyword `gen` [INFO] [stdout] --> src/ser.rs:437:13 [INFO] [stdout] | [INFO] [stdout] 437 | gen: self.gen, [INFO] [stdout] | ^^^ expected identifier, found reserved keyword [INFO] [stdout] | [INFO] [stdout] help: escape `gen` to use it as an identifier [INFO] [stdout] | [INFO] [stdout] 437 | r#gen: self.gen, [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected identifier, found reserved keyword `gen` [INFO] [stdout] --> src/ser.rs:437:23 [INFO] [stdout] | [INFO] [stdout] 437 | gen: self.gen, [INFO] [stdout] | ^^^ expected identifier, found reserved keyword [INFO] [stdout] | [INFO] [stdout] help: escape `gen` to use it as an identifier [INFO] [stdout] | [INFO] [stdout] 437 | gen: self.r#gen, [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected identifier, found reserved keyword `gen` [INFO] [stdout] --> src/ser.rs:474:13 [INFO] [stdout] | [INFO] [stdout] 474 | gen: self.gen, [INFO] [stdout] | ^^^ expected identifier, found reserved keyword [INFO] [stdout] | [INFO] [stdout] help: escape `gen` to use it as an identifier [INFO] [stdout] | [INFO] [stdout] 474 | r#gen: self.gen, [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected identifier, found reserved keyword `gen` [INFO] [stdout] --> src/ser.rs:474:23 [INFO] [stdout] | [INFO] [stdout] 474 | gen: self.gen, [INFO] [stdout] | ^^^ expected identifier, found reserved keyword [INFO] [stdout] | [INFO] [stdout] help: escape `gen` to use it as an identifier [INFO] [stdout] | [INFO] [stdout] 474 | gen: self.r#gen, [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected identifier, found reserved keyword `gen` [INFO] [stdout] --> src/ser.rs:437:23 [INFO] [stdout] | [INFO] [stdout] 437 | gen: self.gen, [INFO] [stdout] | ^^^ expected identifier, found reserved keyword [INFO] [stdout] | [INFO] [stdout] help: escape `gen` to use it as an identifier [INFO] [stdout] | [INFO] [stdout] 437 | gen: self.r#gen, [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected identifier, found reserved keyword `gen` [INFO] [stdout] --> src/ser.rs:474:13 [INFO] [stdout] | [INFO] [stdout] 474 | gen: self.gen, [INFO] [stdout] | ^^^ expected identifier, found reserved keyword [INFO] [stdout] | [INFO] [stdout] help: escape `gen` to use it as an identifier [INFO] [stdout] | [INFO] [stdout] 474 | r#gen: self.gen, [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected identifier, found reserved keyword `gen` [INFO] [stdout] --> src/ser.rs:474:23 [INFO] [stdout] | [INFO] [stdout] 474 | gen: self.gen, [INFO] [stdout] | ^^^ expected identifier, found reserved keyword [INFO] [stdout] | [INFO] [stdout] help: escape `gen` to use it as an identifier [INFO] [stdout] | [INFO] [stdout] 474 | gen: self.r#gen, [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected identifier, found reserved keyword `gen` [INFO] [stdout] --> src/_private.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | gen: &mut SchemaGenerator, [INFO] [stdout] | ^^^ expected identifier, found reserved keyword [INFO] [stdout] | [INFO] [stdout] help: escape `gen` to use it as an identifier [INFO] [stdout] | [INFO] [stdout] 7 | r#gen: &mut SchemaGenerator, [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected expression, found reserved keyword `gen` [INFO] [stdout] --> src/_private.rs:10:68 [INFO] [stdout] | [INFO] [stdout] 10 | let mut schema = T::_schemars_private_non_optional_json_schema(gen); [INFO] [stdout] | ^^^ expected expression [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected identifier, found reserved keyword `gen` [INFO] [stdout] --> src/_private.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | gen: &mut SchemaGenerator, [INFO] [stdout] | ^^^ expected identifier, found reserved keyword [INFO] [stdout] | [INFO] [stdout] help: escape `gen` to use it as an identifier [INFO] [stdout] | [INFO] [stdout] 7 | r#gen: &mut SchemaGenerator, [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected expression, found reserved keyword `gen` [INFO] [stdout] --> src/_private.rs:10:68 [INFO] [stdout] | [INFO] [stdout] 10 | let mut schema = T::_schemars_private_non_optional_json_schema(gen); [INFO] [stdout] | ^^^ expected expression [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected identifier, found reserved keyword `gen` [INFO] [stdout] --> src/gen.rs:366:13 [INFO] [stdout] | [INFO] [stdout] 366 | gen: self, [INFO] [stdout] | ^^^ expected identifier, found reserved keyword [INFO] [stdout] | [INFO] [stdout] help: escape `gen` to use it as an identifier [INFO] [stdout] | [INFO] [stdout] 366 | r#gen: self, [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected identifier, found reserved keyword `gen` [INFO] [stdout] --> src/gen.rs:366:13 [INFO] [stdout] | [INFO] [stdout] 366 | gen: self, [INFO] [stdout] | ^^^ expected identifier, found reserved keyword [INFO] [stdout] | [INFO] [stdout] help: escape `gen` to use it as an identifier [INFO] [stdout] | [INFO] [stdout] 366 | r#gen: self, [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected identifier, found reserved keyword `gen` [INFO] [stdout] --> src/gen.rs:397:13 [INFO] [stdout] | [INFO] [stdout] 397 | gen: &mut self, [INFO] [stdout] | ^^^ expected identifier, found reserved keyword [INFO] [stdout] | [INFO] [stdout] help: escape `gen` to use it as an identifier [INFO] [stdout] | [INFO] [stdout] 397 | r#gen: &mut self, [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected identifier, found reserved keyword `gen` [INFO] [stdout] --> src/gen.rs:397:13 [INFO] [stdout] | [INFO] [stdout] 397 | gen: &mut self, [INFO] [stdout] | ^^^ expected identifier, found reserved keyword [INFO] [stdout] | [INFO] [stdout] help: escape `gen` to use it as an identifier [INFO] [stdout] | [INFO] [stdout] 397 | r#gen: &mut self, [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected identifier, found reserved keyword `gen` [INFO] [stdout] --> src/gen.rs:420:13 [INFO] [stdout] | [INFO] [stdout] 419 | struct PendingSchemaState<'a> { [INFO] [stdout] | ------------------ while parsing this struct [INFO] [stdout] 420 | gen: &'a mut SchemaGenerator, [INFO] [stdout] | ^^^ expected identifier, found reserved keyword [INFO] [stdout] | [INFO] [stdout] help: escape `gen` to use it as an identifier [INFO] [stdout] | [INFO] [stdout] 420 | r#gen: &'a mut SchemaGenerator, [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected identifier, found reserved keyword `gen` [INFO] [stdout] --> src/gen.rs:420:13 [INFO] [stdout] | [INFO] [stdout] 419 | struct PendingSchemaState<'a> { [INFO] [stdout] | ------------------ while parsing this struct [INFO] [stdout] 420 | gen: &'a mut SchemaGenerator, [INFO] [stdout] | ^^^ expected identifier, found reserved keyword [INFO] [stdout] | [INFO] [stdout] help: escape `gen` to use it as an identifier [INFO] [stdout] | [INFO] [stdout] 420 | r#gen: &'a mut SchemaGenerator, [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected identifier, found reserved keyword `gen` [INFO] [stdout] --> src/gen.rs:426:20 [INFO] [stdout] | [INFO] [stdout] 426 | fn new(gen: &'a mut SchemaGenerator, id: CowStr) -> Self { [INFO] [stdout] | ^^^ expected identifier, found reserved keyword [INFO] [stdout] | [INFO] [stdout] help: escape `gen` to use it as an identifier [INFO] [stdout] | [INFO] [stdout] 426 | fn new(r#gen: &'a mut SchemaGenerator, id: CowStr) -> Self { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected identifier, found reserved keyword `gen` [INFO] [stdout] --> src/gen.rs:426:20 [INFO] [stdout] | [INFO] [stdout] 426 | fn new(gen: &'a mut SchemaGenerator, id: CowStr) -> Self { [INFO] [stdout] | ^^^ expected identifier, found reserved keyword [INFO] [stdout] | [INFO] [stdout] help: escape `gen` to use it as an identifier [INFO] [stdout] | [INFO] [stdout] 426 | fn new(r#gen: &'a mut SchemaGenerator, id: CowStr) -> Self { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected expression, found reserved keyword `gen` [INFO] [stdout] --> src/gen.rs:427:31 [INFO] [stdout] | [INFO] [stdout] 427 | let did_add = gen.pending_schema_ids.insert(id.clone()); [INFO] [stdout] | ^^^ expected expression [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected expression, found reserved keyword `gen` [INFO] [stdout] --> src/gen.rs:427:31 [INFO] [stdout] | [INFO] [stdout] 427 | let did_add = gen.pending_schema_ids.insert(id.clone()); [INFO] [stdout] | ^^^ expected expression [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected identifier, found reserved keyword `gen` [INFO] [stdout] --> src/gen.rs:435:26 [INFO] [stdout] | [INFO] [stdout] 435 | self.gen.pending_schema_ids.remove(&self.id); [INFO] [stdout] | ^^^ expected identifier, found reserved keyword [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected identifier, found reserved keyword `gen` [INFO] [stdout] --> src/gen.rs:435:26 [INFO] [stdout] | [INFO] [stdout] 435 | self.gen.pending_schema_ids.remove(&self.id); [INFO] [stdout] | ^^^ expected identifier, found reserved keyword [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected identifier, found reserved keyword `gen` [INFO] [stdout] --> src/gen.rs:441:28 [INFO] [stdout] | [INFO] [stdout] 441 | T::json_schema(pss.gen) [INFO] [stdout] | ^^^ expected identifier, found reserved keyword [INFO] [stdout] | [INFO] [stdout] help: escape `gen` to use it as an identifier [INFO] [stdout] | [INFO] [stdout] 441 | T::json_schema(pss.r#gen) [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected identifier, found reserved keyword `gen` [INFO] [stdout] --> src/gen.rs:441:28 [INFO] [stdout] | [INFO] [stdout] 441 | T::json_schema(pss.gen) [INFO] [stdout] | ^^^ expected identifier, found reserved keyword [INFO] [stdout] | [INFO] [stdout] help: escape `gen` to use it as an identifier [INFO] [stdout] | [INFO] [stdout] 441 | T::json_schema(pss.r#gen) [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected identifier, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/array.rs:39:32 [INFO] [stdout] | [INFO] [stdout] 39 | fn json_schema(gen: &mut SchemaGenerator) -> Schema { [INFO] [stdout] | ^^^ expected identifier, found reserved keyword [INFO] [stdout] ... [INFO] [stdout] 52 | / array_impls! { [INFO] [stdout] 53 | | 1 2 3 4 5 6 7 8 9 10 [INFO] [stdout] 54 | | 11 12 13 14 15 16 17 18 19 20 [INFO] [stdout] 55 | | 21 22 23 24 25 26 27 28 29 30 [INFO] [stdout] 56 | | 31 32 [INFO] [stdout] 57 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `array_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: escape `gen` to use it as an identifier [INFO] [stdout] | [INFO] [stdout] 39 | fn json_schema(r#gen: &mut SchemaGenerator) -> Schema { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected identifier, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/array.rs:39:32 [INFO] [stdout] | [INFO] [stdout] 39 | fn json_schema(gen: &mut SchemaGenerator) -> Schema { [INFO] [stdout] | ^^^ expected identifier, found reserved keyword [INFO] [stdout] ... [INFO] [stdout] 52 | / array_impls! { [INFO] [stdout] 53 | | 1 2 3 4 5 6 7 8 9 10 [INFO] [stdout] 54 | | 11 12 13 14 15 16 17 18 19 20 [INFO] [stdout] 55 | | 21 22 23 24 25 26 27 28 29 30 [INFO] [stdout] 56 | | 31 32 [INFO] [stdout] 57 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `array_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: escape `gen` to use it as an identifier [INFO] [stdout] | [INFO] [stdout] 39 | fn json_schema(r#gen: &mut SchemaGenerator) -> Schema { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected expression, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/array.rs:42:58 [INFO] [stdout] | [INFO] [stdout] 42 | "items": serde_json::Value::from(gen.subschema_for::()), [INFO] [stdout] | ^^^ expected expression [INFO] [stdout] ... [INFO] [stdout] 52 | / array_impls! { [INFO] [stdout] 53 | | 1 2 3 4 5 6 7 8 9 10 [INFO] [stdout] 54 | | 11 12 13 14 15 16 17 18 19 20 [INFO] [stdout] 55 | | 21 22 23 24 25 26 27 28 29 30 [INFO] [stdout] 56 | | 31 32 [INFO] [stdout] 57 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `array_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected expression, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/array.rs:42:58 [INFO] [stdout] | [INFO] [stdout] 42 | "items": serde_json::Value::from(gen.subschema_for::()), [INFO] [stdout] | ^^^ expected expression [INFO] [stdout] ... [INFO] [stdout] 52 | / array_impls! { [INFO] [stdout] 53 | | 1 2 3 4 5 6 7 8 9 10 [INFO] [stdout] 54 | | 11 12 13 14 15 16 17 18 19 20 [INFO] [stdout] 55 | | 21 22 23 24 25 26 27 28 29 30 [INFO] [stdout] 56 | | 31 32 [INFO] [stdout] 57 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `array_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected expression, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/core.rs:86:31 [INFO] [stdout] | [INFO] [stdout] 86 | "Ok": gen.subschema_for::() [INFO] [stdout] | ^^^ expected expression [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/serde_json-1.0.107/src/macros.rs:188:45 [INFO] [stdout] | [INFO] [stdout] 188 | (@object $object:ident ($($key:tt)+) (: $value:expr , $($rest:tt)*) $copy:tt) => { [INFO] [stdout] | ----------- while parsing argument for this `expr` macro fragment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected expression, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/core.rs:86:31 [INFO] [stdout] | [INFO] [stdout] 86 | "Ok": gen.subschema_for::() [INFO] [stdout] | ^^^ expected expression [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/serde_json-1.0.107/src/macros.rs:188:45 [INFO] [stdout] | [INFO] [stdout] 188 | (@object $object:ident ($($key:tt)+) (: $value:expr , $($rest:tt)*) $copy:tt) => { [INFO] [stdout] | ----------- while parsing argument for this `expr` macro fragment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected expression, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/core.rs:93:32 [INFO] [stdout] | [INFO] [stdout] 93 | "Err": gen.subschema_for::() [INFO] [stdout] | ^^^ expected expression [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/serde_json-1.0.107/src/macros.rs:188:45 [INFO] [stdout] | [INFO] [stdout] 188 | (@object $object:ident ($($key:tt)+) (: $value:expr , $($rest:tt)*) $copy:tt) => { [INFO] [stdout] | ----------- while parsing argument for this `expr` macro fragment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected expression, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/core.rs:93:32 [INFO] [stdout] | [INFO] [stdout] 93 | "Err": gen.subschema_for::() [INFO] [stdout] | ^^^ expected expression [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/serde_json-1.0.107/src/macros.rs:188:45 [INFO] [stdout] | [INFO] [stdout] 188 | (@object $object:ident ($($key:tt)+) (: $value:expr , $($rest:tt)*) $copy:tt) => { [INFO] [stdout] | ----------- while parsing argument for this `expr` macro fragment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected expression, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/core.rs:117:37 [INFO] [stdout] | [INFO] [stdout] 117 | "Included": gen.subschema_for::() [INFO] [stdout] | ^^^ expected expression [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/serde_json-1.0.107/src/macros.rs:188:45 [INFO] [stdout] | [INFO] [stdout] 188 | (@object $object:ident ($($key:tt)+) (: $value:expr , $($rest:tt)*) $copy:tt) => { [INFO] [stdout] | ----------- while parsing argument for this `expr` macro fragment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected expression, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/core.rs:117:37 [INFO] [stdout] | [INFO] [stdout] 117 | "Included": gen.subschema_for::() [INFO] [stdout] | ^^^ expected expression [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/serde_json-1.0.107/src/macros.rs:188:45 [INFO] [stdout] | [INFO] [stdout] 188 | (@object $object:ident ($($key:tt)+) (: $value:expr , $($rest:tt)*) $copy:tt) => { [INFO] [stdout] | ----------- while parsing argument for this `expr` macro fragment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected expression, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/core.rs:124:37 [INFO] [stdout] | [INFO] [stdout] 124 | "Excluded": gen.subschema_for::() [INFO] [stdout] | ^^^ expected expression [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/serde_json-1.0.107/src/macros.rs:188:45 [INFO] [stdout] | [INFO] [stdout] 188 | (@object $object:ident ($($key:tt)+) (: $value:expr , $($rest:tt)*) $copy:tt) => { [INFO] [stdout] | ----------- while parsing argument for this `expr` macro fragment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected expression, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/core.rs:124:37 [INFO] [stdout] | [INFO] [stdout] 124 | "Excluded": gen.subschema_for::() [INFO] [stdout] | ^^^ expected expression [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/serde_json-1.0.107/src/macros.rs:188:45 [INFO] [stdout] | [INFO] [stdout] 188 | (@object $object:ident ($($key:tt)+) (: $value:expr , $($rest:tt)*) $copy:tt) => { [INFO] [stdout] | ----------- while parsing argument for this `expr` macro fragment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected identifier, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/mod.rs:24:28 [INFO] [stdout] | [INFO] [stdout] 24 | fn json_schema(gen: &mut $crate::gen::SchemaGenerator) -> $crate::Schema { [INFO] [stdout] | ^^^ expected identifier, found reserved keyword [INFO] [stdout] | [INFO] [stdout] ::: src/json_schema_impls/core.rs:159:1 [INFO] [stdout] | [INFO] [stdout] 159 | forward_impl!(( JsonSchema for RangeInclusive) => Range); [INFO] [stdout] | ----------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `forward_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: escape `gen` to use it as an identifier [INFO] [stdout] | [INFO] [stdout] 24 | fn json_schema(r#gen: &mut $crate::gen::SchemaGenerator) -> $crate::Schema { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected identifier, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/mod.rs:24:46 [INFO] [stdout] | [INFO] [stdout] 24 | fn json_schema(gen: &mut $crate::gen::SchemaGenerator) -> $crate::Schema { [INFO] [stdout] | ^^^ expected identifier, found reserved keyword [INFO] [stdout] | [INFO] [stdout] ::: src/json_schema_impls/core.rs:159:1 [INFO] [stdout] | [INFO] [stdout] 159 | forward_impl!(( JsonSchema for RangeInclusive) => Range); [INFO] [stdout] | ----------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `forward_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: escape `gen` to use it as an identifier [INFO] [stdout] | [INFO] [stdout] 24 | fn json_schema(gen: &mut $crate::r#gen::SchemaGenerator) -> $crate::Schema { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected identifier, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/mod.rs:24:28 [INFO] [stdout] | [INFO] [stdout] 24 | fn json_schema(gen: &mut $crate::gen::SchemaGenerator) -> $crate::Schema { [INFO] [stdout] | ^^^ expected identifier, found reserved keyword [INFO] [stdout] | [INFO] [stdout] ::: src/json_schema_impls/core.rs:159:1 [INFO] [stdout] | [INFO] [stdout] 159 | forward_impl!(( JsonSchema for RangeInclusive) => Range); [INFO] [stdout] | ----------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `forward_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: escape `gen` to use it as an identifier [INFO] [stdout] | [INFO] [stdout] 24 | fn json_schema(r#gen: &mut $crate::gen::SchemaGenerator) -> $crate::Schema { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected expression, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/mod.rs:25:40 [INFO] [stdout] | [INFO] [stdout] 25 | <$target>::json_schema(gen) [INFO] [stdout] | ^^^ expected expression [INFO] [stdout] | [INFO] [stdout] ::: src/json_schema_impls/core.rs:159:1 [INFO] [stdout] | [INFO] [stdout] 159 | forward_impl!(( JsonSchema for RangeInclusive) => Range); [INFO] [stdout] | ----------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `forward_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected identifier, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/mod.rs:24:46 [INFO] [stdout] | [INFO] [stdout] 24 | fn json_schema(gen: &mut $crate::gen::SchemaGenerator) -> $crate::Schema { [INFO] [stdout] | ^^^ expected identifier, found reserved keyword [INFO] [stdout] | [INFO] [stdout] ::: src/json_schema_impls/core.rs:159:1 [INFO] [stdout] | [INFO] [stdout] 159 | forward_impl!(( JsonSchema for RangeInclusive) => Range); [INFO] [stdout] | ----------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `forward_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: escape `gen` to use it as an identifier [INFO] [stdout] | [INFO] [stdout] 24 | fn json_schema(gen: &mut $crate::r#gen::SchemaGenerator) -> $crate::Schema { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected identifier, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/mod.rs:28:59 [INFO] [stdout] | [INFO] [stdout] 28 | fn _schemars_private_non_optional_json_schema(gen: &mut $crate::gen::SchemaGenerator) -> $crate::Schema { [INFO] [stdout] | ^^^ expected identifier, found reserved keyword [INFO] [stdout] | [INFO] [stdout] ::: src/json_schema_impls/core.rs:159:1 [INFO] [stdout] | [INFO] [stdout] 159 | forward_impl!(( JsonSchema for RangeInclusive) => Range); [INFO] [stdout] | ----------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `forward_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: escape `gen` to use it as an identifier [INFO] [stdout] | [INFO] [stdout] 28 | fn _schemars_private_non_optional_json_schema(r#gen: &mut $crate::gen::SchemaGenerator) -> $crate::Schema { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected expression, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/mod.rs:25:40 [INFO] [stdout] | [INFO] [stdout] 25 | <$target>::json_schema(gen) [INFO] [stdout] | ^^^ expected expression [INFO] [stdout] | [INFO] [stdout] ::: src/json_schema_impls/core.rs:159:1 [INFO] [stdout] | [INFO] [stdout] 159 | forward_impl!(( JsonSchema for RangeInclusive) => Range); [INFO] [stdout] | ----------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `forward_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected identifier, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/mod.rs:28:77 [INFO] [stdout] | [INFO] [stdout] 28 | fn _schemars_private_non_optional_json_schema(gen: &mut $crate::gen::SchemaGenerator) -> $crate::Schema { [INFO] [stdout] | ^^^ expected identifier, found reserved keyword [INFO] [stdout] | [INFO] [stdout] ::: src/json_schema_impls/core.rs:159:1 [INFO] [stdout] | [INFO] [stdout] 159 | forward_impl!(( JsonSchema for RangeInclusive) => Range); [INFO] [stdout] | ----------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `forward_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: escape `gen` to use it as an identifier [INFO] [stdout] | [INFO] [stdout] 28 | fn _schemars_private_non_optional_json_schema(gen: &mut $crate::r#gen::SchemaGenerator) -> $crate::Schema { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected identifier, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/mod.rs:28:59 [INFO] [stdout] | [INFO] [stdout] 28 | fn _schemars_private_non_optional_json_schema(gen: &mut $crate::gen::SchemaGenerator) -> $crate::Schema { [INFO] [stdout] | ^^^ expected identifier, found reserved keyword [INFO] [stdout] | [INFO] [stdout] ::: src/json_schema_impls/core.rs:159:1 [INFO] [stdout] | [INFO] [stdout] 159 | forward_impl!(( JsonSchema for RangeInclusive) => Range); [INFO] [stdout] | ----------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `forward_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: escape `gen` to use it as an identifier [INFO] [stdout] | [INFO] [stdout] 28 | fn _schemars_private_non_optional_json_schema(r#gen: &mut $crate::gen::SchemaGenerator) -> $crate::Schema { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected expression, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/mod.rs:29:71 [INFO] [stdout] | [INFO] [stdout] 29 | <$target>::_schemars_private_non_optional_json_schema(gen) [INFO] [stdout] | ^^^ expected expression [INFO] [stdout] | [INFO] [stdout] ::: src/json_schema_impls/core.rs:159:1 [INFO] [stdout] | [INFO] [stdout] 159 | forward_impl!(( JsonSchema for RangeInclusive) => Range); [INFO] [stdout] | ----------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `forward_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected identifier, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/mod.rs:28:77 [INFO] [stdout] | [INFO] [stdout] 28 | fn _schemars_private_non_optional_json_schema(gen: &mut $crate::gen::SchemaGenerator) -> $crate::Schema { [INFO] [stdout] | ^^^ expected identifier, found reserved keyword [INFO] [stdout] | [INFO] [stdout] ::: src/json_schema_impls/core.rs:159:1 [INFO] [stdout] | [INFO] [stdout] 159 | forward_impl!(( JsonSchema for RangeInclusive) => Range); [INFO] [stdout] | ----------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `forward_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: escape `gen` to use it as an identifier [INFO] [stdout] | [INFO] [stdout] 28 | fn _schemars_private_non_optional_json_schema(gen: &mut $crate::r#gen::SchemaGenerator) -> $crate::Schema { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected expression, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/mod.rs:29:71 [INFO] [stdout] | [INFO] [stdout] 29 | <$target>::_schemars_private_non_optional_json_schema(gen) [INFO] [stdout] | ^^^ expected expression [INFO] [stdout] | [INFO] [stdout] ::: src/json_schema_impls/core.rs:159:1 [INFO] [stdout] | [INFO] [stdout] 159 | forward_impl!(( JsonSchema for RangeInclusive) => Range); [INFO] [stdout] | ----------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `forward_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected identifier, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/mod.rs:24:28 [INFO] [stdout] | [INFO] [stdout] 24 | fn json_schema(gen: &mut $crate::gen::SchemaGenerator) -> $crate::Schema { [INFO] [stdout] | ^^^ expected identifier, found reserved keyword [INFO] [stdout] | [INFO] [stdout] ::: src/json_schema_impls/core.rs:161:1 [INFO] [stdout] | [INFO] [stdout] 161 | forward_impl!(( JsonSchema for std::marker::PhantomData) => ()); [INFO] [stdout] | ----------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `forward_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: escape `gen` to use it as an identifier [INFO] [stdout] | [INFO] [stdout] 24 | fn json_schema(r#gen: &mut $crate::gen::SchemaGenerator) -> $crate::Schema { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected identifier, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/mod.rs:24:46 [INFO] [stdout] | [INFO] [stdout] 24 | fn json_schema(gen: &mut $crate::gen::SchemaGenerator) -> $crate::Schema { [INFO] [stdout] | ^^^ expected identifier, found reserved keyword [INFO] [stdout] | [INFO] [stdout] ::: src/json_schema_impls/core.rs:161:1 [INFO] [stdout] | [INFO] [stdout] 161 | forward_impl!(( JsonSchema for std::marker::PhantomData) => ()); [INFO] [stdout] | ----------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `forward_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: escape `gen` to use it as an identifier [INFO] [stdout] | [INFO] [stdout] 24 | fn json_schema(gen: &mut $crate::r#gen::SchemaGenerator) -> $crate::Schema { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected identifier, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/mod.rs:24:28 [INFO] [stdout] | [INFO] [stdout] 24 | fn json_schema(gen: &mut $crate::gen::SchemaGenerator) -> $crate::Schema { [INFO] [stdout] | ^^^ expected identifier, found reserved keyword [INFO] [stdout] | [INFO] [stdout] ::: src/json_schema_impls/core.rs:161:1 [INFO] [stdout] | [INFO] [stdout] 161 | forward_impl!(( JsonSchema for std::marker::PhantomData) => ()); [INFO] [stdout] | ----------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `forward_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: escape `gen` to use it as an identifier [INFO] [stdout] | [INFO] [stdout] 24 | fn json_schema(r#gen: &mut $crate::gen::SchemaGenerator) -> $crate::Schema { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected expression, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/mod.rs:25:40 [INFO] [stdout] | [INFO] [stdout] 25 | <$target>::json_schema(gen) [INFO] [stdout] | ^^^ expected expression [INFO] [stdout] | [INFO] [stdout] ::: src/json_schema_impls/core.rs:161:1 [INFO] [stdout] | [INFO] [stdout] 161 | forward_impl!(( JsonSchema for std::marker::PhantomData) => ()); [INFO] [stdout] | ----------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `forward_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected identifier, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/mod.rs:24:46 [INFO] [stdout] | [INFO] [stdout] 24 | fn json_schema(gen: &mut $crate::gen::SchemaGenerator) -> $crate::Schema { [INFO] [stdout] | ^^^ expected identifier, found reserved keyword [INFO] [stdout] | [INFO] [stdout] ::: src/json_schema_impls/core.rs:161:1 [INFO] [stdout] | [INFO] [stdout] 161 | forward_impl!(( JsonSchema for std::marker::PhantomData) => ()); [INFO] [stdout] | ----------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `forward_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: escape `gen` to use it as an identifier [INFO] [stdout] | [INFO] [stdout] 24 | fn json_schema(gen: &mut $crate::r#gen::SchemaGenerator) -> $crate::Schema { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected identifier, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/mod.rs:28:59 [INFO] [stdout] | [INFO] [stdout] 28 | fn _schemars_private_non_optional_json_schema(gen: &mut $crate::gen::SchemaGenerator) -> $crate::Schema { [INFO] [stdout] | ^^^ expected identifier, found reserved keyword [INFO] [stdout] | [INFO] [stdout] ::: src/json_schema_impls/core.rs:161:1 [INFO] [stdout] | [INFO] [stdout] 161 | forward_impl!(( JsonSchema for std::marker::PhantomData) => ()); [INFO] [stdout] | ----------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `forward_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: escape `gen` to use it as an identifier [INFO] [stdout] | [INFO] [stdout] 28 | fn _schemars_private_non_optional_json_schema(r#gen: &mut $crate::gen::SchemaGenerator) -> $crate::Schema { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected expression, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/mod.rs:25:40 [INFO] [stdout] | [INFO] [stdout] 25 | <$target>::json_schema(gen) [INFO] [stdout] | ^^^ expected expression [INFO] [stdout] | [INFO] [stdout] ::: src/json_schema_impls/core.rs:161:1 [INFO] [stdout] | [INFO] [stdout] 161 | forward_impl!(( JsonSchema for std::marker::PhantomData) => ()); [INFO] [stdout] | ----------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `forward_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected identifier, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/mod.rs:28:77 [INFO] [stdout] | [INFO] [stdout] 28 | fn _schemars_private_non_optional_json_schema(gen: &mut $crate::gen::SchemaGenerator) -> $crate::Schema { [INFO] [stdout] | ^^^ expected identifier, found reserved keyword [INFO] [stdout] | [INFO] [stdout] ::: src/json_schema_impls/core.rs:161:1 [INFO] [stdout] | [INFO] [stdout] 161 | forward_impl!(( JsonSchema for std::marker::PhantomData) => ()); [INFO] [stdout] | ----------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `forward_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: escape `gen` to use it as an identifier [INFO] [stdout] | [INFO] [stdout] 28 | fn _schemars_private_non_optional_json_schema(gen: &mut $crate::r#gen::SchemaGenerator) -> $crate::Schema { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected identifier, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/mod.rs:28:59 [INFO] [stdout] | [INFO] [stdout] 28 | fn _schemars_private_non_optional_json_schema(gen: &mut $crate::gen::SchemaGenerator) -> $crate::Schema { [INFO] [stdout] | ^^^ expected identifier, found reserved keyword [INFO] [stdout] | [INFO] [stdout] ::: src/json_schema_impls/core.rs:161:1 [INFO] [stdout] | [INFO] [stdout] 161 | forward_impl!(( JsonSchema for std::marker::PhantomData) => ()); [INFO] [stdout] | ----------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `forward_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: escape `gen` to use it as an identifier [INFO] [stdout] | [INFO] [stdout] 28 | fn _schemars_private_non_optional_json_schema(r#gen: &mut $crate::gen::SchemaGenerator) -> $crate::Schema { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected expression, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/mod.rs:29:71 [INFO] [stdout] | [INFO] [stdout] 29 | <$target>::_schemars_private_non_optional_json_schema(gen) [INFO] [stdout] | ^^^ expected expression [INFO] [stdout] | [INFO] [stdout] ::: src/json_schema_impls/core.rs:161:1 [INFO] [stdout] | [INFO] [stdout] 161 | forward_impl!(( JsonSchema for std::marker::PhantomData) => ()); [INFO] [stdout] | ----------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `forward_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected identifier, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/mod.rs:28:77 [INFO] [stdout] | [INFO] [stdout] 28 | fn _schemars_private_non_optional_json_schema(gen: &mut $crate::gen::SchemaGenerator) -> $crate::Schema { [INFO] [stdout] | ^^^ expected identifier, found reserved keyword [INFO] [stdout] | [INFO] [stdout] ::: src/json_schema_impls/core.rs:161:1 [INFO] [stdout] | [INFO] [stdout] 161 | forward_impl!(( JsonSchema for std::marker::PhantomData) => ()); [INFO] [stdout] | ----------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `forward_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: escape `gen` to use it as an identifier [INFO] [stdout] | [INFO] [stdout] 28 | fn _schemars_private_non_optional_json_schema(gen: &mut $crate::r#gen::SchemaGenerator) -> $crate::Schema { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected identifier, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/mod.rs:24:28 [INFO] [stdout] | [INFO] [stdout] 24 | fn json_schema(gen: &mut $crate::gen::SchemaGenerator) -> $crate::Schema { [INFO] [stdout] | ^^^ expected identifier, found reserved keyword [INFO] [stdout] | [INFO] [stdout] ::: src/json_schema_impls/core.rs:163:1 [INFO] [stdout] | [INFO] [stdout] 163 | forward_impl!((<'a> JsonSchema for std::fmt::Arguments<'a>) => String); [INFO] [stdout] | ---------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `forward_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: escape `gen` to use it as an identifier [INFO] [stdout] | [INFO] [stdout] 24 | fn json_schema(r#gen: &mut $crate::gen::SchemaGenerator) -> $crate::Schema { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected expression, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/mod.rs:29:71 [INFO] [stdout] | [INFO] [stdout] 29 | <$target>::_schemars_private_non_optional_json_schema(gen) [INFO] [stdout] | ^^^ expected expression [INFO] [stdout] | [INFO] [stdout] ::: src/json_schema_impls/core.rs:161:1 [INFO] [stdout] | [INFO] [stdout] 161 | forward_impl!(( JsonSchema for std::marker::PhantomData) => ()); [INFO] [stdout] | ----------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `forward_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected identifier, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/mod.rs:24:46 [INFO] [stdout] | [INFO] [stdout] 24 | fn json_schema(gen: &mut $crate::gen::SchemaGenerator) -> $crate::Schema { [INFO] [stdout] | ^^^ expected identifier, found reserved keyword [INFO] [stdout] | [INFO] [stdout] ::: src/json_schema_impls/core.rs:163:1 [INFO] [stdout] | [INFO] [stdout] 163 | forward_impl!((<'a> JsonSchema for std::fmt::Arguments<'a>) => String); [INFO] [stdout] | ---------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `forward_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: escape `gen` to use it as an identifier [INFO] [stdout] | [INFO] [stdout] 24 | fn json_schema(gen: &mut $crate::r#gen::SchemaGenerator) -> $crate::Schema { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected identifier, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/mod.rs:24:28 [INFO] [stdout] | [INFO] [stdout] 24 | fn json_schema(gen: &mut $crate::gen::SchemaGenerator) -> $crate::Schema { [INFO] [stdout] | ^^^ expected identifier, found reserved keyword [INFO] [stdout] | [INFO] [stdout] ::: src/json_schema_impls/core.rs:163:1 [INFO] [stdout] | [INFO] [stdout] 163 | forward_impl!((<'a> JsonSchema for std::fmt::Arguments<'a>) => String); [INFO] [stdout] | ---------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `forward_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: escape `gen` to use it as an identifier [INFO] [stdout] | [INFO] [stdout] 24 | fn json_schema(r#gen: &mut $crate::gen::SchemaGenerator) -> $crate::Schema { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected expression, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/mod.rs:25:40 [INFO] [stdout] | [INFO] [stdout] 25 | <$target>::json_schema(gen) [INFO] [stdout] | ^^^ expected expression [INFO] [stdout] | [INFO] [stdout] ::: src/json_schema_impls/core.rs:163:1 [INFO] [stdout] | [INFO] [stdout] 163 | forward_impl!((<'a> JsonSchema for std::fmt::Arguments<'a>) => String); [INFO] [stdout] | ---------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `forward_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected identifier, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/mod.rs:24:46 [INFO] [stdout] | [INFO] [stdout] 24 | fn json_schema(gen: &mut $crate::gen::SchemaGenerator) -> $crate::Schema { [INFO] [stdout] | ^^^ expected identifier, found reserved keyword [INFO] [stdout] | [INFO] [stdout] ::: src/json_schema_impls/core.rs:163:1 [INFO] [stdout] | [INFO] [stdout] 163 | forward_impl!((<'a> JsonSchema for std::fmt::Arguments<'a>) => String); [INFO] [stdout] | ---------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `forward_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: escape `gen` to use it as an identifier [INFO] [stdout] | [INFO] [stdout] 24 | fn json_schema(gen: &mut $crate::r#gen::SchemaGenerator) -> $crate::Schema { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected identifier, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/mod.rs:28:59 [INFO] [stdout] | [INFO] [stdout] 28 | fn _schemars_private_non_optional_json_schema(gen: &mut $crate::gen::SchemaGenerator) -> $crate::Schema { [INFO] [stdout] | ^^^ expected identifier, found reserved keyword [INFO] [stdout] | [INFO] [stdout] ::: src/json_schema_impls/core.rs:163:1 [INFO] [stdout] | [INFO] [stdout] 163 | forward_impl!((<'a> JsonSchema for std::fmt::Arguments<'a>) => String); [INFO] [stdout] | ---------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `forward_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: escape `gen` to use it as an identifier [INFO] [stdout] | [INFO] [stdout] 28 | fn _schemars_private_non_optional_json_schema(r#gen: &mut $crate::gen::SchemaGenerator) -> $crate::Schema { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected expression, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/mod.rs:25:40 [INFO] [stdout] | [INFO] [stdout] 25 | <$target>::json_schema(gen) [INFO] [stdout] | ^^^ expected expression [INFO] [stdout] | [INFO] [stdout] ::: src/json_schema_impls/core.rs:163:1 [INFO] [stdout] | [INFO] [stdout] 163 | forward_impl!((<'a> JsonSchema for std::fmt::Arguments<'a>) => String); [INFO] [stdout] | ---------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `forward_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected identifier, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/mod.rs:28:59 [INFO] [stdout] | [INFO] [stdout] 28 | fn _schemars_private_non_optional_json_schema(gen: &mut $crate::gen::SchemaGenerator) -> $crate::Schema { [INFO] [stdout] | ^^^ expected identifier, found reserved keyword [INFO] [stdout] | [INFO] [stdout] ::: src/json_schema_impls/core.rs:163:1 [INFO] [stdout] | [INFO] [stdout] 163 | forward_impl!((<'a> JsonSchema for std::fmt::Arguments<'a>) => String); [INFO] [stdout] | ---------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `forward_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: escape `gen` to use it as an identifier [INFO] [stdout] | [INFO] [stdout] 28 | fn _schemars_private_non_optional_json_schema(r#gen: &mut $crate::gen::SchemaGenerator) -> $crate::Schema { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected identifier, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/mod.rs:28:77 [INFO] [stdout] | [INFO] [stdout] 28 | fn _schemars_private_non_optional_json_schema(gen: &mut $crate::gen::SchemaGenerator) -> $crate::Schema { [INFO] [stdout] | ^^^ expected identifier, found reserved keyword [INFO] [stdout] | [INFO] [stdout] ::: src/json_schema_impls/core.rs:163:1 [INFO] [stdout] | [INFO] [stdout] 163 | forward_impl!((<'a> JsonSchema for std::fmt::Arguments<'a>) => String); [INFO] [stdout] | ---------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `forward_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: escape `gen` to use it as an identifier [INFO] [stdout] | [INFO] [stdout] 28 | fn _schemars_private_non_optional_json_schema(gen: &mut $crate::r#gen::SchemaGenerator) -> $crate::Schema { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected expression, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/mod.rs:29:71 [INFO] [stdout] | [INFO] [stdout] 29 | <$target>::_schemars_private_non_optional_json_schema(gen) [INFO] [stdout] | ^^^ expected expression [INFO] [stdout] | [INFO] [stdout] ::: src/json_schema_impls/core.rs:163:1 [INFO] [stdout] | [INFO] [stdout] 163 | forward_impl!((<'a> JsonSchema for std::fmt::Arguments<'a>) => String); [INFO] [stdout] | ---------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `forward_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected identifier, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/mod.rs:28:77 [INFO] [stdout] | [INFO] [stdout] 28 | fn _schemars_private_non_optional_json_schema(gen: &mut $crate::gen::SchemaGenerator) -> $crate::Schema { [INFO] [stdout] | ^^^ expected identifier, found reserved keyword [INFO] [stdout] | [INFO] [stdout] ::: src/json_schema_impls/core.rs:163:1 [INFO] [stdout] | [INFO] [stdout] 163 | forward_impl!((<'a> JsonSchema for std::fmt::Arguments<'a>) => String); [INFO] [stdout] | ---------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `forward_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: escape `gen` to use it as an identifier [INFO] [stdout] | [INFO] [stdout] 28 | fn _schemars_private_non_optional_json_schema(gen: &mut $crate::r#gen::SchemaGenerator) -> $crate::Schema { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected expression, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/ffi.rs:21:56 [INFO] [stdout] | [INFO] [stdout] 21 | "Unix": >::json_schema(gen) [INFO] [stdout] | ^^^ expected expression [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected expression, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/ffi.rs:28:60 [INFO] [stdout] | [INFO] [stdout] 28 | "Windows": >::json_schema(gen) [INFO] [stdout] | ^^^ expected expression [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected expression, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/mod.rs:29:71 [INFO] [stdout] | [INFO] [stdout] 29 | <$target>::_schemars_private_non_optional_json_schema(gen) [INFO] [stdout] | ^^^ expected expression [INFO] [stdout] | [INFO] [stdout] ::: src/json_schema_impls/core.rs:163:1 [INFO] [stdout] | [INFO] [stdout] 163 | forward_impl!((<'a> JsonSchema for std::fmt::Arguments<'a>) => String); [INFO] [stdout] | ---------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `forward_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected expression, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/ffi.rs:21:56 [INFO] [stdout] | [INFO] [stdout] 21 | "Unix": >::json_schema(gen) [INFO] [stdout] | ^^^ expected expression [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected expression, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/ffi.rs:28:60 [INFO] [stdout] | [INFO] [stdout] 28 | "Windows": >::json_schema(gen) [INFO] [stdout] | ^^^ expected expression [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected identifier, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/mod.rs:24:28 [INFO] [stdout] | [INFO] [stdout] 24 | fn json_schema(gen: &mut $crate::gen::SchemaGenerator) -> $crate::Schema { [INFO] [stdout] | ^^^ expected identifier, found reserved keyword [INFO] [stdout] | [INFO] [stdout] ::: src/json_schema_impls/ffi.rs:37:1 [INFO] [stdout] | [INFO] [stdout] 37 | forward_impl!(OsStr => OsString); [INFO] [stdout] | -------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `forward_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: escape `gen` to use it as an identifier [INFO] [stdout] | [INFO] [stdout] 24 | fn json_schema(r#gen: &mut $crate::gen::SchemaGenerator) -> $crate::Schema { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected identifier, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/mod.rs:24:46 [INFO] [stdout] | [INFO] [stdout] 24 | fn json_schema(gen: &mut $crate::gen::SchemaGenerator) -> $crate::Schema { [INFO] [stdout] | ^^^ expected identifier, found reserved keyword [INFO] [stdout] | [INFO] [stdout] ::: src/json_schema_impls/ffi.rs:37:1 [INFO] [stdout] | [INFO] [stdout] 37 | forward_impl!(OsStr => OsString); [INFO] [stdout] | -------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `forward_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: escape `gen` to use it as an identifier [INFO] [stdout] | [INFO] [stdout] 24 | fn json_schema(gen: &mut $crate::r#gen::SchemaGenerator) -> $crate::Schema { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected identifier, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/mod.rs:24:28 [INFO] [stdout] | [INFO] [stdout] 24 | fn json_schema(gen: &mut $crate::gen::SchemaGenerator) -> $crate::Schema { [INFO] [stdout] | ^^^ expected identifier, found reserved keyword [INFO] [stdout] | [INFO] [stdout] ::: src/json_schema_impls/ffi.rs:37:1 [INFO] [stdout] | [INFO] [stdout] 37 | forward_impl!(OsStr => OsString); [INFO] [stdout] | -------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `forward_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: escape `gen` to use it as an identifier [INFO] [stdout] | [INFO] [stdout] 24 | fn json_schema(r#gen: &mut $crate::gen::SchemaGenerator) -> $crate::Schema { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected expression, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/mod.rs:25:40 [INFO] [stdout] | [INFO] [stdout] 25 | <$target>::json_schema(gen) [INFO] [stdout] | ^^^ expected expression [INFO] [stdout] | [INFO] [stdout] ::: src/json_schema_impls/ffi.rs:37:1 [INFO] [stdout] | [INFO] [stdout] 37 | forward_impl!(OsStr => OsString); [INFO] [stdout] | -------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `forward_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected identifier, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/mod.rs:24:46 [INFO] [stdout] | [INFO] [stdout] 24 | fn json_schema(gen: &mut $crate::gen::SchemaGenerator) -> $crate::Schema { [INFO] [stdout] | ^^^ expected identifier, found reserved keyword [INFO] [stdout] | [INFO] [stdout] ::: src/json_schema_impls/ffi.rs:37:1 [INFO] [stdout] | [INFO] [stdout] 37 | forward_impl!(OsStr => OsString); [INFO] [stdout] | -------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `forward_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: escape `gen` to use it as an identifier [INFO] [stdout] | [INFO] [stdout] 24 | fn json_schema(gen: &mut $crate::r#gen::SchemaGenerator) -> $crate::Schema { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected identifier, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/mod.rs:28:59 [INFO] [stdout] | [INFO] [stdout] 28 | fn _schemars_private_non_optional_json_schema(gen: &mut $crate::gen::SchemaGenerator) -> $crate::Schema { [INFO] [stdout] | ^^^ expected identifier, found reserved keyword [INFO] [stdout] | [INFO] [stdout] ::: src/json_schema_impls/ffi.rs:37:1 [INFO] [stdout] | [INFO] [stdout] 37 | forward_impl!(OsStr => OsString); [INFO] [stdout] | -------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `forward_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: escape `gen` to use it as an identifier [INFO] [stdout] | [INFO] [stdout] 28 | fn _schemars_private_non_optional_json_schema(r#gen: &mut $crate::gen::SchemaGenerator) -> $crate::Schema { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected expression, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/mod.rs:25:40 [INFO] [stdout] | [INFO] [stdout] 25 | <$target>::json_schema(gen) [INFO] [stdout] | ^^^ expected expression [INFO] [stdout] | [INFO] [stdout] ::: src/json_schema_impls/ffi.rs:37:1 [INFO] [stdout] | [INFO] [stdout] 37 | forward_impl!(OsStr => OsString); [INFO] [stdout] | -------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `forward_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected identifier, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/mod.rs:28:77 [INFO] [stdout] | [INFO] [stdout] 28 | fn _schemars_private_non_optional_json_schema(gen: &mut $crate::gen::SchemaGenerator) -> $crate::Schema { [INFO] [stdout] | ^^^ expected identifier, found reserved keyword [INFO] [stdout] | [INFO] [stdout] ::: src/json_schema_impls/ffi.rs:37:1 [INFO] [stdout] | [INFO] [stdout] 37 | forward_impl!(OsStr => OsString); [INFO] [stdout] | -------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `forward_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: escape `gen` to use it as an identifier [INFO] [stdout] | [INFO] [stdout] 28 | fn _schemars_private_non_optional_json_schema(gen: &mut $crate::r#gen::SchemaGenerator) -> $crate::Schema { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected expression, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/mod.rs:29:71 [INFO] [stdout] | [INFO] [stdout] 29 | <$target>::_schemars_private_non_optional_json_schema(gen) [INFO] [stdout] | ^^^ expected expression [INFO] [stdout] | [INFO] [stdout] ::: src/json_schema_impls/ffi.rs:37:1 [INFO] [stdout] | [INFO] [stdout] 37 | forward_impl!(OsStr => OsString); [INFO] [stdout] | -------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `forward_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected identifier, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/mod.rs:24:28 [INFO] [stdout] | [INFO] [stdout] 24 | fn json_schema(gen: &mut $crate::gen::SchemaGenerator) -> $crate::Schema { [INFO] [stdout] | ^^^ expected identifier, found reserved keyword [INFO] [stdout] | [INFO] [stdout] ::: src/json_schema_impls/ffi.rs:39:1 [INFO] [stdout] | [INFO] [stdout] 39 | forward_impl!(CString => Vec); [INFO] [stdout] | --------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `forward_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: escape `gen` to use it as an identifier [INFO] [stdout] | [INFO] [stdout] 24 | fn json_schema(r#gen: &mut $crate::gen::SchemaGenerator) -> $crate::Schema { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected identifier, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/mod.rs:28:59 [INFO] [stdout] | [INFO] [stdout] 28 | fn _schemars_private_non_optional_json_schema(gen: &mut $crate::gen::SchemaGenerator) -> $crate::Schema { [INFO] [stdout] | ^^^ expected identifier, found reserved keyword [INFO] [stdout] | [INFO] [stdout] ::: src/json_schema_impls/ffi.rs:37:1 [INFO] [stdout] | [INFO] [stdout] 37 | forward_impl!(OsStr => OsString); [INFO] [stdout] | -------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `forward_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: escape `gen` to use it as an identifier [INFO] [stdout] | [INFO] [stdout] 28 | fn _schemars_private_non_optional_json_schema(r#gen: &mut $crate::gen::SchemaGenerator) -> $crate::Schema { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected identifier, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/mod.rs:28:77 [INFO] [stdout] | [INFO] [stdout] 28 | fn _schemars_private_non_optional_json_schema(gen: &mut $crate::gen::SchemaGenerator) -> $crate::Schema { [INFO] [stdout] | ^^^ expected identifier, found reserved keyword [INFO] [stdout] | [INFO] [stdout] ::: src/json_schema_impls/ffi.rs:37:1 [INFO] [stdout] | [INFO] [stdout] 37 | forward_impl!(OsStr => OsString); [INFO] [stdout] | -------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `forward_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: escape `gen` to use it as an identifier [INFO] [stdout] | [INFO] [stdout] 28 | fn _schemars_private_non_optional_json_schema(gen: &mut $crate::r#gen::SchemaGenerator) -> $crate::Schema { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected expression, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/mod.rs:29:71 [INFO] [stdout] | [INFO] [stdout] 29 | <$target>::_schemars_private_non_optional_json_schema(gen) [INFO] [stdout] | ^^^ expected expression [INFO] [stdout] | [INFO] [stdout] ::: src/json_schema_impls/ffi.rs:37:1 [INFO] [stdout] | [INFO] [stdout] 37 | forward_impl!(OsStr => OsString); [INFO] [stdout] | -------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `forward_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected identifier, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/mod.rs:24:28 [INFO] [stdout] | [INFO] [stdout] 24 | fn json_schema(gen: &mut $crate::gen::SchemaGenerator) -> $crate::Schema { [INFO] [stdout] | ^^^ expected identifier, found reserved keyword [INFO] [stdout] | [INFO] [stdout] ::: src/json_schema_impls/ffi.rs:39:1 [INFO] [stdout] | [INFO] [stdout] 39 | forward_impl!(CString => Vec); [INFO] [stdout] | --------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `forward_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: escape `gen` to use it as an identifier [INFO] [stdout] | [INFO] [stdout] 24 | fn json_schema(r#gen: &mut $crate::gen::SchemaGenerator) -> $crate::Schema { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected identifier, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/mod.rs:24:46 [INFO] [stdout] | [INFO] [stdout] 24 | fn json_schema(gen: &mut $crate::gen::SchemaGenerator) -> $crate::Schema { [INFO] [stdout] | ^^^ expected identifier, found reserved keyword [INFO] [stdout] | [INFO] [stdout] ::: src/json_schema_impls/ffi.rs:39:1 [INFO] [stdout] | [INFO] [stdout] 39 | forward_impl!(CString => Vec); [INFO] [stdout] | --------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `forward_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: escape `gen` to use it as an identifier [INFO] [stdout] | [INFO] [stdout] 24 | fn json_schema(gen: &mut $crate::r#gen::SchemaGenerator) -> $crate::Schema { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected expression, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/mod.rs:25:40 [INFO] [stdout] | [INFO] [stdout] 25 | <$target>::json_schema(gen) [INFO] [stdout] | ^^^ expected expression [INFO] [stdout] | [INFO] [stdout] ::: src/json_schema_impls/ffi.rs:39:1 [INFO] [stdout] | [INFO] [stdout] 39 | forward_impl!(CString => Vec); [INFO] [stdout] | --------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `forward_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected identifier, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/mod.rs:28:59 [INFO] [stdout] | [INFO] [stdout] 28 | fn _schemars_private_non_optional_json_schema(gen: &mut $crate::gen::SchemaGenerator) -> $crate::Schema { [INFO] [stdout] | ^^^ expected identifier, found reserved keyword [INFO] [stdout] | [INFO] [stdout] ::: src/json_schema_impls/ffi.rs:39:1 [INFO] [stdout] | [INFO] [stdout] 39 | forward_impl!(CString => Vec); [INFO] [stdout] | --------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `forward_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: escape `gen` to use it as an identifier [INFO] [stdout] | [INFO] [stdout] 28 | fn _schemars_private_non_optional_json_schema(r#gen: &mut $crate::gen::SchemaGenerator) -> $crate::Schema { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected identifier, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/mod.rs:24:46 [INFO] [stdout] | [INFO] [stdout] 24 | fn json_schema(gen: &mut $crate::gen::SchemaGenerator) -> $crate::Schema { [INFO] [stdout] | ^^^ expected identifier, found reserved keyword [INFO] [stdout] | [INFO] [stdout] ::: src/json_schema_impls/ffi.rs:39:1 [INFO] [stdout] | [INFO] [stdout] 39 | forward_impl!(CString => Vec); [INFO] [stdout] | --------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `forward_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: escape `gen` to use it as an identifier [INFO] [stdout] | [INFO] [stdout] 24 | fn json_schema(gen: &mut $crate::r#gen::SchemaGenerator) -> $crate::Schema { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected identifier, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/mod.rs:28:77 [INFO] [stdout] | [INFO] [stdout] 28 | fn _schemars_private_non_optional_json_schema(gen: &mut $crate::gen::SchemaGenerator) -> $crate::Schema { [INFO] [stdout] | ^^^ expected identifier, found reserved keyword [INFO] [stdout] | [INFO] [stdout] ::: src/json_schema_impls/ffi.rs:39:1 [INFO] [stdout] | [INFO] [stdout] 39 | forward_impl!(CString => Vec); [INFO] [stdout] | --------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `forward_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: escape `gen` to use it as an identifier [INFO] [stdout] | [INFO] [stdout] 28 | fn _schemars_private_non_optional_json_schema(gen: &mut $crate::r#gen::SchemaGenerator) -> $crate::Schema { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected expression, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/mod.rs:25:40 [INFO] [stdout] | [INFO] [stdout] 25 | <$target>::json_schema(gen) [INFO] [stdout] | ^^^ expected expression [INFO] [stdout] | [INFO] [stdout] ::: src/json_schema_impls/ffi.rs:39:1 [INFO] [stdout] | [INFO] [stdout] 39 | forward_impl!(CString => Vec); [INFO] [stdout] | --------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `forward_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected identifier, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/mod.rs:28:59 [INFO] [stdout] | [INFO] [stdout] 28 | fn _schemars_private_non_optional_json_schema(gen: &mut $crate::gen::SchemaGenerator) -> $crate::Schema { [INFO] [stdout] | ^^^ expected identifier, found reserved keyword [INFO] [stdout] | [INFO] [stdout] ::: src/json_schema_impls/ffi.rs:39:1 [INFO] [stdout] | [INFO] [stdout] 39 | forward_impl!(CString => Vec); [INFO] [stdout] | --------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `forward_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: escape `gen` to use it as an identifier [INFO] [stdout] | [INFO] [stdout] 28 | fn _schemars_private_non_optional_json_schema(r#gen: &mut $crate::gen::SchemaGenerator) -> $crate::Schema { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected expression, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/mod.rs:29:71 [INFO] [stdout] | [INFO] [stdout] 29 | <$target>::_schemars_private_non_optional_json_schema(gen) [INFO] [stdout] | ^^^ expected expression [INFO] [stdout] | [INFO] [stdout] ::: src/json_schema_impls/ffi.rs:39:1 [INFO] [stdout] | [INFO] [stdout] 39 | forward_impl!(CString => Vec); [INFO] [stdout] | --------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `forward_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected identifier, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/mod.rs:28:77 [INFO] [stdout] | [INFO] [stdout] 28 | fn _schemars_private_non_optional_json_schema(gen: &mut $crate::gen::SchemaGenerator) -> $crate::Schema { [INFO] [stdout] | ^^^ expected identifier, found reserved keyword [INFO] [stdout] | [INFO] [stdout] ::: src/json_schema_impls/ffi.rs:39:1 [INFO] [stdout] | [INFO] [stdout] 39 | forward_impl!(CString => Vec); [INFO] [stdout] | --------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `forward_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: escape `gen` to use it as an identifier [INFO] [stdout] | [INFO] [stdout] 28 | fn _schemars_private_non_optional_json_schema(gen: &mut $crate::r#gen::SchemaGenerator) -> $crate::Schema { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected expression, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/mod.rs:29:71 [INFO] [stdout] | [INFO] [stdout] 29 | <$target>::_schemars_private_non_optional_json_schema(gen) [INFO] [stdout] | ^^^ expected expression [INFO] [stdout] | [INFO] [stdout] ::: src/json_schema_impls/ffi.rs:39:1 [INFO] [stdout] | [INFO] [stdout] 39 | forward_impl!(CString => Vec); [INFO] [stdout] | --------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `forward_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected identifier, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/mod.rs:24:28 [INFO] [stdout] | [INFO] [stdout] 24 | fn json_schema(gen: &mut $crate::gen::SchemaGenerator) -> $crate::Schema { [INFO] [stdout] | ^^^ expected identifier, found reserved keyword [INFO] [stdout] | [INFO] [stdout] ::: src/json_schema_impls/ffi.rs:40:1 [INFO] [stdout] | [INFO] [stdout] 40 | forward_impl!(CStr => Vec); [INFO] [stdout] | ------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `forward_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: escape `gen` to use it as an identifier [INFO] [stdout] | [INFO] [stdout] 24 | fn json_schema(r#gen: &mut $crate::gen::SchemaGenerator) -> $crate::Schema { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected identifier, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/mod.rs:24:28 [INFO] [stdout] | [INFO] [stdout] 24 | fn json_schema(gen: &mut $crate::gen::SchemaGenerator) -> $crate::Schema { [INFO] [stdout] | ^^^ expected identifier, found reserved keyword [INFO] [stdout] | [INFO] [stdout] ::: src/json_schema_impls/ffi.rs:40:1 [INFO] [stdout] | [INFO] [stdout] 40 | forward_impl!(CStr => Vec); [INFO] [stdout] | ------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `forward_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: escape `gen` to use it as an identifier [INFO] [stdout] | [INFO] [stdout] 24 | fn json_schema(r#gen: &mut $crate::gen::SchemaGenerator) -> $crate::Schema { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected identifier, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/mod.rs:24:46 [INFO] [stdout] | [INFO] [stdout] 24 | fn json_schema(gen: &mut $crate::gen::SchemaGenerator) -> $crate::Schema { [INFO] [stdout] | ^^^ expected identifier, found reserved keyword [INFO] [stdout] | [INFO] [stdout] ::: src/json_schema_impls/ffi.rs:40:1 [INFO] [stdout] | [INFO] [stdout] 40 | forward_impl!(CStr => Vec); [INFO] [stdout] | ------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `forward_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: escape `gen` to use it as an identifier [INFO] [stdout] | [INFO] [stdout] 24 | fn json_schema(gen: &mut $crate::r#gen::SchemaGenerator) -> $crate::Schema { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected expression, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/mod.rs:25:40 [INFO] [stdout] | [INFO] [stdout] 25 | <$target>::json_schema(gen) [INFO] [stdout] | ^^^ expected expression [INFO] [stdout] | [INFO] [stdout] ::: src/json_schema_impls/ffi.rs:40:1 [INFO] [stdout] | [INFO] [stdout] 40 | forward_impl!(CStr => Vec); [INFO] [stdout] | ------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `forward_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected identifier, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/mod.rs:24:46 [INFO] [stdout] | [INFO] [stdout] 24 | fn json_schema(gen: &mut $crate::gen::SchemaGenerator) -> $crate::Schema { [INFO] [stdout] | ^^^ expected identifier, found reserved keyword [INFO] [stdout] | [INFO] [stdout] ::: src/json_schema_impls/ffi.rs:40:1 [INFO] [stdout] | [INFO] [stdout] 40 | forward_impl!(CStr => Vec); [INFO] [stdout] | ------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `forward_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: escape `gen` to use it as an identifier [INFO] [stdout] | [INFO] [stdout] 24 | fn json_schema(gen: &mut $crate::r#gen::SchemaGenerator) -> $crate::Schema { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected expression, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/mod.rs:25:40 [INFO] [stdout] | [INFO] [stdout] 25 | <$target>::json_schema(gen) [INFO] [stdout] | ^^^ expected expression [INFO] [stdout] | [INFO] [stdout] ::: src/json_schema_impls/ffi.rs:40:1 [INFO] [stdout] | [INFO] [stdout] 40 | forward_impl!(CStr => Vec); [INFO] [stdout] | ------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `forward_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected identifier, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/mod.rs:28:59 [INFO] [stdout] | [INFO] [stdout] 28 | fn _schemars_private_non_optional_json_schema(gen: &mut $crate::gen::SchemaGenerator) -> $crate::Schema { [INFO] [stdout] | ^^^ expected identifier, found reserved keyword [INFO] [stdout] | [INFO] [stdout] ::: src/json_schema_impls/ffi.rs:40:1 [INFO] [stdout] | [INFO] [stdout] 40 | forward_impl!(CStr => Vec); [INFO] [stdout] | ------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `forward_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: escape `gen` to use it as an identifier [INFO] [stdout] | [INFO] [stdout] 28 | fn _schemars_private_non_optional_json_schema(r#gen: &mut $crate::gen::SchemaGenerator) -> $crate::Schema { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected identifier, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/mod.rs:28:59 [INFO] [stdout] | [INFO] [stdout] 28 | fn _schemars_private_non_optional_json_schema(gen: &mut $crate::gen::SchemaGenerator) -> $crate::Schema { [INFO] [stdout] | ^^^ expected identifier, found reserved keyword [INFO] [stdout] | [INFO] [stdout] ::: src/json_schema_impls/ffi.rs:40:1 [INFO] [stdout] | [INFO] [stdout] 40 | forward_impl!(CStr => Vec); [INFO] [stdout] | ------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `forward_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: escape `gen` to use it as an identifier [INFO] [stdout] | [INFO] [stdout] 28 | fn _schemars_private_non_optional_json_schema(r#gen: &mut $crate::gen::SchemaGenerator) -> $crate::Schema { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected identifier, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/mod.rs:28:77 [INFO] [stdout] | [INFO] [stdout] 28 | fn _schemars_private_non_optional_json_schema(gen: &mut $crate::gen::SchemaGenerator) -> $crate::Schema { [INFO] [stdout] | ^^^ expected identifier, found reserved keyword [INFO] [stdout] | [INFO] [stdout] ::: src/json_schema_impls/ffi.rs:40:1 [INFO] [stdout] | [INFO] [stdout] 40 | forward_impl!(CStr => Vec); [INFO] [stdout] | ------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `forward_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: escape `gen` to use it as an identifier [INFO] [stdout] | [INFO] [stdout] 28 | fn _schemars_private_non_optional_json_schema(gen: &mut $crate::r#gen::SchemaGenerator) -> $crate::Schema { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected identifier, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/mod.rs:28:77 [INFO] [stdout] | [INFO] [stdout] 28 | fn _schemars_private_non_optional_json_schema(gen: &mut $crate::gen::SchemaGenerator) -> $crate::Schema { [INFO] [stdout] | ^^^ expected identifier, found reserved keyword [INFO] [stdout] | [INFO] [stdout] ::: src/json_schema_impls/ffi.rs:40:1 [INFO] [stdout] | [INFO] [stdout] 40 | forward_impl!(CStr => Vec); [INFO] [stdout] | ------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `forward_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: escape `gen` to use it as an identifier [INFO] [stdout] | [INFO] [stdout] 28 | fn _schemars_private_non_optional_json_schema(gen: &mut $crate::r#gen::SchemaGenerator) -> $crate::Schema { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected expression, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/mod.rs:29:71 [INFO] [stdout] | [INFO] [stdout] 29 | <$target>::_schemars_private_non_optional_json_schema(gen) [INFO] [stdout] | ^^^ expected expression [INFO] [stdout] | [INFO] [stdout] ::: src/json_schema_impls/ffi.rs:40:1 [INFO] [stdout] | [INFO] [stdout] 40 | forward_impl!(CStr => Vec); [INFO] [stdout] | ------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `forward_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected expression, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/mod.rs:29:71 [INFO] [stdout] | [INFO] [stdout] 29 | <$target>::_schemars_private_non_optional_json_schema(gen) [INFO] [stdout] | ^^^ expected expression [INFO] [stdout] | [INFO] [stdout] ::: src/json_schema_impls/ffi.rs:40:1 [INFO] [stdout] | [INFO] [stdout] 40 | forward_impl!(CStr => Vec); [INFO] [stdout] | ------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `forward_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected identifier, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/maps.rs:21:28 [INFO] [stdout] | [INFO] [stdout] 21 | fn json_schema(gen: &mut SchemaGenerator) -> Schema { [INFO] [stdout] | ^^^ expected identifier, found reserved keyword [INFO] [stdout] ... [INFO] [stdout] 31 | map_impl!( JsonSchema for std::collections::BTreeMap); [INFO] [stdout] | ----------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `map_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: escape `gen` to use it as an identifier [INFO] [stdout] | [INFO] [stdout] 21 | fn json_schema(r#gen: &mut SchemaGenerator) -> Schema { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected identifier, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/maps.rs:21:28 [INFO] [stdout] | [INFO] [stdout] 21 | fn json_schema(gen: &mut SchemaGenerator) -> Schema { [INFO] [stdout] | ^^^ expected identifier, found reserved keyword [INFO] [stdout] ... [INFO] [stdout] 31 | map_impl!( JsonSchema for std::collections::BTreeMap); [INFO] [stdout] | ----------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `map_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: escape `gen` to use it as an identifier [INFO] [stdout] | [INFO] [stdout] 21 | fn json_schema(r#gen: &mut SchemaGenerator) -> Schema { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected expression, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/maps.rs:24:45 [INFO] [stdout] | [INFO] [stdout] 24 | "additionalProperties": gen.subschema_for::(), [INFO] [stdout] | ^^^ expected expression [INFO] [stdout] ... [INFO] [stdout] 31 | map_impl!( JsonSchema for std::collections::BTreeMap); [INFO] [stdout] | ----------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/serde_json-1.0.107/src/macros.rs:188:45 [INFO] [stdout] | [INFO] [stdout] 188 | (@object $object:ident ($($key:tt)+) (: $value:expr , $($rest:tt)*) $copy:tt) => { [INFO] [stdout] | ----------- while parsing argument for this `expr` macro fragment [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `map_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected expression, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/maps.rs:24:45 [INFO] [stdout] | [INFO] [stdout] 24 | "additionalProperties": gen.subschema_for::(), [INFO] [stdout] | ^^^ expected expression [INFO] [stdout] ... [INFO] [stdout] 31 | map_impl!( JsonSchema for std::collections::BTreeMap); [INFO] [stdout] | ----------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/serde_json-1.0.107/src/macros.rs:188:45 [INFO] [stdout] | [INFO] [stdout] 188 | (@object $object:ident ($($key:tt)+) (: $value:expr , $($rest:tt)*) $copy:tt) => { [INFO] [stdout] | ----------- while parsing argument for this `expr` macro fragment [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `map_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected identifier, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/maps.rs:21:28 [INFO] [stdout] | [INFO] [stdout] 21 | fn json_schema(gen: &mut SchemaGenerator) -> Schema { [INFO] [stdout] | ^^^ expected identifier, found reserved keyword [INFO] [stdout] ... [INFO] [stdout] 32 | map_impl!( JsonSchema for std::collections::HashMap); [INFO] [stdout] | ---------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `map_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: escape `gen` to use it as an identifier [INFO] [stdout] | [INFO] [stdout] 21 | fn json_schema(r#gen: &mut SchemaGenerator) -> Schema { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected identifier, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/maps.rs:21:28 [INFO] [stdout] | [INFO] [stdout] 21 | fn json_schema(gen: &mut SchemaGenerator) -> Schema { [INFO] [stdout] | ^^^ expected identifier, found reserved keyword [INFO] [stdout] ... [INFO] [stdout] 32 | map_impl!( JsonSchema for std::collections::HashMap); [INFO] [stdout] | ---------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `map_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: escape `gen` to use it as an identifier [INFO] [stdout] | [INFO] [stdout] 21 | fn json_schema(r#gen: &mut SchemaGenerator) -> Schema { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected expression, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/maps.rs:24:45 [INFO] [stdout] | [INFO] [stdout] 24 | "additionalProperties": gen.subschema_for::(), [INFO] [stdout] | ^^^ expected expression [INFO] [stdout] ... [INFO] [stdout] 32 | map_impl!( JsonSchema for std::collections::HashMap); [INFO] [stdout] | ---------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/serde_json-1.0.107/src/macros.rs:188:45 [INFO] [stdout] | [INFO] [stdout] 188 | (@object $object:ident ($($key:tt)+) (: $value:expr , $($rest:tt)*) $copy:tt) => { [INFO] [stdout] | ----------- while parsing argument for this `expr` macro fragment [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `map_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected expression, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/maps.rs:24:45 [INFO] [stdout] | [INFO] [stdout] 24 | "additionalProperties": gen.subschema_for::(), [INFO] [stdout] | ^^^ expected expression [INFO] [stdout] ... [INFO] [stdout] 32 | map_impl!( JsonSchema for std::collections::HashMap); [INFO] [stdout] | ---------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/serde_json-1.0.107/src/macros.rs:188:45 [INFO] [stdout] | [INFO] [stdout] 188 | (@object $object:ident ($($key:tt)+) (: $value:expr , $($rest:tt)*) $copy:tt) => { [INFO] [stdout] | ----------- while parsing argument for this `expr` macro fragment [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `map_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected identifier, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/nonzero_signed.rs:19:28 [INFO] [stdout] | [INFO] [stdout] 19 | fn json_schema(gen: &mut SchemaGenerator) -> Schema { [INFO] [stdout] | ^^^ expected identifier, found reserved keyword [INFO] [stdout] ... [INFO] [stdout] 31 | nonzero_unsigned_impl!(NonZeroI8 => i8); [INFO] [stdout] | --------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `nonzero_unsigned_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: escape `gen` to use it as an identifier [INFO] [stdout] | [INFO] [stdout] 19 | fn json_schema(r#gen: &mut SchemaGenerator) -> Schema { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected identifier, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/nonzero_signed.rs:19:28 [INFO] [stdout] | [INFO] [stdout] 19 | fn json_schema(gen: &mut SchemaGenerator) -> Schema { [INFO] [stdout] | ^^^ expected identifier, found reserved keyword [INFO] [stdout] ... [INFO] [stdout] 31 | nonzero_unsigned_impl!(NonZeroI8 => i8); [INFO] [stdout] | --------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `nonzero_unsigned_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: escape `gen` to use it as an identifier [INFO] [stdout] | [INFO] [stdout] 19 | fn json_schema(r#gen: &mut SchemaGenerator) -> Schema { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected expression, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/nonzero_signed.rs:20:60 [INFO] [stdout] | [INFO] [stdout] 20 | let mut schema = <$primitive>::json_schema(gen); [INFO] [stdout] | ^^^ expected expression [INFO] [stdout] ... [INFO] [stdout] 31 | nonzero_unsigned_impl!(NonZeroI8 => i8); [INFO] [stdout] | --------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `nonzero_unsigned_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected expression, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/nonzero_signed.rs:20:60 [INFO] [stdout] | [INFO] [stdout] 20 | let mut schema = <$primitive>::json_schema(gen); [INFO] [stdout] | ^^^ expected expression [INFO] [stdout] ... [INFO] [stdout] 31 | nonzero_unsigned_impl!(NonZeroI8 => i8); [INFO] [stdout] | --------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `nonzero_unsigned_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected identifier, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/nonzero_signed.rs:19:28 [INFO] [stdout] | [INFO] [stdout] 19 | fn json_schema(gen: &mut SchemaGenerator) -> Schema { [INFO] [stdout] | ^^^ expected identifier, found reserved keyword [INFO] [stdout] ... [INFO] [stdout] 32 | nonzero_unsigned_impl!(NonZeroI16 => i16); [INFO] [stdout] | ----------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `nonzero_unsigned_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: escape `gen` to use it as an identifier [INFO] [stdout] | [INFO] [stdout] 19 | fn json_schema(r#gen: &mut SchemaGenerator) -> Schema { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected identifier, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/nonzero_signed.rs:19:28 [INFO] [stdout] | [INFO] [stdout] 19 | fn json_schema(gen: &mut SchemaGenerator) -> Schema { [INFO] [stdout] | ^^^ expected identifier, found reserved keyword [INFO] [stdout] ... [INFO] [stdout] 32 | nonzero_unsigned_impl!(NonZeroI16 => i16); [INFO] [stdout] | ----------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `nonzero_unsigned_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: escape `gen` to use it as an identifier [INFO] [stdout] | [INFO] [stdout] 19 | fn json_schema(r#gen: &mut SchemaGenerator) -> Schema { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected expression, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/nonzero_signed.rs:20:60 [INFO] [stdout] | [INFO] [stdout] 20 | let mut schema = <$primitive>::json_schema(gen); [INFO] [stdout] | ^^^ expected expression [INFO] [stdout] ... [INFO] [stdout] 32 | nonzero_unsigned_impl!(NonZeroI16 => i16); [INFO] [stdout] | ----------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `nonzero_unsigned_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected expression, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/nonzero_signed.rs:20:60 [INFO] [stdout] | [INFO] [stdout] 20 | let mut schema = <$primitive>::json_schema(gen); [INFO] [stdout] | ^^^ expected expression [INFO] [stdout] ... [INFO] [stdout] 32 | nonzero_unsigned_impl!(NonZeroI16 => i16); [INFO] [stdout] | ----------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `nonzero_unsigned_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected identifier, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/nonzero_signed.rs:19:28 [INFO] [stdout] | [INFO] [stdout] 19 | fn json_schema(gen: &mut SchemaGenerator) -> Schema { [INFO] [stdout] | ^^^ expected identifier, found reserved keyword [INFO] [stdout] ... [INFO] [stdout] 33 | nonzero_unsigned_impl!(NonZeroI32 => i32); [INFO] [stdout] | ----------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `nonzero_unsigned_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: escape `gen` to use it as an identifier [INFO] [stdout] | [INFO] [stdout] 19 | fn json_schema(r#gen: &mut SchemaGenerator) -> Schema { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected expression, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/nonzero_signed.rs:20:60 [INFO] [stdout] | [INFO] [stdout] 20 | let mut schema = <$primitive>::json_schema(gen); [INFO] [stdout] | ^^^ expected expression [INFO] [stdout] ... [INFO] [stdout] 33 | nonzero_unsigned_impl!(NonZeroI32 => i32); [INFO] [stdout] | ----------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `nonzero_unsigned_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected identifier, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/nonzero_signed.rs:19:28 [INFO] [stdout] | [INFO] [stdout] 19 | fn json_schema(gen: &mut SchemaGenerator) -> Schema { [INFO] [stdout] | ^^^ expected identifier, found reserved keyword [INFO] [stdout] ... [INFO] [stdout] 33 | nonzero_unsigned_impl!(NonZeroI32 => i32); [INFO] [stdout] | ----------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `nonzero_unsigned_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: escape `gen` to use it as an identifier [INFO] [stdout] | [INFO] [stdout] 19 | fn json_schema(r#gen: &mut SchemaGenerator) -> Schema { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected expression, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/nonzero_signed.rs:20:60 [INFO] [stdout] | [INFO] [stdout] 20 | let mut schema = <$primitive>::json_schema(gen); [INFO] [stdout] | ^^^ expected expression [INFO] [stdout] ... [INFO] [stdout] 33 | nonzero_unsigned_impl!(NonZeroI32 => i32); [INFO] [stdout] | ----------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `nonzero_unsigned_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected identifier, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/nonzero_signed.rs:19:28 [INFO] [stdout] | [INFO] [stdout] 19 | fn json_schema(gen: &mut SchemaGenerator) -> Schema { [INFO] [stdout] | ^^^ expected identifier, found reserved keyword [INFO] [stdout] ... [INFO] [stdout] 34 | nonzero_unsigned_impl!(NonZeroI64 => i64); [INFO] [stdout] | ----------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `nonzero_unsigned_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: escape `gen` to use it as an identifier [INFO] [stdout] | [INFO] [stdout] 19 | fn json_schema(r#gen: &mut SchemaGenerator) -> Schema { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected identifier, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/nonzero_signed.rs:19:28 [INFO] [stdout] | [INFO] [stdout] 19 | fn json_schema(gen: &mut SchemaGenerator) -> Schema { [INFO] [stdout] | ^^^ expected identifier, found reserved keyword [INFO] [stdout] ... [INFO] [stdout] 34 | nonzero_unsigned_impl!(NonZeroI64 => i64); [INFO] [stdout] | ----------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `nonzero_unsigned_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: escape `gen` to use it as an identifier [INFO] [stdout] | [INFO] [stdout] 19 | fn json_schema(r#gen: &mut SchemaGenerator) -> Schema { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected expression, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/nonzero_signed.rs:20:60 [INFO] [stdout] | [INFO] [stdout] 20 | let mut schema = <$primitive>::json_schema(gen); [INFO] [stdout] | ^^^ expected expression [INFO] [stdout] ... [INFO] [stdout] 34 | nonzero_unsigned_impl!(NonZeroI64 => i64); [INFO] [stdout] | ----------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `nonzero_unsigned_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected expression, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/nonzero_signed.rs:20:60 [INFO] [stdout] | [INFO] [stdout] 20 | let mut schema = <$primitive>::json_schema(gen); [INFO] [stdout] | ^^^ expected expression [INFO] [stdout] ... [INFO] [stdout] 34 | nonzero_unsigned_impl!(NonZeroI64 => i64); [INFO] [stdout] | ----------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `nonzero_unsigned_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected identifier, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/nonzero_signed.rs:19:28 [INFO] [stdout] | [INFO] [stdout] 19 | fn json_schema(gen: &mut SchemaGenerator) -> Schema { [INFO] [stdout] | ^^^ expected identifier, found reserved keyword [INFO] [stdout] ... [INFO] [stdout] 35 | nonzero_unsigned_impl!(NonZeroI128 => i128); [INFO] [stdout] | ------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `nonzero_unsigned_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: escape `gen` to use it as an identifier [INFO] [stdout] | [INFO] [stdout] 19 | fn json_schema(r#gen: &mut SchemaGenerator) -> Schema { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected identifier, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/nonzero_signed.rs:19:28 [INFO] [stdout] | [INFO] [stdout] 19 | fn json_schema(gen: &mut SchemaGenerator) -> Schema { [INFO] [stdout] | ^^^ expected identifier, found reserved keyword [INFO] [stdout] ... [INFO] [stdout] 35 | nonzero_unsigned_impl!(NonZeroI128 => i128); [INFO] [stdout] | ------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `nonzero_unsigned_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: escape `gen` to use it as an identifier [INFO] [stdout] | [INFO] [stdout] 19 | fn json_schema(r#gen: &mut SchemaGenerator) -> Schema { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected expression, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/nonzero_signed.rs:20:60 [INFO] [stdout] | [INFO] [stdout] 20 | let mut schema = <$primitive>::json_schema(gen); [INFO] [stdout] | ^^^ expected expression [INFO] [stdout] ... [INFO] [stdout] 35 | nonzero_unsigned_impl!(NonZeroI128 => i128); [INFO] [stdout] | ------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `nonzero_unsigned_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected expression, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/nonzero_signed.rs:20:60 [INFO] [stdout] | [INFO] [stdout] 20 | let mut schema = <$primitive>::json_schema(gen); [INFO] [stdout] | ^^^ expected expression [INFO] [stdout] ... [INFO] [stdout] 35 | nonzero_unsigned_impl!(NonZeroI128 => i128); [INFO] [stdout] | ------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `nonzero_unsigned_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected identifier, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/nonzero_signed.rs:19:28 [INFO] [stdout] | [INFO] [stdout] 19 | fn json_schema(gen: &mut SchemaGenerator) -> Schema { [INFO] [stdout] | ^^^ expected identifier, found reserved keyword [INFO] [stdout] ... [INFO] [stdout] 36 | nonzero_unsigned_impl!(NonZeroIsize => isize); [INFO] [stdout] | --------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `nonzero_unsigned_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: escape `gen` to use it as an identifier [INFO] [stdout] | [INFO] [stdout] 19 | fn json_schema(r#gen: &mut SchemaGenerator) -> Schema { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected identifier, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/nonzero_signed.rs:19:28 [INFO] [stdout] | [INFO] [stdout] 19 | fn json_schema(gen: &mut SchemaGenerator) -> Schema { [INFO] [stdout] | ^^^ expected identifier, found reserved keyword [INFO] [stdout] ... [INFO] [stdout] 36 | nonzero_unsigned_impl!(NonZeroIsize => isize); [INFO] [stdout] | --------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `nonzero_unsigned_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: escape `gen` to use it as an identifier [INFO] [stdout] | [INFO] [stdout] 19 | fn json_schema(r#gen: &mut SchemaGenerator) -> Schema { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected expression, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/nonzero_signed.rs:20:60 [INFO] [stdout] | [INFO] [stdout] 20 | let mut schema = <$primitive>::json_schema(gen); [INFO] [stdout] | ^^^ expected expression [INFO] [stdout] ... [INFO] [stdout] 36 | nonzero_unsigned_impl!(NonZeroIsize => isize); [INFO] [stdout] | --------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `nonzero_unsigned_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected expression, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/nonzero_signed.rs:20:60 [INFO] [stdout] | [INFO] [stdout] 20 | let mut schema = <$primitive>::json_schema(gen); [INFO] [stdout] | ^^^ expected expression [INFO] [stdout] ... [INFO] [stdout] 36 | nonzero_unsigned_impl!(NonZeroIsize => isize); [INFO] [stdout] | --------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `nonzero_unsigned_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected identifier, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/nonzero_unsigned.rs:20:28 [INFO] [stdout] | [INFO] [stdout] 20 | fn json_schema(gen: &mut SchemaGenerator) -> Schema { [INFO] [stdout] | ^^^ expected identifier, found reserved keyword [INFO] [stdout] ... [INFO] [stdout] 30 | nonzero_unsigned_impl!(NonZeroU8 => u8); [INFO] [stdout] | --------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `nonzero_unsigned_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: escape `gen` to use it as an identifier [INFO] [stdout] | [INFO] [stdout] 20 | fn json_schema(r#gen: &mut SchemaGenerator) -> Schema { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected identifier, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/nonzero_unsigned.rs:20:28 [INFO] [stdout] | [INFO] [stdout] 20 | fn json_schema(gen: &mut SchemaGenerator) -> Schema { [INFO] [stdout] | ^^^ expected identifier, found reserved keyword [INFO] [stdout] ... [INFO] [stdout] 30 | nonzero_unsigned_impl!(NonZeroU8 => u8); [INFO] [stdout] | --------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `nonzero_unsigned_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: escape `gen` to use it as an identifier [INFO] [stdout] | [INFO] [stdout] 20 | fn json_schema(r#gen: &mut SchemaGenerator) -> Schema { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected expression, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/nonzero_unsigned.rs:21:60 [INFO] [stdout] | [INFO] [stdout] 21 | let mut schema = <$primitive>::json_schema(gen); [INFO] [stdout] | ^^^ expected expression [INFO] [stdout] ... [INFO] [stdout] 30 | nonzero_unsigned_impl!(NonZeroU8 => u8); [INFO] [stdout] | --------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `nonzero_unsigned_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected expression, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/nonzero_unsigned.rs:21:60 [INFO] [stdout] | [INFO] [stdout] 21 | let mut schema = <$primitive>::json_schema(gen); [INFO] [stdout] | ^^^ expected expression [INFO] [stdout] ... [INFO] [stdout] 30 | nonzero_unsigned_impl!(NonZeroU8 => u8); [INFO] [stdout] | --------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `nonzero_unsigned_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected identifier, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/nonzero_unsigned.rs:20:28 [INFO] [stdout] | [INFO] [stdout] 20 | fn json_schema(gen: &mut SchemaGenerator) -> Schema { [INFO] [stdout] | ^^^ expected identifier, found reserved keyword [INFO] [stdout] ... [INFO] [stdout] 31 | nonzero_unsigned_impl!(NonZeroU16 => u16); [INFO] [stdout] | ----------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `nonzero_unsigned_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: escape `gen` to use it as an identifier [INFO] [stdout] | [INFO] [stdout] 20 | fn json_schema(r#gen: &mut SchemaGenerator) -> Schema { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected identifier, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/nonzero_unsigned.rs:20:28 [INFO] [stdout] | [INFO] [stdout] 20 | fn json_schema(gen: &mut SchemaGenerator) -> Schema { [INFO] [stdout] | ^^^ expected identifier, found reserved keyword [INFO] [stdout] ... [INFO] [stdout] 31 | nonzero_unsigned_impl!(NonZeroU16 => u16); [INFO] [stdout] | ----------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `nonzero_unsigned_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: escape `gen` to use it as an identifier [INFO] [stdout] | [INFO] [stdout] 20 | fn json_schema(r#gen: &mut SchemaGenerator) -> Schema { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected expression, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/nonzero_unsigned.rs:21:60 [INFO] [stdout] | [INFO] [stdout] 21 | let mut schema = <$primitive>::json_schema(gen); [INFO] [stdout] | ^^^ expected expression [INFO] [stdout] ... [INFO] [stdout] 31 | nonzero_unsigned_impl!(NonZeroU16 => u16); [INFO] [stdout] | ----------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `nonzero_unsigned_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected expression, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/nonzero_unsigned.rs:21:60 [INFO] [stdout] | [INFO] [stdout] 21 | let mut schema = <$primitive>::json_schema(gen); [INFO] [stdout] | ^^^ expected expression [INFO] [stdout] ... [INFO] [stdout] 31 | nonzero_unsigned_impl!(NonZeroU16 => u16); [INFO] [stdout] | ----------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `nonzero_unsigned_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected identifier, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/nonzero_unsigned.rs:20:28 [INFO] [stdout] | [INFO] [stdout] 20 | fn json_schema(gen: &mut SchemaGenerator) -> Schema { [INFO] [stdout] | ^^^ expected identifier, found reserved keyword [INFO] [stdout] ... [INFO] [stdout] 32 | nonzero_unsigned_impl!(NonZeroU32 => u32); [INFO] [stdout] | ----------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `nonzero_unsigned_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: escape `gen` to use it as an identifier [INFO] [stdout] | [INFO] [stdout] 20 | fn json_schema(r#gen: &mut SchemaGenerator) -> Schema { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected identifier, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/nonzero_unsigned.rs:20:28 [INFO] [stdout] | [INFO] [stdout] 20 | fn json_schema(gen: &mut SchemaGenerator) -> Schema { [INFO] [stdout] | ^^^ expected identifier, found reserved keyword [INFO] [stdout] ... [INFO] [stdout] 32 | nonzero_unsigned_impl!(NonZeroU32 => u32); [INFO] [stdout] | ----------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `nonzero_unsigned_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: escape `gen` to use it as an identifier [INFO] [stdout] | [INFO] [stdout] 20 | fn json_schema(r#gen: &mut SchemaGenerator) -> Schema { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected expression, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/nonzero_unsigned.rs:21:60 [INFO] [stdout] | [INFO] [stdout] 21 | let mut schema = <$primitive>::json_schema(gen); [INFO] [stdout] | ^^^ expected expression [INFO] [stdout] ... [INFO] [stdout] 32 | nonzero_unsigned_impl!(NonZeroU32 => u32); [INFO] [stdout] | ----------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `nonzero_unsigned_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected expression, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/nonzero_unsigned.rs:21:60 [INFO] [stdout] | [INFO] [stdout] 21 | let mut schema = <$primitive>::json_schema(gen); [INFO] [stdout] | ^^^ expected expression [INFO] [stdout] ... [INFO] [stdout] 32 | nonzero_unsigned_impl!(NonZeroU32 => u32); [INFO] [stdout] | ----------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `nonzero_unsigned_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected identifier, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/nonzero_unsigned.rs:20:28 [INFO] [stdout] | [INFO] [stdout] 20 | fn json_schema(gen: &mut SchemaGenerator) -> Schema { [INFO] [stdout] | ^^^ expected identifier, found reserved keyword [INFO] [stdout] ... [INFO] [stdout] 33 | nonzero_unsigned_impl!(NonZeroU64 => u64); [INFO] [stdout] | ----------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `nonzero_unsigned_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: escape `gen` to use it as an identifier [INFO] [stdout] | [INFO] [stdout] 20 | fn json_schema(r#gen: &mut SchemaGenerator) -> Schema { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected identifier, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/nonzero_unsigned.rs:20:28 [INFO] [stdout] | [INFO] [stdout] 20 | fn json_schema(gen: &mut SchemaGenerator) -> Schema { [INFO] [stdout] | ^^^ expected identifier, found reserved keyword [INFO] [stdout] ... [INFO] [stdout] 33 | nonzero_unsigned_impl!(NonZeroU64 => u64); [INFO] [stdout] | ----------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `nonzero_unsigned_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: escape `gen` to use it as an identifier [INFO] [stdout] | [INFO] [stdout] 20 | fn json_schema(r#gen: &mut SchemaGenerator) -> Schema { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected expression, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/nonzero_unsigned.rs:21:60 [INFO] [stdout] | [INFO] [stdout] 21 | let mut schema = <$primitive>::json_schema(gen); [INFO] [stdout] | ^^^ expected expression [INFO] [stdout] ... [INFO] [stdout] 33 | nonzero_unsigned_impl!(NonZeroU64 => u64); [INFO] [stdout] | ----------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `nonzero_unsigned_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected expression, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/nonzero_unsigned.rs:21:60 [INFO] [stdout] | [INFO] [stdout] 21 | let mut schema = <$primitive>::json_schema(gen); [INFO] [stdout] | ^^^ expected expression [INFO] [stdout] ... [INFO] [stdout] 33 | nonzero_unsigned_impl!(NonZeroU64 => u64); [INFO] [stdout] | ----------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `nonzero_unsigned_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected identifier, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/nonzero_unsigned.rs:20:28 [INFO] [stdout] | [INFO] [stdout] 20 | fn json_schema(gen: &mut SchemaGenerator) -> Schema { [INFO] [stdout] | ^^^ expected identifier, found reserved keyword [INFO] [stdout] ... [INFO] [stdout] 34 | nonzero_unsigned_impl!(NonZeroU128 => u128); [INFO] [stdout] | ------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `nonzero_unsigned_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: escape `gen` to use it as an identifier [INFO] [stdout] | [INFO] [stdout] 20 | fn json_schema(r#gen: &mut SchemaGenerator) -> Schema { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected identifier, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/nonzero_unsigned.rs:20:28 [INFO] [stdout] | [INFO] [stdout] 20 | fn json_schema(gen: &mut SchemaGenerator) -> Schema { [INFO] [stdout] | ^^^ expected identifier, found reserved keyword [INFO] [stdout] ... [INFO] [stdout] 34 | nonzero_unsigned_impl!(NonZeroU128 => u128); [INFO] [stdout] | ------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `nonzero_unsigned_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: escape `gen` to use it as an identifier [INFO] [stdout] | [INFO] [stdout] 20 | fn json_schema(r#gen: &mut SchemaGenerator) -> Schema { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected expression, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/nonzero_unsigned.rs:21:60 [INFO] [stdout] | [INFO] [stdout] 21 | let mut schema = <$primitive>::json_schema(gen); [INFO] [stdout] | ^^^ expected expression [INFO] [stdout] ... [INFO] [stdout] 34 | nonzero_unsigned_impl!(NonZeroU128 => u128); [INFO] [stdout] | ------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `nonzero_unsigned_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected expression, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/nonzero_unsigned.rs:21:60 [INFO] [stdout] | [INFO] [stdout] 21 | let mut schema = <$primitive>::json_schema(gen); [INFO] [stdout] | ^^^ expected expression [INFO] [stdout] ... [INFO] [stdout] 34 | nonzero_unsigned_impl!(NonZeroU128 => u128); [INFO] [stdout] | ------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `nonzero_unsigned_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected identifier, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/nonzero_unsigned.rs:20:28 [INFO] [stdout] | [INFO] [stdout] 20 | fn json_schema(gen: &mut SchemaGenerator) -> Schema { [INFO] [stdout] | ^^^ expected identifier, found reserved keyword [INFO] [stdout] ... [INFO] [stdout] 35 | nonzero_unsigned_impl!(NonZeroUsize => usize); [INFO] [stdout] | --------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `nonzero_unsigned_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: escape `gen` to use it as an identifier [INFO] [stdout] | [INFO] [stdout] 20 | fn json_schema(r#gen: &mut SchemaGenerator) -> Schema { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected identifier, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/nonzero_unsigned.rs:20:28 [INFO] [stdout] | [INFO] [stdout] 20 | fn json_schema(gen: &mut SchemaGenerator) -> Schema { [INFO] [stdout] | ^^^ expected identifier, found reserved keyword [INFO] [stdout] ... [INFO] [stdout] 35 | nonzero_unsigned_impl!(NonZeroUsize => usize); [INFO] [stdout] | --------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `nonzero_unsigned_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: escape `gen` to use it as an identifier [INFO] [stdout] | [INFO] [stdout] 20 | fn json_schema(r#gen: &mut SchemaGenerator) -> Schema { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected expression, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/nonzero_unsigned.rs:21:60 [INFO] [stdout] | [INFO] [stdout] 21 | let mut schema = <$primitive>::json_schema(gen); [INFO] [stdout] | ^^^ expected expression [INFO] [stdout] ... [INFO] [stdout] 35 | nonzero_unsigned_impl!(NonZeroUsize => usize); [INFO] [stdout] | --------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `nonzero_unsigned_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected expression, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/nonzero_unsigned.rs:21:60 [INFO] [stdout] | [INFO] [stdout] 21 | let mut schema = <$primitive>::json_schema(gen); [INFO] [stdout] | ^^^ expected expression [INFO] [stdout] ... [INFO] [stdout] 35 | nonzero_unsigned_impl!(NonZeroUsize => usize); [INFO] [stdout] | --------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `nonzero_unsigned_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected identifier, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/sequences.rs:21:28 [INFO] [stdout] | [INFO] [stdout] 21 | fn json_schema(gen: &mut SchemaGenerator) -> Schema { [INFO] [stdout] | ^^^ expected identifier, found reserved keyword [INFO] [stdout] ... [INFO] [stdout] 58 | seq_impl!( JsonSchema for std::collections::BinaryHeap); [INFO] [stdout] | ------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `seq_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: escape `gen` to use it as an identifier [INFO] [stdout] | [INFO] [stdout] 21 | fn json_schema(r#gen: &mut SchemaGenerator) -> Schema { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected expression, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/sequences.rs:24:30 [INFO] [stdout] | [INFO] [stdout] 24 | "items": gen.subschema_for::(), [INFO] [stdout] | ^^^ expected expression [INFO] [stdout] ... [INFO] [stdout] 58 | seq_impl!( JsonSchema for std::collections::BinaryHeap); [INFO] [stdout] | ------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/serde_json-1.0.107/src/macros.rs:188:45 [INFO] [stdout] | [INFO] [stdout] 188 | (@object $object:ident ($($key:tt)+) (: $value:expr , $($rest:tt)*) $copy:tt) => { [INFO] [stdout] | ----------- while parsing argument for this `expr` macro fragment [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `seq_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected identifier, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/sequences.rs:21:28 [INFO] [stdout] | [INFO] [stdout] 21 | fn json_schema(gen: &mut SchemaGenerator) -> Schema { [INFO] [stdout] | ^^^ expected identifier, found reserved keyword [INFO] [stdout] ... [INFO] [stdout] 58 | seq_impl!( JsonSchema for std::collections::BinaryHeap); [INFO] [stdout] | ------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `seq_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: escape `gen` to use it as an identifier [INFO] [stdout] | [INFO] [stdout] 21 | fn json_schema(r#gen: &mut SchemaGenerator) -> Schema { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected identifier, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/sequences.rs:21:28 [INFO] [stdout] | [INFO] [stdout] 21 | fn json_schema(gen: &mut SchemaGenerator) -> Schema { [INFO] [stdout] | ^^^ expected identifier, found reserved keyword [INFO] [stdout] ... [INFO] [stdout] 59 | seq_impl!( JsonSchema for std::collections::LinkedList); [INFO] [stdout] | ------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `seq_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: escape `gen` to use it as an identifier [INFO] [stdout] | [INFO] [stdout] 21 | fn json_schema(r#gen: &mut SchemaGenerator) -> Schema { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected expression, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/sequences.rs:24:30 [INFO] [stdout] | [INFO] [stdout] 24 | "items": gen.subschema_for::(), [INFO] [stdout] | ^^^ expected expression [INFO] [stdout] ... [INFO] [stdout] 58 | seq_impl!( JsonSchema for std::collections::BinaryHeap); [INFO] [stdout] | ------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/serde_json-1.0.107/src/macros.rs:188:45 [INFO] [stdout] | [INFO] [stdout] 188 | (@object $object:ident ($($key:tt)+) (: $value:expr , $($rest:tt)*) $copy:tt) => { [INFO] [stdout] | ----------- while parsing argument for this `expr` macro fragment [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `seq_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected expression, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/sequences.rs:24:30 [INFO] [stdout] | [INFO] [stdout] 24 | "items": gen.subschema_for::(), [INFO] [stdout] | ^^^ expected expression [INFO] [stdout] ... [INFO] [stdout] 59 | seq_impl!( JsonSchema for std::collections::LinkedList); [INFO] [stdout] | ------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/serde_json-1.0.107/src/macros.rs:188:45 [INFO] [stdout] | [INFO] [stdout] 188 | (@object $object:ident ($($key:tt)+) (: $value:expr , $($rest:tt)*) $copy:tt) => { [INFO] [stdout] | ----------- while parsing argument for this `expr` macro fragment [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `seq_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected identifier, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/sequences.rs:21:28 [INFO] [stdout] | [INFO] [stdout] 21 | fn json_schema(gen: &mut SchemaGenerator) -> Schema { [INFO] [stdout] | ^^^ expected identifier, found reserved keyword [INFO] [stdout] ... [INFO] [stdout] 59 | seq_impl!( JsonSchema for std::collections::LinkedList); [INFO] [stdout] | ------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `seq_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: escape `gen` to use it as an identifier [INFO] [stdout] | [INFO] [stdout] 21 | fn json_schema(r#gen: &mut SchemaGenerator) -> Schema { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected identifier, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/sequences.rs:21:28 [INFO] [stdout] | [INFO] [stdout] 21 | fn json_schema(gen: &mut SchemaGenerator) -> Schema { [INFO] [stdout] | ^^^ expected identifier, found reserved keyword [INFO] [stdout] ... [INFO] [stdout] 60 | seq_impl!( JsonSchema for [T]); [INFO] [stdout] | --------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `seq_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: escape `gen` to use it as an identifier [INFO] [stdout] | [INFO] [stdout] 21 | fn json_schema(r#gen: &mut SchemaGenerator) -> Schema { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected expression, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/sequences.rs:24:30 [INFO] [stdout] | [INFO] [stdout] 24 | "items": gen.subschema_for::(), [INFO] [stdout] | ^^^ expected expression [INFO] [stdout] ... [INFO] [stdout] 59 | seq_impl!( JsonSchema for std::collections::LinkedList); [INFO] [stdout] | ------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/serde_json-1.0.107/src/macros.rs:188:45 [INFO] [stdout] | [INFO] [stdout] 188 | (@object $object:ident ($($key:tt)+) (: $value:expr , $($rest:tt)*) $copy:tt) => { [INFO] [stdout] | ----------- while parsing argument for this `expr` macro fragment [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `seq_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected expression, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/sequences.rs:24:30 [INFO] [stdout] | [INFO] [stdout] 24 | "items": gen.subschema_for::(), [INFO] [stdout] | ^^^ expected expression [INFO] [stdout] ... [INFO] [stdout] 60 | seq_impl!( JsonSchema for [T]); [INFO] [stdout] | --------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/serde_json-1.0.107/src/macros.rs:188:45 [INFO] [stdout] | [INFO] [stdout] 188 | (@object $object:ident ($($key:tt)+) (: $value:expr , $($rest:tt)*) $copy:tt) => { [INFO] [stdout] | ----------- while parsing argument for this `expr` macro fragment [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `seq_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected identifier, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/sequences.rs:21:28 [INFO] [stdout] | [INFO] [stdout] 21 | fn json_schema(gen: &mut SchemaGenerator) -> Schema { [INFO] [stdout] | ^^^ expected identifier, found reserved keyword [INFO] [stdout] ... [INFO] [stdout] 60 | seq_impl!( JsonSchema for [T]); [INFO] [stdout] | --------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `seq_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: escape `gen` to use it as an identifier [INFO] [stdout] | [INFO] [stdout] 21 | fn json_schema(r#gen: &mut SchemaGenerator) -> Schema { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected identifier, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/sequences.rs:21:28 [INFO] [stdout] | [INFO] [stdout] 21 | fn json_schema(gen: &mut SchemaGenerator) -> Schema { [INFO] [stdout] | ^^^ expected identifier, found reserved keyword [INFO] [stdout] ... [INFO] [stdout] 61 | seq_impl!( JsonSchema for Vec); [INFO] [stdout] | ------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `seq_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: escape `gen` to use it as an identifier [INFO] [stdout] | [INFO] [stdout] 21 | fn json_schema(r#gen: &mut SchemaGenerator) -> Schema { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected expression, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/sequences.rs:24:30 [INFO] [stdout] | [INFO] [stdout] 24 | "items": gen.subschema_for::(), [INFO] [stdout] | ^^^ expected expression [INFO] [stdout] ... [INFO] [stdout] 60 | seq_impl!( JsonSchema for [T]); [INFO] [stdout] | --------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/serde_json-1.0.107/src/macros.rs:188:45 [INFO] [stdout] | [INFO] [stdout] 188 | (@object $object:ident ($($key:tt)+) (: $value:expr , $($rest:tt)*) $copy:tt) => { [INFO] [stdout] | ----------- while parsing argument for this `expr` macro fragment [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `seq_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected identifier, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/sequences.rs:21:28 [INFO] [stdout] | [INFO] [stdout] 21 | fn json_schema(gen: &mut SchemaGenerator) -> Schema { [INFO] [stdout] | ^^^ expected identifier, found reserved keyword [INFO] [stdout] ... [INFO] [stdout] 61 | seq_impl!( JsonSchema for Vec); [INFO] [stdout] | ------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `seq_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: escape `gen` to use it as an identifier [INFO] [stdout] | [INFO] [stdout] 21 | fn json_schema(r#gen: &mut SchemaGenerator) -> Schema { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected expression, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/sequences.rs:24:30 [INFO] [stdout] | [INFO] [stdout] 24 | "items": gen.subschema_for::(), [INFO] [stdout] | ^^^ expected expression [INFO] [stdout] ... [INFO] [stdout] 61 | seq_impl!( JsonSchema for Vec); [INFO] [stdout] | ------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/serde_json-1.0.107/src/macros.rs:188:45 [INFO] [stdout] | [INFO] [stdout] 188 | (@object $object:ident ($($key:tt)+) (: $value:expr , $($rest:tt)*) $copy:tt) => { [INFO] [stdout] | ----------- while parsing argument for this `expr` macro fragment [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `seq_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected identifier, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/sequences.rs:21:28 [INFO] [stdout] | [INFO] [stdout] 21 | fn json_schema(gen: &mut SchemaGenerator) -> Schema { [INFO] [stdout] | ^^^ expected identifier, found reserved keyword [INFO] [stdout] ... [INFO] [stdout] 62 | seq_impl!( JsonSchema for std::collections::VecDeque); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `seq_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: escape `gen` to use it as an identifier [INFO] [stdout] | [INFO] [stdout] 21 | fn json_schema(r#gen: &mut SchemaGenerator) -> Schema { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected expression, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/sequences.rs:24:30 [INFO] [stdout] | [INFO] [stdout] 24 | "items": gen.subschema_for::(), [INFO] [stdout] | ^^^ expected expression [INFO] [stdout] ... [INFO] [stdout] 62 | seq_impl!( JsonSchema for std::collections::VecDeque); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/serde_json-1.0.107/src/macros.rs:188:45 [INFO] [stdout] | [INFO] [stdout] 188 | (@object $object:ident ($($key:tt)+) (: $value:expr , $($rest:tt)*) $copy:tt) => { [INFO] [stdout] | ----------- while parsing argument for this `expr` macro fragment [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `seq_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected identifier, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/sequences.rs:47:28 [INFO] [stdout] | [INFO] [stdout] 47 | fn json_schema(gen: &mut SchemaGenerator) -> Schema { [INFO] [stdout] | ^^^ expected identifier, found reserved keyword [INFO] [stdout] ... [INFO] [stdout] 64 | set_impl!( JsonSchema for std::collections::BTreeSet); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `set_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: escape `gen` to use it as an identifier [INFO] [stdout] | [INFO] [stdout] 47 | fn json_schema(r#gen: &mut SchemaGenerator) -> Schema { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected expression, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/sequences.rs:51:30 [INFO] [stdout] | [INFO] [stdout] 51 | "items": gen.subschema_for::(), [INFO] [stdout] | ^^^ expected expression [INFO] [stdout] ... [INFO] [stdout] 64 | set_impl!( JsonSchema for std::collections::BTreeSet); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/serde_json-1.0.107/src/macros.rs:188:45 [INFO] [stdout] | [INFO] [stdout] 188 | (@object $object:ident ($($key:tt)+) (: $value:expr , $($rest:tt)*) $copy:tt) => { [INFO] [stdout] | ----------- while parsing argument for this `expr` macro fragment [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `set_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected identifier, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/sequences.rs:47:28 [INFO] [stdout] | [INFO] [stdout] 47 | fn json_schema(gen: &mut SchemaGenerator) -> Schema { [INFO] [stdout] | ^^^ expected identifier, found reserved keyword [INFO] [stdout] ... [INFO] [stdout] 65 | set_impl!( JsonSchema for std::collections::HashSet); [INFO] [stdout] | ---------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `set_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: escape `gen` to use it as an identifier [INFO] [stdout] | [INFO] [stdout] 47 | fn json_schema(r#gen: &mut SchemaGenerator) -> Schema { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected expression, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/sequences.rs:51:30 [INFO] [stdout] | [INFO] [stdout] 51 | "items": gen.subschema_for::(), [INFO] [stdout] | ^^^ expected expression [INFO] [stdout] ... [INFO] [stdout] 65 | set_impl!( JsonSchema for std::collections::HashSet); [INFO] [stdout] | ---------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/serde_json-1.0.107/src/macros.rs:188:45 [INFO] [stdout] | [INFO] [stdout] 188 | (@object $object:ident ($($key:tt)+) (: $value:expr , $($rest:tt)*) $copy:tt) => { [INFO] [stdout] | ----------- while parsing argument for this `expr` macro fragment [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `set_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected expression, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/sequences.rs:24:30 [INFO] [stdout] | [INFO] [stdout] 24 | "items": gen.subschema_for::(), [INFO] [stdout] | ^^^ expected expression [INFO] [stdout] ... [INFO] [stdout] 61 | seq_impl!( JsonSchema for Vec); [INFO] [stdout] | ------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/serde_json-1.0.107/src/macros.rs:188:45 [INFO] [stdout] | [INFO] [stdout] 188 | (@object $object:ident ($($key:tt)+) (: $value:expr , $($rest:tt)*) $copy:tt) => { [INFO] [stdout] | ----------- while parsing argument for this `expr` macro fragment [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `seq_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected identifier, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/sequences.rs:21:28 [INFO] [stdout] | [INFO] [stdout] 21 | fn json_schema(gen: &mut SchemaGenerator) -> Schema { [INFO] [stdout] | ^^^ expected identifier, found reserved keyword [INFO] [stdout] ... [INFO] [stdout] 62 | seq_impl!( JsonSchema for std::collections::VecDeque); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `seq_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: escape `gen` to use it as an identifier [INFO] [stdout] | [INFO] [stdout] 21 | fn json_schema(r#gen: &mut SchemaGenerator) -> Schema { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected identifier, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/mod.rs:24:28 [INFO] [stdout] | [INFO] [stdout] 24 | fn json_schema(gen: &mut $crate::gen::SchemaGenerator) -> $crate::Schema { [INFO] [stdout] | ^^^ expected identifier, found reserved keyword [INFO] [stdout] | [INFO] [stdout] ::: src/json_schema_impls/serdejson.rs:19:1 [INFO] [stdout] | [INFO] [stdout] 19 | forward_impl!(Map => BTreeMap); [INFO] [stdout] | ------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `forward_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: escape `gen` to use it as an identifier [INFO] [stdout] | [INFO] [stdout] 24 | fn json_schema(r#gen: &mut $crate::gen::SchemaGenerator) -> $crate::Schema { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected expression, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/sequences.rs:24:30 [INFO] [stdout] | [INFO] [stdout] 24 | "items": gen.subschema_for::(), [INFO] [stdout] | ^^^ expected expression [INFO] [stdout] ... [INFO] [stdout] 62 | seq_impl!( JsonSchema for std::collections::VecDeque); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/serde_json-1.0.107/src/macros.rs:188:45 [INFO] [stdout] | [INFO] [stdout] 188 | (@object $object:ident ($($key:tt)+) (: $value:expr , $($rest:tt)*) $copy:tt) => { [INFO] [stdout] | ----------- while parsing argument for this `expr` macro fragment [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `seq_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected identifier, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/sequences.rs:47:28 [INFO] [stdout] | [INFO] [stdout] 47 | fn json_schema(gen: &mut SchemaGenerator) -> Schema { [INFO] [stdout] | ^^^ expected identifier, found reserved keyword [INFO] [stdout] ... [INFO] [stdout] 64 | set_impl!( JsonSchema for std::collections::BTreeSet); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `set_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: escape `gen` to use it as an identifier [INFO] [stdout] | [INFO] [stdout] 47 | fn json_schema(r#gen: &mut SchemaGenerator) -> Schema { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected identifier, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/mod.rs:24:46 [INFO] [stdout] | [INFO] [stdout] 24 | fn json_schema(gen: &mut $crate::gen::SchemaGenerator) -> $crate::Schema { [INFO] [stdout] | ^^^ expected identifier, found reserved keyword [INFO] [stdout] | [INFO] [stdout] ::: src/json_schema_impls/serdejson.rs:19:1 [INFO] [stdout] | [INFO] [stdout] 19 | forward_impl!(Map => BTreeMap); [INFO] [stdout] | ------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `forward_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: escape `gen` to use it as an identifier [INFO] [stdout] | [INFO] [stdout] 24 | fn json_schema(gen: &mut $crate::r#gen::SchemaGenerator) -> $crate::Schema { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected expression, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/sequences.rs:51:30 [INFO] [stdout] | [INFO] [stdout] 51 | "items": gen.subschema_for::(), [INFO] [stdout] | ^^^ expected expression [INFO] [stdout] ... [INFO] [stdout] 64 | set_impl!( JsonSchema for std::collections::BTreeSet); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/serde_json-1.0.107/src/macros.rs:188:45 [INFO] [stdout] | [INFO] [stdout] 188 | (@object $object:ident ($($key:tt)+) (: $value:expr , $($rest:tt)*) $copy:tt) => { [INFO] [stdout] | ----------- while parsing argument for this `expr` macro fragment [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `set_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected expression, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/mod.rs:25:40 [INFO] [stdout] | [INFO] [stdout] 25 | <$target>::json_schema(gen) [INFO] [stdout] | ^^^ expected expression [INFO] [stdout] | [INFO] [stdout] ::: src/json_schema_impls/serdejson.rs:19:1 [INFO] [stdout] | [INFO] [stdout] 19 | forward_impl!(Map => BTreeMap); [INFO] [stdout] | ------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `forward_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected identifier, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/sequences.rs:47:28 [INFO] [stdout] | [INFO] [stdout] 47 | fn json_schema(gen: &mut SchemaGenerator) -> Schema { [INFO] [stdout] | ^^^ expected identifier, found reserved keyword [INFO] [stdout] ... [INFO] [stdout] 65 | set_impl!( JsonSchema for std::collections::HashSet); [INFO] [stdout] | ---------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `set_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: escape `gen` to use it as an identifier [INFO] [stdout] | [INFO] [stdout] 47 | fn json_schema(r#gen: &mut SchemaGenerator) -> Schema { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected expression, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/sequences.rs:51:30 [INFO] [stdout] | [INFO] [stdout] 51 | "items": gen.subschema_for::(), [INFO] [stdout] | ^^^ expected expression [INFO] [stdout] ... [INFO] [stdout] 65 | set_impl!( JsonSchema for std::collections::HashSet); [INFO] [stdout] | ---------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/serde_json-1.0.107/src/macros.rs:188:45 [INFO] [stdout] | [INFO] [stdout] 188 | (@object $object:ident ($($key:tt)+) (: $value:expr , $($rest:tt)*) $copy:tt) => { [INFO] [stdout] | ----------- while parsing argument for this `expr` macro fragment [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `set_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected identifier, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/mod.rs:28:59 [INFO] [stdout] | [INFO] [stdout] 28 | fn _schemars_private_non_optional_json_schema(gen: &mut $crate::gen::SchemaGenerator) -> $crate::Schema { [INFO] [stdout] | ^^^ expected identifier, found reserved keyword [INFO] [stdout] | [INFO] [stdout] ::: src/json_schema_impls/serdejson.rs:19:1 [INFO] [stdout] | [INFO] [stdout] 19 | forward_impl!(Map => BTreeMap); [INFO] [stdout] | ------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `forward_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: escape `gen` to use it as an identifier [INFO] [stdout] | [INFO] [stdout] 28 | fn _schemars_private_non_optional_json_schema(r#gen: &mut $crate::gen::SchemaGenerator) -> $crate::Schema { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected identifier, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/mod.rs:24:28 [INFO] [stdout] | [INFO] [stdout] 24 | fn json_schema(gen: &mut $crate::gen::SchemaGenerator) -> $crate::Schema { [INFO] [stdout] | ^^^ expected identifier, found reserved keyword [INFO] [stdout] | [INFO] [stdout] ::: src/json_schema_impls/serdejson.rs:19:1 [INFO] [stdout] | [INFO] [stdout] 19 | forward_impl!(Map => BTreeMap); [INFO] [stdout] | ------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `forward_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: escape `gen` to use it as an identifier [INFO] [stdout] | [INFO] [stdout] 24 | fn json_schema(r#gen: &mut $crate::gen::SchemaGenerator) -> $crate::Schema { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected identifier, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/mod.rs:28:77 [INFO] [stdout] | [INFO] [stdout] 28 | fn _schemars_private_non_optional_json_schema(gen: &mut $crate::gen::SchemaGenerator) -> $crate::Schema { [INFO] [stdout] | ^^^ expected identifier, found reserved keyword [INFO] [stdout] | [INFO] [stdout] ::: src/json_schema_impls/serdejson.rs:19:1 [INFO] [stdout] | [INFO] [stdout] 19 | forward_impl!(Map => BTreeMap); [INFO] [stdout] | ------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `forward_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: escape `gen` to use it as an identifier [INFO] [stdout] | [INFO] [stdout] 28 | fn _schemars_private_non_optional_json_schema(gen: &mut $crate::r#gen::SchemaGenerator) -> $crate::Schema { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected identifier, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/mod.rs:24:46 [INFO] [stdout] | [INFO] [stdout] 24 | fn json_schema(gen: &mut $crate::gen::SchemaGenerator) -> $crate::Schema { [INFO] [stdout] | ^^^ expected identifier, found reserved keyword [INFO] [stdout] | [INFO] [stdout] ::: src/json_schema_impls/serdejson.rs:19:1 [INFO] [stdout] | [INFO] [stdout] 19 | forward_impl!(Map => BTreeMap); [INFO] [stdout] | ------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `forward_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: escape `gen` to use it as an identifier [INFO] [stdout] | [INFO] [stdout] 24 | fn json_schema(gen: &mut $crate::r#gen::SchemaGenerator) -> $crate::Schema { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected expression, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/mod.rs:25:40 [INFO] [stdout] | [INFO] [stdout] 25 | <$target>::json_schema(gen) [INFO] [stdout] | ^^^ expected expression [INFO] [stdout] | [INFO] [stdout] ::: src/json_schema_impls/serdejson.rs:19:1 [INFO] [stdout] | [INFO] [stdout] 19 | forward_impl!(Map => BTreeMap); [INFO] [stdout] | ------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `forward_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected expression, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/mod.rs:29:71 [INFO] [stdout] | [INFO] [stdout] 29 | <$target>::_schemars_private_non_optional_json_schema(gen) [INFO] [stdout] | ^^^ expected expression [INFO] [stdout] | [INFO] [stdout] ::: src/json_schema_impls/serdejson.rs:19:1 [INFO] [stdout] | [INFO] [stdout] 19 | forward_impl!(Map => BTreeMap); [INFO] [stdout] | ------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `forward_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected expression, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/time.rs:20:42 [INFO] [stdout] | [INFO] [stdout] 20 | "secs": u64::json_schema(gen), [INFO] [stdout] | ^^^ expected expression [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected expression, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/time.rs:21:43 [INFO] [stdout] | [INFO] [stdout] 21 | "nanos": u32::json_schema(gen), [INFO] [stdout] | ^^^ expected expression [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected identifier, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/mod.rs:28:59 [INFO] [stdout] | [INFO] [stdout] 28 | fn _schemars_private_non_optional_json_schema(gen: &mut $crate::gen::SchemaGenerator) -> $crate::Schema { [INFO] [stdout] | ^^^ expected identifier, found reserved keyword [INFO] [stdout] | [INFO] [stdout] ::: src/json_schema_impls/serdejson.rs:19:1 [INFO] [stdout] | [INFO] [stdout] 19 | forward_impl!(Map => BTreeMap); [INFO] [stdout] | ------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `forward_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: escape `gen` to use it as an identifier [INFO] [stdout] | [INFO] [stdout] 28 | fn _schemars_private_non_optional_json_schema(r#gen: &mut $crate::gen::SchemaGenerator) -> $crate::Schema { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected identifier, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/mod.rs:28:77 [INFO] [stdout] | [INFO] [stdout] 28 | fn _schemars_private_non_optional_json_schema(gen: &mut $crate::gen::SchemaGenerator) -> $crate::Schema { [INFO] [stdout] | ^^^ expected identifier, found reserved keyword [INFO] [stdout] | [INFO] [stdout] ::: src/json_schema_impls/serdejson.rs:19:1 [INFO] [stdout] | [INFO] [stdout] 19 | forward_impl!(Map => BTreeMap); [INFO] [stdout] | ------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `forward_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: escape `gen` to use it as an identifier [INFO] [stdout] | [INFO] [stdout] 28 | fn _schemars_private_non_optional_json_schema(gen: &mut $crate::r#gen::SchemaGenerator) -> $crate::Schema { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected expression, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/time.rs:41:54 [INFO] [stdout] | [INFO] [stdout] 41 | "secs_since_epoch": u64::json_schema(gen), [INFO] [stdout] | ^^^ expected expression [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected expression, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/time.rs:42:55 [INFO] [stdout] | [INFO] [stdout] 42 | "nanos_since_epoch": u32::json_schema(gen), [INFO] [stdout] | ^^^ expected expression [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected expression, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/mod.rs:29:71 [INFO] [stdout] | [INFO] [stdout] 29 | <$target>::_schemars_private_non_optional_json_schema(gen) [INFO] [stdout] | ^^^ expected expression [INFO] [stdout] | [INFO] [stdout] ::: src/json_schema_impls/serdejson.rs:19:1 [INFO] [stdout] | [INFO] [stdout] 19 | forward_impl!(Map => BTreeMap); [INFO] [stdout] | ------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `forward_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected identifier, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/tuple.rs:25:32 [INFO] [stdout] | [INFO] [stdout] 25 | fn json_schema(gen: &mut SchemaGenerator) -> Schema { [INFO] [stdout] | ^^^ expected identifier, found reserved keyword [INFO] [stdout] ... [INFO] [stdout] 40 | / tuple_impls! { [INFO] [stdout] 41 | | 1 => (T0) [INFO] [stdout] 42 | | 2 => (T0 T1) [INFO] [stdout] 43 | | 3 => (T0 T1 T2) [INFO] [stdout] ... | [INFO] [stdout] 56 | | 16 => (T0 T1 T2 T3 T4 T5 T6 T7 T8 T9 T10 T11 T12 T13 T14 T15) [INFO] [stdout] 57 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: escape `gen` to use it as an identifier [INFO] [stdout] | [INFO] [stdout] 25 | fn json_schema(r#gen: &mut SchemaGenerator) -> Schema { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected expression, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/tuple.rs:29:31 [INFO] [stdout] | [INFO] [stdout] 29 | $(gen.subschema_for::<$name>()),+ [INFO] [stdout] | ^^^ expected expression [INFO] [stdout] ... [INFO] [stdout] 40 | / tuple_impls! { [INFO] [stdout] 41 | | 1 => (T0) [INFO] [stdout] 42 | | 2 => (T0 T1) [INFO] [stdout] 43 | | 3 => (T0 T1 T2) [INFO] [stdout] ... | [INFO] [stdout] 56 | | 16 => (T0 T1 T2 T3 T4 T5 T6 T7 T8 T9 T10 T11 T12 T13 T14 T15) [INFO] [stdout] 57 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/serde_json-1.0.107/src/macros.rs:114:32 [INFO] [stdout] | [INFO] [stdout] 114 | (@array [$($elems:expr,)*] $next:expr, $($rest:tt)*) => { [INFO] [stdout] | ---------- while parsing argument for this `expr` macro fragment [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected expression, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/time.rs:20:42 [INFO] [stdout] | [INFO] [stdout] 20 | "secs": u64::json_schema(gen), [INFO] [stdout] | ^^^ expected expression [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected expression, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/time.rs:21:43 [INFO] [stdout] | [INFO] [stdout] 21 | "nanos": u32::json_schema(gen), [INFO] [stdout] | ^^^ expected expression [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected expression, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/time.rs:41:54 [INFO] [stdout] | [INFO] [stdout] 41 | "secs_since_epoch": u64::json_schema(gen), [INFO] [stdout] | ^^^ expected expression [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected expression, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/time.rs:42:55 [INFO] [stdout] | [INFO] [stdout] 42 | "nanos_since_epoch": u32::json_schema(gen), [INFO] [stdout] | ^^^ expected expression [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected identifier, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/tuple.rs:25:32 [INFO] [stdout] | [INFO] [stdout] 25 | fn json_schema(gen: &mut SchemaGenerator) -> Schema { [INFO] [stdout] | ^^^ expected identifier, found reserved keyword [INFO] [stdout] ... [INFO] [stdout] 40 | / tuple_impls! { [INFO] [stdout] 41 | | 1 => (T0) [INFO] [stdout] 42 | | 2 => (T0 T1) [INFO] [stdout] 43 | | 3 => (T0 T1 T2) [INFO] [stdout] ... | [INFO] [stdout] 56 | | 16 => (T0 T1 T2 T3 T4 T5 T6 T7 T8 T9 T10 T11 T12 T13 T14 T15) [INFO] [stdout] 57 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: escape `gen` to use it as an identifier [INFO] [stdout] | [INFO] [stdout] 25 | fn json_schema(r#gen: &mut SchemaGenerator) -> Schema { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected expression, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/tuple.rs:29:31 [INFO] [stdout] | [INFO] [stdout] 29 | $(gen.subschema_for::<$name>()),+ [INFO] [stdout] | ^^^ expected expression [INFO] [stdout] ... [INFO] [stdout] 40 | / tuple_impls! { [INFO] [stdout] 41 | | 1 => (T0) [INFO] [stdout] 42 | | 2 => (T0 T1) [INFO] [stdout] 43 | | 3 => (T0 T1 T2) [INFO] [stdout] ... | [INFO] [stdout] 56 | | 16 => (T0 T1 T2 T3 T4 T5 T6 T7 T8 T9 T10 T11 T12 T13 T14 T15) [INFO] [stdout] 57 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/serde_json-1.0.107/src/macros.rs:114:32 [INFO] [stdout] | [INFO] [stdout] 114 | (@array [$($elems:expr,)*] $next:expr, $($rest:tt)*) => { [INFO] [stdout] | ---------- while parsing argument for this `expr` macro fragment [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected identifier, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/mod.rs:24:28 [INFO] [stdout] | [INFO] [stdout] 24 | fn json_schema(gen: &mut $crate::gen::SchemaGenerator) -> $crate::Schema { [INFO] [stdout] | ^^^ expected identifier, found reserved keyword [INFO] [stdout] | [INFO] [stdout] ::: src/json_schema_impls/wrapper.rs:9:1 [INFO] [stdout] | [INFO] [stdout] 9 | wrapper_impl!(<'a, T: ?Sized> JsonSchema for &'a T); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `forward_impl` which comes from the expansion of the macro `wrapper_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: escape `gen` to use it as an identifier [INFO] [stdout] | [INFO] [stdout] 24 | fn json_schema(r#gen: &mut $crate::gen::SchemaGenerator) -> $crate::Schema { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected identifier, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/mod.rs:24:46 [INFO] [stdout] | [INFO] [stdout] 24 | fn json_schema(gen: &mut $crate::gen::SchemaGenerator) -> $crate::Schema { [INFO] [stdout] | ^^^ expected identifier, found reserved keyword [INFO] [stdout] | [INFO] [stdout] ::: src/json_schema_impls/wrapper.rs:9:1 [INFO] [stdout] | [INFO] [stdout] 9 | wrapper_impl!(<'a, T: ?Sized> JsonSchema for &'a T); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `forward_impl` which comes from the expansion of the macro `wrapper_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: escape `gen` to use it as an identifier [INFO] [stdout] | [INFO] [stdout] 24 | fn json_schema(gen: &mut $crate::r#gen::SchemaGenerator) -> $crate::Schema { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected expression, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/mod.rs:25:40 [INFO] [stdout] | [INFO] [stdout] 25 | <$target>::json_schema(gen) [INFO] [stdout] | ^^^ expected expression [INFO] [stdout] | [INFO] [stdout] ::: src/json_schema_impls/wrapper.rs:9:1 [INFO] [stdout] | [INFO] [stdout] 9 | wrapper_impl!(<'a, T: ?Sized> JsonSchema for &'a T); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `forward_impl` which comes from the expansion of the macro `wrapper_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected identifier, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/mod.rs:28:59 [INFO] [stdout] | [INFO] [stdout] 28 | fn _schemars_private_non_optional_json_schema(gen: &mut $crate::gen::SchemaGenerator) -> $crate::Schema { [INFO] [stdout] | ^^^ expected identifier, found reserved keyword [INFO] [stdout] | [INFO] [stdout] ::: src/json_schema_impls/wrapper.rs:9:1 [INFO] [stdout] | [INFO] [stdout] 9 | wrapper_impl!(<'a, T: ?Sized> JsonSchema for &'a T); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `forward_impl` which comes from the expansion of the macro `wrapper_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: escape `gen` to use it as an identifier [INFO] [stdout] | [INFO] [stdout] 28 | fn _schemars_private_non_optional_json_schema(r#gen: &mut $crate::gen::SchemaGenerator) -> $crate::Schema { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected identifier, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/mod.rs:28:77 [INFO] [stdout] | [INFO] [stdout] 28 | fn _schemars_private_non_optional_json_schema(gen: &mut $crate::gen::SchemaGenerator) -> $crate::Schema { [INFO] [stdout] | ^^^ expected identifier, found reserved keyword [INFO] [stdout] | [INFO] [stdout] ::: src/json_schema_impls/wrapper.rs:9:1 [INFO] [stdout] | [INFO] [stdout] 9 | wrapper_impl!(<'a, T: ?Sized> JsonSchema for &'a T); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `forward_impl` which comes from the expansion of the macro `wrapper_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: escape `gen` to use it as an identifier [INFO] [stdout] | [INFO] [stdout] 28 | fn _schemars_private_non_optional_json_schema(gen: &mut $crate::r#gen::SchemaGenerator) -> $crate::Schema { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected expression, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/mod.rs:29:71 [INFO] [stdout] | [INFO] [stdout] 29 | <$target>::_schemars_private_non_optional_json_schema(gen) [INFO] [stdout] | ^^^ expected expression [INFO] [stdout] | [INFO] [stdout] ::: src/json_schema_impls/wrapper.rs:9:1 [INFO] [stdout] | [INFO] [stdout] 9 | wrapper_impl!(<'a, T: ?Sized> JsonSchema for &'a T); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `forward_impl` which comes from the expansion of the macro `wrapper_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected identifier, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/mod.rs:24:28 [INFO] [stdout] | [INFO] [stdout] 24 | fn json_schema(gen: &mut $crate::gen::SchemaGenerator) -> $crate::Schema { [INFO] [stdout] | ^^^ expected identifier, found reserved keyword [INFO] [stdout] | [INFO] [stdout] ::: src/json_schema_impls/wrapper.rs:10:1 [INFO] [stdout] | [INFO] [stdout] 10 | wrapper_impl!(<'a, T: ?Sized> JsonSchema for &'a mut T); [INFO] [stdout] | ------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `forward_impl` which comes from the expansion of the macro `wrapper_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: escape `gen` to use it as an identifier [INFO] [stdout] | [INFO] [stdout] 24 | fn json_schema(r#gen: &mut $crate::gen::SchemaGenerator) -> $crate::Schema { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected identifier, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/mod.rs:24:46 [INFO] [stdout] | [INFO] [stdout] 24 | fn json_schema(gen: &mut $crate::gen::SchemaGenerator) -> $crate::Schema { [INFO] [stdout] | ^^^ expected identifier, found reserved keyword [INFO] [stdout] | [INFO] [stdout] ::: src/json_schema_impls/wrapper.rs:10:1 [INFO] [stdout] | [INFO] [stdout] 10 | wrapper_impl!(<'a, T: ?Sized> JsonSchema for &'a mut T); [INFO] [stdout] | ------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `forward_impl` which comes from the expansion of the macro `wrapper_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: escape `gen` to use it as an identifier [INFO] [stdout] | [INFO] [stdout] 24 | fn json_schema(gen: &mut $crate::r#gen::SchemaGenerator) -> $crate::Schema { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected expression, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/mod.rs:25:40 [INFO] [stdout] | [INFO] [stdout] 25 | <$target>::json_schema(gen) [INFO] [stdout] | ^^^ expected expression [INFO] [stdout] | [INFO] [stdout] ::: src/json_schema_impls/wrapper.rs:10:1 [INFO] [stdout] | [INFO] [stdout] 10 | wrapper_impl!(<'a, T: ?Sized> JsonSchema for &'a mut T); [INFO] [stdout] | ------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `forward_impl` which comes from the expansion of the macro `wrapper_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected identifier, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/mod.rs:28:59 [INFO] [stdout] | [INFO] [stdout] 28 | fn _schemars_private_non_optional_json_schema(gen: &mut $crate::gen::SchemaGenerator) -> $crate::Schema { [INFO] [stdout] | ^^^ expected identifier, found reserved keyword [INFO] [stdout] | [INFO] [stdout] ::: src/json_schema_impls/wrapper.rs:10:1 [INFO] [stdout] | [INFO] [stdout] 10 | wrapper_impl!(<'a, T: ?Sized> JsonSchema for &'a mut T); [INFO] [stdout] | ------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `forward_impl` which comes from the expansion of the macro `wrapper_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: escape `gen` to use it as an identifier [INFO] [stdout] | [INFO] [stdout] 28 | fn _schemars_private_non_optional_json_schema(r#gen: &mut $crate::gen::SchemaGenerator) -> $crate::Schema { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected identifier, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/mod.rs:28:77 [INFO] [stdout] | [INFO] [stdout] 28 | fn _schemars_private_non_optional_json_schema(gen: &mut $crate::gen::SchemaGenerator) -> $crate::Schema { [INFO] [stdout] | ^^^ expected identifier, found reserved keyword [INFO] [stdout] | [INFO] [stdout] ::: src/json_schema_impls/wrapper.rs:10:1 [INFO] [stdout] | [INFO] [stdout] 10 | wrapper_impl!(<'a, T: ?Sized> JsonSchema for &'a mut T); [INFO] [stdout] | ------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `forward_impl` which comes from the expansion of the macro `wrapper_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: escape `gen` to use it as an identifier [INFO] [stdout] | [INFO] [stdout] 28 | fn _schemars_private_non_optional_json_schema(gen: &mut $crate::r#gen::SchemaGenerator) -> $crate::Schema { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected expression, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/mod.rs:29:71 [INFO] [stdout] | [INFO] [stdout] 29 | <$target>::_schemars_private_non_optional_json_schema(gen) [INFO] [stdout] | ^^^ expected expression [INFO] [stdout] | [INFO] [stdout] ::: src/json_schema_impls/wrapper.rs:10:1 [INFO] [stdout] | [INFO] [stdout] 10 | wrapper_impl!(<'a, T: ?Sized> JsonSchema for &'a mut T); [INFO] [stdout] | ------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `forward_impl` which comes from the expansion of the macro `wrapper_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected identifier, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/mod.rs:24:28 [INFO] [stdout] | [INFO] [stdout] 24 | fn json_schema(gen: &mut $crate::gen::SchemaGenerator) -> $crate::Schema { [INFO] [stdout] | ^^^ expected identifier, found reserved keyword [INFO] [stdout] | [INFO] [stdout] ::: src/json_schema_impls/wrapper.rs:11:1 [INFO] [stdout] | [INFO] [stdout] 11 | wrapper_impl!( JsonSchema for Box); [INFO] [stdout] | ------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `forward_impl` which comes from the expansion of the macro `wrapper_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: escape `gen` to use it as an identifier [INFO] [stdout] | [INFO] [stdout] 24 | fn json_schema(r#gen: &mut $crate::gen::SchemaGenerator) -> $crate::Schema { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected identifier, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/mod.rs:24:46 [INFO] [stdout] | [INFO] [stdout] 24 | fn json_schema(gen: &mut $crate::gen::SchemaGenerator) -> $crate::Schema { [INFO] [stdout] | ^^^ expected identifier, found reserved keyword [INFO] [stdout] | [INFO] [stdout] ::: src/json_schema_impls/wrapper.rs:11:1 [INFO] [stdout] | [INFO] [stdout] 11 | wrapper_impl!( JsonSchema for Box); [INFO] [stdout] | ------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `forward_impl` which comes from the expansion of the macro `wrapper_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: escape `gen` to use it as an identifier [INFO] [stdout] | [INFO] [stdout] 24 | fn json_schema(gen: &mut $crate::r#gen::SchemaGenerator) -> $crate::Schema { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected expression, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/mod.rs:25:40 [INFO] [stdout] | [INFO] [stdout] 25 | <$target>::json_schema(gen) [INFO] [stdout] | ^^^ expected expression [INFO] [stdout] | [INFO] [stdout] ::: src/json_schema_impls/wrapper.rs:11:1 [INFO] [stdout] | [INFO] [stdout] 11 | wrapper_impl!( JsonSchema for Box); [INFO] [stdout] | ------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `forward_impl` which comes from the expansion of the macro `wrapper_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected identifier, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/mod.rs:28:59 [INFO] [stdout] | [INFO] [stdout] 28 | fn _schemars_private_non_optional_json_schema(gen: &mut $crate::gen::SchemaGenerator) -> $crate::Schema { [INFO] [stdout] | ^^^ expected identifier, found reserved keyword [INFO] [stdout] | [INFO] [stdout] ::: src/json_schema_impls/wrapper.rs:11:1 [INFO] [stdout] | [INFO] [stdout] 11 | wrapper_impl!( JsonSchema for Box); [INFO] [stdout] | ------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `forward_impl` which comes from the expansion of the macro `wrapper_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: escape `gen` to use it as an identifier [INFO] [stdout] | [INFO] [stdout] 28 | fn _schemars_private_non_optional_json_schema(r#gen: &mut $crate::gen::SchemaGenerator) -> $crate::Schema { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected identifier, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/mod.rs:24:28 [INFO] [stdout] | [INFO] [stdout] 24 | fn json_schema(gen: &mut $crate::gen::SchemaGenerator) -> $crate::Schema { [INFO] [stdout] | ^^^ expected identifier, found reserved keyword [INFO] [stdout] | [INFO] [stdout] ::: src/json_schema_impls/wrapper.rs:9:1 [INFO] [stdout] | [INFO] [stdout] 9 | wrapper_impl!(<'a, T: ?Sized> JsonSchema for &'a T); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `forward_impl` which comes from the expansion of the macro `wrapper_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: escape `gen` to use it as an identifier [INFO] [stdout] | [INFO] [stdout] 24 | fn json_schema(r#gen: &mut $crate::gen::SchemaGenerator) -> $crate::Schema { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected identifier, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/mod.rs:28:77 [INFO] [stdout] | [INFO] [stdout] 28 | fn _schemars_private_non_optional_json_schema(gen: &mut $crate::gen::SchemaGenerator) -> $crate::Schema { [INFO] [stdout] | ^^^ expected identifier, found reserved keyword [INFO] [stdout] | [INFO] [stdout] ::: src/json_schema_impls/wrapper.rs:11:1 [INFO] [stdout] | [INFO] [stdout] 11 | wrapper_impl!( JsonSchema for Box); [INFO] [stdout] | ------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `forward_impl` which comes from the expansion of the macro `wrapper_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: escape `gen` to use it as an identifier [INFO] [stdout] | [INFO] [stdout] 28 | fn _schemars_private_non_optional_json_schema(gen: &mut $crate::r#gen::SchemaGenerator) -> $crate::Schema { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected identifier, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/mod.rs:24:46 [INFO] [stdout] | [INFO] [stdout] 24 | fn json_schema(gen: &mut $crate::gen::SchemaGenerator) -> $crate::Schema { [INFO] [stdout] | ^^^ expected identifier, found reserved keyword [INFO] [stdout] | [INFO] [stdout] ::: src/json_schema_impls/wrapper.rs:9:1 [INFO] [stdout] | [INFO] [stdout] 9 | wrapper_impl!(<'a, T: ?Sized> JsonSchema for &'a T); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `forward_impl` which comes from the expansion of the macro `wrapper_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: escape `gen` to use it as an identifier [INFO] [stdout] | [INFO] [stdout] 24 | fn json_schema(gen: &mut $crate::r#gen::SchemaGenerator) -> $crate::Schema { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected expression, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/mod.rs:29:71 [INFO] [stdout] | [INFO] [stdout] 29 | <$target>::_schemars_private_non_optional_json_schema(gen) [INFO] [stdout] | ^^^ expected expression [INFO] [stdout] | [INFO] [stdout] ::: src/json_schema_impls/wrapper.rs:11:1 [INFO] [stdout] | [INFO] [stdout] 11 | wrapper_impl!( JsonSchema for Box); [INFO] [stdout] | ------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `forward_impl` which comes from the expansion of the macro `wrapper_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected expression, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/mod.rs:25:40 [INFO] [stdout] | [INFO] [stdout] 25 | <$target>::json_schema(gen) [INFO] [stdout] | ^^^ expected expression [INFO] [stdout] | [INFO] [stdout] ::: src/json_schema_impls/wrapper.rs:9:1 [INFO] [stdout] | [INFO] [stdout] 9 | wrapper_impl!(<'a, T: ?Sized> JsonSchema for &'a T); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `forward_impl` which comes from the expansion of the macro `wrapper_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected identifier, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/mod.rs:24:28 [INFO] [stdout] | [INFO] [stdout] 24 | fn json_schema(gen: &mut $crate::gen::SchemaGenerator) -> $crate::Schema { [INFO] [stdout] | ^^^ expected identifier, found reserved keyword [INFO] [stdout] | [INFO] [stdout] ::: src/json_schema_impls/wrapper.rs:12:1 [INFO] [stdout] | [INFO] [stdout] 12 | wrapper_impl!( JsonSchema for std::rc::Rc); [INFO] [stdout] | -------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `forward_impl` which comes from the expansion of the macro `wrapper_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: escape `gen` to use it as an identifier [INFO] [stdout] | [INFO] [stdout] 24 | fn json_schema(r#gen: &mut $crate::gen::SchemaGenerator) -> $crate::Schema { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected identifier, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/mod.rs:28:59 [INFO] [stdout] | [INFO] [stdout] 28 | fn _schemars_private_non_optional_json_schema(gen: &mut $crate::gen::SchemaGenerator) -> $crate::Schema { [INFO] [stdout] | ^^^ expected identifier, found reserved keyword [INFO] [stdout] | [INFO] [stdout] ::: src/json_schema_impls/wrapper.rs:9:1 [INFO] [stdout] | [INFO] [stdout] 9 | wrapper_impl!(<'a, T: ?Sized> JsonSchema for &'a T); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `forward_impl` which comes from the expansion of the macro `wrapper_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: escape `gen` to use it as an identifier [INFO] [stdout] | [INFO] [stdout] 28 | fn _schemars_private_non_optional_json_schema(r#gen: &mut $crate::gen::SchemaGenerator) -> $crate::Schema { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected identifier, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/mod.rs:24:46 [INFO] [stdout] | [INFO] [stdout] 24 | fn json_schema(gen: &mut $crate::gen::SchemaGenerator) -> $crate::Schema { [INFO] [stdout] | ^^^ expected identifier, found reserved keyword [INFO] [stdout] | [INFO] [stdout] ::: src/json_schema_impls/wrapper.rs:12:1 [INFO] [stdout] | [INFO] [stdout] 12 | wrapper_impl!( JsonSchema for std::rc::Rc); [INFO] [stdout] | -------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `forward_impl` which comes from the expansion of the macro `wrapper_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: escape `gen` to use it as an identifier [INFO] [stdout] | [INFO] [stdout] 24 | fn json_schema(gen: &mut $crate::r#gen::SchemaGenerator) -> $crate::Schema { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected expression, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/mod.rs:25:40 [INFO] [stdout] | [INFO] [stdout] 25 | <$target>::json_schema(gen) [INFO] [stdout] | ^^^ expected expression [INFO] [stdout] | [INFO] [stdout] ::: src/json_schema_impls/wrapper.rs:12:1 [INFO] [stdout] | [INFO] [stdout] 12 | wrapper_impl!( JsonSchema for std::rc::Rc); [INFO] [stdout] | -------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `forward_impl` which comes from the expansion of the macro `wrapper_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected identifier, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/mod.rs:28:77 [INFO] [stdout] | [INFO] [stdout] 28 | fn _schemars_private_non_optional_json_schema(gen: &mut $crate::gen::SchemaGenerator) -> $crate::Schema { [INFO] [stdout] | ^^^ expected identifier, found reserved keyword [INFO] [stdout] | [INFO] [stdout] ::: src/json_schema_impls/wrapper.rs:9:1 [INFO] [stdout] | [INFO] [stdout] 9 | wrapper_impl!(<'a, T: ?Sized> JsonSchema for &'a T); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `forward_impl` which comes from the expansion of the macro `wrapper_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: escape `gen` to use it as an identifier [INFO] [stdout] | [INFO] [stdout] 28 | fn _schemars_private_non_optional_json_schema(gen: &mut $crate::r#gen::SchemaGenerator) -> $crate::Schema { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected expression, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/mod.rs:29:71 [INFO] [stdout] | [INFO] [stdout] 29 | <$target>::_schemars_private_non_optional_json_schema(gen) [INFO] [stdout] | ^^^ expected expression [INFO] [stdout] | [INFO] [stdout] ::: src/json_schema_impls/wrapper.rs:9:1 [INFO] [stdout] | [INFO] [stdout] 9 | wrapper_impl!(<'a, T: ?Sized> JsonSchema for &'a T); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `forward_impl` which comes from the expansion of the macro `wrapper_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected identifier, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/mod.rs:28:59 [INFO] [stdout] | [INFO] [stdout] 28 | fn _schemars_private_non_optional_json_schema(gen: &mut $crate::gen::SchemaGenerator) -> $crate::Schema { [INFO] [stdout] | ^^^ expected identifier, found reserved keyword [INFO] [stdout] | [INFO] [stdout] ::: src/json_schema_impls/wrapper.rs:12:1 [INFO] [stdout] | [INFO] [stdout] 12 | wrapper_impl!( JsonSchema for std::rc::Rc); [INFO] [stdout] | -------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `forward_impl` which comes from the expansion of the macro `wrapper_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: escape `gen` to use it as an identifier [INFO] [stdout] | [INFO] [stdout] 28 | fn _schemars_private_non_optional_json_schema(r#gen: &mut $crate::gen::SchemaGenerator) -> $crate::Schema { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected identifier, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/mod.rs:24:28 [INFO] [stdout] | [INFO] [stdout] 24 | fn json_schema(gen: &mut $crate::gen::SchemaGenerator) -> $crate::Schema { [INFO] [stdout] | ^^^ expected identifier, found reserved keyword [INFO] [stdout] | [INFO] [stdout] ::: src/json_schema_impls/wrapper.rs:10:1 [INFO] [stdout] | [INFO] [stdout] 10 | wrapper_impl!(<'a, T: ?Sized> JsonSchema for &'a mut T); [INFO] [stdout] | ------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `forward_impl` which comes from the expansion of the macro `wrapper_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: escape `gen` to use it as an identifier [INFO] [stdout] | [INFO] [stdout] 24 | fn json_schema(r#gen: &mut $crate::gen::SchemaGenerator) -> $crate::Schema { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected identifier, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/mod.rs:28:77 [INFO] [stdout] | [INFO] [stdout] 28 | fn _schemars_private_non_optional_json_schema(gen: &mut $crate::gen::SchemaGenerator) -> $crate::Schema { [INFO] [stdout] | ^^^ expected identifier, found reserved keyword [INFO] [stdout] | [INFO] [stdout] ::: src/json_schema_impls/wrapper.rs:12:1 [INFO] [stdout] | [INFO] [stdout] 12 | wrapper_impl!( JsonSchema for std::rc::Rc); [INFO] [stdout] | -------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `forward_impl` which comes from the expansion of the macro `wrapper_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: escape `gen` to use it as an identifier [INFO] [stdout] | [INFO] [stdout] 28 | fn _schemars_private_non_optional_json_schema(gen: &mut $crate::r#gen::SchemaGenerator) -> $crate::Schema { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected expression, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/mod.rs:29:71 [INFO] [stdout] | [INFO] [stdout] 29 | <$target>::_schemars_private_non_optional_json_schema(gen) [INFO] [stdout] | ^^^ expected expression [INFO] [stdout] | [INFO] [stdout] ::: src/json_schema_impls/wrapper.rs:12:1 [INFO] [stdout] | [INFO] [stdout] 12 | wrapper_impl!( JsonSchema for std::rc::Rc); [INFO] [stdout] | -------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `forward_impl` which comes from the expansion of the macro `wrapper_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected identifier, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/mod.rs:24:46 [INFO] [stdout] | [INFO] [stdout] 24 | fn json_schema(gen: &mut $crate::gen::SchemaGenerator) -> $crate::Schema { [INFO] [stdout] | ^^^ expected identifier, found reserved keyword [INFO] [stdout] | [INFO] [stdout] ::: src/json_schema_impls/wrapper.rs:10:1 [INFO] [stdout] | [INFO] [stdout] 10 | wrapper_impl!(<'a, T: ?Sized> JsonSchema for &'a mut T); [INFO] [stdout] | ------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `forward_impl` which comes from the expansion of the macro `wrapper_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: escape `gen` to use it as an identifier [INFO] [stdout] | [INFO] [stdout] 24 | fn json_schema(gen: &mut $crate::r#gen::SchemaGenerator) -> $crate::Schema { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected expression, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/mod.rs:25:40 [INFO] [stdout] | [INFO] [stdout] 25 | <$target>::json_schema(gen) [INFO] [stdout] | ^^^ expected expression [INFO] [stdout] | [INFO] [stdout] ::: src/json_schema_impls/wrapper.rs:10:1 [INFO] [stdout] | [INFO] [stdout] 10 | wrapper_impl!(<'a, T: ?Sized> JsonSchema for &'a mut T); [INFO] [stdout] | ------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `forward_impl` which comes from the expansion of the macro `wrapper_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected identifier, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/mod.rs:24:28 [INFO] [stdout] | [INFO] [stdout] 24 | fn json_schema(gen: &mut $crate::gen::SchemaGenerator) -> $crate::Schema { [INFO] [stdout] | ^^^ expected identifier, found reserved keyword [INFO] [stdout] | [INFO] [stdout] ::: src/json_schema_impls/wrapper.rs:13:1 [INFO] [stdout] | [INFO] [stdout] 13 | wrapper_impl!( JsonSchema for std::rc::Weak); [INFO] [stdout] | ---------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `forward_impl` which comes from the expansion of the macro `wrapper_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: escape `gen` to use it as an identifier [INFO] [stdout] | [INFO] [stdout] 24 | fn json_schema(r#gen: &mut $crate::gen::SchemaGenerator) -> $crate::Schema { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected identifier, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/mod.rs:24:46 [INFO] [stdout] | [INFO] [stdout] 24 | fn json_schema(gen: &mut $crate::gen::SchemaGenerator) -> $crate::Schema { [INFO] [stdout] | ^^^ expected identifier, found reserved keyword [INFO] [stdout] | [INFO] [stdout] ::: src/json_schema_impls/wrapper.rs:13:1 [INFO] [stdout] | [INFO] [stdout] 13 | wrapper_impl!( JsonSchema for std::rc::Weak); [INFO] [stdout] | ---------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `forward_impl` which comes from the expansion of the macro `wrapper_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: escape `gen` to use it as an identifier [INFO] [stdout] | [INFO] [stdout] 24 | fn json_schema(gen: &mut $crate::r#gen::SchemaGenerator) -> $crate::Schema { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected identifier, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/mod.rs:28:59 [INFO] [stdout] | [INFO] [stdout] 28 | fn _schemars_private_non_optional_json_schema(gen: &mut $crate::gen::SchemaGenerator) -> $crate::Schema { [INFO] [stdout] | ^^^ expected identifier, found reserved keyword [INFO] [stdout] | [INFO] [stdout] ::: src/json_schema_impls/wrapper.rs:10:1 [INFO] [stdout] | [INFO] [stdout] 10 | wrapper_impl!(<'a, T: ?Sized> JsonSchema for &'a mut T); [INFO] [stdout] | ------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `forward_impl` which comes from the expansion of the macro `wrapper_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: escape `gen` to use it as an identifier [INFO] [stdout] | [INFO] [stdout] 28 | fn _schemars_private_non_optional_json_schema(r#gen: &mut $crate::gen::SchemaGenerator) -> $crate::Schema { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected expression, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/mod.rs:25:40 [INFO] [stdout] | [INFO] [stdout] 25 | <$target>::json_schema(gen) [INFO] [stdout] | ^^^ expected expression [INFO] [stdout] | [INFO] [stdout] ::: src/json_schema_impls/wrapper.rs:13:1 [INFO] [stdout] | [INFO] [stdout] 13 | wrapper_impl!( JsonSchema for std::rc::Weak); [INFO] [stdout] | ---------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `forward_impl` which comes from the expansion of the macro `wrapper_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected identifier, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/mod.rs:28:77 [INFO] [stdout] | [INFO] [stdout] 28 | fn _schemars_private_non_optional_json_schema(gen: &mut $crate::gen::SchemaGenerator) -> $crate::Schema { [INFO] [stdout] | ^^^ expected identifier, found reserved keyword [INFO] [stdout] | [INFO] [stdout] ::: src/json_schema_impls/wrapper.rs:10:1 [INFO] [stdout] | [INFO] [stdout] 10 | wrapper_impl!(<'a, T: ?Sized> JsonSchema for &'a mut T); [INFO] [stdout] | ------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `forward_impl` which comes from the expansion of the macro `wrapper_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: escape `gen` to use it as an identifier [INFO] [stdout] | [INFO] [stdout] 28 | fn _schemars_private_non_optional_json_schema(gen: &mut $crate::r#gen::SchemaGenerator) -> $crate::Schema { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected expression, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/mod.rs:29:71 [INFO] [stdout] | [INFO] [stdout] 29 | <$target>::_schemars_private_non_optional_json_schema(gen) [INFO] [stdout] | ^^^ expected expression [INFO] [stdout] | [INFO] [stdout] ::: src/json_schema_impls/wrapper.rs:10:1 [INFO] [stdout] | [INFO] [stdout] 10 | wrapper_impl!(<'a, T: ?Sized> JsonSchema for &'a mut T); [INFO] [stdout] | ------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `forward_impl` which comes from the expansion of the macro `wrapper_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected identifier, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/mod.rs:28:59 [INFO] [stdout] | [INFO] [stdout] 28 | fn _schemars_private_non_optional_json_schema(gen: &mut $crate::gen::SchemaGenerator) -> $crate::Schema { [INFO] [stdout] | ^^^ expected identifier, found reserved keyword [INFO] [stdout] | [INFO] [stdout] ::: src/json_schema_impls/wrapper.rs:13:1 [INFO] [stdout] | [INFO] [stdout] 13 | wrapper_impl!( JsonSchema for std::rc::Weak); [INFO] [stdout] | ---------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `forward_impl` which comes from the expansion of the macro `wrapper_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: escape `gen` to use it as an identifier [INFO] [stdout] | [INFO] [stdout] 28 | fn _schemars_private_non_optional_json_schema(r#gen: &mut $crate::gen::SchemaGenerator) -> $crate::Schema { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected identifier, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/mod.rs:24:28 [INFO] [stdout] | [INFO] [stdout] 24 | fn json_schema(gen: &mut $crate::gen::SchemaGenerator) -> $crate::Schema { [INFO] [stdout] | ^^^ expected identifier, found reserved keyword [INFO] [stdout] | [INFO] [stdout] ::: src/json_schema_impls/wrapper.rs:11:1 [INFO] [stdout] | [INFO] [stdout] 11 | wrapper_impl!( JsonSchema for Box); [INFO] [stdout] | ------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `forward_impl` which comes from the expansion of the macro `wrapper_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: escape `gen` to use it as an identifier [INFO] [stdout] | [INFO] [stdout] 24 | fn json_schema(r#gen: &mut $crate::gen::SchemaGenerator) -> $crate::Schema { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected identifier, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/mod.rs:28:77 [INFO] [stdout] | [INFO] [stdout] 28 | fn _schemars_private_non_optional_json_schema(gen: &mut $crate::gen::SchemaGenerator) -> $crate::Schema { [INFO] [stdout] | ^^^ expected identifier, found reserved keyword [INFO] [stdout] | [INFO] [stdout] ::: src/json_schema_impls/wrapper.rs:13:1 [INFO] [stdout] | [INFO] [stdout] 13 | wrapper_impl!( JsonSchema for std::rc::Weak); [INFO] [stdout] | ---------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `forward_impl` which comes from the expansion of the macro `wrapper_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: escape `gen` to use it as an identifier [INFO] [stdout] | [INFO] [stdout] 28 | fn _schemars_private_non_optional_json_schema(gen: &mut $crate::r#gen::SchemaGenerator) -> $crate::Schema { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected expression, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/mod.rs:29:71 [INFO] [stdout] | [INFO] [stdout] 29 | <$target>::_schemars_private_non_optional_json_schema(gen) [INFO] [stdout] | ^^^ expected expression [INFO] [stdout] | [INFO] [stdout] ::: src/json_schema_impls/wrapper.rs:13:1 [INFO] [stdout] | [INFO] [stdout] 13 | wrapper_impl!( JsonSchema for std::rc::Weak); [INFO] [stdout] | ---------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `forward_impl` which comes from the expansion of the macro `wrapper_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected identifier, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/mod.rs:24:46 [INFO] [stdout] | [INFO] [stdout] 24 | fn json_schema(gen: &mut $crate::gen::SchemaGenerator) -> $crate::Schema { [INFO] [stdout] | ^^^ expected identifier, found reserved keyword [INFO] [stdout] | [INFO] [stdout] ::: src/json_schema_impls/wrapper.rs:11:1 [INFO] [stdout] | [INFO] [stdout] 11 | wrapper_impl!( JsonSchema for Box); [INFO] [stdout] | ------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `forward_impl` which comes from the expansion of the macro `wrapper_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: escape `gen` to use it as an identifier [INFO] [stdout] | [INFO] [stdout] 24 | fn json_schema(gen: &mut $crate::r#gen::SchemaGenerator) -> $crate::Schema { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected identifier, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/mod.rs:24:28 [INFO] [stdout] | [INFO] [stdout] 24 | fn json_schema(gen: &mut $crate::gen::SchemaGenerator) -> $crate::Schema { [INFO] [stdout] | ^^^ expected identifier, found reserved keyword [INFO] [stdout] | [INFO] [stdout] ::: src/json_schema_impls/wrapper.rs:14:1 [INFO] [stdout] | [INFO] [stdout] 14 | wrapper_impl!( JsonSchema for std::sync::Arc); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `forward_impl` which comes from the expansion of the macro `wrapper_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: escape `gen` to use it as an identifier [INFO] [stdout] | [INFO] [stdout] 24 | fn json_schema(r#gen: &mut $crate::gen::SchemaGenerator) -> $crate::Schema { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected expression, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/mod.rs:25:40 [INFO] [stdout] | [INFO] [stdout] 25 | <$target>::json_schema(gen) [INFO] [stdout] | ^^^ expected expression [INFO] [stdout] | [INFO] [stdout] ::: src/json_schema_impls/wrapper.rs:11:1 [INFO] [stdout] | [INFO] [stdout] 11 | wrapper_impl!( JsonSchema for Box); [INFO] [stdout] | ------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `forward_impl` which comes from the expansion of the macro `wrapper_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected identifier, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/mod.rs:24:46 [INFO] [stdout] | [INFO] [stdout] 24 | fn json_schema(gen: &mut $crate::gen::SchemaGenerator) -> $crate::Schema { [INFO] [stdout] | ^^^ expected identifier, found reserved keyword [INFO] [stdout] | [INFO] [stdout] ::: src/json_schema_impls/wrapper.rs:14:1 [INFO] [stdout] | [INFO] [stdout] 14 | wrapper_impl!( JsonSchema for std::sync::Arc); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `forward_impl` which comes from the expansion of the macro `wrapper_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: escape `gen` to use it as an identifier [INFO] [stdout] | [INFO] [stdout] 24 | fn json_schema(gen: &mut $crate::r#gen::SchemaGenerator) -> $crate::Schema { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected identifier, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/mod.rs:28:59 [INFO] [stdout] | [INFO] [stdout] 28 | fn _schemars_private_non_optional_json_schema(gen: &mut $crate::gen::SchemaGenerator) -> $crate::Schema { [INFO] [stdout] | ^^^ expected identifier, found reserved keyword [INFO] [stdout] | [INFO] [stdout] ::: src/json_schema_impls/wrapper.rs:11:1 [INFO] [stdout] | [INFO] [stdout] 11 | wrapper_impl!( JsonSchema for Box); [INFO] [stdout] | ------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `forward_impl` which comes from the expansion of the macro `wrapper_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: escape `gen` to use it as an identifier [INFO] [stdout] | [INFO] [stdout] 28 | fn _schemars_private_non_optional_json_schema(r#gen: &mut $crate::gen::SchemaGenerator) -> $crate::Schema { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected expression, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/mod.rs:25:40 [INFO] [stdout] | [INFO] [stdout] 25 | <$target>::json_schema(gen) [INFO] [stdout] | ^^^ expected expression [INFO] [stdout] | [INFO] [stdout] ::: src/json_schema_impls/wrapper.rs:14:1 [INFO] [stdout] | [INFO] [stdout] 14 | wrapper_impl!( JsonSchema for std::sync::Arc); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `forward_impl` which comes from the expansion of the macro `wrapper_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected identifier, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/mod.rs:28:77 [INFO] [stdout] | [INFO] [stdout] 28 | fn _schemars_private_non_optional_json_schema(gen: &mut $crate::gen::SchemaGenerator) -> $crate::Schema { [INFO] [stdout] | ^^^ expected identifier, found reserved keyword [INFO] [stdout] | [INFO] [stdout] ::: src/json_schema_impls/wrapper.rs:11:1 [INFO] [stdout] | [INFO] [stdout] 11 | wrapper_impl!( JsonSchema for Box); [INFO] [stdout] | ------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `forward_impl` which comes from the expansion of the macro `wrapper_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: escape `gen` to use it as an identifier [INFO] [stdout] | [INFO] [stdout] 28 | fn _schemars_private_non_optional_json_schema(gen: &mut $crate::r#gen::SchemaGenerator) -> $crate::Schema { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected identifier, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/mod.rs:28:59 [INFO] [stdout] | [INFO] [stdout] 28 | fn _schemars_private_non_optional_json_schema(gen: &mut $crate::gen::SchemaGenerator) -> $crate::Schema { [INFO] [stdout] | ^^^ expected identifier, found reserved keyword [INFO] [stdout] | [INFO] [stdout] ::: src/json_schema_impls/wrapper.rs:14:1 [INFO] [stdout] | [INFO] [stdout] 14 | wrapper_impl!( JsonSchema for std::sync::Arc); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `forward_impl` which comes from the expansion of the macro `wrapper_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: escape `gen` to use it as an identifier [INFO] [stdout] | [INFO] [stdout] 28 | fn _schemars_private_non_optional_json_schema(r#gen: &mut $crate::gen::SchemaGenerator) -> $crate::Schema { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected expression, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/mod.rs:29:71 [INFO] [stdout] | [INFO] [stdout] 29 | <$target>::_schemars_private_non_optional_json_schema(gen) [INFO] [stdout] | ^^^ expected expression [INFO] [stdout] | [INFO] [stdout] ::: src/json_schema_impls/wrapper.rs:11:1 [INFO] [stdout] | [INFO] [stdout] 11 | wrapper_impl!( JsonSchema for Box); [INFO] [stdout] | ------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `forward_impl` which comes from the expansion of the macro `wrapper_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected identifier, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/mod.rs:28:77 [INFO] [stdout] | [INFO] [stdout] 28 | fn _schemars_private_non_optional_json_schema(gen: &mut $crate::gen::SchemaGenerator) -> $crate::Schema { [INFO] [stdout] | ^^^ expected identifier, found reserved keyword [INFO] [stdout] | [INFO] [stdout] ::: src/json_schema_impls/wrapper.rs:14:1 [INFO] [stdout] | [INFO] [stdout] 14 | wrapper_impl!( JsonSchema for std::sync::Arc); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `forward_impl` which comes from the expansion of the macro `wrapper_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: escape `gen` to use it as an identifier [INFO] [stdout] | [INFO] [stdout] 28 | fn _schemars_private_non_optional_json_schema(gen: &mut $crate::r#gen::SchemaGenerator) -> $crate::Schema { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected identifier, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/mod.rs:24:28 [INFO] [stdout] | [INFO] [stdout] 24 | fn json_schema(gen: &mut $crate::gen::SchemaGenerator) -> $crate::Schema { [INFO] [stdout] | ^^^ expected identifier, found reserved keyword [INFO] [stdout] | [INFO] [stdout] ::: src/json_schema_impls/wrapper.rs:12:1 [INFO] [stdout] | [INFO] [stdout] 12 | wrapper_impl!( JsonSchema for std::rc::Rc); [INFO] [stdout] | -------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `forward_impl` which comes from the expansion of the macro `wrapper_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: escape `gen` to use it as an identifier [INFO] [stdout] | [INFO] [stdout] 24 | fn json_schema(r#gen: &mut $crate::gen::SchemaGenerator) -> $crate::Schema { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected expression, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/mod.rs:29:71 [INFO] [stdout] | [INFO] [stdout] 29 | <$target>::_schemars_private_non_optional_json_schema(gen) [INFO] [stdout] | ^^^ expected expression [INFO] [stdout] | [INFO] [stdout] ::: src/json_schema_impls/wrapper.rs:14:1 [INFO] [stdout] | [INFO] [stdout] 14 | wrapper_impl!( JsonSchema for std::sync::Arc); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `forward_impl` which comes from the expansion of the macro `wrapper_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected identifier, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/mod.rs:24:46 [INFO] [stdout] | [INFO] [stdout] 24 | fn json_schema(gen: &mut $crate::gen::SchemaGenerator) -> $crate::Schema { [INFO] [stdout] | ^^^ expected identifier, found reserved keyword [INFO] [stdout] | [INFO] [stdout] ::: src/json_schema_impls/wrapper.rs:12:1 [INFO] [stdout] | [INFO] [stdout] 12 | wrapper_impl!( JsonSchema for std::rc::Rc); [INFO] [stdout] | -------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `forward_impl` which comes from the expansion of the macro `wrapper_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: escape `gen` to use it as an identifier [INFO] [stdout] | [INFO] [stdout] 24 | fn json_schema(gen: &mut $crate::r#gen::SchemaGenerator) -> $crate::Schema { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected identifier, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/mod.rs:24:28 [INFO] [stdout] | [INFO] [stdout] 24 | fn json_schema(gen: &mut $crate::gen::SchemaGenerator) -> $crate::Schema { [INFO] [stdout] | ^^^ expected identifier, found reserved keyword [INFO] [stdout] | [INFO] [stdout] ::: src/json_schema_impls/wrapper.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | wrapper_impl!( JsonSchema for std::sync::Weak); [INFO] [stdout] | ------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `forward_impl` which comes from the expansion of the macro `wrapper_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: escape `gen` to use it as an identifier [INFO] [stdout] | [INFO] [stdout] 24 | fn json_schema(r#gen: &mut $crate::gen::SchemaGenerator) -> $crate::Schema { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected expression, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/mod.rs:25:40 [INFO] [stdout] | [INFO] [stdout] 25 | <$target>::json_schema(gen) [INFO] [stdout] | ^^^ expected expression [INFO] [stdout] | [INFO] [stdout] ::: src/json_schema_impls/wrapper.rs:12:1 [INFO] [stdout] | [INFO] [stdout] 12 | wrapper_impl!( JsonSchema for std::rc::Rc); [INFO] [stdout] | -------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `forward_impl` which comes from the expansion of the macro `wrapper_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected identifier, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/mod.rs:28:59 [INFO] [stdout] | [INFO] [stdout] 28 | fn _schemars_private_non_optional_json_schema(gen: &mut $crate::gen::SchemaGenerator) -> $crate::Schema { [INFO] [stdout] | ^^^ expected identifier, found reserved keyword [INFO] [stdout] | [INFO] [stdout] ::: src/json_schema_impls/wrapper.rs:12:1 [INFO] [stdout] | [INFO] [stdout] 12 | wrapper_impl!( JsonSchema for std::rc::Rc); [INFO] [stdout] | -------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `forward_impl` which comes from the expansion of the macro `wrapper_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: escape `gen` to use it as an identifier [INFO] [stdout] | [INFO] [stdout] 28 | fn _schemars_private_non_optional_json_schema(r#gen: &mut $crate::gen::SchemaGenerator) -> $crate::Schema { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected identifier, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/mod.rs:24:46 [INFO] [stdout] | [INFO] [stdout] 24 | fn json_schema(gen: &mut $crate::gen::SchemaGenerator) -> $crate::Schema { [INFO] [stdout] | ^^^ expected identifier, found reserved keyword [INFO] [stdout] | [INFO] [stdout] ::: src/json_schema_impls/wrapper.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | wrapper_impl!( JsonSchema for std::sync::Weak); [INFO] [stdout] | ------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `forward_impl` which comes from the expansion of the macro `wrapper_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: escape `gen` to use it as an identifier [INFO] [stdout] | [INFO] [stdout] 24 | fn json_schema(gen: &mut $crate::r#gen::SchemaGenerator) -> $crate::Schema { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected expression, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/mod.rs:25:40 [INFO] [stdout] | [INFO] [stdout] 25 | <$target>::json_schema(gen) [INFO] [stdout] | ^^^ expected expression [INFO] [stdout] | [INFO] [stdout] ::: src/json_schema_impls/wrapper.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | wrapper_impl!( JsonSchema for std::sync::Weak); [INFO] [stdout] | ------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `forward_impl` which comes from the expansion of the macro `wrapper_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected identifier, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/mod.rs:28:77 [INFO] [stdout] | [INFO] [stdout] 28 | fn _schemars_private_non_optional_json_schema(gen: &mut $crate::gen::SchemaGenerator) -> $crate::Schema { [INFO] [stdout] | ^^^ expected identifier, found reserved keyword [INFO] [stdout] | [INFO] [stdout] ::: src/json_schema_impls/wrapper.rs:12:1 [INFO] [stdout] | [INFO] [stdout] 12 | wrapper_impl!( JsonSchema for std::rc::Rc); [INFO] [stdout] | -------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `forward_impl` which comes from the expansion of the macro `wrapper_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: escape `gen` to use it as an identifier [INFO] [stdout] | [INFO] [stdout] 28 | fn _schemars_private_non_optional_json_schema(gen: &mut $crate::r#gen::SchemaGenerator) -> $crate::Schema { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected expression, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/mod.rs:29:71 [INFO] [stdout] | [INFO] [stdout] 29 | <$target>::_schemars_private_non_optional_json_schema(gen) [INFO] [stdout] | ^^^ expected expression [INFO] [stdout] | [INFO] [stdout] ::: src/json_schema_impls/wrapper.rs:12:1 [INFO] [stdout] | [INFO] [stdout] 12 | wrapper_impl!( JsonSchema for std::rc::Rc); [INFO] [stdout] | -------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `forward_impl` which comes from the expansion of the macro `wrapper_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected identifier, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/mod.rs:28:59 [INFO] [stdout] | [INFO] [stdout] 28 | fn _schemars_private_non_optional_json_schema(gen: &mut $crate::gen::SchemaGenerator) -> $crate::Schema { [INFO] [stdout] | ^^^ expected identifier, found reserved keyword [INFO] [stdout] | [INFO] [stdout] ::: src/json_schema_impls/wrapper.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | wrapper_impl!( JsonSchema for std::sync::Weak); [INFO] [stdout] | ------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `forward_impl` which comes from the expansion of the macro `wrapper_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: escape `gen` to use it as an identifier [INFO] [stdout] | [INFO] [stdout] 28 | fn _schemars_private_non_optional_json_schema(r#gen: &mut $crate::gen::SchemaGenerator) -> $crate::Schema { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected identifier, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/mod.rs:24:28 [INFO] [stdout] | [INFO] [stdout] 24 | fn json_schema(gen: &mut $crate::gen::SchemaGenerator) -> $crate::Schema { [INFO] [stdout] | ^^^ expected identifier, found reserved keyword [INFO] [stdout] | [INFO] [stdout] ::: src/json_schema_impls/wrapper.rs:13:1 [INFO] [stdout] | [INFO] [stdout] 13 | wrapper_impl!( JsonSchema for std::rc::Weak); [INFO] [stdout] | ---------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `forward_impl` which comes from the expansion of the macro `wrapper_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: escape `gen` to use it as an identifier [INFO] [stdout] | [INFO] [stdout] 24 | fn json_schema(r#gen: &mut $crate::gen::SchemaGenerator) -> $crate::Schema { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected identifier, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/mod.rs:28:77 [INFO] [stdout] | [INFO] [stdout] 28 | fn _schemars_private_non_optional_json_schema(gen: &mut $crate::gen::SchemaGenerator) -> $crate::Schema { [INFO] [stdout] | ^^^ expected identifier, found reserved keyword [INFO] [stdout] | [INFO] [stdout] ::: src/json_schema_impls/wrapper.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | wrapper_impl!( JsonSchema for std::sync::Weak); [INFO] [stdout] | ------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `forward_impl` which comes from the expansion of the macro `wrapper_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: escape `gen` to use it as an identifier [INFO] [stdout] | [INFO] [stdout] 28 | fn _schemars_private_non_optional_json_schema(gen: &mut $crate::r#gen::SchemaGenerator) -> $crate::Schema { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected expression, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/mod.rs:29:71 [INFO] [stdout] | [INFO] [stdout] 29 | <$target>::_schemars_private_non_optional_json_schema(gen) [INFO] [stdout] | ^^^ expected expression [INFO] [stdout] | [INFO] [stdout] ::: src/json_schema_impls/wrapper.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | wrapper_impl!( JsonSchema for std::sync::Weak); [INFO] [stdout] | ------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `forward_impl` which comes from the expansion of the macro `wrapper_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected identifier, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/mod.rs:24:46 [INFO] [stdout] | [INFO] [stdout] 24 | fn json_schema(gen: &mut $crate::gen::SchemaGenerator) -> $crate::Schema { [INFO] [stdout] | ^^^ expected identifier, found reserved keyword [INFO] [stdout] | [INFO] [stdout] ::: src/json_schema_impls/wrapper.rs:13:1 [INFO] [stdout] | [INFO] [stdout] 13 | wrapper_impl!( JsonSchema for std::rc::Weak); [INFO] [stdout] | ---------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `forward_impl` which comes from the expansion of the macro `wrapper_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: escape `gen` to use it as an identifier [INFO] [stdout] | [INFO] [stdout] 24 | fn json_schema(gen: &mut $crate::r#gen::SchemaGenerator) -> $crate::Schema { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected expression, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/mod.rs:25:40 [INFO] [stdout] | [INFO] [stdout] 25 | <$target>::json_schema(gen) [INFO] [stdout] | ^^^ expected expression [INFO] [stdout] | [INFO] [stdout] ::: src/json_schema_impls/wrapper.rs:13:1 [INFO] [stdout] | [INFO] [stdout] 13 | wrapper_impl!( JsonSchema for std::rc::Weak); [INFO] [stdout] | ---------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `forward_impl` which comes from the expansion of the macro `wrapper_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected identifier, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/mod.rs:24:28 [INFO] [stdout] | [INFO] [stdout] 24 | fn json_schema(gen: &mut $crate::gen::SchemaGenerator) -> $crate::Schema { [INFO] [stdout] | ^^^ expected identifier, found reserved keyword [INFO] [stdout] | [INFO] [stdout] ::: src/json_schema_impls/wrapper.rs:16:1 [INFO] [stdout] | [INFO] [stdout] 16 | wrapper_impl!( JsonSchema for std::sync::Mutex); [INFO] [stdout] | ------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `forward_impl` which comes from the expansion of the macro `wrapper_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: escape `gen` to use it as an identifier [INFO] [stdout] | [INFO] [stdout] 24 | fn json_schema(r#gen: &mut $crate::gen::SchemaGenerator) -> $crate::Schema { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected identifier, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/mod.rs:24:46 [INFO] [stdout] | [INFO] [stdout] 24 | fn json_schema(gen: &mut $crate::gen::SchemaGenerator) -> $crate::Schema { [INFO] [stdout] | ^^^ expected identifier, found reserved keyword [INFO] [stdout] | [INFO] [stdout] ::: src/json_schema_impls/wrapper.rs:16:1 [INFO] [stdout] | [INFO] [stdout] 16 | wrapper_impl!( JsonSchema for std::sync::Mutex); [INFO] [stdout] | ------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `forward_impl` which comes from the expansion of the macro `wrapper_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: escape `gen` to use it as an identifier [INFO] [stdout] | [INFO] [stdout] 24 | fn json_schema(gen: &mut $crate::r#gen::SchemaGenerator) -> $crate::Schema { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected identifier, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/mod.rs:28:59 [INFO] [stdout] | [INFO] [stdout] 28 | fn _schemars_private_non_optional_json_schema(gen: &mut $crate::gen::SchemaGenerator) -> $crate::Schema { [INFO] [stdout] | ^^^ expected identifier, found reserved keyword [INFO] [stdout] | [INFO] [stdout] ::: src/json_schema_impls/wrapper.rs:13:1 [INFO] [stdout] | [INFO] [stdout] 13 | wrapper_impl!( JsonSchema for std::rc::Weak); [INFO] [stdout] | ---------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `forward_impl` which comes from the expansion of the macro `wrapper_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: escape `gen` to use it as an identifier [INFO] [stdout] | [INFO] [stdout] 28 | fn _schemars_private_non_optional_json_schema(r#gen: &mut $crate::gen::SchemaGenerator) -> $crate::Schema { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected expression, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/mod.rs:25:40 [INFO] [stdout] | [INFO] [stdout] 25 | <$target>::json_schema(gen) [INFO] [stdout] | ^^^ expected expression [INFO] [stdout] | [INFO] [stdout] ::: src/json_schema_impls/wrapper.rs:16:1 [INFO] [stdout] | [INFO] [stdout] 16 | wrapper_impl!( JsonSchema for std::sync::Mutex); [INFO] [stdout] | ------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `forward_impl` which comes from the expansion of the macro `wrapper_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected identifier, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/mod.rs:28:77 [INFO] [stdout] | [INFO] [stdout] 28 | fn _schemars_private_non_optional_json_schema(gen: &mut $crate::gen::SchemaGenerator) -> $crate::Schema { [INFO] [stdout] | ^^^ expected identifier, found reserved keyword [INFO] [stdout] | [INFO] [stdout] ::: src/json_schema_impls/wrapper.rs:13:1 [INFO] [stdout] | [INFO] [stdout] 13 | wrapper_impl!( JsonSchema for std::rc::Weak); [INFO] [stdout] | ---------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `forward_impl` which comes from the expansion of the macro `wrapper_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: escape `gen` to use it as an identifier [INFO] [stdout] | [INFO] [stdout] 28 | fn _schemars_private_non_optional_json_schema(gen: &mut $crate::r#gen::SchemaGenerator) -> $crate::Schema { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected expression, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/mod.rs:29:71 [INFO] [stdout] | [INFO] [stdout] 29 | <$target>::_schemars_private_non_optional_json_schema(gen) [INFO] [stdout] | ^^^ expected expression [INFO] [stdout] | [INFO] [stdout] ::: src/json_schema_impls/wrapper.rs:13:1 [INFO] [stdout] | [INFO] [stdout] 13 | wrapper_impl!( JsonSchema for std::rc::Weak); [INFO] [stdout] | ---------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `forward_impl` which comes from the expansion of the macro `wrapper_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected identifier, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/mod.rs:28:59 [INFO] [stdout] | [INFO] [stdout] 28 | fn _schemars_private_non_optional_json_schema(gen: &mut $crate::gen::SchemaGenerator) -> $crate::Schema { [INFO] [stdout] | ^^^ expected identifier, found reserved keyword [INFO] [stdout] | [INFO] [stdout] ::: src/json_schema_impls/wrapper.rs:16:1 [INFO] [stdout] | [INFO] [stdout] 16 | wrapper_impl!( JsonSchema for std::sync::Mutex); [INFO] [stdout] | ------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `forward_impl` which comes from the expansion of the macro `wrapper_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: escape `gen` to use it as an identifier [INFO] [stdout] | [INFO] [stdout] 28 | fn _schemars_private_non_optional_json_schema(r#gen: &mut $crate::gen::SchemaGenerator) -> $crate::Schema { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected identifier, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/mod.rs:24:28 [INFO] [stdout] | [INFO] [stdout] 24 | fn json_schema(gen: &mut $crate::gen::SchemaGenerator) -> $crate::Schema { [INFO] [stdout] | ^^^ expected identifier, found reserved keyword [INFO] [stdout] | [INFO] [stdout] ::: src/json_schema_impls/wrapper.rs:14:1 [INFO] [stdout] | [INFO] [stdout] 14 | wrapper_impl!( JsonSchema for std::sync::Arc); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `forward_impl` which comes from the expansion of the macro `wrapper_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: escape `gen` to use it as an identifier [INFO] [stdout] | [INFO] [stdout] 24 | fn json_schema(r#gen: &mut $crate::gen::SchemaGenerator) -> $crate::Schema { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected identifier, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/mod.rs:28:77 [INFO] [stdout] | [INFO] [stdout] 28 | fn _schemars_private_non_optional_json_schema(gen: &mut $crate::gen::SchemaGenerator) -> $crate::Schema { [INFO] [stdout] | ^^^ expected identifier, found reserved keyword [INFO] [stdout] | [INFO] [stdout] ::: src/json_schema_impls/wrapper.rs:16:1 [INFO] [stdout] | [INFO] [stdout] 16 | wrapper_impl!( JsonSchema for std::sync::Mutex); [INFO] [stdout] | ------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `forward_impl` which comes from the expansion of the macro `wrapper_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: escape `gen` to use it as an identifier [INFO] [stdout] | [INFO] [stdout] 28 | fn _schemars_private_non_optional_json_schema(gen: &mut $crate::r#gen::SchemaGenerator) -> $crate::Schema { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected identifier, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/mod.rs:24:46 [INFO] [stdout] | [INFO] [stdout] 24 | fn json_schema(gen: &mut $crate::gen::SchemaGenerator) -> $crate::Schema { [INFO] [stdout] | ^^^ expected identifier, found reserved keyword [INFO] [stdout] | [INFO] [stdout] ::: src/json_schema_impls/wrapper.rs:14:1 [INFO] [stdout] | [INFO] [stdout] 14 | wrapper_impl!( JsonSchema for std::sync::Arc); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `forward_impl` which comes from the expansion of the macro `wrapper_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: escape `gen` to use it as an identifier [INFO] [stdout] | [INFO] [stdout] 24 | fn json_schema(gen: &mut $crate::r#gen::SchemaGenerator) -> $crate::Schema { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected expression, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/mod.rs:29:71 [INFO] [stdout] | [INFO] [stdout] 29 | <$target>::_schemars_private_non_optional_json_schema(gen) [INFO] [stdout] | ^^^ expected expression [INFO] [stdout] | [INFO] [stdout] ::: src/json_schema_impls/wrapper.rs:16:1 [INFO] [stdout] | [INFO] [stdout] 16 | wrapper_impl!( JsonSchema for std::sync::Mutex); [INFO] [stdout] | ------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `forward_impl` which comes from the expansion of the macro `wrapper_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected expression, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/mod.rs:25:40 [INFO] [stdout] | [INFO] [stdout] 25 | <$target>::json_schema(gen) [INFO] [stdout] | ^^^ expected expression [INFO] [stdout] | [INFO] [stdout] ::: src/json_schema_impls/wrapper.rs:14:1 [INFO] [stdout] | [INFO] [stdout] 14 | wrapper_impl!( JsonSchema for std::sync::Arc); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `forward_impl` which comes from the expansion of the macro `wrapper_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected identifier, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/mod.rs:24:28 [INFO] [stdout] | [INFO] [stdout] 24 | fn json_schema(gen: &mut $crate::gen::SchemaGenerator) -> $crate::Schema { [INFO] [stdout] | ^^^ expected identifier, found reserved keyword [INFO] [stdout] | [INFO] [stdout] ::: src/json_schema_impls/wrapper.rs:17:1 [INFO] [stdout] | [INFO] [stdout] 17 | wrapper_impl!( JsonSchema for std::sync::RwLock); [INFO] [stdout] | -------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `forward_impl` which comes from the expansion of the macro `wrapper_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: escape `gen` to use it as an identifier [INFO] [stdout] | [INFO] [stdout] 24 | fn json_schema(r#gen: &mut $crate::gen::SchemaGenerator) -> $crate::Schema { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected identifier, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/mod.rs:28:59 [INFO] [stdout] | [INFO] [stdout] 28 | fn _schemars_private_non_optional_json_schema(gen: &mut $crate::gen::SchemaGenerator) -> $crate::Schema { [INFO] [stdout] | ^^^ expected identifier, found reserved keyword [INFO] [stdout] | [INFO] [stdout] ::: src/json_schema_impls/wrapper.rs:14:1 [INFO] [stdout] | [INFO] [stdout] 14 | wrapper_impl!( JsonSchema for std::sync::Arc); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `forward_impl` which comes from the expansion of the macro `wrapper_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: escape `gen` to use it as an identifier [INFO] [stdout] | [INFO] [stdout] 28 | fn _schemars_private_non_optional_json_schema(r#gen: &mut $crate::gen::SchemaGenerator) -> $crate::Schema { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected identifier, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/mod.rs:24:46 [INFO] [stdout] | [INFO] [stdout] 24 | fn json_schema(gen: &mut $crate::gen::SchemaGenerator) -> $crate::Schema { [INFO] [stdout] | ^^^ expected identifier, found reserved keyword [INFO] [stdout] | [INFO] [stdout] ::: src/json_schema_impls/wrapper.rs:17:1 [INFO] [stdout] | [INFO] [stdout] 17 | wrapper_impl!( JsonSchema for std::sync::RwLock); [INFO] [stdout] | -------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `forward_impl` which comes from the expansion of the macro `wrapper_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: escape `gen` to use it as an identifier [INFO] [stdout] | [INFO] [stdout] 24 | fn json_schema(gen: &mut $crate::r#gen::SchemaGenerator) -> $crate::Schema { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected identifier, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/mod.rs:28:77 [INFO] [stdout] | [INFO] [stdout] 28 | fn _schemars_private_non_optional_json_schema(gen: &mut $crate::gen::SchemaGenerator) -> $crate::Schema { [INFO] [stdout] | ^^^ expected identifier, found reserved keyword [INFO] [stdout] | [INFO] [stdout] ::: src/json_schema_impls/wrapper.rs:14:1 [INFO] [stdout] | [INFO] [stdout] 14 | wrapper_impl!( JsonSchema for std::sync::Arc); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `forward_impl` which comes from the expansion of the macro `wrapper_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: escape `gen` to use it as an identifier [INFO] [stdout] | [INFO] [stdout] 28 | fn _schemars_private_non_optional_json_schema(gen: &mut $crate::r#gen::SchemaGenerator) -> $crate::Schema { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected expression, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/mod.rs:25:40 [INFO] [stdout] | [INFO] [stdout] 25 | <$target>::json_schema(gen) [INFO] [stdout] | ^^^ expected expression [INFO] [stdout] | [INFO] [stdout] ::: src/json_schema_impls/wrapper.rs:17:1 [INFO] [stdout] | [INFO] [stdout] 17 | wrapper_impl!( JsonSchema for std::sync::RwLock); [INFO] [stdout] | -------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `forward_impl` which comes from the expansion of the macro `wrapper_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected expression, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/mod.rs:29:71 [INFO] [stdout] | [INFO] [stdout] 29 | <$target>::_schemars_private_non_optional_json_schema(gen) [INFO] [stdout] | ^^^ expected expression [INFO] [stdout] | [INFO] [stdout] ::: src/json_schema_impls/wrapper.rs:14:1 [INFO] [stdout] | [INFO] [stdout] 14 | wrapper_impl!( JsonSchema for std::sync::Arc); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `forward_impl` which comes from the expansion of the macro `wrapper_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected identifier, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/mod.rs:28:59 [INFO] [stdout] | [INFO] [stdout] 28 | fn _schemars_private_non_optional_json_schema(gen: &mut $crate::gen::SchemaGenerator) -> $crate::Schema { [INFO] [stdout] | ^^^ expected identifier, found reserved keyword [INFO] [stdout] | [INFO] [stdout] ::: src/json_schema_impls/wrapper.rs:17:1 [INFO] [stdout] | [INFO] [stdout] 17 | wrapper_impl!( JsonSchema for std::sync::RwLock); [INFO] [stdout] | -------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `forward_impl` which comes from the expansion of the macro `wrapper_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: escape `gen` to use it as an identifier [INFO] [stdout] | [INFO] [stdout] 28 | fn _schemars_private_non_optional_json_schema(r#gen: &mut $crate::gen::SchemaGenerator) -> $crate::Schema { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected identifier, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/mod.rs:28:77 [INFO] [stdout] | [INFO] [stdout] 28 | fn _schemars_private_non_optional_json_schema(gen: &mut $crate::gen::SchemaGenerator) -> $crate::Schema { [INFO] [stdout] | ^^^ expected identifier, found reserved keyword [INFO] [stdout] | [INFO] [stdout] ::: src/json_schema_impls/wrapper.rs:17:1 [INFO] [stdout] | [INFO] [stdout] 17 | wrapper_impl!( JsonSchema for std::sync::RwLock); [INFO] [stdout] | -------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `forward_impl` which comes from the expansion of the macro `wrapper_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: escape `gen` to use it as an identifier [INFO] [stdout] | [INFO] [stdout] 28 | fn _schemars_private_non_optional_json_schema(gen: &mut $crate::r#gen::SchemaGenerator) -> $crate::Schema { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected identifier, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/mod.rs:24:28 [INFO] [stdout] | [INFO] [stdout] 24 | fn json_schema(gen: &mut $crate::gen::SchemaGenerator) -> $crate::Schema { [INFO] [stdout] | ^^^ expected identifier, found reserved keyword [INFO] [stdout] | [INFO] [stdout] ::: src/json_schema_impls/wrapper.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | wrapper_impl!( JsonSchema for std::sync::Weak); [INFO] [stdout] | ------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `forward_impl` which comes from the expansion of the macro `wrapper_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: escape `gen` to use it as an identifier [INFO] [stdout] | [INFO] [stdout] 24 | fn json_schema(r#gen: &mut $crate::gen::SchemaGenerator) -> $crate::Schema { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected expression, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/mod.rs:29:71 [INFO] [stdout] | [INFO] [stdout] 29 | <$target>::_schemars_private_non_optional_json_schema(gen) [INFO] [stdout] | ^^^ expected expression [INFO] [stdout] | [INFO] [stdout] ::: src/json_schema_impls/wrapper.rs:17:1 [INFO] [stdout] | [INFO] [stdout] 17 | wrapper_impl!( JsonSchema for std::sync::RwLock); [INFO] [stdout] | -------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `forward_impl` which comes from the expansion of the macro `wrapper_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected identifier, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/mod.rs:24:46 [INFO] [stdout] | [INFO] [stdout] 24 | fn json_schema(gen: &mut $crate::gen::SchemaGenerator) -> $crate::Schema { [INFO] [stdout] | ^^^ expected identifier, found reserved keyword [INFO] [stdout] | [INFO] [stdout] ::: src/json_schema_impls/wrapper.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | wrapper_impl!( JsonSchema for std::sync::Weak); [INFO] [stdout] | ------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `forward_impl` which comes from the expansion of the macro `wrapper_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: escape `gen` to use it as an identifier [INFO] [stdout] | [INFO] [stdout] 24 | fn json_schema(gen: &mut $crate::r#gen::SchemaGenerator) -> $crate::Schema { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected identifier, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/mod.rs:24:28 [INFO] [stdout] | [INFO] [stdout] 24 | fn json_schema(gen: &mut $crate::gen::SchemaGenerator) -> $crate::Schema { [INFO] [stdout] | ^^^ expected identifier, found reserved keyword [INFO] [stdout] | [INFO] [stdout] ::: src/json_schema_impls/wrapper.rs:18:1 [INFO] [stdout] | [INFO] [stdout] 18 | wrapper_impl!( JsonSchema for std::cell::Cell); [INFO] [stdout] | ------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `forward_impl` which comes from the expansion of the macro `wrapper_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: escape `gen` to use it as an identifier [INFO] [stdout] | [INFO] [stdout] 24 | fn json_schema(r#gen: &mut $crate::gen::SchemaGenerator) -> $crate::Schema { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected expression, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/mod.rs:25:40 [INFO] [stdout] | [INFO] [stdout] 25 | <$target>::json_schema(gen) [INFO] [stdout] | ^^^ expected expression [INFO] [stdout] | [INFO] [stdout] ::: src/json_schema_impls/wrapper.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | wrapper_impl!( JsonSchema for std::sync::Weak); [INFO] [stdout] | ------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `forward_impl` which comes from the expansion of the macro `wrapper_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected identifier, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/mod.rs:24:46 [INFO] [stdout] | [INFO] [stdout] 24 | fn json_schema(gen: &mut $crate::gen::SchemaGenerator) -> $crate::Schema { [INFO] [stdout] | ^^^ expected identifier, found reserved keyword [INFO] [stdout] | [INFO] [stdout] ::: src/json_schema_impls/wrapper.rs:18:1 [INFO] [stdout] | [INFO] [stdout] 18 | wrapper_impl!( JsonSchema for std::cell::Cell); [INFO] [stdout] | ------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `forward_impl` which comes from the expansion of the macro `wrapper_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: escape `gen` to use it as an identifier [INFO] [stdout] | [INFO] [stdout] 24 | fn json_schema(gen: &mut $crate::r#gen::SchemaGenerator) -> $crate::Schema { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected identifier, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/mod.rs:28:59 [INFO] [stdout] | [INFO] [stdout] 28 | fn _schemars_private_non_optional_json_schema(gen: &mut $crate::gen::SchemaGenerator) -> $crate::Schema { [INFO] [stdout] | ^^^ expected identifier, found reserved keyword [INFO] [stdout] | [INFO] [stdout] ::: src/json_schema_impls/wrapper.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | wrapper_impl!( JsonSchema for std::sync::Weak); [INFO] [stdout] | ------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `forward_impl` which comes from the expansion of the macro `wrapper_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: escape `gen` to use it as an identifier [INFO] [stdout] | [INFO] [stdout] 28 | fn _schemars_private_non_optional_json_schema(r#gen: &mut $crate::gen::SchemaGenerator) -> $crate::Schema { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected expression, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/mod.rs:25:40 [INFO] [stdout] | [INFO] [stdout] 25 | <$target>::json_schema(gen) [INFO] [stdout] | ^^^ expected expression [INFO] [stdout] | [INFO] [stdout] ::: src/json_schema_impls/wrapper.rs:18:1 [INFO] [stdout] | [INFO] [stdout] 18 | wrapper_impl!( JsonSchema for std::cell::Cell); [INFO] [stdout] | ------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `forward_impl` which comes from the expansion of the macro `wrapper_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected identifier, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/mod.rs:28:77 [INFO] [stdout] | [INFO] [stdout] 28 | fn _schemars_private_non_optional_json_schema(gen: &mut $crate::gen::SchemaGenerator) -> $crate::Schema { [INFO] [stdout] | ^^^ expected identifier, found reserved keyword [INFO] [stdout] | [INFO] [stdout] ::: src/json_schema_impls/wrapper.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | wrapper_impl!( JsonSchema for std::sync::Weak); [INFO] [stdout] | ------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `forward_impl` which comes from the expansion of the macro `wrapper_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: escape `gen` to use it as an identifier [INFO] [stdout] | [INFO] [stdout] 28 | fn _schemars_private_non_optional_json_schema(gen: &mut $crate::r#gen::SchemaGenerator) -> $crate::Schema { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected expression, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/mod.rs:29:71 [INFO] [stdout] | [INFO] [stdout] 29 | <$target>::_schemars_private_non_optional_json_schema(gen) [INFO] [stdout] | ^^^ expected expression [INFO] [stdout] | [INFO] [stdout] ::: src/json_schema_impls/wrapper.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | wrapper_impl!( JsonSchema for std::sync::Weak); [INFO] [stdout] | ------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `forward_impl` which comes from the expansion of the macro `wrapper_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected identifier, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/mod.rs:28:59 [INFO] [stdout] | [INFO] [stdout] 28 | fn _schemars_private_non_optional_json_schema(gen: &mut $crate::gen::SchemaGenerator) -> $crate::Schema { [INFO] [stdout] | ^^^ expected identifier, found reserved keyword [INFO] [stdout] | [INFO] [stdout] ::: src/json_schema_impls/wrapper.rs:18:1 [INFO] [stdout] | [INFO] [stdout] 18 | wrapper_impl!( JsonSchema for std::cell::Cell); [INFO] [stdout] | ------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `forward_impl` which comes from the expansion of the macro `wrapper_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: escape `gen` to use it as an identifier [INFO] [stdout] | [INFO] [stdout] 28 | fn _schemars_private_non_optional_json_schema(r#gen: &mut $crate::gen::SchemaGenerator) -> $crate::Schema { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected identifier, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/mod.rs:24:28 [INFO] [stdout] | [INFO] [stdout] 24 | fn json_schema(gen: &mut $crate::gen::SchemaGenerator) -> $crate::Schema { [INFO] [stdout] | ^^^ expected identifier, found reserved keyword [INFO] [stdout] | [INFO] [stdout] ::: src/json_schema_impls/wrapper.rs:16:1 [INFO] [stdout] | [INFO] [stdout] 16 | wrapper_impl!( JsonSchema for std::sync::Mutex); [INFO] [stdout] | ------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `forward_impl` which comes from the expansion of the macro `wrapper_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: escape `gen` to use it as an identifier [INFO] [stdout] | [INFO] [stdout] 24 | fn json_schema(r#gen: &mut $crate::gen::SchemaGenerator) -> $crate::Schema { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected identifier, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/mod.rs:28:77 [INFO] [stdout] | [INFO] [stdout] 28 | fn _schemars_private_non_optional_json_schema(gen: &mut $crate::gen::SchemaGenerator) -> $crate::Schema { [INFO] [stdout] | ^^^ expected identifier, found reserved keyword [INFO] [stdout] | [INFO] [stdout] ::: src/json_schema_impls/wrapper.rs:18:1 [INFO] [stdout] | [INFO] [stdout] 18 | wrapper_impl!( JsonSchema for std::cell::Cell); [INFO] [stdout] | ------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `forward_impl` which comes from the expansion of the macro `wrapper_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: escape `gen` to use it as an identifier [INFO] [stdout] | [INFO] [stdout] 28 | fn _schemars_private_non_optional_json_schema(gen: &mut $crate::r#gen::SchemaGenerator) -> $crate::Schema { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected expression, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/mod.rs:29:71 [INFO] [stdout] | [INFO] [stdout] 29 | <$target>::_schemars_private_non_optional_json_schema(gen) [INFO] [stdout] | ^^^ expected expression [INFO] [stdout] | [INFO] [stdout] ::: src/json_schema_impls/wrapper.rs:18:1 [INFO] [stdout] | [INFO] [stdout] 18 | wrapper_impl!( JsonSchema for std::cell::Cell); [INFO] [stdout] | ------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `forward_impl` which comes from the expansion of the macro `wrapper_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected identifier, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/mod.rs:24:46 [INFO] [stdout] | [INFO] [stdout] 24 | fn json_schema(gen: &mut $crate::gen::SchemaGenerator) -> $crate::Schema { [INFO] [stdout] | ^^^ expected identifier, found reserved keyword [INFO] [stdout] | [INFO] [stdout] ::: src/json_schema_impls/wrapper.rs:16:1 [INFO] [stdout] | [INFO] [stdout] 16 | wrapper_impl!( JsonSchema for std::sync::Mutex); [INFO] [stdout] | ------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `forward_impl` which comes from the expansion of the macro `wrapper_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: escape `gen` to use it as an identifier [INFO] [stdout] | [INFO] [stdout] 24 | fn json_schema(gen: &mut $crate::r#gen::SchemaGenerator) -> $crate::Schema { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected expression, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/mod.rs:25:40 [INFO] [stdout] | [INFO] [stdout] 25 | <$target>::json_schema(gen) [INFO] [stdout] | ^^^ expected expression [INFO] [stdout] | [INFO] [stdout] ::: src/json_schema_impls/wrapper.rs:16:1 [INFO] [stdout] | [INFO] [stdout] 16 | wrapper_impl!( JsonSchema for std::sync::Mutex); [INFO] [stdout] | ------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `forward_impl` which comes from the expansion of the macro `wrapper_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected identifier, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/mod.rs:24:28 [INFO] [stdout] | [INFO] [stdout] 24 | fn json_schema(gen: &mut $crate::gen::SchemaGenerator) -> $crate::Schema { [INFO] [stdout] | ^^^ expected identifier, found reserved keyword [INFO] [stdout] | [INFO] [stdout] ::: src/json_schema_impls/wrapper.rs:19:1 [INFO] [stdout] | [INFO] [stdout] 19 | wrapper_impl!( JsonSchema for std::cell::RefCell); [INFO] [stdout] | --------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `forward_impl` which comes from the expansion of the macro `wrapper_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: escape `gen` to use it as an identifier [INFO] [stdout] | [INFO] [stdout] 24 | fn json_schema(r#gen: &mut $crate::gen::SchemaGenerator) -> $crate::Schema { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected identifier, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/mod.rs:28:59 [INFO] [stdout] | [INFO] [stdout] 28 | fn _schemars_private_non_optional_json_schema(gen: &mut $crate::gen::SchemaGenerator) -> $crate::Schema { [INFO] [stdout] | ^^^ expected identifier, found reserved keyword [INFO] [stdout] | [INFO] [stdout] ::: src/json_schema_impls/wrapper.rs:16:1 [INFO] [stdout] | [INFO] [stdout] 16 | wrapper_impl!( JsonSchema for std::sync::Mutex); [INFO] [stdout] | ------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `forward_impl` which comes from the expansion of the macro `wrapper_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: escape `gen` to use it as an identifier [INFO] [stdout] | [INFO] [stdout] 28 | fn _schemars_private_non_optional_json_schema(r#gen: &mut $crate::gen::SchemaGenerator) -> $crate::Schema { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected identifier, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/mod.rs:24:46 [INFO] [stdout] | [INFO] [stdout] 24 | fn json_schema(gen: &mut $crate::gen::SchemaGenerator) -> $crate::Schema { [INFO] [stdout] | ^^^ expected identifier, found reserved keyword [INFO] [stdout] | [INFO] [stdout] ::: src/json_schema_impls/wrapper.rs:19:1 [INFO] [stdout] | [INFO] [stdout] 19 | wrapper_impl!( JsonSchema for std::cell::RefCell); [INFO] [stdout] | --------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `forward_impl` which comes from the expansion of the macro `wrapper_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: escape `gen` to use it as an identifier [INFO] [stdout] | [INFO] [stdout] 24 | fn json_schema(gen: &mut $crate::r#gen::SchemaGenerator) -> $crate::Schema { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected expression, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/mod.rs:25:40 [INFO] [stdout] | [INFO] [stdout] 25 | <$target>::json_schema(gen) [INFO] [stdout] | ^^^ expected expression [INFO] [stdout] | [INFO] [stdout] ::: src/json_schema_impls/wrapper.rs:19:1 [INFO] [stdout] | [INFO] [stdout] 19 | wrapper_impl!( JsonSchema for std::cell::RefCell); [INFO] [stdout] | --------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `forward_impl` which comes from the expansion of the macro `wrapper_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected identifier, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/mod.rs:28:77 [INFO] [stdout] | [INFO] [stdout] 28 | fn _schemars_private_non_optional_json_schema(gen: &mut $crate::gen::SchemaGenerator) -> $crate::Schema { [INFO] [stdout] | ^^^ expected identifier, found reserved keyword [INFO] [stdout] | [INFO] [stdout] ::: src/json_schema_impls/wrapper.rs:16:1 [INFO] [stdout] | [INFO] [stdout] 16 | wrapper_impl!( JsonSchema for std::sync::Mutex); [INFO] [stdout] | ------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `forward_impl` which comes from the expansion of the macro `wrapper_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: escape `gen` to use it as an identifier [INFO] [stdout] | [INFO] [stdout] 28 | fn _schemars_private_non_optional_json_schema(gen: &mut $crate::r#gen::SchemaGenerator) -> $crate::Schema { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected identifier, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/mod.rs:28:59 [INFO] [stdout] | [INFO] [stdout] 28 | fn _schemars_private_non_optional_json_schema(gen: &mut $crate::gen::SchemaGenerator) -> $crate::Schema { [INFO] [stdout] | ^^^ expected identifier, found reserved keyword [INFO] [stdout] | [INFO] [stdout] ::: src/json_schema_impls/wrapper.rs:19:1 [INFO] [stdout] | [INFO] [stdout] 19 | wrapper_impl!( JsonSchema for std::cell::RefCell); [INFO] [stdout] | --------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `forward_impl` which comes from the expansion of the macro `wrapper_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: escape `gen` to use it as an identifier [INFO] [stdout] | [INFO] [stdout] 28 | fn _schemars_private_non_optional_json_schema(r#gen: &mut $crate::gen::SchemaGenerator) -> $crate::Schema { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected expression, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/mod.rs:29:71 [INFO] [stdout] | [INFO] [stdout] 29 | <$target>::_schemars_private_non_optional_json_schema(gen) [INFO] [stdout] | ^^^ expected expression [INFO] [stdout] | [INFO] [stdout] ::: src/json_schema_impls/wrapper.rs:16:1 [INFO] [stdout] | [INFO] [stdout] 16 | wrapper_impl!( JsonSchema for std::sync::Mutex); [INFO] [stdout] | ------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `forward_impl` which comes from the expansion of the macro `wrapper_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected identifier, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/mod.rs:28:77 [INFO] [stdout] | [INFO] [stdout] 28 | fn _schemars_private_non_optional_json_schema(gen: &mut $crate::gen::SchemaGenerator) -> $crate::Schema { [INFO] [stdout] | ^^^ expected identifier, found reserved keyword [INFO] [stdout] | [INFO] [stdout] ::: src/json_schema_impls/wrapper.rs:19:1 [INFO] [stdout] | [INFO] [stdout] 19 | wrapper_impl!( JsonSchema for std::cell::RefCell); [INFO] [stdout] | --------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `forward_impl` which comes from the expansion of the macro `wrapper_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: escape `gen` to use it as an identifier [INFO] [stdout] | [INFO] [stdout] 28 | fn _schemars_private_non_optional_json_schema(gen: &mut $crate::r#gen::SchemaGenerator) -> $crate::Schema { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected identifier, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/mod.rs:24:28 [INFO] [stdout] | [INFO] [stdout] 24 | fn json_schema(gen: &mut $crate::gen::SchemaGenerator) -> $crate::Schema { [INFO] [stdout] | ^^^ expected identifier, found reserved keyword [INFO] [stdout] | [INFO] [stdout] ::: src/json_schema_impls/wrapper.rs:17:1 [INFO] [stdout] | [INFO] [stdout] 17 | wrapper_impl!( JsonSchema for std::sync::RwLock); [INFO] [stdout] | -------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `forward_impl` which comes from the expansion of the macro `wrapper_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: escape `gen` to use it as an identifier [INFO] [stdout] | [INFO] [stdout] 24 | fn json_schema(r#gen: &mut $crate::gen::SchemaGenerator) -> $crate::Schema { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected expression, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/mod.rs:29:71 [INFO] [stdout] | [INFO] [stdout] 29 | <$target>::_schemars_private_non_optional_json_schema(gen) [INFO] [stdout] | ^^^ expected expression [INFO] [stdout] | [INFO] [stdout] ::: src/json_schema_impls/wrapper.rs:19:1 [INFO] [stdout] | [INFO] [stdout] 19 | wrapper_impl!( JsonSchema for std::cell::RefCell); [INFO] [stdout] | --------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `forward_impl` which comes from the expansion of the macro `wrapper_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected identifier, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/mod.rs:24:46 [INFO] [stdout] | [INFO] [stdout] 24 | fn json_schema(gen: &mut $crate::gen::SchemaGenerator) -> $crate::Schema { [INFO] [stdout] | ^^^ expected identifier, found reserved keyword [INFO] [stdout] | [INFO] [stdout] ::: src/json_schema_impls/wrapper.rs:17:1 [INFO] [stdout] | [INFO] [stdout] 17 | wrapper_impl!( JsonSchema for std::sync::RwLock); [INFO] [stdout] | -------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `forward_impl` which comes from the expansion of the macro `wrapper_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: escape `gen` to use it as an identifier [INFO] [stdout] | [INFO] [stdout] 24 | fn json_schema(gen: &mut $crate::r#gen::SchemaGenerator) -> $crate::Schema { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected expression, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/mod.rs:25:40 [INFO] [stdout] | [INFO] [stdout] 25 | <$target>::json_schema(gen) [INFO] [stdout] | ^^^ expected expression [INFO] [stdout] | [INFO] [stdout] ::: src/json_schema_impls/wrapper.rs:17:1 [INFO] [stdout] | [INFO] [stdout] 17 | wrapper_impl!( JsonSchema for std::sync::RwLock); [INFO] [stdout] | -------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `forward_impl` which comes from the expansion of the macro `wrapper_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected identifier, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/mod.rs:24:28 [INFO] [stdout] | [INFO] [stdout] 24 | fn json_schema(gen: &mut $crate::gen::SchemaGenerator) -> $crate::Schema { [INFO] [stdout] | ^^^ expected identifier, found reserved keyword [INFO] [stdout] | [INFO] [stdout] ::: src/json_schema_impls/wrapper.rs:20:1 [INFO] [stdout] | [INFO] [stdout] 20 | wrapper_impl!(<'a, T: ?Sized + ToOwned> JsonSchema for std::borrow::Cow<'a, T>); [INFO] [stdout] | ------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `forward_impl` which comes from the expansion of the macro `wrapper_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: escape `gen` to use it as an identifier [INFO] [stdout] | [INFO] [stdout] 24 | fn json_schema(r#gen: &mut $crate::gen::SchemaGenerator) -> $crate::Schema { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected identifier, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/mod.rs:28:59 [INFO] [stdout] | [INFO] [stdout] 28 | fn _schemars_private_non_optional_json_schema(gen: &mut $crate::gen::SchemaGenerator) -> $crate::Schema { [INFO] [stdout] | ^^^ expected identifier, found reserved keyword [INFO] [stdout] | [INFO] [stdout] ::: src/json_schema_impls/wrapper.rs:17:1 [INFO] [stdout] | [INFO] [stdout] 17 | wrapper_impl!( JsonSchema for std::sync::RwLock); [INFO] [stdout] | -------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `forward_impl` which comes from the expansion of the macro `wrapper_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: escape `gen` to use it as an identifier [INFO] [stdout] | [INFO] [stdout] 28 | fn _schemars_private_non_optional_json_schema(r#gen: &mut $crate::gen::SchemaGenerator) -> $crate::Schema { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected identifier, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/mod.rs:24:46 [INFO] [stdout] | [INFO] [stdout] 24 | fn json_schema(gen: &mut $crate::gen::SchemaGenerator) -> $crate::Schema { [INFO] [stdout] | ^^^ expected identifier, found reserved keyword [INFO] [stdout] | [INFO] [stdout] ::: src/json_schema_impls/wrapper.rs:20:1 [INFO] [stdout] | [INFO] [stdout] 20 | wrapper_impl!(<'a, T: ?Sized + ToOwned> JsonSchema for std::borrow::Cow<'a, T>); [INFO] [stdout] | ------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `forward_impl` which comes from the expansion of the macro `wrapper_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: escape `gen` to use it as an identifier [INFO] [stdout] | [INFO] [stdout] 24 | fn json_schema(gen: &mut $crate::r#gen::SchemaGenerator) -> $crate::Schema { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected expression, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/mod.rs:25:40 [INFO] [stdout] | [INFO] [stdout] 25 | <$target>::json_schema(gen) [INFO] [stdout] | ^^^ expected expression [INFO] [stdout] | [INFO] [stdout] ::: src/json_schema_impls/wrapper.rs:20:1 [INFO] [stdout] | [INFO] [stdout] 20 | wrapper_impl!(<'a, T: ?Sized + ToOwned> JsonSchema for std::borrow::Cow<'a, T>); [INFO] [stdout] | ------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `forward_impl` which comes from the expansion of the macro `wrapper_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected identifier, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/mod.rs:28:77 [INFO] [stdout] | [INFO] [stdout] 28 | fn _schemars_private_non_optional_json_schema(gen: &mut $crate::gen::SchemaGenerator) -> $crate::Schema { [INFO] [stdout] | ^^^ expected identifier, found reserved keyword [INFO] [stdout] | [INFO] [stdout] ::: src/json_schema_impls/wrapper.rs:17:1 [INFO] [stdout] | [INFO] [stdout] 17 | wrapper_impl!( JsonSchema for std::sync::RwLock); [INFO] [stdout] | -------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `forward_impl` which comes from the expansion of the macro `wrapper_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: escape `gen` to use it as an identifier [INFO] [stdout] | [INFO] [stdout] 28 | fn _schemars_private_non_optional_json_schema(gen: &mut $crate::r#gen::SchemaGenerator) -> $crate::Schema { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected expression, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/mod.rs:29:71 [INFO] [stdout] | [INFO] [stdout] 29 | <$target>::_schemars_private_non_optional_json_schema(gen) [INFO] [stdout] | ^^^ expected expression [INFO] [stdout] | [INFO] [stdout] ::: src/json_schema_impls/wrapper.rs:17:1 [INFO] [stdout] | [INFO] [stdout] 17 | wrapper_impl!( JsonSchema for std::sync::RwLock); [INFO] [stdout] | -------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `forward_impl` which comes from the expansion of the macro `wrapper_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected identifier, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/mod.rs:28:59 [INFO] [stdout] | [INFO] [stdout] 28 | fn _schemars_private_non_optional_json_schema(gen: &mut $crate::gen::SchemaGenerator) -> $crate::Schema { [INFO] [stdout] | ^^^ expected identifier, found reserved keyword [INFO] [stdout] | [INFO] [stdout] ::: src/json_schema_impls/wrapper.rs:20:1 [INFO] [stdout] | [INFO] [stdout] 20 | wrapper_impl!(<'a, T: ?Sized + ToOwned> JsonSchema for std::borrow::Cow<'a, T>); [INFO] [stdout] | ------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `forward_impl` which comes from the expansion of the macro `wrapper_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: escape `gen` to use it as an identifier [INFO] [stdout] | [INFO] [stdout] 28 | fn _schemars_private_non_optional_json_schema(r#gen: &mut $crate::gen::SchemaGenerator) -> $crate::Schema { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected identifier, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/mod.rs:24:28 [INFO] [stdout] | [INFO] [stdout] 24 | fn json_schema(gen: &mut $crate::gen::SchemaGenerator) -> $crate::Schema { [INFO] [stdout] | ^^^ expected identifier, found reserved keyword [INFO] [stdout] | [INFO] [stdout] ::: src/json_schema_impls/wrapper.rs:18:1 [INFO] [stdout] | [INFO] [stdout] 18 | wrapper_impl!( JsonSchema for std::cell::Cell); [INFO] [stdout] | ------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `forward_impl` which comes from the expansion of the macro `wrapper_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: escape `gen` to use it as an identifier [INFO] [stdout] | [INFO] [stdout] 24 | fn json_schema(r#gen: &mut $crate::gen::SchemaGenerator) -> $crate::Schema { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected identifier, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/mod.rs:28:77 [INFO] [stdout] | [INFO] [stdout] 28 | fn _schemars_private_non_optional_json_schema(gen: &mut $crate::gen::SchemaGenerator) -> $crate::Schema { [INFO] [stdout] | ^^^ expected identifier, found reserved keyword [INFO] [stdout] | [INFO] [stdout] ::: src/json_schema_impls/wrapper.rs:20:1 [INFO] [stdout] | [INFO] [stdout] 20 | wrapper_impl!(<'a, T: ?Sized + ToOwned> JsonSchema for std::borrow::Cow<'a, T>); [INFO] [stdout] | ------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `forward_impl` which comes from the expansion of the macro `wrapper_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: escape `gen` to use it as an identifier [INFO] [stdout] | [INFO] [stdout] 28 | fn _schemars_private_non_optional_json_schema(gen: &mut $crate::r#gen::SchemaGenerator) -> $crate::Schema { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected identifier, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/mod.rs:24:46 [INFO] [stdout] | [INFO] [stdout] 24 | fn json_schema(gen: &mut $crate::gen::SchemaGenerator) -> $crate::Schema { [INFO] [stdout] | ^^^ expected identifier, found reserved keyword [INFO] [stdout] | [INFO] [stdout] ::: src/json_schema_impls/wrapper.rs:18:1 [INFO] [stdout] | [INFO] [stdout] 18 | wrapper_impl!( JsonSchema for std::cell::Cell); [INFO] [stdout] | ------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `forward_impl` which comes from the expansion of the macro `wrapper_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: escape `gen` to use it as an identifier [INFO] [stdout] | [INFO] [stdout] 24 | fn json_schema(gen: &mut $crate::r#gen::SchemaGenerator) -> $crate::Schema { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected expression, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/mod.rs:29:71 [INFO] [stdout] | [INFO] [stdout] 29 | <$target>::_schemars_private_non_optional_json_schema(gen) [INFO] [stdout] | ^^^ expected expression [INFO] [stdout] | [INFO] [stdout] ::: src/json_schema_impls/wrapper.rs:20:1 [INFO] [stdout] | [INFO] [stdout] 20 | wrapper_impl!(<'a, T: ?Sized + ToOwned> JsonSchema for std::borrow::Cow<'a, T>); [INFO] [stdout] | ------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `forward_impl` which comes from the expansion of the macro `wrapper_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected expression, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/mod.rs:25:40 [INFO] [stdout] | [INFO] [stdout] 25 | <$target>::json_schema(gen) [INFO] [stdout] | ^^^ expected expression [INFO] [stdout] | [INFO] [stdout] ::: src/json_schema_impls/wrapper.rs:18:1 [INFO] [stdout] | [INFO] [stdout] 18 | wrapper_impl!( JsonSchema for std::cell::Cell); [INFO] [stdout] | ------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `forward_impl` which comes from the expansion of the macro `wrapper_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected identifier, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/mod.rs:24:28 [INFO] [stdout] | [INFO] [stdout] 24 | fn json_schema(gen: &mut $crate::gen::SchemaGenerator) -> $crate::Schema { [INFO] [stdout] | ^^^ expected identifier, found reserved keyword [INFO] [stdout] | [INFO] [stdout] ::: src/json_schema_impls/wrapper.rs:21:1 [INFO] [stdout] | [INFO] [stdout] 21 | wrapper_impl!( JsonSchema for std::num::Wrapping); [INFO] [stdout] | ------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `forward_impl` which comes from the expansion of the macro `wrapper_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: escape `gen` to use it as an identifier [INFO] [stdout] | [INFO] [stdout] 24 | fn json_schema(r#gen: &mut $crate::gen::SchemaGenerator) -> $crate::Schema { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected identifier, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/mod.rs:28:59 [INFO] [stdout] | [INFO] [stdout] 28 | fn _schemars_private_non_optional_json_schema(gen: &mut $crate::gen::SchemaGenerator) -> $crate::Schema { [INFO] [stdout] | ^^^ expected identifier, found reserved keyword [INFO] [stdout] | [INFO] [stdout] ::: src/json_schema_impls/wrapper.rs:18:1 [INFO] [stdout] | [INFO] [stdout] 18 | wrapper_impl!( JsonSchema for std::cell::Cell); [INFO] [stdout] | ------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `forward_impl` which comes from the expansion of the macro `wrapper_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: escape `gen` to use it as an identifier [INFO] [stdout] | [INFO] [stdout] 28 | fn _schemars_private_non_optional_json_schema(r#gen: &mut $crate::gen::SchemaGenerator) -> $crate::Schema { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected identifier, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/mod.rs:24:46 [INFO] [stdout] | [INFO] [stdout] 24 | fn json_schema(gen: &mut $crate::gen::SchemaGenerator) -> $crate::Schema { [INFO] [stdout] | ^^^ expected identifier, found reserved keyword [INFO] [stdout] | [INFO] [stdout] ::: src/json_schema_impls/wrapper.rs:21:1 [INFO] [stdout] | [INFO] [stdout] 21 | wrapper_impl!( JsonSchema for std::num::Wrapping); [INFO] [stdout] | ------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `forward_impl` which comes from the expansion of the macro `wrapper_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: escape `gen` to use it as an identifier [INFO] [stdout] | [INFO] [stdout] 24 | fn json_schema(gen: &mut $crate::r#gen::SchemaGenerator) -> $crate::Schema { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected expression, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/mod.rs:25:40 [INFO] [stdout] | [INFO] [stdout] 25 | <$target>::json_schema(gen) [INFO] [stdout] | ^^^ expected expression [INFO] [stdout] | [INFO] [stdout] ::: src/json_schema_impls/wrapper.rs:21:1 [INFO] [stdout] | [INFO] [stdout] 21 | wrapper_impl!( JsonSchema for std::num::Wrapping); [INFO] [stdout] | ------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `forward_impl` which comes from the expansion of the macro `wrapper_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected identifier, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/mod.rs:28:77 [INFO] [stdout] | [INFO] [stdout] 28 | fn _schemars_private_non_optional_json_schema(gen: &mut $crate::gen::SchemaGenerator) -> $crate::Schema { [INFO] [stdout] | ^^^ expected identifier, found reserved keyword [INFO] [stdout] | [INFO] [stdout] ::: src/json_schema_impls/wrapper.rs:18:1 [INFO] [stdout] | [INFO] [stdout] 18 | wrapper_impl!( JsonSchema for std::cell::Cell); [INFO] [stdout] | ------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `forward_impl` which comes from the expansion of the macro `wrapper_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: escape `gen` to use it as an identifier [INFO] [stdout] | [INFO] [stdout] 28 | fn _schemars_private_non_optional_json_schema(gen: &mut $crate::r#gen::SchemaGenerator) -> $crate::Schema { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected identifier, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/mod.rs:28:59 [INFO] [stdout] | [INFO] [stdout] 28 | fn _schemars_private_non_optional_json_schema(gen: &mut $crate::gen::SchemaGenerator) -> $crate::Schema { [INFO] [stdout] | ^^^ expected identifier, found reserved keyword [INFO] [stdout] | [INFO] [stdout] ::: src/json_schema_impls/wrapper.rs:21:1 [INFO] [stdout] | [INFO] [stdout] 21 | wrapper_impl!( JsonSchema for std::num::Wrapping); [INFO] [stdout] | ------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `forward_impl` which comes from the expansion of the macro `wrapper_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: escape `gen` to use it as an identifier [INFO] [stdout] | [INFO] [stdout] 28 | fn _schemars_private_non_optional_json_schema(r#gen: &mut $crate::gen::SchemaGenerator) -> $crate::Schema { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected expression, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/mod.rs:29:71 [INFO] [stdout] | [INFO] [stdout] 29 | <$target>::_schemars_private_non_optional_json_schema(gen) [INFO] [stdout] | ^^^ expected expression [INFO] [stdout] | [INFO] [stdout] ::: src/json_schema_impls/wrapper.rs:18:1 [INFO] [stdout] | [INFO] [stdout] 18 | wrapper_impl!( JsonSchema for std::cell::Cell); [INFO] [stdout] | ------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `forward_impl` which comes from the expansion of the macro `wrapper_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected identifier, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/mod.rs:24:28 [INFO] [stdout] | [INFO] [stdout] 24 | fn json_schema(gen: &mut $crate::gen::SchemaGenerator) -> $crate::Schema { [INFO] [stdout] | ^^^ expected identifier, found reserved keyword [INFO] [stdout] | [INFO] [stdout] ::: src/json_schema_impls/wrapper.rs:19:1 [INFO] [stdout] | [INFO] [stdout] 19 | wrapper_impl!( JsonSchema for std::cell::RefCell); [INFO] [stdout] | --------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `forward_impl` which comes from the expansion of the macro `wrapper_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: escape `gen` to use it as an identifier [INFO] [stdout] | [INFO] [stdout] 24 | fn json_schema(r#gen: &mut $crate::gen::SchemaGenerator) -> $crate::Schema { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected identifier, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/mod.rs:28:77 [INFO] [stdout] | [INFO] [stdout] 28 | fn _schemars_private_non_optional_json_schema(gen: &mut $crate::gen::SchemaGenerator) -> $crate::Schema { [INFO] [stdout] | ^^^ expected identifier, found reserved keyword [INFO] [stdout] | [INFO] [stdout] ::: src/json_schema_impls/wrapper.rs:21:1 [INFO] [stdout] | [INFO] [stdout] 21 | wrapper_impl!( JsonSchema for std::num::Wrapping); [INFO] [stdout] | ------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `forward_impl` which comes from the expansion of the macro `wrapper_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: escape `gen` to use it as an identifier [INFO] [stdout] | [INFO] [stdout] 28 | fn _schemars_private_non_optional_json_schema(gen: &mut $crate::r#gen::SchemaGenerator) -> $crate::Schema { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected expression, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/mod.rs:29:71 [INFO] [stdout] | [INFO] [stdout] 29 | <$target>::_schemars_private_non_optional_json_schema(gen) [INFO] [stdout] | ^^^ expected expression [INFO] [stdout] | [INFO] [stdout] ::: src/json_schema_impls/wrapper.rs:21:1 [INFO] [stdout] | [INFO] [stdout] 21 | wrapper_impl!( JsonSchema for std::num::Wrapping); [INFO] [stdout] | ------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `forward_impl` which comes from the expansion of the macro `wrapper_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected identifier, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/mod.rs:24:46 [INFO] [stdout] | [INFO] [stdout] 24 | fn json_schema(gen: &mut $crate::gen::SchemaGenerator) -> $crate::Schema { [INFO] [stdout] | ^^^ expected identifier, found reserved keyword [INFO] [stdout] | [INFO] [stdout] ::: src/json_schema_impls/wrapper.rs:19:1 [INFO] [stdout] | [INFO] [stdout] 19 | wrapper_impl!( JsonSchema for std::cell::RefCell); [INFO] [stdout] | --------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `forward_impl` which comes from the expansion of the macro `wrapper_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: escape `gen` to use it as an identifier [INFO] [stdout] | [INFO] [stdout] 24 | fn json_schema(gen: &mut $crate::r#gen::SchemaGenerator) -> $crate::Schema { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected expression, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/mod.rs:25:40 [INFO] [stdout] | [INFO] [stdout] 25 | <$target>::json_schema(gen) [INFO] [stdout] | ^^^ expected expression [INFO] [stdout] | [INFO] [stdout] ::: src/json_schema_impls/wrapper.rs:19:1 [INFO] [stdout] | [INFO] [stdout] 19 | wrapper_impl!( JsonSchema for std::cell::RefCell); [INFO] [stdout] | --------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `forward_impl` which comes from the expansion of the macro `wrapper_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected identifier, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/mod.rs:24:28 [INFO] [stdout] | [INFO] [stdout] 24 | fn json_schema(gen: &mut $crate::gen::SchemaGenerator) -> $crate::Schema { [INFO] [stdout] | ^^^ expected identifier, found reserved keyword [INFO] [stdout] | [INFO] [stdout] ::: src/json_schema_impls/wrapper.rs:22:1 [INFO] [stdout] | [INFO] [stdout] 22 | wrapper_impl!( JsonSchema for std::cmp::Reverse); [INFO] [stdout] | ------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `forward_impl` which comes from the expansion of the macro `wrapper_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: escape `gen` to use it as an identifier [INFO] [stdout] | [INFO] [stdout] 24 | fn json_schema(r#gen: &mut $crate::gen::SchemaGenerator) -> $crate::Schema { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected identifier, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/mod.rs:28:59 [INFO] [stdout] | [INFO] [stdout] 28 | fn _schemars_private_non_optional_json_schema(gen: &mut $crate::gen::SchemaGenerator) -> $crate::Schema { [INFO] [stdout] | ^^^ expected identifier, found reserved keyword [INFO] [stdout] | [INFO] [stdout] ::: src/json_schema_impls/wrapper.rs:19:1 [INFO] [stdout] | [INFO] [stdout] 19 | wrapper_impl!( JsonSchema for std::cell::RefCell); [INFO] [stdout] | --------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `forward_impl` which comes from the expansion of the macro `wrapper_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: escape `gen` to use it as an identifier [INFO] [stdout] | [INFO] [stdout] 28 | fn _schemars_private_non_optional_json_schema(r#gen: &mut $crate::gen::SchemaGenerator) -> $crate::Schema { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected identifier, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/mod.rs:24:46 [INFO] [stdout] | [INFO] [stdout] 24 | fn json_schema(gen: &mut $crate::gen::SchemaGenerator) -> $crate::Schema { [INFO] [stdout] | ^^^ expected identifier, found reserved keyword [INFO] [stdout] | [INFO] [stdout] ::: src/json_schema_impls/wrapper.rs:22:1 [INFO] [stdout] | [INFO] [stdout] 22 | wrapper_impl!( JsonSchema for std::cmp::Reverse); [INFO] [stdout] | ------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `forward_impl` which comes from the expansion of the macro `wrapper_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: escape `gen` to use it as an identifier [INFO] [stdout] | [INFO] [stdout] 24 | fn json_schema(gen: &mut $crate::r#gen::SchemaGenerator) -> $crate::Schema { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected expression, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/mod.rs:25:40 [INFO] [stdout] | [INFO] [stdout] 25 | <$target>::json_schema(gen) [INFO] [stdout] | ^^^ expected expression [INFO] [stdout] | [INFO] [stdout] ::: src/json_schema_impls/wrapper.rs:22:1 [INFO] [stdout] | [INFO] [stdout] 22 | wrapper_impl!( JsonSchema for std::cmp::Reverse); [INFO] [stdout] | ------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `forward_impl` which comes from the expansion of the macro `wrapper_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected identifier, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/mod.rs:28:77 [INFO] [stdout] | [INFO] [stdout] 28 | fn _schemars_private_non_optional_json_schema(gen: &mut $crate::gen::SchemaGenerator) -> $crate::Schema { [INFO] [stdout] | ^^^ expected identifier, found reserved keyword [INFO] [stdout] | [INFO] [stdout] ::: src/json_schema_impls/wrapper.rs:19:1 [INFO] [stdout] | [INFO] [stdout] 19 | wrapper_impl!( JsonSchema for std::cell::RefCell); [INFO] [stdout] | --------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `forward_impl` which comes from the expansion of the macro `wrapper_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: escape `gen` to use it as an identifier [INFO] [stdout] | [INFO] [stdout] 28 | fn _schemars_private_non_optional_json_schema(gen: &mut $crate::r#gen::SchemaGenerator) -> $crate::Schema { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected expression, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/mod.rs:29:71 [INFO] [stdout] | [INFO] [stdout] 29 | <$target>::_schemars_private_non_optional_json_schema(gen) [INFO] [stdout] | ^^^ expected expression [INFO] [stdout] | [INFO] [stdout] ::: src/json_schema_impls/wrapper.rs:19:1 [INFO] [stdout] | [INFO] [stdout] 19 | wrapper_impl!( JsonSchema for std::cell::RefCell); [INFO] [stdout] | --------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `forward_impl` which comes from the expansion of the macro `wrapper_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected identifier, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/mod.rs:28:59 [INFO] [stdout] | [INFO] [stdout] 28 | fn _schemars_private_non_optional_json_schema(gen: &mut $crate::gen::SchemaGenerator) -> $crate::Schema { [INFO] [stdout] | ^^^ expected identifier, found reserved keyword [INFO] [stdout] | [INFO] [stdout] ::: src/json_schema_impls/wrapper.rs:22:1 [INFO] [stdout] | [INFO] [stdout] 22 | wrapper_impl!( JsonSchema for std::cmp::Reverse); [INFO] [stdout] | ------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `forward_impl` which comes from the expansion of the macro `wrapper_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: escape `gen` to use it as an identifier [INFO] [stdout] | [INFO] [stdout] 28 | fn _schemars_private_non_optional_json_schema(r#gen: &mut $crate::gen::SchemaGenerator) -> $crate::Schema { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected identifier, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/mod.rs:28:77 [INFO] [stdout] | [INFO] [stdout] 28 | fn _schemars_private_non_optional_json_schema(gen: &mut $crate::gen::SchemaGenerator) -> $crate::Schema { [INFO] [stdout] | ^^^ expected identifier, found reserved keyword [INFO] [stdout] | [INFO] [stdout] ::: src/json_schema_impls/wrapper.rs:22:1 [INFO] [stdout] | [INFO] [stdout] 22 | wrapper_impl!( JsonSchema for std::cmp::Reverse); [INFO] [stdout] | ------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `forward_impl` which comes from the expansion of the macro `wrapper_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: escape `gen` to use it as an identifier [INFO] [stdout] | [INFO] [stdout] 28 | fn _schemars_private_non_optional_json_schema(gen: &mut $crate::r#gen::SchemaGenerator) -> $crate::Schema { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected identifier, found reserved keyword `gen` [INFO] [stdout] --> src/json_schema_impls/mod.rs:24:28 [INFO] [stdout] | [INFO] [stdout] 24 | fn json_schema(gen: &mut $crate::gen::SchemaGenerator) -> $crate::Schema { [INFO] [stdout] | ^^^ expected identifier, found reserved keyword [INFO] [stdout] | [INFO] [stdout] ::: src/json_schema_impls/wrapper.rs:20:1 [INFO] [stdout] | [INFO] [stdout] 20 | wrapper_impl!(<'a, T: ?Sized + ToOwned> JsonSchema for std::borrow::Cow<'a, T>); [INFO] [stdout] | ------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `forward_impl` which comes from the expansion of the macro `wrapper_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: escape `gen` to use it as an identifier [INFO] [stdout] | [INFO] [stdout] 24 | fn json_schema(r#gen: &mut $crate::gen::SchemaGenerator) -> $crate::Schema { [INFO] [stdout] | ++ [INFO] [stdout] [WARN] too many lines in the log, truncating it