[INFO] fetching crate pokerust 0.2.0... [INFO] testing pokerust-0.2.0 against 1.60.0 for beta-1.61-1 [INFO] extracting crate pokerust 0.2.0 into /workspace/builds/worker-10/source [INFO] validating manifest of crates.io crate pokerust 0.2.0 on toolchain 1.60.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate pokerust 0.2.0 [INFO] finished tweaking crates.io crate pokerust 0.2.0 [INFO] tweaked toml for crates.io crate pokerust 0.2.0 written to /workspace/builds/worker-10/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded punycode v0.4.1 [INFO] [stderr] Downloaded cached v0.11.0 [INFO] [stderr] Downloaded mockito v0.23.3 [INFO] [stderr] Downloaded minreq v2.6.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 2a81bbab70b5699c0023f374449120ad7e9d47b5b6716eb1451c053be17b310e [INFO] running `Command { std: "docker" "start" "-a" "2a81bbab70b5699c0023f374449120ad7e9d47b5b6716eb1451c053be17b310e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "2a81bbab70b5699c0023f374449120ad7e9d47b5b6716eb1451c053be17b310e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2a81bbab70b5699c0023f374449120ad7e9d47b5b6716eb1451c053be17b310e", kill_on_drop: false }` [INFO] [stdout] 2a81bbab70b5699c0023f374449120ad7e9d47b5b6716eb1451c053be17b310e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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=warn" "-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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 54876b7db98572b2e9ef423e3ee1c01b2ac5a92125fd6773824add3965d44243 [INFO] running `Command { std: "docker" "start" "-a" "54876b7db98572b2e9ef423e3ee1c01b2ac5a92125fd6773824add3965d44243", kill_on_drop: false }` [INFO] [stderr] Compiling syn v1.0.91 [INFO] [stderr] Compiling untrusted v0.7.1 [INFO] [stderr] Compiling rustls v0.20.4 [INFO] [stderr] Compiling minreq v2.6.0 [INFO] [stderr] Compiling punycode v0.4.1 [INFO] [stderr] Compiling ring v0.16.20 [INFO] [stderr] Compiling cached v0.11.0 [INFO] [stderr] Compiling webpki v0.22.0 [INFO] [stderr] Compiling sct v0.7.0 [INFO] [stderr] Compiling webpki-roots v0.22.3 [INFO] [stderr] Compiling serde_derive v1.0.136 [INFO] [stderr] Compiling serde v1.0.136 [INFO] [stderr] Compiling serde_json v1.0.79 [INFO] [stderr] Compiling pokerust v0.2.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/pokeapi/berries.rs:12:30 [INFO] [stdout] | [INFO] [stdout] 12 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 13 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(legacy_derive_helpers)]` on by default [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/pokeapi/berries.rs:31:30 [INFO] [stdout] | [INFO] [stdout] 31 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 32 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/pokeapi/berries.rs:40:30 [INFO] [stdout] | [INFO] [stdout] 40 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 41 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/pokeapi/berries.rs:51:30 [INFO] [stdout] | [INFO] [stdout] 51 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 52 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/pokeapi/berries.rs:63:30 [INFO] [stdout] | [INFO] [stdout] 63 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 64 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/pokeapi/contests.rs:11:30 [INFO] [stdout] | [INFO] [stdout] 11 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 12 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/pokeapi/contests.rs:22:30 [INFO] [stdout] | [INFO] [stdout] 22 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 23 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/pokeapi/contests.rs:32:30 [INFO] [stdout] | [INFO] [stdout] 32 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 33 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/pokeapi/contests.rs:44:30 [INFO] [stdout] | [INFO] [stdout] 44 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 45 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/pokeapi/encounters.rs:9:30 [INFO] [stdout] | [INFO] [stdout] 9 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 10 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/pokeapi/encounters.rs:20:30 [INFO] [stdout] | [INFO] [stdout] 20 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 21 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/pokeapi/encounters.rs:31:30 [INFO] [stdout] | [INFO] [stdout] 31 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 32 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/pokeapi/evolution.rs:13:30 [INFO] [stdout] | [INFO] [stdout] 13 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 14 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/pokeapi/evolution.rs:23:30 [INFO] [stdout] | [INFO] [stdout] 23 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 24 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/pokeapi/evolution.rs:34:30 [INFO] [stdout] | [INFO] [stdout] 34 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 35 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/pokeapi/evolution.rs:59:30 [INFO] [stdout] | [INFO] [stdout] 59 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 60 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/pokeapi/games.rs:12:30 [INFO] [stdout] | [INFO] [stdout] 12 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 13 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/pokeapi/games.rs:28:30 [INFO] [stdout] | [INFO] [stdout] 28 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 29 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/pokeapi/games.rs:43:30 [INFO] [stdout] | [INFO] [stdout] 43 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 44 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/pokeapi/games.rs:52:30 [INFO] [stdout] | [INFO] [stdout] 52 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 53 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/pokeapi/games.rs:63:30 [INFO] [stdout] | [INFO] [stdout] 63 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 64 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/pokeapi/items.rs:12:30 [INFO] [stdout] | [INFO] [stdout] 12 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 13 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/pokeapi/items.rs:34:30 [INFO] [stdout] | [INFO] [stdout] 34 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 35 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/pokeapi/items.rs:42:30 [INFO] [stdout] | [INFO] [stdout] 42 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 43 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/pokeapi/items.rs:51:30 [INFO] [stdout] | [INFO] [stdout] 51 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 52 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/pokeapi/items.rs:60:30 [INFO] [stdout] | [INFO] [stdout] 60 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 61 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/pokeapi/items.rs:72:30 [INFO] [stdout] | [INFO] [stdout] 72 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 73 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/pokeapi/items.rs:84:30 [INFO] [stdout] | [INFO] [stdout] 84 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 85 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/pokeapi/items.rs:95:30 [INFO] [stdout] | [INFO] [stdout] 95 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 96 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/pokeapi/locations.rs:12:30 [INFO] [stdout] | [INFO] [stdout] 12 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 13 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/pokeapi/locations.rs:25:30 [INFO] [stdout] | [INFO] [stdout] 25 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 26 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/pokeapi/locations.rs:39:30 [INFO] [stdout] | [INFO] [stdout] 39 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 40 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/pokeapi/locations.rs:48:30 [INFO] [stdout] | [INFO] [stdout] 48 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 49 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/pokeapi/locations.rs:57:30 [INFO] [stdout] | [INFO] [stdout] 57 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 58 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/pokeapi/locations.rs:66:30 [INFO] [stdout] | [INFO] [stdout] 66 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 67 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/pokeapi/locations.rs:77:30 [INFO] [stdout] | [INFO] [stdout] 77 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 78 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/pokeapi/locations.rs:87:30 [INFO] [stdout] | [INFO] [stdout] 87 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 88 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/pokeapi/machines.rs:12:30 [INFO] [stdout] | [INFO] [stdout] 12 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 13 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/pokeapi/moves.rs:13:30 [INFO] [stdout] | [INFO] [stdout] 13 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 14 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/pokeapi/moves.rs:44:30 [INFO] [stdout] | [INFO] [stdout] 44 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 45 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/pokeapi/moves.rs:54:30 [INFO] [stdout] | [INFO] [stdout] 54 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 55 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/pokeapi/moves.rs:63:30 [INFO] [stdout] | [INFO] [stdout] 63 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 64 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/pokeapi/moves.rs:73:30 [INFO] [stdout] | [INFO] [stdout] 73 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 74 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/pokeapi/moves.rs:92:30 [INFO] [stdout] | [INFO] [stdout] 92 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 93 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/pokeapi/moves.rs:101:30 [INFO] [stdout] | [INFO] [stdout] 101 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 102 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/pokeapi/moves.rs:116:30 [INFO] [stdout] | [INFO] [stdout] 116 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 117 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/pokeapi/moves.rs:127:30 [INFO] [stdout] | [INFO] [stdout] 127 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 128 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/pokeapi/moves.rs:138:30 [INFO] [stdout] | [INFO] [stdout] 138 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 139 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/pokeapi/moves.rs:149:30 [INFO] [stdout] | [INFO] [stdout] 149 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 150 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/pokeapi/moves.rs:161:30 [INFO] [stdout] | [INFO] [stdout] 161 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 162 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/pokeapi/moves.rs:173:30 [INFO] [stdout] | [INFO] [stdout] 173 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 174 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/pokeapi/pokemon.rs:17:30 [INFO] [stdout] | [INFO] [stdout] 17 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 18 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/pokeapi/pokemon.rs:33:30 [INFO] [stdout] | [INFO] [stdout] 33 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 34 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/pokeapi/pokemon.rs:42:30 [INFO] [stdout] | [INFO] [stdout] 42 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 43 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/pokeapi/pokemon.rs:52:30 [INFO] [stdout] | [INFO] [stdout] 52 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 53 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/pokeapi/pokemon.rs:62:30 [INFO] [stdout] | [INFO] [stdout] 62 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 63 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/pokeapi/pokemon.rs:74:30 [INFO] [stdout] | [INFO] [stdout] 74 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 75 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/pokeapi/pokemon.rs:85:30 [INFO] [stdout] | [INFO] [stdout] 85 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 86 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/pokeapi/pokemon.rs:96:30 [INFO] [stdout] | [INFO] [stdout] 96 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 97 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/pokeapi/pokemon.rs:105:30 [INFO] [stdout] | [INFO] [stdout] 105 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 106 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/pokeapi/pokemon.rs:118:30 [INFO] [stdout] | [INFO] [stdout] 118 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 119 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/pokeapi/pokemon.rs:127:30 [INFO] [stdout] | [INFO] [stdout] 127 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 128 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/pokeapi/pokemon.rs:143:30 [INFO] [stdout] | [INFO] [stdout] 143 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 144 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/pokeapi/pokemon.rs:152:30 [INFO] [stdout] | [INFO] [stdout] 152 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 153 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/pokeapi/pokemon.rs:162:30 [INFO] [stdout] | [INFO] [stdout] 162 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 163 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/pokeapi/pokemon.rs:173:30 [INFO] [stdout] | [INFO] [stdout] 173 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 174 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/pokeapi/pokemon.rs:182:30 [INFO] [stdout] | [INFO] [stdout] 182 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 183 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/pokeapi/pokemon.rs:191:30 [INFO] [stdout] | [INFO] [stdout] 191 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 192 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/pokeapi/pokemon.rs:223:30 [INFO] [stdout] | [INFO] [stdout] 223 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 224 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/pokeapi/pokemon.rs:233:30 [INFO] [stdout] | [INFO] [stdout] 233 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 234 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/pokeapi/pokemon.rs:243:30 [INFO] [stdout] | [INFO] [stdout] 243 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 244 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/pokeapi/pokemon.rs:252:30 [INFO] [stdout] | [INFO] [stdout] 252 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 253 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/pokeapi/pokemon.rs:261:30 [INFO] [stdout] | [INFO] [stdout] 261 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 262 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/pokeapi/pokemon.rs:271:30 [INFO] [stdout] | [INFO] [stdout] 271 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 272 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/pokeapi/pokemon.rs:281:30 [INFO] [stdout] | [INFO] [stdout] 281 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 282 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/pokeapi/pokemon.rs:291:30 [INFO] [stdout] | [INFO] [stdout] 291 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 292 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/pokeapi/pokemon.rs:306:30 [INFO] [stdout] | [INFO] [stdout] 306 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 307 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/pokeapi/pokemon.rs:315:30 [INFO] [stdout] | [INFO] [stdout] 315 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 316 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/pokeapi/pokemon.rs:326:30 [INFO] [stdout] | [INFO] [stdout] 326 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 327 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/pokeapi/pokemon.rs:346:30 [INFO] [stdout] | [INFO] [stdout] 346 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 347 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/pokeapi/pokemon.rs:357:30 [INFO] [stdout] | [INFO] [stdout] 357 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 358 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/pokeapi/pokemon.rs:368:30 [INFO] [stdout] | [INFO] [stdout] 368 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 369 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/pokeapi/pokemon.rs:380:30 [INFO] [stdout] | [INFO] [stdout] 380 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 381 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/pokeapi/pokemon.rs:389:30 [INFO] [stdout] | [INFO] [stdout] 389 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 390 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/pokeapi/pokemon.rs:421:30 [INFO] [stdout] | [INFO] [stdout] 421 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 422 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/pokeapi/pokemon.rs:430:30 [INFO] [stdout] | [INFO] [stdout] 430 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 431 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/pokeapi/pokemon.rs:439:30 [INFO] [stdout] | [INFO] [stdout] 439 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 440 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/pokeapi/pokemon.rs:449:30 [INFO] [stdout] | [INFO] [stdout] 449 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 450 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/pokeapi/pokemon.rs:458:30 [INFO] [stdout] | [INFO] [stdout] 458 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 459 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/pokeapi/pokemon.rs:474:30 [INFO] [stdout] | [INFO] [stdout] 474 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 475 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/pokeapi/pokemon.rs:483:30 [INFO] [stdout] | [INFO] [stdout] 483 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 484 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/pokeapi/pokemon.rs:493:30 [INFO] [stdout] | [INFO] [stdout] 493 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 494 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/pokeapi/pokemon.rs:502:30 [INFO] [stdout] | [INFO] [stdout] 502 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 503 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/pokeapi/pokemon.rs:518:30 [INFO] [stdout] | [INFO] [stdout] 518 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 519 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/pokeapi/pokemon.rs:527:30 [INFO] [stdout] | [INFO] [stdout] 527 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 528 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/pokeapi/resource_lists.rs:10:30 [INFO] [stdout] | [INFO] [stdout] 10 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 11 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/pokeapi/resource_lists.rs:21:30 [INFO] [stdout] | [INFO] [stdout] 21 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 22 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/pokeapi/utility.rs:22:30 [INFO] [stdout] | [INFO] [stdout] 22 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 23 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/pokeapi/utility.rs:35:30 [INFO] [stdout] | [INFO] [stdout] 35 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 36 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/pokeapi/utility.rs:63:30 [INFO] [stdout] | [INFO] [stdout] 63 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 64 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/pokeapi/utility.rs:72:30 [INFO] [stdout] | [INFO] [stdout] 72 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 73 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/pokeapi/utility.rs:81:30 [INFO] [stdout] | [INFO] [stdout] 81 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 82 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/pokeapi/utility.rs:93:30 [INFO] [stdout] | [INFO] [stdout] 93 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 94 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/pokeapi/utility.rs:103:30 [INFO] [stdout] | [INFO] [stdout] 103 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 104 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/pokeapi/utility.rs:112:30 [INFO] [stdout] | [INFO] [stdout] 112 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 113 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/pokeapi/utility.rs:121:30 [INFO] [stdout] | [INFO] [stdout] 121 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 122 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/pokeapi/utility.rs:130:30 [INFO] [stdout] | [INFO] [stdout] 130 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 131 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/pokeapi/utility.rs:165:30 [INFO] [stdout] | [INFO] [stdout] 165 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 166 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/pokeapi/utility.rs:175:30 [INFO] [stdout] | [INFO] [stdout] 175 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 176 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/pokeapi/utility.rs:185:30 [INFO] [stdout] | [INFO] [stdout] 185 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 186 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/pokeapi/utility.rs:194:30 [INFO] [stdout] | [INFO] [stdout] 194 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 195 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 111 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 21.43s [INFO] running `Command { std: "docker" "inspect" "54876b7db98572b2e9ef423e3ee1c01b2ac5a92125fd6773824add3965d44243", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "54876b7db98572b2e9ef423e3ee1c01b2ac5a92125fd6773824add3965d44243", kill_on_drop: false }` [INFO] [stdout] 54876b7db98572b2e9ef423e3ee1c01b2ac5a92125fd6773824add3965d44243 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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=warn" "-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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] e41482f4a0953d0d99d315bc8324cdb37939366a1e66448a76f33a583fcae969 [INFO] running `Command { std: "docker" "start" "-a" "e41482f4a0953d0d99d315bc8324cdb37939366a1e66448a76f33a583fcae969", kill_on_drop: false }` [INFO] [stderr] Compiling difference v2.0.0 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling paste-impl v0.1.18 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/pokeapi/berries.rs:12:30 [INFO] [stdout] | [INFO] [stdout] 12 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 13 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(legacy_derive_helpers)]` on by default [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/pokeapi/berries.rs:31:30 [INFO] [stdout] | [INFO] [stdout] 31 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 32 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/pokeapi/berries.rs:40:30 [INFO] [stdout] | [INFO] [stdout] 40 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 41 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/pokeapi/berries.rs:51:30 [INFO] [stdout] | [INFO] [stdout] 51 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 52 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/pokeapi/berries.rs:63:30 [INFO] [stdout] | [INFO] [stdout] 63 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 64 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/pokeapi/contests.rs:11:30 [INFO] [stdout] | [INFO] [stdout] 11 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 12 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/pokeapi/contests.rs:22:30 [INFO] [stdout] | [INFO] [stdout] 22 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 23 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/pokeapi/contests.rs:32:30 [INFO] [stdout] | [INFO] [stdout] 32 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 33 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/pokeapi/contests.rs:44:30 [INFO] [stdout] | [INFO] [stdout] 44 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 45 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/pokeapi/encounters.rs:9:30 [INFO] [stdout] | [INFO] [stdout] 9 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 10 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/pokeapi/encounters.rs:20:30 [INFO] [stdout] | [INFO] [stdout] 20 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 21 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/pokeapi/encounters.rs:31:30 [INFO] [stdout] | [INFO] [stdout] 31 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 32 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/pokeapi/evolution.rs:13:30 [INFO] [stdout] | [INFO] [stdout] 13 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 14 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/pokeapi/evolution.rs:23:30 [INFO] [stdout] | [INFO] [stdout] 23 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 24 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/pokeapi/evolution.rs:34:30 [INFO] [stdout] | [INFO] [stdout] 34 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 35 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/pokeapi/evolution.rs:59:30 [INFO] [stdout] | [INFO] [stdout] 59 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 60 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/pokeapi/games.rs:12:30 [INFO] [stdout] | [INFO] [stdout] 12 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 13 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/pokeapi/games.rs:28:30 [INFO] [stdout] | [INFO] [stdout] 28 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 29 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/pokeapi/games.rs:43:30 [INFO] [stdout] | [INFO] [stdout] 43 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 44 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/pokeapi/games.rs:52:30 [INFO] [stdout] | [INFO] [stdout] 52 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 53 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/pokeapi/games.rs:63:30 [INFO] [stdout] | [INFO] [stdout] 63 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 64 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/pokeapi/items.rs:12:30 [INFO] [stdout] | [INFO] [stdout] 12 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 13 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/pokeapi/items.rs:34:30 [INFO] [stdout] | [INFO] [stdout] 34 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 35 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/pokeapi/items.rs:42:30 [INFO] [stdout] | [INFO] [stdout] 42 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 43 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/pokeapi/items.rs:51:30 [INFO] [stdout] | [INFO] [stdout] 51 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 52 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/pokeapi/items.rs:60:30 [INFO] [stdout] | [INFO] [stdout] 60 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 61 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/pokeapi/items.rs:72:30 [INFO] [stdout] | [INFO] [stdout] 72 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 73 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/pokeapi/items.rs:84:30 [INFO] [stdout] | [INFO] [stdout] 84 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 85 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/pokeapi/items.rs:95:30 [INFO] [stdout] | [INFO] [stdout] 95 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 96 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/pokeapi/locations.rs:12:30 [INFO] [stdout] | [INFO] [stdout] 12 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 13 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/pokeapi/locations.rs:25:30 [INFO] [stdout] | [INFO] [stdout] 25 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 26 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/pokeapi/locations.rs:39:30 [INFO] [stdout] | [INFO] [stdout] 39 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 40 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/pokeapi/locations.rs:48:30 [INFO] [stdout] | [INFO] [stdout] 48 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 49 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/pokeapi/locations.rs:57:30 [INFO] [stdout] | [INFO] [stdout] 57 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 58 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/pokeapi/locations.rs:66:30 [INFO] [stdout] | [INFO] [stdout] 66 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 67 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/pokeapi/locations.rs:77:30 [INFO] [stdout] | [INFO] [stdout] 77 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 78 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/pokeapi/locations.rs:87:30 [INFO] [stdout] | [INFO] [stdout] 87 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 88 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/pokeapi/machines.rs:12:30 [INFO] [stdout] | [INFO] [stdout] 12 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 13 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/pokeapi/moves.rs:13:30 [INFO] [stdout] | [INFO] [stdout] 13 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 14 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/pokeapi/moves.rs:44:30 [INFO] [stdout] | [INFO] [stdout] 44 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 45 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/pokeapi/moves.rs:54:30 [INFO] [stdout] | [INFO] [stdout] 54 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 55 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/pokeapi/moves.rs:63:30 [INFO] [stdout] | [INFO] [stdout] 63 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 64 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/pokeapi/moves.rs:73:30 [INFO] [stdout] | [INFO] [stdout] 73 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 74 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/pokeapi/moves.rs:92:30 [INFO] [stdout] | [INFO] [stdout] 92 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 93 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/pokeapi/moves.rs:101:30 [INFO] [stdout] | [INFO] [stdout] 101 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 102 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/pokeapi/moves.rs:116:30 [INFO] [stdout] | [INFO] [stdout] 116 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 117 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/pokeapi/moves.rs:127:30 [INFO] [stdout] | [INFO] [stdout] 127 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 128 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/pokeapi/moves.rs:138:30 [INFO] [stdout] | [INFO] [stdout] 138 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 139 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/pokeapi/moves.rs:149:30 [INFO] [stdout] | [INFO] [stdout] 149 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 150 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/pokeapi/moves.rs:161:30 [INFO] [stdout] | [INFO] [stdout] 161 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 162 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/pokeapi/moves.rs:173:30 [INFO] [stdout] | [INFO] [stdout] 173 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 174 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/pokeapi/pokemon.rs:17:30 [INFO] [stdout] | [INFO] [stdout] 17 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 18 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/pokeapi/pokemon.rs:33:30 [INFO] [stdout] | [INFO] [stdout] 33 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 34 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/pokeapi/pokemon.rs:42:30 [INFO] [stdout] | [INFO] [stdout] 42 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 43 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/pokeapi/pokemon.rs:52:30 [INFO] [stdout] | [INFO] [stdout] 52 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 53 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/pokeapi/pokemon.rs:62:30 [INFO] [stdout] | [INFO] [stdout] 62 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 63 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/pokeapi/pokemon.rs:74:30 [INFO] [stdout] | [INFO] [stdout] 74 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 75 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/pokeapi/pokemon.rs:85:30 [INFO] [stdout] | [INFO] [stdout] 85 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 86 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/pokeapi/pokemon.rs:96:30 [INFO] [stdout] | [INFO] [stdout] 96 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 97 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/pokeapi/pokemon.rs:105:30 [INFO] [stdout] | [INFO] [stdout] 105 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 106 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/pokeapi/pokemon.rs:118:30 [INFO] [stdout] | [INFO] [stdout] 118 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 119 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/pokeapi/pokemon.rs:127:30 [INFO] [stdout] | [INFO] [stdout] 127 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 128 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/pokeapi/pokemon.rs:143:30 [INFO] [stdout] | [INFO] [stdout] 143 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 144 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/pokeapi/pokemon.rs:152:30 [INFO] [stdout] | [INFO] [stdout] 152 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 153 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/pokeapi/pokemon.rs:162:30 [INFO] [stdout] | [INFO] [stdout] 162 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 163 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/pokeapi/pokemon.rs:173:30 [INFO] [stdout] | [INFO] [stdout] 173 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 174 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/pokeapi/pokemon.rs:182:30 [INFO] [stdout] | [INFO] [stdout] 182 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 183 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/pokeapi/pokemon.rs:191:30 [INFO] [stdout] | [INFO] [stdout] 191 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 192 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/pokeapi/pokemon.rs:223:30 [INFO] [stdout] | [INFO] [stdout] 223 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 224 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/pokeapi/pokemon.rs:233:30 [INFO] [stdout] | [INFO] [stdout] 233 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 234 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/pokeapi/pokemon.rs:243:30 [INFO] [stdout] | [INFO] [stdout] 243 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 244 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/pokeapi/pokemon.rs:252:30 [INFO] [stdout] | [INFO] [stdout] 252 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 253 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/pokeapi/pokemon.rs:261:30 [INFO] [stdout] | [INFO] [stdout] 261 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 262 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/pokeapi/pokemon.rs:271:30 [INFO] [stdout] | [INFO] [stdout] 271 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 272 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/pokeapi/pokemon.rs:281:30 [INFO] [stdout] | [INFO] [stdout] 281 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 282 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/pokeapi/pokemon.rs:291:30 [INFO] [stdout] | [INFO] [stdout] 291 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 292 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/pokeapi/pokemon.rs:306:30 [INFO] [stdout] | [INFO] [stdout] 306 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 307 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/pokeapi/pokemon.rs:315:30 [INFO] [stdout] | [INFO] [stdout] 315 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 316 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/pokeapi/pokemon.rs:326:30 [INFO] [stdout] | [INFO] [stdout] 326 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 327 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/pokeapi/pokemon.rs:346:30 [INFO] [stdout] | [INFO] [stdout] 346 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 347 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/pokeapi/pokemon.rs:357:30 [INFO] [stdout] | [INFO] [stdout] 357 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 358 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/pokeapi/pokemon.rs:368:30 [INFO] [stdout] | [INFO] [stdout] 368 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 369 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/pokeapi/pokemon.rs:380:30 [INFO] [stdout] | [INFO] [stdout] 380 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 381 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/pokeapi/pokemon.rs:389:30 [INFO] [stdout] | [INFO] [stdout] 389 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 390 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/pokeapi/pokemon.rs:421:30 [INFO] [stdout] | [INFO] [stdout] 421 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 422 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/pokeapi/pokemon.rs:430:30 [INFO] [stdout] | [INFO] [stdout] 430 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 431 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/pokeapi/pokemon.rs:439:30 [INFO] [stdout] | [INFO] [stdout] 439 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 440 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/pokeapi/pokemon.rs:449:30 [INFO] [stdout] | [INFO] [stdout] 449 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 450 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/pokeapi/pokemon.rs:458:30 [INFO] [stdout] | [INFO] [stdout] 458 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 459 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/pokeapi/pokemon.rs:474:30 [INFO] [stdout] | [INFO] [stdout] 474 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 475 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/pokeapi/pokemon.rs:483:30 [INFO] [stdout] | [INFO] [stdout] 483 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 484 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/pokeapi/pokemon.rs:493:30 [INFO] [stdout] | [INFO] [stdout] 493 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 494 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/pokeapi/pokemon.rs:502:30 [INFO] [stdout] | [INFO] [stdout] 502 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 503 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/pokeapi/pokemon.rs:518:30 [INFO] [stdout] | [INFO] [stdout] 518 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 519 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/pokeapi/pokemon.rs:527:30 [INFO] [stdout] | [INFO] [stdout] 527 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 528 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/pokeapi/resource_lists.rs:10:30 [INFO] [stdout] | [INFO] [stdout] 10 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 11 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/pokeapi/resource_lists.rs:21:30 [INFO] [stdout] | [INFO] [stdout] 21 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 22 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/pokeapi/utility.rs:22:30 [INFO] [stdout] | [INFO] [stdout] 22 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 23 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/pokeapi/utility.rs:35:30 [INFO] [stdout] | [INFO] [stdout] 35 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 36 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/pokeapi/utility.rs:63:30 [INFO] [stdout] | [INFO] [stdout] 63 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 64 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/pokeapi/utility.rs:72:30 [INFO] [stdout] | [INFO] [stdout] 72 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 73 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/pokeapi/utility.rs:81:30 [INFO] [stdout] | [INFO] [stdout] 81 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 82 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/pokeapi/utility.rs:93:30 [INFO] [stdout] | [INFO] [stdout] 93 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 94 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/pokeapi/utility.rs:103:30 [INFO] [stdout] | [INFO] [stdout] 103 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 104 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/pokeapi/utility.rs:112:30 [INFO] [stdout] | [INFO] [stdout] 112 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 113 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/pokeapi/utility.rs:121:30 [INFO] [stdout] | [INFO] [stdout] 121 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 122 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/pokeapi/utility.rs:130:30 [INFO] [stdout] | [INFO] [stdout] 130 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 131 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/pokeapi/utility.rs:165:30 [INFO] [stdout] | [INFO] [stdout] 165 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 166 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/pokeapi/utility.rs:175:30 [INFO] [stdout] | [INFO] [stdout] 175 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 176 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/pokeapi/utility.rs:185:30 [INFO] [stdout] | [INFO] [stdout] 185 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 186 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/pokeapi/utility.rs:194:30 [INFO] [stdout] | [INFO] [stdout] 194 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 195 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 111 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling colored v1.9.3 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Compiling paste v0.1.18 [INFO] [stderr] Compiling extend v0.1.2 [INFO] [stderr] Compiling assert-json-diff v1.1.0 [INFO] [stderr] Compiling mockito v0.23.3 [INFO] [stderr] Compiling pokerust v0.2.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/pokeapi/berries.rs:12:30 [INFO] [stdout] | [INFO] [stdout] 12 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 13 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(legacy_derive_helpers)]` on by default [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/pokeapi/berries.rs:31:30 [INFO] [stdout] | [INFO] [stdout] 31 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 32 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/pokeapi/berries.rs:40:30 [INFO] [stdout] | [INFO] [stdout] 40 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 41 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/pokeapi/berries.rs:51:30 [INFO] [stdout] | [INFO] [stdout] 51 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 52 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/pokeapi/berries.rs:63:30 [INFO] [stdout] | [INFO] [stdout] 63 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 64 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/pokeapi/contests.rs:11:30 [INFO] [stdout] | [INFO] [stdout] 11 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 12 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/pokeapi/contests.rs:22:30 [INFO] [stdout] | [INFO] [stdout] 22 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 23 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/pokeapi/contests.rs:32:30 [INFO] [stdout] | [INFO] [stdout] 32 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 33 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/pokeapi/contests.rs:44:30 [INFO] [stdout] | [INFO] [stdout] 44 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 45 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/pokeapi/encounters.rs:9:30 [INFO] [stdout] | [INFO] [stdout] 9 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 10 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/pokeapi/encounters.rs:20:30 [INFO] [stdout] | [INFO] [stdout] 20 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 21 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/pokeapi/encounters.rs:31:30 [INFO] [stdout] | [INFO] [stdout] 31 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 32 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/pokeapi/evolution.rs:13:30 [INFO] [stdout] | [INFO] [stdout] 13 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 14 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/pokeapi/evolution.rs:23:30 [INFO] [stdout] | [INFO] [stdout] 23 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 24 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/pokeapi/evolution.rs:34:30 [INFO] [stdout] | [INFO] [stdout] 34 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 35 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/pokeapi/evolution.rs:59:30 [INFO] [stdout] | [INFO] [stdout] 59 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 60 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/pokeapi/games.rs:12:30 [INFO] [stdout] | [INFO] [stdout] 12 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 13 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/pokeapi/games.rs:28:30 [INFO] [stdout] | [INFO] [stdout] 28 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 29 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/pokeapi/games.rs:43:30 [INFO] [stdout] | [INFO] [stdout] 43 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 44 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/pokeapi/games.rs:52:30 [INFO] [stdout] | [INFO] [stdout] 52 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 53 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/pokeapi/games.rs:63:30 [INFO] [stdout] | [INFO] [stdout] 63 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 64 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/pokeapi/items.rs:12:30 [INFO] [stdout] | [INFO] [stdout] 12 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 13 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/pokeapi/items.rs:34:30 [INFO] [stdout] | [INFO] [stdout] 34 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 35 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/pokeapi/items.rs:42:30 [INFO] [stdout] | [INFO] [stdout] 42 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 43 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/pokeapi/items.rs:51:30 [INFO] [stdout] | [INFO] [stdout] 51 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 52 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/pokeapi/items.rs:60:30 [INFO] [stdout] | [INFO] [stdout] 60 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 61 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/pokeapi/items.rs:72:30 [INFO] [stdout] | [INFO] [stdout] 72 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 73 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/pokeapi/items.rs:84:30 [INFO] [stdout] | [INFO] [stdout] 84 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 85 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/pokeapi/items.rs:95:30 [INFO] [stdout] | [INFO] [stdout] 95 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 96 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/pokeapi/locations.rs:12:30 [INFO] [stdout] | [INFO] [stdout] 12 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 13 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/pokeapi/locations.rs:25:30 [INFO] [stdout] | [INFO] [stdout] 25 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 26 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/pokeapi/locations.rs:39:30 [INFO] [stdout] | [INFO] [stdout] 39 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 40 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/pokeapi/locations.rs:48:30 [INFO] [stdout] | [INFO] [stdout] 48 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 49 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/pokeapi/locations.rs:57:30 [INFO] [stdout] | [INFO] [stdout] 57 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 58 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/pokeapi/locations.rs:66:30 [INFO] [stdout] | [INFO] [stdout] 66 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 67 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/pokeapi/locations.rs:77:30 [INFO] [stdout] | [INFO] [stdout] 77 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 78 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/pokeapi/locations.rs:87:30 [INFO] [stdout] | [INFO] [stdout] 87 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 88 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/pokeapi/machines.rs:12:30 [INFO] [stdout] | [INFO] [stdout] 12 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 13 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/pokeapi/moves.rs:13:30 [INFO] [stdout] | [INFO] [stdout] 13 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 14 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/pokeapi/moves.rs:44:30 [INFO] [stdout] | [INFO] [stdout] 44 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 45 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/pokeapi/moves.rs:54:30 [INFO] [stdout] | [INFO] [stdout] 54 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 55 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/pokeapi/moves.rs:63:30 [INFO] [stdout] | [INFO] [stdout] 63 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 64 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/pokeapi/moves.rs:73:30 [INFO] [stdout] | [INFO] [stdout] 73 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 74 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/pokeapi/moves.rs:92:30 [INFO] [stdout] | [INFO] [stdout] 92 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 93 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/pokeapi/moves.rs:101:30 [INFO] [stdout] | [INFO] [stdout] 101 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 102 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/pokeapi/moves.rs:116:30 [INFO] [stdout] | [INFO] [stdout] 116 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 117 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/pokeapi/moves.rs:127:30 [INFO] [stdout] | [INFO] [stdout] 127 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 128 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/pokeapi/moves.rs:138:30 [INFO] [stdout] | [INFO] [stdout] 138 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 139 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/pokeapi/moves.rs:149:30 [INFO] [stdout] | [INFO] [stdout] 149 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 150 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/pokeapi/moves.rs:161:30 [INFO] [stdout] | [INFO] [stdout] 161 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 162 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/pokeapi/moves.rs:173:30 [INFO] [stdout] | [INFO] [stdout] 173 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 174 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/pokeapi/pokemon.rs:17:30 [INFO] [stdout] | [INFO] [stdout] 17 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 18 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/pokeapi/pokemon.rs:33:30 [INFO] [stdout] | [INFO] [stdout] 33 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 34 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/pokeapi/pokemon.rs:42:30 [INFO] [stdout] | [INFO] [stdout] 42 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 43 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/pokeapi/pokemon.rs:52:30 [INFO] [stdout] | [INFO] [stdout] 52 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 53 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/pokeapi/pokemon.rs:62:30 [INFO] [stdout] | [INFO] [stdout] 62 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 63 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/pokeapi/pokemon.rs:74:30 [INFO] [stdout] | [INFO] [stdout] 74 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 75 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/pokeapi/pokemon.rs:85:30 [INFO] [stdout] | [INFO] [stdout] 85 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 86 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/pokeapi/pokemon.rs:96:30 [INFO] [stdout] | [INFO] [stdout] 96 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 97 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/pokeapi/pokemon.rs:105:30 [INFO] [stdout] | [INFO] [stdout] 105 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 106 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/pokeapi/pokemon.rs:118:30 [INFO] [stdout] | [INFO] [stdout] 118 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 119 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/pokeapi/pokemon.rs:127:30 [INFO] [stdout] | [INFO] [stdout] 127 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 128 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/pokeapi/pokemon.rs:143:30 [INFO] [stdout] | [INFO] [stdout] 143 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 144 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/pokeapi/pokemon.rs:152:30 [INFO] [stdout] | [INFO] [stdout] 152 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 153 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/pokeapi/pokemon.rs:162:30 [INFO] [stdout] | [INFO] [stdout] 162 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 163 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/pokeapi/pokemon.rs:173:30 [INFO] [stdout] | [INFO] [stdout] 173 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 174 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/pokeapi/pokemon.rs:182:30 [INFO] [stdout] | [INFO] [stdout] 182 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 183 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/pokeapi/pokemon.rs:191:30 [INFO] [stdout] | [INFO] [stdout] 191 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 192 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/pokeapi/pokemon.rs:223:30 [INFO] [stdout] | [INFO] [stdout] 223 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 224 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/pokeapi/pokemon.rs:233:30 [INFO] [stdout] | [INFO] [stdout] 233 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 234 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/pokeapi/pokemon.rs:243:30 [INFO] [stdout] | [INFO] [stdout] 243 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 244 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/pokeapi/pokemon.rs:252:30 [INFO] [stdout] | [INFO] [stdout] 252 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 253 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/pokeapi/pokemon.rs:261:30 [INFO] [stdout] | [INFO] [stdout] 261 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 262 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/pokeapi/pokemon.rs:271:30 [INFO] [stdout] | [INFO] [stdout] 271 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 272 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/pokeapi/pokemon.rs:281:30 [INFO] [stdout] | [INFO] [stdout] 281 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 282 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/pokeapi/pokemon.rs:291:30 [INFO] [stdout] | [INFO] [stdout] 291 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 292 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/pokeapi/pokemon.rs:306:30 [INFO] [stdout] | [INFO] [stdout] 306 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 307 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/pokeapi/pokemon.rs:315:30 [INFO] [stdout] | [INFO] [stdout] 315 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 316 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/pokeapi/pokemon.rs:326:30 [INFO] [stdout] | [INFO] [stdout] 326 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 327 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/pokeapi/pokemon.rs:346:30 [INFO] [stdout] | [INFO] [stdout] 346 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 347 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/pokeapi/pokemon.rs:357:30 [INFO] [stdout] | [INFO] [stdout] 357 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 358 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/pokeapi/pokemon.rs:368:30 [INFO] [stdout] | [INFO] [stdout] 368 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 369 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/pokeapi/pokemon.rs:380:30 [INFO] [stdout] | [INFO] [stdout] 380 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 381 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/pokeapi/pokemon.rs:389:30 [INFO] [stdout] | [INFO] [stdout] 389 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 390 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/pokeapi/pokemon.rs:421:30 [INFO] [stdout] | [INFO] [stdout] 421 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 422 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/pokeapi/pokemon.rs:430:30 [INFO] [stdout] | [INFO] [stdout] 430 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 431 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/pokeapi/pokemon.rs:439:30 [INFO] [stdout] | [INFO] [stdout] 439 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 440 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/pokeapi/pokemon.rs:449:30 [INFO] [stdout] | [INFO] [stdout] 449 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 450 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/pokeapi/pokemon.rs:458:30 [INFO] [stdout] | [INFO] [stdout] 458 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 459 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/pokeapi/pokemon.rs:474:30 [INFO] [stdout] | [INFO] [stdout] 474 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 475 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/pokeapi/pokemon.rs:483:30 [INFO] [stdout] | [INFO] [stdout] 483 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 484 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/pokeapi/pokemon.rs:493:30 [INFO] [stdout] | [INFO] [stdout] 493 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 494 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/pokeapi/pokemon.rs:502:30 [INFO] [stdout] | [INFO] [stdout] 502 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 503 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/pokeapi/pokemon.rs:518:30 [INFO] [stdout] | [INFO] [stdout] 518 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 519 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/pokeapi/pokemon.rs:527:30 [INFO] [stdout] | [INFO] [stdout] 527 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 528 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/pokeapi/resource_lists.rs:10:30 [INFO] [stdout] | [INFO] [stdout] 10 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 11 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/pokeapi/resource_lists.rs:21:30 [INFO] [stdout] | [INFO] [stdout] 21 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 22 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/pokeapi/utility.rs:22:30 [INFO] [stdout] | [INFO] [stdout] 22 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 23 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/pokeapi/utility.rs:35:30 [INFO] [stdout] | [INFO] [stdout] 35 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 36 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/pokeapi/utility.rs:63:30 [INFO] [stdout] | [INFO] [stdout] 63 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 64 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/pokeapi/utility.rs:72:30 [INFO] [stdout] | [INFO] [stdout] 72 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 73 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/pokeapi/utility.rs:81:30 [INFO] [stdout] | [INFO] [stdout] 81 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 82 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/pokeapi/utility.rs:93:30 [INFO] [stdout] | [INFO] [stdout] 93 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 94 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/pokeapi/utility.rs:103:30 [INFO] [stdout] | [INFO] [stdout] 103 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 104 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/pokeapi/utility.rs:112:30 [INFO] [stdout] | [INFO] [stdout] 112 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 113 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/pokeapi/utility.rs:121:30 [INFO] [stdout] | [INFO] [stdout] 121 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 122 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/pokeapi/utility.rs:130:30 [INFO] [stdout] | [INFO] [stdout] 130 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 131 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/pokeapi/utility.rs:165:30 [INFO] [stdout] | [INFO] [stdout] 165 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 166 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/pokeapi/utility.rs:175:30 [INFO] [stdout] | [INFO] [stdout] 175 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 176 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/pokeapi/utility.rs:185:30 [INFO] [stdout] | [INFO] [stdout] 185 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 186 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/pokeapi/utility.rs:194:30 [INFO] [stdout] | [INFO] [stdout] 194 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 195 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 111 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 8.24s [INFO] running `Command { std: "docker" "inspect" "e41482f4a0953d0d99d315bc8324cdb37939366a1e66448a76f33a583fcae969", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e41482f4a0953d0d99d315bc8324cdb37939366a1e66448a76f33a583fcae969", kill_on_drop: false }` [INFO] [stdout] e41482f4a0953d0d99d315bc8324cdb37939366a1e66448a76f33a583fcae969 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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=warn" "-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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 8ed08a1e1d53b5087627d16804ad27e5918350ec7d6165925e9dab3e43a1ec0f [INFO] running `Command { std: "docker" "start" "-a" "8ed08a1e1d53b5087627d16804ad27e5918350ec7d6165925e9dab3e43a1ec0f", kill_on_drop: false }` [INFO] [stderr] warning: derive helper attribute is used before it is introduced [INFO] [stderr] --> src/pokeapi/berries.rs:12:30 [INFO] [stderr] | [INFO] [stderr] 12 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stderr] | ^^^^^ [INFO] [stderr] 13 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stderr] | --------- the attribute is introduced here [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(legacy_derive_helpers)]` on by default [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79202 [INFO] [stderr] [INFO] [stderr] warning: derive helper attribute is used before it is introduced [INFO] [stderr] --> src/pokeapi/berries.rs:31:30 [INFO] [stderr] | [INFO] [stderr] 31 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stderr] | ^^^^^ [INFO] [stderr] 32 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stderr] | --------- the attribute is introduced here [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79202 [INFO] [stderr] [INFO] [stderr] warning: derive helper attribute is used before it is introduced [INFO] [stderr] --> src/pokeapi/berries.rs:40:30 [INFO] [stderr] | [INFO] [stderr] 40 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stderr] | ^^^^^ [INFO] [stderr] 41 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stderr] | --------- the attribute is introduced here [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79202 [INFO] [stderr] [INFO] [stderr] warning: derive helper attribute is used before it is introduced [INFO] [stderr] --> src/pokeapi/berries.rs:51:30 [INFO] [stderr] | [INFO] [stderr] 51 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stderr] | ^^^^^ [INFO] [stderr] 52 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stderr] | --------- the attribute is introduced here [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79202 [INFO] [stderr] [INFO] [stderr] warning: derive helper attribute is used before it is introduced [INFO] [stderr] --> src/pokeapi/berries.rs:63:30 [INFO] [stderr] | [INFO] [stderr] 63 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stderr] | ^^^^^ [INFO] [stderr] 64 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stderr] | --------- the attribute is introduced here [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79202 [INFO] [stderr] [INFO] [stderr] warning: derive helper attribute is used before it is introduced [INFO] [stderr] --> src/pokeapi/contests.rs:11:30 [INFO] [stderr] | [INFO] [stderr] 11 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stderr] | ^^^^^ [INFO] [stderr] 12 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stderr] | --------- the attribute is introduced here [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79202 [INFO] [stderr] [INFO] [stderr] warning: derive helper attribute is used before it is introduced [INFO] [stderr] --> src/pokeapi/contests.rs:22:30 [INFO] [stderr] | [INFO] [stderr] 22 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stderr] | ^^^^^ [INFO] [stderr] 23 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stderr] | --------- the attribute is introduced here [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79202 [INFO] [stderr] [INFO] [stderr] warning: derive helper attribute is used before it is introduced [INFO] [stderr] --> src/pokeapi/contests.rs:32:30 [INFO] [stderr] | [INFO] [stderr] 32 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stderr] | ^^^^^ [INFO] [stderr] 33 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stderr] | --------- the attribute is introduced here [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79202 [INFO] [stderr] [INFO] [stderr] warning: derive helper attribute is used before it is introduced [INFO] [stderr] --> src/pokeapi/contests.rs:44:30 [INFO] [stderr] | [INFO] [stderr] 44 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stderr] | ^^^^^ [INFO] [stderr] 45 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stderr] | --------- the attribute is introduced here [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79202 [INFO] [stderr] [INFO] [stderr] warning: derive helper attribute is used before it is introduced [INFO] [stderr] --> src/pokeapi/encounters.rs:9:30 [INFO] [stderr] | [INFO] [stderr] 9 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stderr] | ^^^^^ [INFO] [stderr] 10 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stderr] | --------- the attribute is introduced here [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79202 [INFO] [stderr] [INFO] [stderr] warning: derive helper attribute is used before it is introduced [INFO] [stderr] --> src/pokeapi/encounters.rs:20:30 [INFO] [stderr] | [INFO] [stderr] 20 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stderr] | ^^^^^ [INFO] [stderr] 21 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stderr] | --------- the attribute is introduced here [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79202 [INFO] [stderr] [INFO] [stderr] warning: derive helper attribute is used before it is introduced [INFO] [stderr] --> src/pokeapi/encounters.rs:31:30 [INFO] [stderr] | [INFO] [stderr] 31 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stderr] | ^^^^^ [INFO] [stderr] 32 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stderr] | --------- the attribute is introduced here [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79202 [INFO] [stderr] [INFO] [stderr] warning: derive helper attribute is used before it is introduced [INFO] [stderr] --> src/pokeapi/evolution.rs:13:30 [INFO] [stderr] | [INFO] [stderr] 13 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stderr] | ^^^^^ [INFO] [stderr] 14 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stderr] | --------- the attribute is introduced here [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79202 [INFO] [stderr] [INFO] [stderr] warning: derive helper attribute is used before it is introduced [INFO] [stderr] --> src/pokeapi/evolution.rs:23:30 [INFO] [stderr] | [INFO] [stderr] 23 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stderr] | ^^^^^ [INFO] [stderr] 24 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stderr] | --------- the attribute is introduced here [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79202 [INFO] [stderr] [INFO] [stderr] warning: derive helper attribute is used before it is introduced [INFO] [stderr] --> src/pokeapi/evolution.rs:34:30 [INFO] [stderr] | [INFO] [stderr] 34 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stderr] | ^^^^^ [INFO] [stderr] 35 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stderr] | --------- the attribute is introduced here [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79202 [INFO] [stderr] [INFO] [stderr] warning: derive helper attribute is used before it is introduced [INFO] [stderr] --> src/pokeapi/evolution.rs:59:30 [INFO] [stderr] | [INFO] [stderr] 59 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stderr] | ^^^^^ [INFO] [stderr] 60 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stderr] | --------- the attribute is introduced here [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79202 [INFO] [stderr] [INFO] [stderr] warning: derive helper attribute is used before it is introduced [INFO] [stderr] --> src/pokeapi/games.rs:12:30 [INFO] [stderr] | [INFO] [stderr] 12 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stderr] | ^^^^^ [INFO] [stderr] 13 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stderr] | --------- the attribute is introduced here [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79202 [INFO] [stderr] [INFO] [stderr] warning: derive helper attribute is used before it is introduced [INFO] [stderr] --> src/pokeapi/games.rs:28:30 [INFO] [stderr] | [INFO] [stderr] 28 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stderr] | ^^^^^ [INFO] [stderr] 29 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stderr] | --------- the attribute is introduced here [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79202 [INFO] [stderr] [INFO] [stderr] warning: derive helper attribute is used before it is introduced [INFO] [stderr] --> src/pokeapi/games.rs:43:30 [INFO] [stderr] | [INFO] [stderr] 43 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stderr] | ^^^^^ [INFO] [stderr] 44 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stderr] | --------- the attribute is introduced here [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79202 [INFO] [stderr] [INFO] [stderr] warning: derive helper attribute is used before it is introduced [INFO] [stderr] --> src/pokeapi/games.rs:52:30 [INFO] [stderr] | [INFO] [stderr] 52 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stderr] | ^^^^^ [INFO] [stderr] 53 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stderr] | --------- the attribute is introduced here [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79202 [INFO] [stderr] [INFO] [stderr] warning: derive helper attribute is used before it is introduced [INFO] [stderr] --> src/pokeapi/games.rs:63:30 [INFO] [stderr] | [INFO] [stderr] 63 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stderr] | ^^^^^ [INFO] [stderr] 64 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stderr] | --------- the attribute is introduced here [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79202 [INFO] [stderr] [INFO] [stderr] warning: derive helper attribute is used before it is introduced [INFO] [stderr] --> src/pokeapi/items.rs:12:30 [INFO] [stderr] | [INFO] [stderr] 12 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stderr] | ^^^^^ [INFO] [stderr] 13 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stderr] | --------- the attribute is introduced here [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79202 [INFO] [stderr] [INFO] [stderr] warning: derive helper attribute is used before it is introduced [INFO] [stderr] --> src/pokeapi/items.rs:34:30 [INFO] [stderr] | [INFO] [stderr] 34 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stderr] | ^^^^^ [INFO] [stderr] 35 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stderr] | --------- the attribute is introduced here [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79202 [INFO] [stderr] [INFO] [stderr] warning: derive helper attribute is used before it is introduced [INFO] [stderr] --> src/pokeapi/items.rs:42:30 [INFO] [stderr] | [INFO] [stderr] 42 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stderr] | ^^^^^ [INFO] [stderr] 43 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stderr] | --------- the attribute is introduced here [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79202 [INFO] [stderr] [INFO] [stderr] warning: derive helper attribute is used before it is introduced [INFO] [stderr] --> src/pokeapi/items.rs:51:30 [INFO] [stderr] | [INFO] [stderr] 51 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stderr] | ^^^^^ [INFO] [stderr] 52 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stderr] | --------- the attribute is introduced here [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79202 [INFO] [stderr] [INFO] [stderr] warning: derive helper attribute is used before it is introduced [INFO] [stderr] --> src/pokeapi/items.rs:60:30 [INFO] [stderr] | [INFO] [stderr] 60 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stderr] | ^^^^^ [INFO] [stderr] 61 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stderr] | --------- the attribute is introduced here [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79202 [INFO] [stderr] [INFO] [stderr] warning: derive helper attribute is used before it is introduced [INFO] [stderr] --> src/pokeapi/items.rs:72:30 [INFO] [stderr] | [INFO] [stderr] 72 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stderr] | ^^^^^ [INFO] [stderr] 73 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stderr] | --------- the attribute is introduced here [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79202 [INFO] [stderr] [INFO] [stderr] warning: derive helper attribute is used before it is introduced [INFO] [stderr] --> src/pokeapi/items.rs:84:30 [INFO] [stderr] | [INFO] [stderr] 84 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stderr] | ^^^^^ [INFO] [stderr] 85 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stderr] | --------- the attribute is introduced here [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79202 [INFO] [stderr] [INFO] [stderr] warning: derive helper attribute is used before it is introduced [INFO] [stderr] --> src/pokeapi/items.rs:95:30 [INFO] [stderr] | [INFO] [stderr] 95 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stderr] | ^^^^^ [INFO] [stderr] 96 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stderr] | --------- the attribute is introduced here [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79202 [INFO] [stderr] [INFO] [stderr] warning: derive helper attribute is used before it is introduced [INFO] [stderr] --> src/pokeapi/locations.rs:12:30 [INFO] [stderr] | [INFO] [stderr] 12 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stderr] | ^^^^^ [INFO] [stderr] 13 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stderr] | --------- the attribute is introduced here [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79202 [INFO] [stderr] [INFO] [stderr] warning: derive helper attribute is used before it is introduced [INFO] [stderr] --> src/pokeapi/locations.rs:25:30 [INFO] [stderr] | [INFO] [stderr] 25 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stderr] | ^^^^^ [INFO] [stderr] 26 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stderr] | --------- the attribute is introduced here [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79202 [INFO] [stderr] [INFO] [stderr] warning: derive helper attribute is used before it is introduced [INFO] [stderr] --> src/pokeapi/locations.rs:39:30 [INFO] [stderr] | [INFO] [stderr] 39 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stderr] | ^^^^^ [INFO] [stderr] 40 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stderr] | --------- the attribute is introduced here [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79202 [INFO] [stderr] [INFO] [stderr] warning: derive helper attribute is used before it is introduced [INFO] [stderr] --> src/pokeapi/locations.rs:48:30 [INFO] [stderr] | [INFO] [stderr] 48 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stderr] | ^^^^^ [INFO] [stderr] 49 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stderr] | --------- the attribute is introduced here [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79202 [INFO] [stderr] [INFO] [stderr] warning: derive helper attribute is used before it is introduced [INFO] [stderr] --> src/pokeapi/locations.rs:57:30 [INFO] [stderr] | [INFO] [stderr] 57 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stderr] | ^^^^^ [INFO] [stderr] 58 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stderr] | --------- the attribute is introduced here [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79202 [INFO] [stderr] [INFO] [stderr] warning: derive helper attribute is used before it is introduced [INFO] [stderr] --> src/pokeapi/locations.rs:66:30 [INFO] [stderr] | [INFO] [stderr] 66 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stderr] | ^^^^^ [INFO] [stderr] 67 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stderr] | --------- the attribute is introduced here [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79202 [INFO] [stderr] [INFO] [stderr] warning: derive helper attribute is used before it is introduced [INFO] [stderr] --> src/pokeapi/locations.rs:77:30 [INFO] [stderr] | [INFO] [stderr] 77 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stderr] | ^^^^^ [INFO] [stderr] 78 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stderr] | --------- the attribute is introduced here [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79202 [INFO] [stderr] [INFO] [stderr] warning: derive helper attribute is used before it is introduced [INFO] [stderr] --> src/pokeapi/locations.rs:87:30 [INFO] [stderr] | [INFO] [stderr] 87 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stderr] | ^^^^^ [INFO] [stderr] 88 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stderr] | --------- the attribute is introduced here [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79202 [INFO] [stderr] [INFO] [stderr] warning: derive helper attribute is used before it is introduced [INFO] [stderr] --> src/pokeapi/machines.rs:12:30 [INFO] [stderr] | [INFO] [stderr] 12 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stderr] | ^^^^^ [INFO] [stderr] 13 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stderr] | --------- the attribute is introduced here [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79202 [INFO] [stderr] [INFO] [stderr] warning: derive helper attribute is used before it is introduced [INFO] [stderr] --> src/pokeapi/moves.rs:13:30 [INFO] [stderr] | [INFO] [stderr] 13 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stderr] | ^^^^^ [INFO] [stderr] 14 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stderr] | --------- the attribute is introduced here [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79202 [INFO] [stderr] [INFO] [stderr] warning: derive helper attribute is used before it is introduced [INFO] [stderr] --> src/pokeapi/moves.rs:44:30 [INFO] [stderr] | [INFO] [stderr] 44 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stderr] | ^^^^^ [INFO] [stderr] 45 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stderr] | --------- the attribute is introduced here [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79202 [INFO] [stderr] [INFO] [stderr] warning: derive helper attribute is used before it is introduced [INFO] [stderr] --> src/pokeapi/moves.rs:54:30 [INFO] [stderr] | [INFO] [stderr] 54 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stderr] | ^^^^^ [INFO] [stderr] 55 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stderr] | --------- the attribute is introduced here [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79202 [INFO] [stderr] [INFO] [stderr] warning: derive helper attribute is used before it is introduced [INFO] [stderr] --> src/pokeapi/moves.rs:63:30 [INFO] [stderr] | [INFO] [stderr] 63 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stderr] | ^^^^^ [INFO] [stderr] 64 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stderr] | --------- the attribute is introduced here [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79202 [INFO] [stderr] [INFO] [stderr] warning: derive helper attribute is used before it is introduced [INFO] [stderr] --> src/pokeapi/moves.rs:73:30 [INFO] [stderr] | [INFO] [stderr] 73 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stderr] | ^^^^^ [INFO] [stderr] 74 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stderr] | --------- the attribute is introduced here [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79202 [INFO] [stderr] [INFO] [stderr] warning: derive helper attribute is used before it is introduced [INFO] [stderr] --> src/pokeapi/moves.rs:92:30 [INFO] [stderr] | [INFO] [stderr] 92 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stderr] | ^^^^^ [INFO] [stderr] 93 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stderr] | --------- the attribute is introduced here [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79202 [INFO] [stderr] [INFO] [stderr] warning: derive helper attribute is used before it is introduced [INFO] [stderr] --> src/pokeapi/moves.rs:101:30 [INFO] [stderr] | [INFO] [stderr] 101 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stderr] | ^^^^^ [INFO] [stderr] 102 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stderr] | --------- the attribute is introduced here [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79202 [INFO] [stderr] [INFO] [stderr] warning: derive helper attribute is used before it is introduced [INFO] [stderr] --> src/pokeapi/moves.rs:116:30 [INFO] [stderr] | [INFO] [stderr] 116 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stderr] | ^^^^^ [INFO] [stderr] 117 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stderr] | --------- the attribute is introduced here [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79202 [INFO] [stderr] [INFO] [stderr] warning: derive helper attribute is used before it is introduced [INFO] [stderr] --> src/pokeapi/moves.rs:127:30 [INFO] [stderr] | [INFO] [stderr] 127 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stderr] | ^^^^^ [INFO] [stderr] 128 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stderr] | --------- the attribute is introduced here [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79202 [INFO] [stderr] [INFO] [stderr] warning: derive helper attribute is used before it is introduced [INFO] [stderr] --> src/pokeapi/moves.rs:138:30 [INFO] [stderr] | [INFO] [stderr] 138 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stderr] | ^^^^^ [INFO] [stderr] 139 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stderr] | --------- the attribute is introduced here [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79202 [INFO] [stderr] [INFO] [stderr] warning: derive helper attribute is used before it is introduced [INFO] [stderr] --> src/pokeapi/moves.rs:149:30 [INFO] [stderr] | [INFO] [stderr] 149 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stderr] | ^^^^^ [INFO] [stderr] 150 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stderr] | --------- the attribute is introduced here [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79202 [INFO] [stderr] [INFO] [stderr] warning: derive helper attribute is used before it is introduced [INFO] [stderr] --> src/pokeapi/moves.rs:161:30 [INFO] [stderr] | [INFO] [stderr] 161 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stderr] | ^^^^^ [INFO] [stderr] 162 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stderr] | --------- the attribute is introduced here [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79202 [INFO] [stderr] [INFO] [stderr] warning: derive helper attribute is used before it is introduced [INFO] [stderr] --> src/pokeapi/moves.rs:173:30 [INFO] [stderr] | [INFO] [stderr] 173 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stderr] | ^^^^^ [INFO] [stderr] 174 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stderr] | --------- the attribute is introduced here [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79202 [INFO] [stderr] [INFO] [stderr] warning: derive helper attribute is used before it is introduced [INFO] [stderr] --> src/pokeapi/pokemon.rs:17:30 [INFO] [stderr] | [INFO] [stderr] 17 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stderr] | ^^^^^ [INFO] [stderr] 18 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stderr] | --------- the attribute is introduced here [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79202 [INFO] [stderr] [INFO] [stderr] warning: derive helper attribute is used before it is introduced [INFO] [stderr] --> src/pokeapi/pokemon.rs:33:30 [INFO] [stderr] | [INFO] [stderr] 33 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stderr] | ^^^^^ [INFO] [stderr] 34 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stderr] | --------- the attribute is introduced here [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79202 [INFO] [stderr] [INFO] [stderr] warning: derive helper attribute is used before it is introduced [INFO] [stderr] --> src/pokeapi/pokemon.rs:42:30 [INFO] [stderr] | [INFO] [stderr] 42 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stderr] | ^^^^^ [INFO] [stderr] 43 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stderr] | --------- the attribute is introduced here [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79202 [INFO] [stderr] [INFO] [stderr] warning: derive helper attribute is used before it is introduced [INFO] [stderr] --> src/pokeapi/pokemon.rs:52:30 [INFO] [stderr] | [INFO] [stderr] 52 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stderr] | ^^^^^ [INFO] [stderr] 53 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stderr] | --------- the attribute is introduced here [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79202 [INFO] [stderr] [INFO] [stderr] warning: derive helper attribute is used before it is introduced [INFO] [stderr] --> src/pokeapi/pokemon.rs:62:30 [INFO] [stderr] | [INFO] [stderr] 62 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stderr] | ^^^^^ [INFO] [stderr] 63 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stderr] | --------- the attribute is introduced here [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79202 [INFO] [stderr] [INFO] [stderr] warning: derive helper attribute is used before it is introduced [INFO] [stderr] --> src/pokeapi/pokemon.rs:74:30 [INFO] [stderr] | [INFO] [stderr] 74 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stderr] | ^^^^^ [INFO] [stderr] 75 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stderr] | --------- the attribute is introduced here [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79202 [INFO] [stderr] [INFO] [stderr] warning: derive helper attribute is used before it is introduced [INFO] [stderr] --> src/pokeapi/pokemon.rs:85:30 [INFO] [stderr] | [INFO] [stderr] 85 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stderr] | ^^^^^ [INFO] [stderr] 86 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stderr] | --------- the attribute is introduced here [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79202 [INFO] [stderr] [INFO] [stderr] warning: derive helper attribute is used before it is introduced [INFO] [stderr] --> src/pokeapi/pokemon.rs:96:30 [INFO] [stderr] | [INFO] [stderr] 96 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stderr] | ^^^^^ [INFO] [stderr] 97 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stderr] | --------- the attribute is introduced here [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79202 [INFO] [stderr] [INFO] [stderr] warning: derive helper attribute is used before it is introduced [INFO] [stderr] --> src/pokeapi/pokemon.rs:105:30 [INFO] [stderr] | [INFO] [stderr] 105 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stderr] | ^^^^^ [INFO] [stderr] 106 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stderr] | --------- the attribute is introduced here [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79202 [INFO] [stderr] [INFO] [stderr] warning: derive helper attribute is used before it is introduced [INFO] [stderr] --> src/pokeapi/pokemon.rs:118:30 [INFO] [stderr] | [INFO] [stderr] 118 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stderr] | ^^^^^ [INFO] [stderr] 119 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stderr] | --------- the attribute is introduced here [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79202 [INFO] [stderr] [INFO] [stderr] warning: derive helper attribute is used before it is introduced [INFO] [stderr] --> src/pokeapi/pokemon.rs:127:30 [INFO] [stderr] | [INFO] [stderr] 127 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stderr] | ^^^^^ [INFO] [stderr] 128 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stderr] | --------- the attribute is introduced here [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79202 [INFO] [stderr] [INFO] [stderr] warning: derive helper attribute is used before it is introduced [INFO] [stderr] --> src/pokeapi/pokemon.rs:143:30 [INFO] [stderr] | [INFO] [stderr] 143 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stderr] | ^^^^^ [INFO] [stderr] 144 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stderr] | --------- the attribute is introduced here [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79202 [INFO] [stderr] [INFO] [stderr] warning: derive helper attribute is used before it is introduced [INFO] [stderr] --> src/pokeapi/pokemon.rs:152:30 [INFO] [stderr] | [INFO] [stderr] 152 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stderr] | ^^^^^ [INFO] [stderr] 153 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stderr] | --------- the attribute is introduced here [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79202 [INFO] [stderr] [INFO] [stderr] warning: derive helper attribute is used before it is introduced [INFO] [stderr] --> src/pokeapi/pokemon.rs:162:30 [INFO] [stderr] | [INFO] [stderr] 162 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stderr] | ^^^^^ [INFO] [stderr] 163 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stderr] | --------- the attribute is introduced here [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79202 [INFO] [stderr] [INFO] [stderr] warning: derive helper attribute is used before it is introduced [INFO] [stderr] --> src/pokeapi/pokemon.rs:173:30 [INFO] [stderr] | [INFO] [stderr] 173 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stderr] | ^^^^^ [INFO] [stderr] 174 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stderr] | --------- the attribute is introduced here [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79202 [INFO] [stderr] [INFO] [stderr] warning: derive helper attribute is used before it is introduced [INFO] [stderr] --> src/pokeapi/pokemon.rs:182:30 [INFO] [stderr] | [INFO] [stderr] 182 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stderr] | ^^^^^ [INFO] [stderr] 183 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stderr] | --------- the attribute is introduced here [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79202 [INFO] [stderr] [INFO] [stderr] warning: derive helper attribute is used before it is introduced [INFO] [stderr] --> src/pokeapi/pokemon.rs:191:30 [INFO] [stderr] | [INFO] [stderr] 191 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stderr] | ^^^^^ [INFO] [stderr] 192 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stderr] | --------- the attribute is introduced here [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79202 [INFO] [stderr] [INFO] [stderr] warning: derive helper attribute is used before it is introduced [INFO] [stderr] --> src/pokeapi/pokemon.rs:223:30 [INFO] [stderr] | [INFO] [stderr] 223 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stderr] | ^^^^^ [INFO] [stderr] 224 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stderr] | --------- the attribute is introduced here [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79202 [INFO] [stderr] [INFO] [stderr] warning: derive helper attribute is used before it is introduced [INFO] [stderr] --> src/pokeapi/pokemon.rs:233:30 [INFO] [stderr] | [INFO] [stderr] 233 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stderr] | ^^^^^ [INFO] [stderr] 234 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stderr] | --------- the attribute is introduced here [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79202 [INFO] [stderr] [INFO] [stderr] warning: derive helper attribute is used before it is introduced [INFO] [stderr] --> src/pokeapi/pokemon.rs:243:30 [INFO] [stderr] | [INFO] [stderr] 243 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stderr] | ^^^^^ [INFO] [stderr] 244 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stderr] | --------- the attribute is introduced here [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79202 [INFO] [stderr] [INFO] [stderr] warning: derive helper attribute is used before it is introduced [INFO] [stderr] --> src/pokeapi/pokemon.rs:252:30 [INFO] [stderr] | [INFO] [stderr] 252 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stderr] | ^^^^^ [INFO] [stderr] 253 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stderr] | --------- the attribute is introduced here [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79202 [INFO] [stderr] [INFO] [stderr] warning: derive helper attribute is used before it is introduced [INFO] [stderr] --> src/pokeapi/pokemon.rs:261:30 [INFO] [stderr] | [INFO] [stderr] 261 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stderr] | ^^^^^ [INFO] [stderr] 262 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stderr] | --------- the attribute is introduced here [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79202 [INFO] [stderr] [INFO] [stderr] warning: derive helper attribute is used before it is introduced [INFO] [stderr] --> src/pokeapi/pokemon.rs:271:30 [INFO] [stderr] | [INFO] [stderr] 271 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stderr] | ^^^^^ [INFO] [stderr] 272 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stderr] | --------- the attribute is introduced here [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79202 [INFO] [stderr] [INFO] [stderr] warning: derive helper attribute is used before it is introduced [INFO] [stderr] --> src/pokeapi/pokemon.rs:281:30 [INFO] [stderr] | [INFO] [stderr] 281 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stderr] | ^^^^^ [INFO] [stderr] 282 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stderr] | --------- the attribute is introduced here [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79202 [INFO] [stderr] [INFO] [stderr] warning: derive helper attribute is used before it is introduced [INFO] [stderr] --> src/pokeapi/pokemon.rs:291:30 [INFO] [stderr] | [INFO] [stderr] 291 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stderr] | ^^^^^ [INFO] [stderr] 292 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stderr] | --------- the attribute is introduced here [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79202 [INFO] [stderr] [INFO] [stderr] warning: derive helper attribute is used before it is introduced [INFO] [stderr] --> src/pokeapi/pokemon.rs:306:30 [INFO] [stderr] | [INFO] [stderr] 306 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stderr] | ^^^^^ [INFO] [stderr] 307 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stderr] | --------- the attribute is introduced here [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79202 [INFO] [stderr] [INFO] [stderr] warning: derive helper attribute is used before it is introduced [INFO] [stderr] --> src/pokeapi/pokemon.rs:315:30 [INFO] [stderr] | [INFO] [stderr] 315 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stderr] | ^^^^^ [INFO] [stderr] 316 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stderr] | --------- the attribute is introduced here [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79202 [INFO] [stderr] [INFO] [stderr] warning: derive helper attribute is used before it is introduced [INFO] [stderr] --> src/pokeapi/pokemon.rs:326:30 [INFO] [stderr] | [INFO] [stderr] 326 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stderr] | ^^^^^ [INFO] [stderr] 327 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stderr] | --------- the attribute is introduced here [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79202 [INFO] [stderr] [INFO] [stderr] warning: derive helper attribute is used before it is introduced [INFO] [stderr] --> src/pokeapi/pokemon.rs:346:30 [INFO] [stderr] | [INFO] [stderr] 346 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stderr] | ^^^^^ [INFO] [stderr] 347 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stderr] | --------- the attribute is introduced here [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79202 [INFO] [stderr] [INFO] [stderr] warning: derive helper attribute is used before it is introduced [INFO] [stderr] --> src/pokeapi/pokemon.rs:357:30 [INFO] [stderr] | [INFO] [stderr] 357 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stderr] | ^^^^^ [INFO] [stderr] 358 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stderr] | --------- the attribute is introduced here [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79202 [INFO] [stderr] [INFO] [stderr] warning: derive helper attribute is used before it is introduced [INFO] [stderr] --> src/pokeapi/pokemon.rs:368:30 [INFO] [stderr] | [INFO] [stderr] 368 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stderr] | ^^^^^ [INFO] [stderr] 369 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stderr] | --------- the attribute is introduced here [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79202 [INFO] [stderr] [INFO] [stderr] warning: derive helper attribute is used before it is introduced [INFO] [stderr] --> src/pokeapi/pokemon.rs:380:30 [INFO] [stderr] | [INFO] [stderr] 380 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stderr] | ^^^^^ [INFO] [stderr] 381 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stderr] | --------- the attribute is introduced here [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79202 [INFO] [stderr] [INFO] [stderr] warning: derive helper attribute is used before it is introduced [INFO] [stderr] --> src/pokeapi/pokemon.rs:389:30 [INFO] [stderr] | [INFO] [stderr] 389 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stderr] | ^^^^^ [INFO] [stderr] 390 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stderr] | --------- the attribute is introduced here [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79202 [INFO] [stderr] [INFO] [stderr] warning: derive helper attribute is used before it is introduced [INFO] [stderr] --> src/pokeapi/pokemon.rs:421:30 [INFO] [stderr] | [INFO] [stderr] 421 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stderr] | ^^^^^ [INFO] [stderr] 422 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stderr] | --------- the attribute is introduced here [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79202 [INFO] [stderr] [INFO] [stderr] warning: derive helper attribute is used before it is introduced [INFO] [stderr] --> src/pokeapi/pokemon.rs:430:30 [INFO] [stderr] | [INFO] [stderr] 430 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stderr] | ^^^^^ [INFO] [stderr] 431 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stderr] | --------- the attribute is introduced here [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79202 [INFO] [stderr] [INFO] [stderr] warning: derive helper attribute is used before it is introduced [INFO] [stderr] --> src/pokeapi/pokemon.rs:439:30 [INFO] [stderr] | [INFO] [stderr] 439 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stderr] | ^^^^^ [INFO] [stderr] 440 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stderr] | --------- the attribute is introduced here [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79202 [INFO] [stderr] [INFO] [stderr] warning: derive helper attribute is used before it is introduced [INFO] [stderr] --> src/pokeapi/pokemon.rs:449:30 [INFO] [stderr] | [INFO] [stderr] 449 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stderr] | ^^^^^ [INFO] [stderr] 450 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stderr] | --------- the attribute is introduced here [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79202 [INFO] [stderr] [INFO] [stderr] warning: derive helper attribute is used before it is introduced [INFO] [stderr] --> src/pokeapi/pokemon.rs:458:30 [INFO] [stderr] | [INFO] [stderr] 458 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stderr] | ^^^^^ [INFO] [stderr] 459 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stderr] | --------- the attribute is introduced here [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79202 [INFO] [stderr] [INFO] [stderr] warning: derive helper attribute is used before it is introduced [INFO] [stderr] --> src/pokeapi/pokemon.rs:474:30 [INFO] [stderr] | [INFO] [stderr] 474 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stderr] | ^^^^^ [INFO] [stderr] 475 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stderr] | --------- the attribute is introduced here [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79202 [INFO] [stderr] [INFO] [stderr] warning: derive helper attribute is used before it is introduced [INFO] [stderr] --> src/pokeapi/pokemon.rs:483:30 [INFO] [stderr] | [INFO] [stderr] 483 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stderr] | ^^^^^ [INFO] [stderr] 484 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stderr] | --------- the attribute is introduced here [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79202 [INFO] [stderr] [INFO] [stderr] warning: derive helper attribute is used before it is introduced [INFO] [stderr] --> src/pokeapi/pokemon.rs:493:30 [INFO] [stderr] | [INFO] [stderr] 493 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stderr] | ^^^^^ [INFO] [stderr] 494 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stderr] | --------- the attribute is introduced here [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79202 [INFO] [stderr] [INFO] [stderr] warning: derive helper attribute is used before it is introduced [INFO] [stderr] --> src/pokeapi/pokemon.rs:502:30 [INFO] [stderr] | [INFO] [stderr] 502 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stderr] | ^^^^^ [INFO] [stderr] 503 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stderr] | --------- the attribute is introduced here [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79202 [INFO] [stderr] [INFO] [stderr] warning: derive helper attribute is used before it is introduced [INFO] [stderr] --> src/pokeapi/pokemon.rs:518:30 [INFO] [stderr] | [INFO] [stderr] 518 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stderr] | ^^^^^ [INFO] [stderr] 519 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stderr] | --------- the attribute is introduced here [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79202 [INFO] [stderr] [INFO] [stderr] warning: derive helper attribute is used before it is introduced [INFO] [stderr] --> src/pokeapi/pokemon.rs:527:30 [INFO] [stderr] | [INFO] [stderr] 527 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stderr] | ^^^^^ [INFO] [stderr] 528 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stderr] | --------- the attribute is introduced here [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79202 [INFO] [stderr] [INFO] [stderr] warning: derive helper attribute is used before it is introduced [INFO] [stderr] --> src/pokeapi/resource_lists.rs:10:30 [INFO] [stderr] | [INFO] [stderr] 10 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stderr] | ^^^^^ [INFO] [stderr] 11 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stderr] | --------- the attribute is introduced here [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79202 [INFO] [stderr] [INFO] [stderr] warning: derive helper attribute is used before it is introduced [INFO] [stderr] --> src/pokeapi/resource_lists.rs:21:30 [INFO] [stderr] | [INFO] [stderr] 21 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stderr] | ^^^^^ [INFO] [stderr] 22 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stderr] | --------- the attribute is introduced here [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79202 [INFO] [stderr] [INFO] [stderr] warning: derive helper attribute is used before it is introduced [INFO] [stderr] --> src/pokeapi/utility.rs:22:30 [INFO] [stderr] | [INFO] [stderr] 22 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stderr] | ^^^^^ [INFO] [stderr] 23 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stderr] | --------- the attribute is introduced here [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79202 [INFO] [stderr] [INFO] [stderr] warning: derive helper attribute is used before it is introduced [INFO] [stderr] --> src/pokeapi/utility.rs:35:30 [INFO] [stderr] | [INFO] [stderr] 35 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stderr] | ^^^^^ [INFO] [stderr] 36 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stderr] | --------- the attribute is introduced here [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79202 [INFO] [stderr] [INFO] [stderr] warning: derive helper attribute is used before it is introduced [INFO] [stderr] --> src/pokeapi/utility.rs:63:30 [INFO] [stderr] | [INFO] [stderr] 63 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stderr] | ^^^^^ [INFO] [stderr] 64 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stderr] | --------- the attribute is introduced here [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79202 [INFO] [stderr] [INFO] [stderr] warning: derive helper attribute is used before it is introduced [INFO] [stderr] --> src/pokeapi/utility.rs:72:30 [INFO] [stderr] | [INFO] [stderr] 72 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stderr] | ^^^^^ [INFO] [stderr] 73 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stderr] | --------- the attribute is introduced here [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79202 [INFO] [stderr] [INFO] [stderr] warning: derive helper attribute is used before it is introduced [INFO] [stderr] --> src/pokeapi/utility.rs:81:30 [INFO] [stderr] | [INFO] [stderr] 81 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stderr] | ^^^^^ [INFO] [stderr] 82 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stderr] | --------- the attribute is introduced here [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79202 [INFO] [stderr] [INFO] [stderr] warning: derive helper attribute is used before it is introduced [INFO] [stderr] --> src/pokeapi/utility.rs:93:30 [INFO] [stderr] | [INFO] [stderr] 93 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stderr] | ^^^^^ [INFO] [stderr] 94 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stderr] | --------- the attribute is introduced here [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79202 [INFO] [stderr] [INFO] [stderr] warning: derive helper attribute is used before it is introduced [INFO] [stderr] --> src/pokeapi/utility.rs:103:30 [INFO] [stderr] | [INFO] [stderr] 103 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stderr] | ^^^^^ [INFO] [stderr] 104 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stderr] | --------- the attribute is introduced here [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79202 [INFO] [stderr] [INFO] [stderr] warning: derive helper attribute is used before it is introduced [INFO] [stderr] --> src/pokeapi/utility.rs:112:30 [INFO] [stderr] | [INFO] [stderr] 112 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stderr] | ^^^^^ [INFO] [stderr] 113 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stderr] | --------- the attribute is introduced here [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79202 [INFO] [stderr] [INFO] [stderr] warning: derive helper attribute is used before it is introduced [INFO] [stderr] --> src/pokeapi/utility.rs:121:30 [INFO] [stderr] | [INFO] [stderr] 121 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stderr] | ^^^^^ [INFO] [stderr] 122 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stderr] | --------- the attribute is introduced here [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79202 [INFO] [stderr] [INFO] [stderr] warning: derive helper attribute is used before it is introduced [INFO] [stderr] --> src/pokeapi/utility.rs:130:30 [INFO] [stderr] | [INFO] [stderr] 130 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stderr] | ^^^^^ [INFO] [stderr] 131 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stderr] | --------- the attribute is introduced here [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79202 [INFO] [stderr] [INFO] [stderr] warning: derive helper attribute is used before it is introduced [INFO] [stderr] --> src/pokeapi/utility.rs:165:30 [INFO] [stderr] | [INFO] [stderr] 165 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stderr] | ^^^^^ [INFO] [stderr] 166 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stderr] | --------- the attribute is introduced here [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79202 [INFO] [stderr] [INFO] [stderr] warning: derive helper attribute is used before it is introduced [INFO] [stderr] --> src/pokeapi/utility.rs:175:30 [INFO] [stderr] | [INFO] [stderr] 175 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stderr] | ^^^^^ [INFO] [stderr] 176 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stderr] | --------- the attribute is introduced here [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79202 [INFO] [stderr] [INFO] [stderr] warning: derive helper attribute is used before it is introduced [INFO] [stderr] --> src/pokeapi/utility.rs:185:30 [INFO] [stderr] | [INFO] [stderr] 185 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stderr] | ^^^^^ [INFO] [stderr] 186 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stderr] | --------- the attribute is introduced here [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79202 [INFO] [stderr] [INFO] [stderr] warning: derive helper attribute is used before it is introduced [INFO] [stderr] --> src/pokeapi/utility.rs:194:30 [INFO] [stderr] | [INFO] [stderr] 194 | #[cfg_attr(debug_assertions, serde(deny_unknown_fields))] [INFO] [stderr] | ^^^^^ [INFO] [stderr] 195 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] [INFO] [stderr] | --------- the attribute is introduced here [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79202 [INFO] [stderr] [INFO] [stderr] warning: `pokerust` (lib) generated 111 warnings [INFO] [stderr] warning: `pokerust` (lib test) generated 111 warnings (111 duplicates) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.05s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/pokerust-7999afa5ab8b7e53) [INFO] [stdout] [INFO] [stdout] running 2 tests [INFO] [stdout] test pokeapi::tests::test_get_api_loc_from_url ... ok [INFO] [stdout] test pokeapi::utility::tests::test_id_from_url ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Doc-tests pokerust [INFO] [stdout] [INFO] [stdout] running 5 tests [INFO] [stdout] test src/lib.rs - (line 16) - compile ... ok [INFO] [stdout] test src/lib.rs - (line 26) - compile ... ok [INFO] [stdout] test src/lib.rs - (line 53) - compile ... ok [INFO] [stdout] test src/lib.rs - (line 43) - compile ... ok [INFO] [stdout] test src/lib.rs - (line 8) - compile ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.07s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "8ed08a1e1d53b5087627d16804ad27e5918350ec7d6165925e9dab3e43a1ec0f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8ed08a1e1d53b5087627d16804ad27e5918350ec7d6165925e9dab3e43a1ec0f", kill_on_drop: false }` [INFO] [stdout] 8ed08a1e1d53b5087627d16804ad27e5918350ec7d6165925e9dab3e43a1ec0f