[INFO] fetching crate graphql_rs_native 0.0.1... [INFO] testing graphql_rs_native-0.0.1 against beta-2022-04-10 for beta-1.61-1 [INFO] extracting crate graphql_rs_native 0.0.1 into /workspace/builds/worker-17/source [INFO] validating manifest of crates.io crate graphql_rs_native 0.0.1 on toolchain beta-2022-04-10 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate graphql_rs_native 0.0.1 [INFO] finished tweaking crates.io crate graphql_rs_native 0.0.1 [INFO] tweaked toml for crates.io crate graphql_rs_native 0.0.1 written to /workspace/builds/worker-17/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-17/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-17/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" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 006fa7e2fcaf68d639baa3cbdebab7a982d63db72c6d0aca0b031e24bd8006d8 [INFO] running `Command { std: "docker" "start" "-a" "006fa7e2fcaf68d639baa3cbdebab7a982d63db72c6d0aca0b031e24bd8006d8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "006fa7e2fcaf68d639baa3cbdebab7a982d63db72c6d0aca0b031e24bd8006d8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "006fa7e2fcaf68d639baa3cbdebab7a982d63db72c6d0aca0b031e24bd8006d8", kill_on_drop: false }` [INFO] [stdout] 006fa7e2fcaf68d639baa3cbdebab7a982d63db72c6d0aca0b031e24bd8006d8 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-17/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-17/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" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] e35e7d292f6774d48310d5e92883b29e1855f80f2d5178ff7786de352bf7b37d [INFO] running `Command { std: "docker" "start" "-a" "e35e7d292f6774d48310d5e92883b29e1855f80f2d5178ff7786de352bf7b37d", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling memchr v2.4.1 [INFO] [stderr] Compiling nom v4.2.3 [INFO] [stderr] Compiling graphql_rs_native v0.0.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/language/ast.rs:66:3 [INFO] [stdout] | [INFO] [stdout] 66 | #[serde(tag="kind")] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 67 | #[derive(Debug, PartialEq, Serialize, Deserialize)] [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/language/ast.rs:74:3 [INFO] [stdout] | [INFO] [stdout] 74 | #[serde(tag="kind")] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 75 | #[derive(Debug, PartialEq, Serialize, Deserialize)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/language/ast.rs:81:3 [INFO] [stdout] | [INFO] [stdout] 81 | #[serde(tag="kind")] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 82 | #[derive(Debug, PartialEq, Serialize, Deserialize)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/language/ast.rs:89:3 [INFO] [stdout] | [INFO] [stdout] 89 | #[serde(tag="kind")] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 90 | #[derive(Debug, PartialEq, Serialize, Deserialize)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/language/ast.rs:96:3 [INFO] [stdout] | [INFO] [stdout] 96 | #[serde(tag="kind")] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 97 | #[derive(Debug, PartialEq, Serialize, Deserialize)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/language/ast.rs:119:3 [INFO] [stdout] | [INFO] [stdout] 119 | #[serde(tag="kind")] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 120 | #[derive(Debug, PartialEq, Serialize, Deserialize)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/language/ast.rs:131:3 [INFO] [stdout] | [INFO] [stdout] 131 | #[serde(tag="kind")] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 132 | #[derive(Debug, PartialEq, Serialize, Deserialize)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/language/ast.rs:138:3 [INFO] [stdout] | [INFO] [stdout] 138 | #[serde(tag="kind")] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 139 | #[derive(Debug, PartialEq, Serialize, Deserialize)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/language/ast.rs:145:3 [INFO] [stdout] | [INFO] [stdout] 145 | #[serde(tag="kind")] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 146 | #[derive(Debug, PartialEq, Serialize, Deserialize)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/language/ast.rs:153:3 [INFO] [stdout] | [INFO] [stdout] 153 | #[serde(tag="kind")] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 154 | #[derive(Debug, PartialEq, Serialize, Deserialize)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/language/ast.rs:165:3 [INFO] [stdout] | [INFO] [stdout] 165 | #[serde(tag="kind")] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 166 | #[derive(Debug, PartialEq, Serialize, Deserialize)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/language/ast.rs:174:3 [INFO] [stdout] | [INFO] [stdout] 174 | #[serde(tag="kind")] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 175 | #[derive(Debug, PartialEq, Serialize, Deserialize)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/language/ast.rs:182:3 [INFO] [stdout] | [INFO] [stdout] 182 | #[serde(tag="kind")] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 183 | #[derive(Debug, PartialEq, Serialize, Deserialize)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/language/ast.rs:193:3 [INFO] [stdout] | [INFO] [stdout] 193 | #[serde(tag="kind")] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 194 | #[derive(Debug, PartialEq, Serialize, Deserialize)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/language/ast.rs:210:3 [INFO] [stdout] | [INFO] [stdout] 210 | #[serde(tag="kind")] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 211 | #[derive(Debug, PartialEq, Serialize, Deserialize)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/language/ast.rs:224:3 [INFO] [stdout] | [INFO] [stdout] 224 | #[serde(tag="kind")] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 225 | #[derive(Debug, PartialEq, Serialize, Deserialize)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/language/ast.rs:231:3 [INFO] [stdout] | [INFO] [stdout] 231 | #[serde(tag="kind")] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 232 | #[derive(Debug, PartialEq, Serialize, Deserialize)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/language/ast.rs:238:3 [INFO] [stdout] | [INFO] [stdout] 238 | #[serde(tag="kind")] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 239 | #[derive(Debug, PartialEq, Serialize, Deserialize)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/language/ast.rs:246:3 [INFO] [stdout] | [INFO] [stdout] 246 | #[serde(tag="kind")] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 247 | #[derive(Debug, PartialEq, Serialize, Deserialize)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/language/ast.rs:253:3 [INFO] [stdout] | [INFO] [stdout] 253 | #[serde(tag="kind")] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 254 | #[derive(Debug, PartialEq, Serialize, Deserialize)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/language/ast.rs:259:3 [INFO] [stdout] | [INFO] [stdout] 259 | #[serde(tag="kind")] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 260 | #[derive(Debug, PartialEq, Serialize, Deserialize)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/language/ast.rs:266:3 [INFO] [stdout] | [INFO] [stdout] 266 | #[serde(tag="kind")] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 267 | #[derive(Debug, PartialEq, Serialize, Deserialize)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/language/ast.rs:273:3 [INFO] [stdout] | [INFO] [stdout] 273 | #[serde(tag="kind")] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 274 | #[derive(Debug, PartialEq, Serialize, Deserialize)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/language/ast.rs:280:3 [INFO] [stdout] | [INFO] [stdout] 280 | #[serde(tag="kind")] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 281 | #[derive(Debug, PartialEq, Serialize, Deserialize)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/language/ast.rs:289:3 [INFO] [stdout] | [INFO] [stdout] 289 | #[serde(tag="kind")] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 290 | #[derive(Debug, PartialEq, Serialize, Deserialize)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/language/ast.rs:298:3 [INFO] [stdout] | [INFO] [stdout] 298 | #[serde(tag="kind")] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 299 | #[derive(Debug, PartialEq, Serialize, Deserialize)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/language/ast.rs:306:3 [INFO] [stdout] | [INFO] [stdout] 306 | #[serde(tag="kind")] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 307 | #[derive(Debug, PartialEq, Serialize, Deserialize)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/language/ast.rs:313:3 [INFO] [stdout] | [INFO] [stdout] 313 | #[serde(tag="kind")] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 314 | #[derive(Debug, PartialEq, Serialize, Deserialize)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/language/ast.rs:321:3 [INFO] [stdout] | [INFO] [stdout] 321 | #[serde(tag="kind")] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 322 | #[derive(Debug, PartialEq, Serialize, Deserialize)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/language/ast.rs:328:3 [INFO] [stdout] | [INFO] [stdout] 328 | #[serde(tag="kind")] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 329 | #[derive(Debug, PartialEq, Serialize, Deserialize)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/language/ast.rs:337:3 [INFO] [stdout] | [INFO] [stdout] 337 | #[serde(tag="kind")] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 338 | #[derive(Debug, PartialEq, Serialize, Deserialize)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/language/ast.rs:345:3 [INFO] [stdout] | [INFO] [stdout] 345 | #[serde(tag="kind")] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 346 | #[derive(Debug, PartialEq, Serialize, Deserialize)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/language/ast.rs:354:3 [INFO] [stdout] | [INFO] [stdout] 354 | #[serde(tag="kind")] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 355 | #[derive(Debug, PartialEq, Serialize, Deserialize)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/language/ast.rs:364:3 [INFO] [stdout] | [INFO] [stdout] 364 | #[serde(tag="kind")] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 365 | #[derive(Debug, PartialEq, Serialize, Deserialize)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/language/ast.rs:375:3 [INFO] [stdout] | [INFO] [stdout] 375 | #[serde(tag="kind")] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 376 | #[derive(Debug, PartialEq, Serialize, Deserialize)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/language/ast.rs:384:3 [INFO] [stdout] | [INFO] [stdout] 384 | #[serde(tag="kind")] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 385 | #[derive(Debug, PartialEq, Serialize, Deserialize)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/language/ast.rs:395:3 [INFO] [stdout] | [INFO] [stdout] 395 | #[serde(tag="kind")] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 396 | #[derive(Debug, PartialEq, Serialize, Deserialize)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/language/ast.rs:407:3 [INFO] [stdout] | [INFO] [stdout] 407 | #[serde(tag="kind")] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 408 | #[derive(Debug, PartialEq, Serialize, Deserialize)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/language/ast.rs:420:3 [INFO] [stdout] | [INFO] [stdout] 420 | #[serde(tag="kind")] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 421 | #[derive(Debug, PartialEq, Serialize, Deserialize)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/language/ast.rs:430:3 [INFO] [stdout] | [INFO] [stdout] 430 | #[serde(tag="kind")] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 431 | #[derive(Debug, PartialEq, Serialize, Deserialize)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/language/ast.rs:440:3 [INFO] [stdout] | [INFO] [stdout] 440 | #[serde(tag="kind")] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 441 | #[derive(Debug, PartialEq, Serialize, Deserialize)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/language/ast.rs:450:3 [INFO] [stdout] | [INFO] [stdout] 450 | #[serde(tag="kind")] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 451 | #[derive(Debug, PartialEq, Serialize, Deserialize)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/language/ast.rs:459:3 [INFO] [stdout] | [INFO] [stdout] 459 | #[serde(tag="kind")] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 460 | #[derive(Debug, PartialEq, Serialize, Deserialize)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/language/ast.rs:470:3 [INFO] [stdout] | [INFO] [stdout] 470 | #[serde(tag="kind")] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 471 | #[derive(Debug, PartialEq, Serialize, Deserialize)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/language/ast.rs:481:3 [INFO] [stdout] | [INFO] [stdout] 481 | #[serde(tag="kind")] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 482 | #[derive(Debug, PartialEq, Serialize, Deserialize)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/language/ast.rs:488:3 [INFO] [stdout] | [INFO] [stdout] 488 | #[serde(tag="kind")] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 489 | #[derive(Debug, PartialEq, Serialize, Deserialize)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/language/ast.rs:498:3 [INFO] [stdout] | [INFO] [stdout] 498 | #[serde(tag="kind")] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 499 | #[derive(Debug, PartialEq, Serialize, Deserialize)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/language/ast.rs:509:3 [INFO] [stdout] | [INFO] [stdout] 509 | #[serde(tag="kind")] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 510 | #[derive(Debug, PartialEq, Serialize, Deserialize)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/language/ast.rs:517:3 [INFO] [stdout] | [INFO] [stdout] 517 | #[serde(tag="kind")] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 518 | #[derive(Debug, PartialEq, Serialize, Deserialize)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/language/ast.rs:527:3 [INFO] [stdout] | [INFO] [stdout] 527 | #[serde(tag="kind")] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 528 | #[derive(Debug, PartialEq, Serialize, Deserialize)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/language/ast.rs:536:3 [INFO] [stdout] | [INFO] [stdout] 536 | #[serde(tag="kind")] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 537 | #[derive(Debug, PartialEq, Serialize, Deserialize)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/language/ast.rs:545:3 [INFO] [stdout] | [INFO] [stdout] 545 | #[serde(tag="kind")] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 546 | #[derive(Debug, PartialEq, Serialize, Deserialize)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/language/ast.rs:554:3 [INFO] [stdout] | [INFO] [stdout] 554 | #[serde(tag="kind")] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 555 | #[derive(Debug, PartialEq, Serialize, Deserialize)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 53 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 4.94s [INFO] running `Command { std: "docker" "inspect" "e35e7d292f6774d48310d5e92883b29e1855f80f2d5178ff7786de352bf7b37d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e35e7d292f6774d48310d5e92883b29e1855f80f2d5178ff7786de352bf7b37d", kill_on_drop: false }` [INFO] [stdout] e35e7d292f6774d48310d5e92883b29e1855f80f2d5178ff7786de352bf7b37d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-17/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-17/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" "+beta-2022-04-10" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 88b0081be7e04c110f100d3a30e263ad5fbef9dff1f0b6e48b5b0881b747a2cd [INFO] running `Command { std: "docker" "start" "-a" "88b0081be7e04c110f100d3a30e263ad5fbef9dff1f0b6e48b5b0881b747a2cd", kill_on_drop: false }` [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/language/ast.rs:66:3 [INFO] [stdout] | [INFO] [stdout] 66 | #[serde(tag="kind")] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 67 | #[derive(Debug, PartialEq, Serialize, Deserialize)] [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/language/ast.rs:74:3 [INFO] [stdout] | [INFO] [stdout] 74 | #[serde(tag="kind")] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 75 | #[derive(Debug, PartialEq, Serialize, Deserialize)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/language/ast.rs:81:3 [INFO] [stdout] | [INFO] [stdout] 81 | #[serde(tag="kind")] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 82 | #[derive(Debug, PartialEq, Serialize, Deserialize)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/language/ast.rs:89:3 [INFO] [stdout] | [INFO] [stdout] 89 | #[serde(tag="kind")] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 90 | #[derive(Debug, PartialEq, Serialize, Deserialize)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/language/ast.rs:96:3 [INFO] [stdout] | [INFO] [stdout] 96 | #[serde(tag="kind")] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 97 | #[derive(Debug, PartialEq, Serialize, Deserialize)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/language/ast.rs:119:3 [INFO] [stdout] | [INFO] [stdout] 119 | #[serde(tag="kind")] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 120 | #[derive(Debug, PartialEq, Serialize, Deserialize)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/language/ast.rs:131:3 [INFO] [stdout] | [INFO] [stdout] 131 | #[serde(tag="kind")] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 132 | #[derive(Debug, PartialEq, Serialize, Deserialize)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/language/ast.rs:138:3 [INFO] [stdout] | [INFO] [stdout] 138 | #[serde(tag="kind")] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 139 | #[derive(Debug, PartialEq, Serialize, Deserialize)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/language/ast.rs:145:3 [INFO] [stdout] | [INFO] [stdout] 145 | #[serde(tag="kind")] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 146 | #[derive(Debug, PartialEq, Serialize, Deserialize)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/language/ast.rs:153:3 [INFO] [stdout] | [INFO] [stdout] 153 | #[serde(tag="kind")] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 154 | #[derive(Debug, PartialEq, Serialize, Deserialize)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/language/ast.rs:165:3 [INFO] [stdout] | [INFO] [stdout] 165 | #[serde(tag="kind")] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 166 | #[derive(Debug, PartialEq, Serialize, Deserialize)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/language/ast.rs:174:3 [INFO] [stdout] | [INFO] [stdout] 174 | #[serde(tag="kind")] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 175 | #[derive(Debug, PartialEq, Serialize, Deserialize)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/language/ast.rs:182:3 [INFO] [stdout] | [INFO] [stdout] 182 | #[serde(tag="kind")] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 183 | #[derive(Debug, PartialEq, Serialize, Deserialize)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/language/ast.rs:193:3 [INFO] [stdout] | [INFO] [stdout] 193 | #[serde(tag="kind")] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 194 | #[derive(Debug, PartialEq, Serialize, Deserialize)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/language/ast.rs:210:3 [INFO] [stdout] | [INFO] [stdout] 210 | #[serde(tag="kind")] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 211 | #[derive(Debug, PartialEq, Serialize, Deserialize)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/language/ast.rs:224:3 [INFO] [stdout] | [INFO] [stdout] 224 | #[serde(tag="kind")] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 225 | #[derive(Debug, PartialEq, Serialize, Deserialize)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/language/ast.rs:231:3 [INFO] [stdout] | [INFO] [stdout] 231 | #[serde(tag="kind")] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 232 | #[derive(Debug, PartialEq, Serialize, Deserialize)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/language/ast.rs:238:3 [INFO] [stdout] | [INFO] [stdout] 238 | #[serde(tag="kind")] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 239 | #[derive(Debug, PartialEq, Serialize, Deserialize)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/language/ast.rs:246:3 [INFO] [stdout] | [INFO] [stdout] 246 | #[serde(tag="kind")] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 247 | #[derive(Debug, PartialEq, Serialize, Deserialize)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/language/ast.rs:253:3 [INFO] [stdout] | [INFO] [stdout] 253 | #[serde(tag="kind")] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 254 | #[derive(Debug, PartialEq, Serialize, Deserialize)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/language/ast.rs:259:3 [INFO] [stdout] | [INFO] [stdout] 259 | #[serde(tag="kind")] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 260 | #[derive(Debug, PartialEq, Serialize, Deserialize)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/language/ast.rs:266:3 [INFO] [stdout] | [INFO] [stdout] 266 | #[serde(tag="kind")] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 267 | #[derive(Debug, PartialEq, Serialize, Deserialize)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/language/ast.rs:273:3 [INFO] [stdout] | [INFO] [stdout] 273 | #[serde(tag="kind")] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 274 | #[derive(Debug, PartialEq, Serialize, Deserialize)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/language/ast.rs:280:3 [INFO] [stdout] | [INFO] [stdout] 280 | #[serde(tag="kind")] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 281 | #[derive(Debug, PartialEq, Serialize, Deserialize)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/language/ast.rs:289:3 [INFO] [stdout] | [INFO] [stdout] 289 | #[serde(tag="kind")] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 290 | #[derive(Debug, PartialEq, Serialize, Deserialize)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/language/ast.rs:298:3 [INFO] [stdout] | [INFO] [stdout] 298 | #[serde(tag="kind")] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 299 | #[derive(Debug, PartialEq, Serialize, Deserialize)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/language/ast.rs:306:3 [INFO] [stdout] | [INFO] [stdout] 306 | #[serde(tag="kind")] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 307 | #[derive(Debug, PartialEq, Serialize, Deserialize)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/language/ast.rs:313:3 [INFO] [stdout] | [INFO] [stdout] 313 | #[serde(tag="kind")] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 314 | #[derive(Debug, PartialEq, Serialize, Deserialize)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/language/ast.rs:321:3 [INFO] [stdout] | [INFO] [stdout] 321 | #[serde(tag="kind")] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 322 | #[derive(Debug, PartialEq, Serialize, Deserialize)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/language/ast.rs:328:3 [INFO] [stdout] | [INFO] [stdout] 328 | #[serde(tag="kind")] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 329 | #[derive(Debug, PartialEq, Serialize, Deserialize)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/language/ast.rs:337:3 [INFO] [stdout] | [INFO] [stdout] 337 | #[serde(tag="kind")] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 338 | #[derive(Debug, PartialEq, Serialize, Deserialize)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/language/ast.rs:345:3 [INFO] [stdout] | [INFO] [stdout] 345 | #[serde(tag="kind")] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 346 | #[derive(Debug, PartialEq, Serialize, Deserialize)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/language/ast.rs:354:3 [INFO] [stdout] | [INFO] [stdout] 354 | #[serde(tag="kind")] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 355 | #[derive(Debug, PartialEq, Serialize, Deserialize)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/language/ast.rs:364:3 [INFO] [stdout] | [INFO] [stdout] 364 | #[serde(tag="kind")] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 365 | #[derive(Debug, PartialEq, Serialize, Deserialize)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/language/ast.rs:375:3 [INFO] [stdout] | [INFO] [stdout] 375 | #[serde(tag="kind")] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 376 | #[derive(Debug, PartialEq, Serialize, Deserialize)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/language/ast.rs:384:3 [INFO] [stdout] | [INFO] [stdout] 384 | #[serde(tag="kind")] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 385 | #[derive(Debug, PartialEq, Serialize, Deserialize)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/language/ast.rs:395:3 [INFO] [stdout] | [INFO] [stdout] 395 | #[serde(tag="kind")] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 396 | #[derive(Debug, PartialEq, Serialize, Deserialize)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/language/ast.rs:407:3 [INFO] [stdout] | [INFO] [stdout] 407 | #[serde(tag="kind")] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 408 | #[derive(Debug, PartialEq, Serialize, Deserialize)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/language/ast.rs:420:3 [INFO] [stdout] | [INFO] [stdout] 420 | #[serde(tag="kind")] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 421 | #[derive(Debug, PartialEq, Serialize, Deserialize)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/language/ast.rs:430:3 [INFO] [stdout] | [INFO] [stdout] 430 | #[serde(tag="kind")] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 431 | #[derive(Debug, PartialEq, Serialize, Deserialize)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/language/ast.rs:440:3 [INFO] [stdout] | [INFO] [stdout] 440 | #[serde(tag="kind")] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 441 | #[derive(Debug, PartialEq, Serialize, Deserialize)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/language/ast.rs:450:3 [INFO] [stdout] | [INFO] [stdout] 450 | #[serde(tag="kind")] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 451 | #[derive(Debug, PartialEq, Serialize, Deserialize)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/language/ast.rs:459:3 [INFO] [stdout] | [INFO] [stdout] 459 | #[serde(tag="kind")] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 460 | #[derive(Debug, PartialEq, Serialize, Deserialize)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/language/ast.rs:470:3 [INFO] [stdout] | [INFO] [stdout] 470 | #[serde(tag="kind")] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 471 | #[derive(Debug, PartialEq, Serialize, Deserialize)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/language/ast.rs:481:3 [INFO] [stdout] | [INFO] [stdout] 481 | #[serde(tag="kind")] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 482 | #[derive(Debug, PartialEq, Serialize, Deserialize)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/language/ast.rs:488:3 [INFO] [stdout] | [INFO] [stdout] 488 | #[serde(tag="kind")] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 489 | #[derive(Debug, PartialEq, Serialize, Deserialize)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/language/ast.rs:498:3 [INFO] [stdout] | [INFO] [stdout] 498 | #[serde(tag="kind")] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 499 | #[derive(Debug, PartialEq, Serialize, Deserialize)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/language/ast.rs:509:3 [INFO] [stdout] | [INFO] [stdout] 509 | #[serde(tag="kind")] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 510 | #[derive(Debug, PartialEq, Serialize, Deserialize)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/language/ast.rs:517:3 [INFO] [stdout] | [INFO] [stdout] 517 | #[serde(tag="kind")] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 518 | #[derive(Debug, PartialEq, Serialize, Deserialize)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/language/ast.rs:527:3 [INFO] [stdout] | [INFO] [stdout] 527 | #[serde(tag="kind")] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 528 | #[derive(Debug, PartialEq, Serialize, Deserialize)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/language/ast.rs:536:3 [INFO] [stdout] | [INFO] [stdout] 536 | #[serde(tag="kind")] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 537 | #[derive(Debug, PartialEq, Serialize, Deserialize)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/language/ast.rs:545:3 [INFO] [stdout] | [INFO] [stdout] 545 | #[serde(tag="kind")] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 546 | #[derive(Debug, PartialEq, Serialize, Deserialize)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/language/ast.rs:554:3 [INFO] [stdout] | [INFO] [stdout] 554 | #[serde(tag="kind")] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 555 | #[derive(Debug, PartialEq, Serialize, Deserialize)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 53 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling graphql_rs_native v0.0.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/language/ast.rs:66:3 [INFO] [stdout] | [INFO] [stdout] 66 | #[serde(tag="kind")] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 67 | #[derive(Debug, PartialEq, Serialize, Deserialize)] [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/language/ast.rs:74:3 [INFO] [stdout] | [INFO] [stdout] 74 | #[serde(tag="kind")] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 75 | #[derive(Debug, PartialEq, Serialize, Deserialize)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/language/ast.rs:81:3 [INFO] [stdout] | [INFO] [stdout] 81 | #[serde(tag="kind")] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 82 | #[derive(Debug, PartialEq, Serialize, Deserialize)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/language/ast.rs:89:3 [INFO] [stdout] | [INFO] [stdout] 89 | #[serde(tag="kind")] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 90 | #[derive(Debug, PartialEq, Serialize, Deserialize)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/language/ast.rs:96:3 [INFO] [stdout] | [INFO] [stdout] 96 | #[serde(tag="kind")] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 97 | #[derive(Debug, PartialEq, Serialize, Deserialize)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/language/ast.rs:119:3 [INFO] [stdout] | [INFO] [stdout] 119 | #[serde(tag="kind")] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 120 | #[derive(Debug, PartialEq, Serialize, Deserialize)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/language/ast.rs:131:3 [INFO] [stdout] | [INFO] [stdout] 131 | #[serde(tag="kind")] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 132 | #[derive(Debug, PartialEq, Serialize, Deserialize)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/language/ast.rs:138:3 [INFO] [stdout] | [INFO] [stdout] 138 | #[serde(tag="kind")] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 139 | #[derive(Debug, PartialEq, Serialize, Deserialize)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/language/ast.rs:145:3 [INFO] [stdout] | [INFO] [stdout] 145 | #[serde(tag="kind")] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 146 | #[derive(Debug, PartialEq, Serialize, Deserialize)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/language/ast.rs:153:3 [INFO] [stdout] | [INFO] [stdout] 153 | #[serde(tag="kind")] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 154 | #[derive(Debug, PartialEq, Serialize, Deserialize)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/language/ast.rs:165:3 [INFO] [stdout] | [INFO] [stdout] 165 | #[serde(tag="kind")] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 166 | #[derive(Debug, PartialEq, Serialize, Deserialize)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/language/ast.rs:174:3 [INFO] [stdout] | [INFO] [stdout] 174 | #[serde(tag="kind")] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 175 | #[derive(Debug, PartialEq, Serialize, Deserialize)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/language/ast.rs:182:3 [INFO] [stdout] | [INFO] [stdout] 182 | #[serde(tag="kind")] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 183 | #[derive(Debug, PartialEq, Serialize, Deserialize)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/language/ast.rs:193:3 [INFO] [stdout] | [INFO] [stdout] 193 | #[serde(tag="kind")] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 194 | #[derive(Debug, PartialEq, Serialize, Deserialize)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/language/ast.rs:210:3 [INFO] [stdout] | [INFO] [stdout] 210 | #[serde(tag="kind")] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 211 | #[derive(Debug, PartialEq, Serialize, Deserialize)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/language/ast.rs:224:3 [INFO] [stdout] | [INFO] [stdout] 224 | #[serde(tag="kind")] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 225 | #[derive(Debug, PartialEq, Serialize, Deserialize)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/language/ast.rs:231:3 [INFO] [stdout] | [INFO] [stdout] 231 | #[serde(tag="kind")] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 232 | #[derive(Debug, PartialEq, Serialize, Deserialize)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/language/ast.rs:238:3 [INFO] [stdout] | [INFO] [stdout] 238 | #[serde(tag="kind")] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 239 | #[derive(Debug, PartialEq, Serialize, Deserialize)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/language/ast.rs:246:3 [INFO] [stdout] | [INFO] [stdout] 246 | #[serde(tag="kind")] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 247 | #[derive(Debug, PartialEq, Serialize, Deserialize)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/language/ast.rs:253:3 [INFO] [stdout] | [INFO] [stdout] 253 | #[serde(tag="kind")] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 254 | #[derive(Debug, PartialEq, Serialize, Deserialize)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/language/ast.rs:259:3 [INFO] [stdout] | [INFO] [stdout] 259 | #[serde(tag="kind")] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 260 | #[derive(Debug, PartialEq, Serialize, Deserialize)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/language/ast.rs:266:3 [INFO] [stdout] | [INFO] [stdout] 266 | #[serde(tag="kind")] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 267 | #[derive(Debug, PartialEq, Serialize, Deserialize)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/language/ast.rs:273:3 [INFO] [stdout] | [INFO] [stdout] 273 | #[serde(tag="kind")] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 274 | #[derive(Debug, PartialEq, Serialize, Deserialize)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/language/ast.rs:280:3 [INFO] [stdout] | [INFO] [stdout] 280 | #[serde(tag="kind")] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 281 | #[derive(Debug, PartialEq, Serialize, Deserialize)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/language/ast.rs:289:3 [INFO] [stdout] | [INFO] [stdout] 289 | #[serde(tag="kind")] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 290 | #[derive(Debug, PartialEq, Serialize, Deserialize)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/language/ast.rs:298:3 [INFO] [stdout] | [INFO] [stdout] 298 | #[serde(tag="kind")] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 299 | #[derive(Debug, PartialEq, Serialize, Deserialize)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/language/ast.rs:306:3 [INFO] [stdout] | [INFO] [stdout] 306 | #[serde(tag="kind")] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 307 | #[derive(Debug, PartialEq, Serialize, Deserialize)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/language/ast.rs:313:3 [INFO] [stdout] | [INFO] [stdout] 313 | #[serde(tag="kind")] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 314 | #[derive(Debug, PartialEq, Serialize, Deserialize)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/language/ast.rs:321:3 [INFO] [stdout] | [INFO] [stdout] 321 | #[serde(tag="kind")] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 322 | #[derive(Debug, PartialEq, Serialize, Deserialize)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/language/ast.rs:328:3 [INFO] [stdout] | [INFO] [stdout] 328 | #[serde(tag="kind")] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 329 | #[derive(Debug, PartialEq, Serialize, Deserialize)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/language/ast.rs:337:3 [INFO] [stdout] | [INFO] [stdout] 337 | #[serde(tag="kind")] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 338 | #[derive(Debug, PartialEq, Serialize, Deserialize)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/language/ast.rs:345:3 [INFO] [stdout] | [INFO] [stdout] 345 | #[serde(tag="kind")] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 346 | #[derive(Debug, PartialEq, Serialize, Deserialize)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/language/ast.rs:354:3 [INFO] [stdout] | [INFO] [stdout] 354 | #[serde(tag="kind")] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 355 | #[derive(Debug, PartialEq, Serialize, Deserialize)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/language/ast.rs:364:3 [INFO] [stdout] | [INFO] [stdout] 364 | #[serde(tag="kind")] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 365 | #[derive(Debug, PartialEq, Serialize, Deserialize)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/language/ast.rs:375:3 [INFO] [stdout] | [INFO] [stdout] 375 | #[serde(tag="kind")] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 376 | #[derive(Debug, PartialEq, Serialize, Deserialize)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/language/ast.rs:384:3 [INFO] [stdout] | [INFO] [stdout] 384 | #[serde(tag="kind")] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 385 | #[derive(Debug, PartialEq, Serialize, Deserialize)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/language/ast.rs:395:3 [INFO] [stdout] | [INFO] [stdout] 395 | #[serde(tag="kind")] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 396 | #[derive(Debug, PartialEq, Serialize, Deserialize)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/language/ast.rs:407:3 [INFO] [stdout] | [INFO] [stdout] 407 | #[serde(tag="kind")] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 408 | #[derive(Debug, PartialEq, Serialize, Deserialize)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/language/ast.rs:420:3 [INFO] [stdout] | [INFO] [stdout] 420 | #[serde(tag="kind")] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 421 | #[derive(Debug, PartialEq, Serialize, Deserialize)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/language/ast.rs:430:3 [INFO] [stdout] | [INFO] [stdout] 430 | #[serde(tag="kind")] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 431 | #[derive(Debug, PartialEq, Serialize, Deserialize)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/language/ast.rs:440:3 [INFO] [stdout] | [INFO] [stdout] 440 | #[serde(tag="kind")] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 441 | #[derive(Debug, PartialEq, Serialize, Deserialize)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/language/ast.rs:450:3 [INFO] [stdout] | [INFO] [stdout] 450 | #[serde(tag="kind")] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 451 | #[derive(Debug, PartialEq, Serialize, Deserialize)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/language/ast.rs:459:3 [INFO] [stdout] | [INFO] [stdout] 459 | #[serde(tag="kind")] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 460 | #[derive(Debug, PartialEq, Serialize, Deserialize)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/language/ast.rs:470:3 [INFO] [stdout] | [INFO] [stdout] 470 | #[serde(tag="kind")] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 471 | #[derive(Debug, PartialEq, Serialize, Deserialize)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/language/ast.rs:481:3 [INFO] [stdout] | [INFO] [stdout] 481 | #[serde(tag="kind")] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 482 | #[derive(Debug, PartialEq, Serialize, Deserialize)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/language/ast.rs:488:3 [INFO] [stdout] | [INFO] [stdout] 488 | #[serde(tag="kind")] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 489 | #[derive(Debug, PartialEq, Serialize, Deserialize)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/language/ast.rs:498:3 [INFO] [stdout] | [INFO] [stdout] 498 | #[serde(tag="kind")] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 499 | #[derive(Debug, PartialEq, Serialize, Deserialize)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/language/ast.rs:509:3 [INFO] [stdout] | [INFO] [stdout] 509 | #[serde(tag="kind")] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 510 | #[derive(Debug, PartialEq, Serialize, Deserialize)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/language/ast.rs:517:3 [INFO] [stdout] | [INFO] [stdout] 517 | #[serde(tag="kind")] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 518 | #[derive(Debug, PartialEq, Serialize, Deserialize)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/language/ast.rs:527:3 [INFO] [stdout] | [INFO] [stdout] 527 | #[serde(tag="kind")] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 528 | #[derive(Debug, PartialEq, Serialize, Deserialize)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/language/ast.rs:536:3 [INFO] [stdout] | [INFO] [stdout] 536 | #[serde(tag="kind")] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 537 | #[derive(Debug, PartialEq, Serialize, Deserialize)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/language/ast.rs:545:3 [INFO] [stdout] | [INFO] [stdout] 545 | #[serde(tag="kind")] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 546 | #[derive(Debug, PartialEq, Serialize, Deserialize)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/language/ast.rs:554:3 [INFO] [stdout] | [INFO] [stdout] 554 | #[serde(tag="kind")] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 555 | #[derive(Debug, PartialEq, Serialize, Deserialize)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 53 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 3.47s [INFO] [stderr] Executable unittests src/lib.rs (/opt/rustwide/target/debug/deps/graphql_rs_native-8148e860f80bf860) [INFO] running `Command { std: "docker" "inspect" "88b0081be7e04c110f100d3a30e263ad5fbef9dff1f0b6e48b5b0881b747a2cd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "88b0081be7e04c110f100d3a30e263ad5fbef9dff1f0b6e48b5b0881b747a2cd", kill_on_drop: false }` [INFO] [stdout] 88b0081be7e04c110f100d3a30e263ad5fbef9dff1f0b6e48b5b0881b747a2cd [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-17/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-17/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" "+beta-2022-04-10" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] b9e26cd49758bcc0c7dc9891e327f019540a9af2de956fe1283e66e9e5af37ba [INFO] running `Command { std: "docker" "start" "-a" "b9e26cd49758bcc0c7dc9891e327f019540a9af2de956fe1283e66e9e5af37ba", kill_on_drop: false }` [INFO] [stderr] warning: derive helper attribute is used before it is introduced [INFO] [stderr] --> src/language/ast.rs:66:3 [INFO] [stderr] | [INFO] [stderr] 66 | #[serde(tag="kind")] [INFO] [stderr] | ^^^^^ [INFO] [stderr] 67 | #[derive(Debug, PartialEq, Serialize, Deserialize)] [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/language/ast.rs:74:3 [INFO] [stderr] | [INFO] [stderr] 74 | #[serde(tag="kind")] [INFO] [stderr] | ^^^^^ [INFO] [stderr] 75 | #[derive(Debug, PartialEq, Serialize, Deserialize)] [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/language/ast.rs:81:3 [INFO] [stderr] | [INFO] [stderr] 81 | #[serde(tag="kind")] [INFO] [stderr] | ^^^^^ [INFO] [stderr] 82 | #[derive(Debug, PartialEq, Serialize, Deserialize)] [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/language/ast.rs:89:3 [INFO] [stderr] | [INFO] [stderr] 89 | #[serde(tag="kind")] [INFO] [stderr] | ^^^^^ [INFO] [stderr] 90 | #[derive(Debug, PartialEq, Serialize, Deserialize)] [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/language/ast.rs:96:3 [INFO] [stderr] | [INFO] [stderr] 96 | #[serde(tag="kind")] [INFO] [stderr] | ^^^^^ [INFO] [stderr] 97 | #[derive(Debug, PartialEq, Serialize, Deserialize)] [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/language/ast.rs:119:3 [INFO] [stderr] | [INFO] [stderr] 119 | #[serde(tag="kind")] [INFO] [stderr] | ^^^^^ [INFO] [stderr] 120 | #[derive(Debug, PartialEq, Serialize, Deserialize)] [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/language/ast.rs:131:3 [INFO] [stderr] | [INFO] [stderr] 131 | #[serde(tag="kind")] [INFO] [stderr] | ^^^^^ [INFO] [stderr] 132 | #[derive(Debug, PartialEq, Serialize, Deserialize)] [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/language/ast.rs:138:3 [INFO] [stderr] | [INFO] [stderr] 138 | #[serde(tag="kind")] [INFO] [stderr] | ^^^^^ [INFO] [stderr] 139 | #[derive(Debug, PartialEq, Serialize, Deserialize)] [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/language/ast.rs:145:3 [INFO] [stderr] | [INFO] [stderr] 145 | #[serde(tag="kind")] [INFO] [stderr] | ^^^^^ [INFO] [stderr] 146 | #[derive(Debug, PartialEq, Serialize, Deserialize)] [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/language/ast.rs:153:3 [INFO] [stderr] | [INFO] [stderr] 153 | #[serde(tag="kind")] [INFO] [stderr] | ^^^^^ [INFO] [stderr] 154 | #[derive(Debug, PartialEq, Serialize, Deserialize)] [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/language/ast.rs:165:3 [INFO] [stderr] | [INFO] [stderr] 165 | #[serde(tag="kind")] [INFO] [stderr] | ^^^^^ [INFO] [stderr] 166 | #[derive(Debug, PartialEq, Serialize, Deserialize)] [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/language/ast.rs:174:3 [INFO] [stderr] | [INFO] [stderr] 174 | #[serde(tag="kind")] [INFO] [stderr] | ^^^^^ [INFO] [stderr] 175 | #[derive(Debug, PartialEq, Serialize, Deserialize)] [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/language/ast.rs:182:3 [INFO] [stderr] | [INFO] [stderr] 182 | #[serde(tag="kind")] [INFO] [stderr] | ^^^^^ [INFO] [stderr] 183 | #[derive(Debug, PartialEq, Serialize, Deserialize)] [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/language/ast.rs:193:3 [INFO] [stderr] | [INFO] [stderr] 193 | #[serde(tag="kind")] [INFO] [stderr] | ^^^^^ [INFO] [stderr] 194 | #[derive(Debug, PartialEq, Serialize, Deserialize)] [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/language/ast.rs:210:3 [INFO] [stderr] | [INFO] [stderr] 210 | #[serde(tag="kind")] [INFO] [stderr] | ^^^^^ [INFO] [stderr] 211 | #[derive(Debug, PartialEq, Serialize, Deserialize)] [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/language/ast.rs:224:3 [INFO] [stderr] | [INFO] [stderr] 224 | #[serde(tag="kind")] [INFO] [stderr] | ^^^^^ [INFO] [stderr] 225 | #[derive(Debug, PartialEq, Serialize, Deserialize)] [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/language/ast.rs:231:3 [INFO] [stderr] | [INFO] [stderr] 231 | #[serde(tag="kind")] [INFO] [stderr] | ^^^^^ [INFO] [stderr] 232 | #[derive(Debug, PartialEq, Serialize, Deserialize)] [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/language/ast.rs:238:3 [INFO] [stderr] | [INFO] [stderr] 238 | #[serde(tag="kind")] [INFO] [stderr] | ^^^^^ [INFO] [stderr] 239 | #[derive(Debug, PartialEq, Serialize, Deserialize)] [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/language/ast.rs:246:3 [INFO] [stderr] | [INFO] [stderr] 246 | #[serde(tag="kind")] [INFO] [stderr] | ^^^^^ [INFO] [stderr] 247 | #[derive(Debug, PartialEq, Serialize, Deserialize)] [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/language/ast.rs:253:3 [INFO] [stderr] | [INFO] [stderr] 253 | #[serde(tag="kind")] [INFO] [stderr] | ^^^^^ [INFO] [stderr] 254 | #[derive(Debug, PartialEq, Serialize, Deserialize)] [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/language/ast.rs:259:3 [INFO] [stderr] | [INFO] [stderr] 259 | #[serde(tag="kind")] [INFO] [stderr] | ^^^^^ [INFO] [stderr] 260 | #[derive(Debug, PartialEq, Serialize, Deserialize)] [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/language/ast.rs:266:3 [INFO] [stderr] | [INFO] [stderr] 266 | #[serde(tag="kind")] [INFO] [stderr] | ^^^^^ [INFO] [stderr] 267 | #[derive(Debug, PartialEq, Serialize, Deserialize)] [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/language/ast.rs:273:3 [INFO] [stderr] | [INFO] [stderr] 273 | #[serde(tag="kind")] [INFO] [stderr] | ^^^^^ [INFO] [stderr] 274 | #[derive(Debug, PartialEq, Serialize, Deserialize)] [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/language/ast.rs:280:3 [INFO] [stderr] | [INFO] [stderr] 280 | #[serde(tag="kind")] [INFO] [stderr] | ^^^^^ [INFO] [stderr] 281 | #[derive(Debug, PartialEq, Serialize, Deserialize)] [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/language/ast.rs:289:3 [INFO] [stderr] | [INFO] [stderr] 289 | #[serde(tag="kind")] [INFO] [stderr] | ^^^^^ [INFO] [stderr] 290 | #[derive(Debug, PartialEq, Serialize, Deserialize)] [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/language/ast.rs:298:3 [INFO] [stderr] | [INFO] [stderr] 298 | #[serde(tag="kind")] [INFO] [stderr] | ^^^^^ [INFO] [stderr] 299 | #[derive(Debug, PartialEq, Serialize, Deserialize)] [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/language/ast.rs:306:3 [INFO] [stderr] | [INFO] [stderr] 306 | #[serde(tag="kind")] [INFO] [stderr] | ^^^^^ [INFO] [stderr] 307 | #[derive(Debug, PartialEq, Serialize, Deserialize)] [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/language/ast.rs:313:3 [INFO] [stderr] | [INFO] [stderr] 313 | #[serde(tag="kind")] [INFO] [stderr] | ^^^^^ [INFO] [stderr] 314 | #[derive(Debug, PartialEq, Serialize, Deserialize)] [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/language/ast.rs:321:3 [INFO] [stderr] | [INFO] [stderr] 321 | #[serde(tag="kind")] [INFO] [stderr] | ^^^^^ [INFO] [stderr] 322 | #[derive(Debug, PartialEq, Serialize, Deserialize)] [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/language/ast.rs:328:3 [INFO] [stderr] | [INFO] [stderr] 328 | #[serde(tag="kind")] [INFO] [stderr] | ^^^^^ [INFO] [stderr] 329 | #[derive(Debug, PartialEq, Serialize, Deserialize)] [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/language/ast.rs:337:3 [INFO] [stderr] | [INFO] [stderr] 337 | #[serde(tag="kind")] [INFO] [stderr] | ^^^^^ [INFO] [stderr] 338 | #[derive(Debug, PartialEq, Serialize, Deserialize)] [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/language/ast.rs:345:3 [INFO] [stderr] | [INFO] [stderr] 345 | #[serde(tag="kind")] [INFO] [stderr] | ^^^^^ [INFO] [stderr] 346 | #[derive(Debug, PartialEq, Serialize, Deserialize)] [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/language/ast.rs:354:3 [INFO] [stderr] | [INFO] [stderr] 354 | #[serde(tag="kind")] [INFO] [stderr] | ^^^^^ [INFO] [stderr] 355 | #[derive(Debug, PartialEq, Serialize, Deserialize)] [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/language/ast.rs:364:3 [INFO] [stderr] | [INFO] [stderr] 364 | #[serde(tag="kind")] [INFO] [stderr] | ^^^^^ [INFO] [stderr] 365 | #[derive(Debug, PartialEq, Serialize, Deserialize)] [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/language/ast.rs:375:3 [INFO] [stderr] | [INFO] [stderr] 375 | #[serde(tag="kind")] [INFO] [stderr] | ^^^^^ [INFO] [stderr] 376 | #[derive(Debug, PartialEq, Serialize, Deserialize)] [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/language/ast.rs:384:3 [INFO] [stderr] | [INFO] [stderr] 384 | #[serde(tag="kind")] [INFO] [stderr] | ^^^^^ [INFO] [stderr] 385 | #[derive(Debug, PartialEq, Serialize, Deserialize)] [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/language/ast.rs:395:3 [INFO] [stderr] | [INFO] [stderr] 395 | #[serde(tag="kind")] [INFO] [stderr] | ^^^^^ [INFO] [stderr] 396 | #[derive(Debug, PartialEq, Serialize, Deserialize)] [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/language/ast.rs:407:3 [INFO] [stderr] | [INFO] [stderr] 407 | #[serde(tag="kind")] [INFO] [stderr] | ^^^^^ [INFO] [stderr] 408 | #[derive(Debug, PartialEq, Serialize, Deserialize)] [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/language/ast.rs:420:3 [INFO] [stderr] | [INFO] [stderr] 420 | #[serde(tag="kind")] [INFO] [stderr] | ^^^^^ [INFO] [stderr] 421 | #[derive(Debug, PartialEq, Serialize, Deserialize)] [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/language/ast.rs:430:3 [INFO] [stderr] | [INFO] [stderr] 430 | #[serde(tag="kind")] [INFO] [stderr] | ^^^^^ [INFO] [stderr] 431 | #[derive(Debug, PartialEq, Serialize, Deserialize)] [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/language/ast.rs:440:3 [INFO] [stderr] | [INFO] [stderr] 440 | #[serde(tag="kind")] [INFO] [stderr] | ^^^^^ [INFO] [stderr] 441 | #[derive(Debug, PartialEq, Serialize, Deserialize)] [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/language/ast.rs:450:3 [INFO] [stderr] | [INFO] [stderr] 450 | #[serde(tag="kind")] [INFO] [stderr] | ^^^^^ [INFO] [stderr] 451 | #[derive(Debug, PartialEq, Serialize, Deserialize)] [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/language/ast.rs:459:3 [INFO] [stderr] | [INFO] [stderr] 459 | #[serde(tag="kind")] [INFO] [stderr] | ^^^^^ [INFO] [stderr] 460 | #[derive(Debug, PartialEq, Serialize, Deserialize)] [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/language/ast.rs:470:3 [INFO] [stderr] | [INFO] [stderr] 470 | #[serde(tag="kind")] [INFO] [stderr] | ^^^^^ [INFO] [stderr] 471 | #[derive(Debug, PartialEq, Serialize, Deserialize)] [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/language/ast.rs:481:3 [INFO] [stderr] | [INFO] [stderr] 481 | #[serde(tag="kind")] [INFO] [stderr] | ^^^^^ [INFO] [stderr] 482 | #[derive(Debug, PartialEq, Serialize, Deserialize)] [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/language/ast.rs:488:3 [INFO] [stderr] | [INFO] [stderr] 488 | #[serde(tag="kind")] [INFO] [stderr] | ^^^^^ [INFO] [stderr] 489 | #[derive(Debug, PartialEq, Serialize, Deserialize)] [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/language/ast.rs:498:3 [INFO] [stderr] | [INFO] [stderr] 498 | #[serde(tag="kind")] [INFO] [stderr] | ^^^^^ [INFO] [stderr] 499 | #[derive(Debug, PartialEq, Serialize, Deserialize)] [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/language/ast.rs:509:3 [INFO] [stderr] | [INFO] [stderr] 509 | #[serde(tag="kind")] [INFO] [stderr] | ^^^^^ [INFO] [stderr] 510 | #[derive(Debug, PartialEq, Serialize, Deserialize)] [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/language/ast.rs:517:3 [INFO] [stderr] | [INFO] [stderr] 517 | #[serde(tag="kind")] [INFO] [stderr] | ^^^^^ [INFO] [stderr] 518 | #[derive(Debug, PartialEq, Serialize, Deserialize)] [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/language/ast.rs:527:3 [INFO] [stderr] | [INFO] [stderr] 527 | #[serde(tag="kind")] [INFO] [stderr] | ^^^^^ [INFO] [stderr] 528 | #[derive(Debug, PartialEq, Serialize, Deserialize)] [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/language/ast.rs:536:3 [INFO] [stderr] | [INFO] [stderr] 536 | #[serde(tag="kind")] [INFO] [stderr] | ^^^^^ [INFO] [stderr] 537 | #[derive(Debug, PartialEq, Serialize, Deserialize)] [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/language/ast.rs:545:3 [INFO] [stderr] | [INFO] [stderr] 545 | #[serde(tag="kind")] [INFO] [stderr] | ^^^^^ [INFO] [stderr] 546 | #[derive(Debug, PartialEq, Serialize, Deserialize)] [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/language/ast.rs:554:3 [INFO] [stderr] | [INFO] [stderr] 554 | #[serde(tag="kind")] [INFO] [stderr] | ^^^^^ [INFO] [stderr] 555 | #[derive(Debug, PartialEq, Serialize, Deserialize)] [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: `graphql_rs_native` (lib) generated 53 warnings [INFO] [stderr] warning: `graphql_rs_native` (lib test) generated 53 warnings (53 duplicates) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.01s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/graphql_rs_native-8148e860f80bf860) [INFO] [stdout] [INFO] [stdout] running 6 tests [INFO] [stdout] test language::parser::test_definition ... ok [INFO] [stdout] test language::parser::test_document_1 ... ok [INFO] [stdout] test language::parser::test_schema_definition ... ok [INFO] [stdout] test language::parser::test_float_value ... ok [INFO] [stdout] test language::parser::test_whitespace ... ok [INFO] [stdout] test language::parser::test_type_system_definition ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Doc-tests graphql_rs_native [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "b9e26cd49758bcc0c7dc9891e327f019540a9af2de956fe1283e66e9e5af37ba", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b9e26cd49758bcc0c7dc9891e327f019540a9af2de956fe1283e66e9e5af37ba", kill_on_drop: false }` [INFO] [stdout] b9e26cd49758bcc0c7dc9891e327f019540a9af2de956fe1283e66e9e5af37ba