[INFO] fetching crate graphql_rs_native 0.0.1... [INFO] testing graphql_rs_native-0.0.1 against try#722e1797249a965b6335aebd65d777f917e498f1 for pr-91031 [INFO] extracting crate graphql_rs_native 0.0.1 into /workspace/builds/worker-11/source [INFO] validating manifest of crates.io crate graphql_rs_native 0.0.1 on toolchain 722e1797249a965b6335aebd65d777f917e498f1 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+722e1797249a965b6335aebd65d777f917e498f1" "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-11/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+722e1797249a965b6335aebd65d777f917e498f1" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+722e1797249a965b6335aebd65d777f917e498f1" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+722e1797249a965b6335aebd65d777f917e498f1" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 35083431e9c712724a903931ecaa37ff1551d858d5124cd12ef9a19c98c60ddf [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "35083431e9c712724a903931ecaa37ff1551d858d5124cd12ef9a19c98c60ddf", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "35083431e9c712724a903931ecaa37ff1551d858d5124cd12ef9a19c98c60ddf", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "35083431e9c712724a903931ecaa37ff1551d858d5124cd12ef9a19c98c60ddf", kill_on_drop: false }` [INFO] [stdout] 35083431e9c712724a903931ecaa37ff1551d858d5124cd12ef9a19c98c60ddf [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "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:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+722e1797249a965b6335aebd65d777f917e498f1" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 69d68c3795d8baab5562d513fb526bee9e1782dbac854d6224a36c8c665c78ae [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "69d68c3795d8baab5562d513fb526bee9e1782dbac854d6224a36c8c665c78ae", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.32 [INFO] [stderr] Compiling unicode-xid v0.2.2 [INFO] [stderr] Compiling version_check v0.1.5 [INFO] [stderr] Compiling syn v1.0.81 [INFO] [stderr] Compiling memchr v2.4.1 [INFO] [stderr] Compiling serde_derive v1.0.130 [INFO] [stderr] Compiling serde v1.0.130 [INFO] [stderr] Compiling nom v4.2.3 [INFO] [stderr] Compiling quote v1.0.10 [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 30.60s [INFO] running `Command { std: "docker" "inspect" "69d68c3795d8baab5562d513fb526bee9e1782dbac854d6224a36c8c665c78ae", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "69d68c3795d8baab5562d513fb526bee9e1782dbac854d6224a36c8c665c78ae", kill_on_drop: false }` [INFO] [stdout] 69d68c3795d8baab5562d513fb526bee9e1782dbac854d6224a36c8c665c78ae [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "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:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+722e1797249a965b6335aebd65d777f917e498f1" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] f9b3d38ac081fdffaa2e9224e88563f1061b4f63fb447cc426d5afe04f47ae15 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "f9b3d38ac081fdffaa2e9224e88563f1061b4f63fb447cc426d5afe04f47ae15", 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] [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: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] [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 6.16s [INFO] running `Command { std: "docker" "inspect" "f9b3d38ac081fdffaa2e9224e88563f1061b4f63fb447cc426d5afe04f47ae15", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f9b3d38ac081fdffaa2e9224e88563f1061b4f63fb447cc426d5afe04f47ae15", kill_on_drop: false }` [INFO] [stdout] f9b3d38ac081fdffaa2e9224e88563f1061b4f63fb447cc426d5afe04f47ae15 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "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:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+722e1797249a965b6335aebd65d777f917e498f1" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 6511cf8c0aff425584d71d17cbf8b22726ef6d75594eb297afbbac33c7b30eff [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "6511cf8c0aff425584d71d17cbf8b22726ef6d75594eb297afbbac33c7b30eff", 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.07s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/graphql_rs_native-a691b498ebb53eda) [INFO] [stdout] [INFO] [stdout] running 6 tests [INFO] [stdout] test language::parser::test_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_schema_definition ... ok [INFO] [stdout] test language::parser::test_type_system_definition ... ok [INFO] [stdout] test language::parser::test_document_1 ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [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" "6511cf8c0aff425584d71d17cbf8b22726ef6d75594eb297afbbac33c7b30eff", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6511cf8c0aff425584d71d17cbf8b22726ef6d75594eb297afbbac33c7b30eff", kill_on_drop: false }` [INFO] [stdout] 6511cf8c0aff425584d71d17cbf8b22726ef6d75594eb297afbbac33c7b30eff