[INFO] updating cached repository https://github.com/Al1to/Simple-C-Compiler [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune", kill_on_drop: false }` [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 292092aaaa3437953e4ef3e5d243e27a1c145fe1 [INFO] checking Al1to/Simple-C-Compiler/292092aaaa3437953e4ef3e5d243e27a1c145fe1 against master#ab869e094a907cc5d19b4080f22eccaf347f1f95 for pr-129604 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAl1to%2FSimple-C-Compiler" "/workspace/builds/worker-1-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/Al1to/Simple-C-Compiler on toolchain ab869e094a907cc5d19b4080f22eccaf347f1f95 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ab869e094a907cc5d19b4080f22eccaf347f1f95" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/Al1to/Simple-C-Compiler [INFO] finished tweaking git repo https://github.com/Al1to/Simple-C-Compiler [INFO] tweaked toml for git repo https://github.com/Al1to/Simple-C-Compiler written to /workspace/builds/worker-1-tc1/source/Cargo.toml [INFO] crate git repo https://github.com/Al1to/Simple-C-Compiler already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ab869e094a907cc5d19b4080f22eccaf347f1f95" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/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:923055f121b5182466d55868a8b05e67af8ba4a3a3f6bad814e953ca3cd3ac2a" "/opt/rustwide/cargo-home/bin/cargo" "+ab869e094a907cc5d19b4080f22eccaf347f1f95" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] d172e4a22ba1c517da235d2673630ccc231631feb612dc292693e9c9038a78d5 [INFO] running `Command { std: "docker" "start" "-a" "d172e4a22ba1c517da235d2673630ccc231631feb612dc292693e9c9038a78d5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "d172e4a22ba1c517da235d2673630ccc231631feb612dc292693e9c9038a78d5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d172e4a22ba1c517da235d2673630ccc231631feb612dc292693e9c9038a78d5", kill_on_drop: false }` [INFO] [stdout] d172e4a22ba1c517da235d2673630ccc231631feb612dc292693e9c9038a78d5 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:923055f121b5182466d55868a8b05e67af8ba4a3a3f6bad814e953ca3cd3ac2a" "/opt/rustwide/cargo-home/bin/cargo" "+ab869e094a907cc5d19b4080f22eccaf347f1f95" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 663ac9393edac90ddcd7ce017dca5e70ccc304f26405e810d056fadc5b6f1f99 [INFO] running `Command { std: "docker" "start" "-a" "663ac9393edac90ddcd7ce017dca5e70ccc304f26405e810d056fadc5b6f1f99", kill_on_drop: false }` [INFO] [stderr] Checking rast_parse_test v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: field `t` is never read [INFO] [stdout] --> src/parse/parser.rs:13:13 [INFO] [stdout] | [INFO] [stdout] 13 | Ptr { t: Box }, [INFO] [stdout] | --- ^ [INFO] [stdout] | | [INFO] [stdout] | field in this variant [INFO] [stdout] | [INFO] [stdout] = note: `Type` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `Array` is never constructed [INFO] [stdout] --> src/parse/parser.rs:14:5 [INFO] [stdout] | [INFO] [stdout] 8 | pub enum Type { [INFO] [stdout] | ---- variant in this enum [INFO] [stdout] ... [INFO] [stdout] 14 | Array { t: Box, n: Box }, [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `Type` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `e` is never read [INFO] [stdout] --> src/parse/parser.rs:22:15 [INFO] [stdout] | [INFO] [stdout] 22 | UnPlus { e: Box }, [INFO] [stdout] | ------ ^ [INFO] [stdout] | | [INFO] [stdout] | field in this variant [INFO] [stdout] | [INFO] [stdout] = note: `UnOp` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `e` is never read [INFO] [stdout] --> src/parse/parser.rs:23:15 [INFO] [stdout] | [INFO] [stdout] 23 | UnMinus { e: Box }, [INFO] [stdout] | ------- ^ [INFO] [stdout] | | [INFO] [stdout] | field in this variant [INFO] [stdout] | [INFO] [stdout] = note: `UnOp` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `e` is never read [INFO] [stdout] --> src/parse/parser.rs:25:15 [INFO] [stdout] | [INFO] [stdout] 25 | PreInc { e: Box }, [INFO] [stdout] | ------ ^ [INFO] [stdout] | | [INFO] [stdout] | field in this variant [INFO] [stdout] | [INFO] [stdout] = note: `UnOp` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `e` is never read [INFO] [stdout] --> src/parse/parser.rs:26:15 [INFO] [stdout] | [INFO] [stdout] 26 | PostInc { e: Box }, [INFO] [stdout] | ------- ^ [INFO] [stdout] | | [INFO] [stdout] | field in this variant [INFO] [stdout] | [INFO] [stdout] = note: `UnOp` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `e` is never read [INFO] [stdout] --> src/parse/parser.rs:27:15 [INFO] [stdout] | [INFO] [stdout] 27 | PreDec { e: Box }, [INFO] [stdout] | ------ ^ [INFO] [stdout] | | [INFO] [stdout] | field in this variant [INFO] [stdout] | [INFO] [stdout] = note: `UnOp` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `e` is never read [INFO] [stdout] --> src/parse/parser.rs:28:15 [INFO] [stdout] | [INFO] [stdout] 28 | PostDec { e: Box }, [INFO] [stdout] | ------- ^ [INFO] [stdout] | | [INFO] [stdout] | field in this variant [INFO] [stdout] | [INFO] [stdout] = note: `UnOp` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `e` is never read [INFO] [stdout] --> src/parse/parser.rs:30:14 [INFO] [stdout] | [INFO] [stdout] 30 | LogNot { e: Box }, [INFO] [stdout] | ------ ^ [INFO] [stdout] | | [INFO] [stdout] | field in this variant [INFO] [stdout] | [INFO] [stdout] = note: `UnOp` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `e` is never read [INFO] [stdout] --> src/parse/parser.rs:32:19 [INFO] [stdout] | [INFO] [stdout] 32 | Indirection { e: Box}, [INFO] [stdout] | ----------- ^ [INFO] [stdout] | | [INFO] [stdout] | field in this variant [INFO] [stdout] | [INFO] [stdout] = note: `UnOp` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `e` is never read [INFO] [stdout] --> src/parse/parser.rs:33:19 [INFO] [stdout] | [INFO] [stdout] 33 | AddressOf { e:Box }, [INFO] [stdout] | --------- ^ [INFO] [stdout] | | [INFO] [stdout] | field in this variant [INFO] [stdout] | [INFO] [stdout] = note: `UnOp` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `id` and `args` are never read [INFO] [stdout] --> src/parse/parser.rs:36:17 [INFO] [stdout] | [INFO] [stdout] 36 | FuncCall { id: String, args: Box }, [INFO] [stdout] | -------- ^^ ^^^^ [INFO] [stdout] | | [INFO] [stdout] | fields in this variant [INFO] [stdout] | [INFO] [stdout] = note: `UnOp` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `Subscript` is never constructed [INFO] [stdout] --> src/parse/parser.rs:35:5 [INFO] [stdout] | [INFO] [stdout] 21 | pub enum UnOp { [INFO] [stdout] | ---- variant in this enum [INFO] [stdout] ... [INFO] [stdout] 35 | Subscript { le: Box , re: Box }, [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `UnOp` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `le` and `re` are never read [INFO] [stdout] --> src/parse/parser.rs:44:17 [INFO] [stdout] | [INFO] [stdout] 44 | Assign { le: Box , re: Box }, [INFO] [stdout] | ------ ^^ ^^ [INFO] [stdout] | | [INFO] [stdout] | fields in this variant [INFO] [stdout] | [INFO] [stdout] = note: `BinOp` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `le` and `re` are never read [INFO] [stdout] --> src/parse/parser.rs:45:17 [INFO] [stdout] | [INFO] [stdout] 45 | AddAssign { le: Box , re: Box }, [INFO] [stdout] | --------- ^^ ^^ [INFO] [stdout] | | [INFO] [stdout] | fields in this variant [INFO] [stdout] | [INFO] [stdout] = note: `BinOp` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `le` and `re` are never read [INFO] [stdout] --> src/parse/parser.rs:46:17 [INFO] [stdout] | [INFO] [stdout] 46 | SubAssign { le: Box , re: Box }, [INFO] [stdout] | --------- ^^ ^^ [INFO] [stdout] | | [INFO] [stdout] | fields in this variant [INFO] [stdout] | [INFO] [stdout] = note: `BinOp` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `le` and `re` are never read [INFO] [stdout] --> src/parse/parser.rs:47:17 [INFO] [stdout] | [INFO] [stdout] 47 | MulAssign { le: Box , re: Box }, [INFO] [stdout] | --------- ^^ ^^ [INFO] [stdout] | | [INFO] [stdout] | fields in this variant [INFO] [stdout] | [INFO] [stdout] = note: `BinOp` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `le` and `re` are never read [INFO] [stdout] --> src/parse/parser.rs:48:17 [INFO] [stdout] | [INFO] [stdout] 48 | DivAssign { le: Box , re: Box }, [INFO] [stdout] | --------- ^^ ^^ [INFO] [stdout] | | [INFO] [stdout] | fields in this variant [INFO] [stdout] | [INFO] [stdout] = note: `BinOp` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `le` and `re` are never read [INFO] [stdout] --> src/parse/parser.rs:49:17 [INFO] [stdout] | [INFO] [stdout] 49 | ModAssign { le: Box , re: Box }, [INFO] [stdout] | --------- ^^ ^^ [INFO] [stdout] | | [INFO] [stdout] | fields in this variant [INFO] [stdout] | [INFO] [stdout] = note: `BinOp` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `le` and `re` are never read [INFO] [stdout] --> src/parse/parser.rs:51:14 [INFO] [stdout] | [INFO] [stdout] 51 | LogOr { le: Box , re: Box }, [INFO] [stdout] | ----- ^^ ^^ [INFO] [stdout] | | [INFO] [stdout] | fields in this variant [INFO] [stdout] | [INFO] [stdout] = note: `BinOp` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `le` and `re` are never read [INFO] [stdout] --> src/parse/parser.rs:52:14 [INFO] [stdout] | [INFO] [stdout] 52 | LogAnd { le: Box , re: Box }, [INFO] [stdout] | ------ ^^ ^^ [INFO] [stdout] | | [INFO] [stdout] | fields in this variant [INFO] [stdout] | [INFO] [stdout] = note: `BinOp` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `le` and `re` are never read [INFO] [stdout] --> src/parse/parser.rs:54:19 [INFO] [stdout] | [INFO] [stdout] 54 | Equal { le: Box , re: Box }, [INFO] [stdout] | ----- ^^ ^^ [INFO] [stdout] | | [INFO] [stdout] | fields in this variant [INFO] [stdout] | [INFO] [stdout] = note: `BinOp` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `le` and `re` are never read [INFO] [stdout] --> src/parse/parser.rs:55:19 [INFO] [stdout] | [INFO] [stdout] 55 | NotEqual { le: Box , re: Box }, [INFO] [stdout] | -------- ^^ ^^ [INFO] [stdout] | | [INFO] [stdout] | fields in this variant [INFO] [stdout] | [INFO] [stdout] = note: `BinOp` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `le` and `re` are never read [INFO] [stdout] --> src/parse/parser.rs:56:19 [INFO] [stdout] | [INFO] [stdout] 56 | Bigger { le: Box , re: Box }, [INFO] [stdout] | ------ ^^ ^^ [INFO] [stdout] | | [INFO] [stdout] | fields in this variant [INFO] [stdout] | [INFO] [stdout] = note: `BinOp` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `le` and `re` are never read [INFO] [stdout] --> src/parse/parser.rs:57:19 [INFO] [stdout] | [INFO] [stdout] 57 | Lesser { le: Box , re: Box }, [INFO] [stdout] | ------ ^^ ^^ [INFO] [stdout] | | [INFO] [stdout] | fields in this variant [INFO] [stdout] | [INFO] [stdout] = note: `BinOp` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `le` and `re` are never read [INFO] [stdout] --> src/parse/parser.rs:58:19 [INFO] [stdout] | [INFO] [stdout] 58 | BiggerEqual { le: Box , re: Box }, [INFO] [stdout] | ----------- ^^ ^^ [INFO] [stdout] | | [INFO] [stdout] | fields in this variant [INFO] [stdout] | [INFO] [stdout] = note: `BinOp` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `le` and `re` are never read [INFO] [stdout] --> src/parse/parser.rs:59:19 [INFO] [stdout] | [INFO] [stdout] 59 | LesserEqual { le: Box , re: Box }, [INFO] [stdout] | ----------- ^^ ^^ [INFO] [stdout] | | [INFO] [stdout] | fields in this variant [INFO] [stdout] | [INFO] [stdout] = note: `BinOp` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `le` and `re` are never read [INFO] [stdout] --> src/parse/parser.rs:61:11 [INFO] [stdout] | [INFO] [stdout] 61 | Add { le: Box , re: Box }, [INFO] [stdout] | --- ^^ ^^ [INFO] [stdout] | | [INFO] [stdout] | fields in this variant [INFO] [stdout] | [INFO] [stdout] = note: `BinOp` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `le` and `re` are never read [INFO] [stdout] --> src/parse/parser.rs:62:11 [INFO] [stdout] | [INFO] [stdout] 62 | Sub { le: Box , re: Box }, [INFO] [stdout] | --- ^^ ^^ [INFO] [stdout] | | [INFO] [stdout] | fields in this variant [INFO] [stdout] | [INFO] [stdout] = note: `BinOp` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `le` and `re` are never read [INFO] [stdout] --> src/parse/parser.rs:63:11 [INFO] [stdout] | [INFO] [stdout] 63 | Mul { le: Box , re: Box }, [INFO] [stdout] | --- ^^ ^^ [INFO] [stdout] | | [INFO] [stdout] | fields in this variant [INFO] [stdout] | [INFO] [stdout] = note: `BinOp` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `le` and `re` are never read [INFO] [stdout] --> src/parse/parser.rs:64:11 [INFO] [stdout] | [INFO] [stdout] 64 | Div { le: Box , re: Box }, [INFO] [stdout] | --- ^^ ^^ [INFO] [stdout] | | [INFO] [stdout] | fields in this variant [INFO] [stdout] | [INFO] [stdout] = note: `BinOp` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `le` and `re` are never read [INFO] [stdout] --> src/parse/parser.rs:65:11 [INFO] [stdout] | [INFO] [stdout] 65 | Mod { le: Box , re: Box }, [INFO] [stdout] | --- ^^ ^^ [INFO] [stdout] | | [INFO] [stdout] | fields in this variant [INFO] [stdout] | [INFO] [stdout] = note: `BinOp` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `t`, `id`, `args`, and `block` are never read [INFO] [stdout] --> src/parse/parser.rs:75:16 [INFO] [stdout] | [INFO] [stdout] 75 | FuncDecl { t: Type, id: String, args: Box, block: Box }, [INFO] [stdout] | -------- ^ ^^ ^^^^ ^^^^^ [INFO] [stdout] | | [INFO] [stdout] | fields in this variant [INFO] [stdout] | [INFO] [stdout] = note: `Node` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `t` and `id` are never read [INFO] [stdout] --> src/parse/parser.rs:76:16 [INFO] [stdout] | [INFO] [stdout] 76 | ArgDecl { t: Type, id: String }, [INFO] [stdout] | ------- ^ ^^ [INFO] [stdout] | | [INFO] [stdout] | fields in this variant [INFO] [stdout] | [INFO] [stdout] = note: `Node` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `e` is never read [INFO] [stdout] --> src/parse/parser.rs:77:16 [INFO] [stdout] | [INFO] [stdout] 77 | Return { e: Box }, [INFO] [stdout] | ------ ^ [INFO] [stdout] | | [INFO] [stdout] | field in this variant [INFO] [stdout] | [INFO] [stdout] = note: `Node` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `e` is never read [INFO] [stdout] --> src/parse/parser.rs:92:14 [INFO] [stdout] | [INFO] [stdout] 92 | Expr { e: Box }, [INFO] [stdout] | ---- ^ [INFO] [stdout] | | [INFO] [stdout] | field in this variant [INFO] [stdout] | [INFO] [stdout] = note: `Node` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `num` is never read [INFO] [stdout] --> src/parse/parser.rs:93:14 [INFO] [stdout] | [INFO] [stdout] 93 | IntN { num: i32 }, [INFO] [stdout] | ---- ^^^ [INFO] [stdout] | | [INFO] [stdout] | field in this variant [INFO] [stdout] | [INFO] [stdout] = note: `Node` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `num` is never read [INFO] [stdout] --> src/parse/parser.rs:94:14 [INFO] [stdout] | [INFO] [stdout] 94 | FloatN { num: f64 }, [INFO] [stdout] | ------ ^^^ [INFO] [stdout] | | [INFO] [stdout] | field in this variant [INFO] [stdout] | [INFO] [stdout] = note: `Node` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `num` is never read [INFO] [stdout] --> src/parse/parser.rs:95:14 [INFO] [stdout] | [INFO] [stdout] 95 | CharN { num: u8 }, [INFO] [stdout] | ----- ^^^ [INFO] [stdout] | | [INFO] [stdout] | field in this variant [INFO] [stdout] | [INFO] [stdout] = note: `Node` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `o` is never read [INFO] [stdout] --> src/parse/parser.rs:97:13 [INFO] [stdout] | [INFO] [stdout] 97 | BinOp { o: BinOp }, [INFO] [stdout] | ----- ^ [INFO] [stdout] | | [INFO] [stdout] | field in this variant [INFO] [stdout] | [INFO] [stdout] = note: `Node` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `o` is never read [INFO] [stdout] --> src/parse/parser.rs:98:12 [INFO] [stdout] | [INFO] [stdout] 98 | UnOp { o: UnOp }, [INFO] [stdout] | ---- ^ [INFO] [stdout] | | [INFO] [stdout] | field in this variant [INFO] [stdout] | [INFO] [stdout] = note: `Node` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: multiple variants are never constructed [INFO] [stdout] --> src/parse/parser.rs:78:5 [INFO] [stdout] | [INFO] [stdout] 70 | pub enum Node { [INFO] [stdout] | ---- variants in this enum [INFO] [stdout] ... [INFO] [stdout] 78 | Arg { e: Box }, [INFO] [stdout] | ^^^ [INFO] [stdout] 79 | [INFO] [stdout] 80 | VarDecl { t: Type, id: Box, val: Box }, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] 81 | [INFO] [stdout] 82 | If { cond: Box, block: Box, next: Box }, [INFO] [stdout] | ^^ [INFO] [stdout] 83 | Else { block: Box }, [INFO] [stdout] | ^^^^ [INFO] [stdout] 84 | [INFO] [stdout] 85 | For { var: Box, cond: Box, e: Box, block: Box }, [INFO] [stdout] | ^^^ [INFO] [stdout] 86 | [INFO] [stdout] 87 | While { cond: Box, block: Box }, [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 100 | None, [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `Node` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `t` is never read [INFO] [stdout] --> src/parse/parser.rs:13:13 [INFO] [stdout] | [INFO] [stdout] 13 | Ptr { t: Box }, [INFO] [stdout] | --- ^ [INFO] [stdout] | | [INFO] [stdout] | field in this variant [INFO] [stdout] | [INFO] [stdout] = note: `Type` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `Array` is never constructed [INFO] [stdout] --> src/parse/parser.rs:14:5 [INFO] [stdout] | [INFO] [stdout] 8 | pub enum Type { [INFO] [stdout] | ---- variant in this enum [INFO] [stdout] ... [INFO] [stdout] 14 | Array { t: Box, n: Box }, [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `Type` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `e` is never read [INFO] [stdout] --> src/parse/parser.rs:22:15 [INFO] [stdout] | [INFO] [stdout] 22 | UnPlus { e: Box }, [INFO] [stdout] | ------ ^ [INFO] [stdout] | | [INFO] [stdout] | field in this variant [INFO] [stdout] | [INFO] [stdout] = note: `UnOp` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `e` is never read [INFO] [stdout] --> src/parse/parser.rs:23:15 [INFO] [stdout] | [INFO] [stdout] 23 | UnMinus { e: Box }, [INFO] [stdout] | ------- ^ [INFO] [stdout] | | [INFO] [stdout] | field in this variant [INFO] [stdout] | [INFO] [stdout] = note: `UnOp` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `e` is never read [INFO] [stdout] --> src/parse/parser.rs:25:15 [INFO] [stdout] | [INFO] [stdout] 25 | PreInc { e: Box }, [INFO] [stdout] | ------ ^ [INFO] [stdout] | | [INFO] [stdout] | field in this variant [INFO] [stdout] | [INFO] [stdout] = note: `UnOp` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `e` is never read [INFO] [stdout] --> src/parse/parser.rs:26:15 [INFO] [stdout] | [INFO] [stdout] 26 | PostInc { e: Box }, [INFO] [stdout] | ------- ^ [INFO] [stdout] | | [INFO] [stdout] | field in this variant [INFO] [stdout] | [INFO] [stdout] = note: `UnOp` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `e` is never read [INFO] [stdout] --> src/parse/parser.rs:27:15 [INFO] [stdout] | [INFO] [stdout] 27 | PreDec { e: Box }, [INFO] [stdout] | ------ ^ [INFO] [stdout] | | [INFO] [stdout] | field in this variant [INFO] [stdout] | [INFO] [stdout] = note: `UnOp` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `e` is never read [INFO] [stdout] --> src/parse/parser.rs:28:15 [INFO] [stdout] | [INFO] [stdout] 28 | PostDec { e: Box }, [INFO] [stdout] | ------- ^ [INFO] [stdout] | | [INFO] [stdout] | field in this variant [INFO] [stdout] | [INFO] [stdout] = note: `UnOp` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `e` is never read [INFO] [stdout] --> src/parse/parser.rs:30:14 [INFO] [stdout] | [INFO] [stdout] 30 | LogNot { e: Box }, [INFO] [stdout] | ------ ^ [INFO] [stdout] | | [INFO] [stdout] | field in this variant [INFO] [stdout] | [INFO] [stdout] = note: `UnOp` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `e` is never read [INFO] [stdout] --> src/parse/parser.rs:32:19 [INFO] [stdout] | [INFO] [stdout] 32 | Indirection { e: Box}, [INFO] [stdout] | ----------- ^ [INFO] [stdout] | | [INFO] [stdout] | field in this variant [INFO] [stdout] | [INFO] [stdout] = note: `UnOp` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `e` is never read [INFO] [stdout] --> src/parse/parser.rs:33:19 [INFO] [stdout] | [INFO] [stdout] 33 | AddressOf { e:Box }, [INFO] [stdout] | --------- ^ [INFO] [stdout] | | [INFO] [stdout] | field in this variant [INFO] [stdout] | [INFO] [stdout] = note: `UnOp` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `id` and `args` are never read [INFO] [stdout] --> src/parse/parser.rs:36:17 [INFO] [stdout] | [INFO] [stdout] 36 | FuncCall { id: String, args: Box }, [INFO] [stdout] | -------- ^^ ^^^^ [INFO] [stdout] | | [INFO] [stdout] | fields in this variant [INFO] [stdout] | [INFO] [stdout] = note: `UnOp` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `Subscript` is never constructed [INFO] [stdout] --> src/parse/parser.rs:35:5 [INFO] [stdout] | [INFO] [stdout] 21 | pub enum UnOp { [INFO] [stdout] | ---- variant in this enum [INFO] [stdout] ... [INFO] [stdout] 35 | Subscript { le: Box , re: Box }, [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `UnOp` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `le` and `re` are never read [INFO] [stdout] --> src/parse/parser.rs:44:17 [INFO] [stdout] | [INFO] [stdout] 44 | Assign { le: Box , re: Box }, [INFO] [stdout] | ------ ^^ ^^ [INFO] [stdout] | | [INFO] [stdout] | fields in this variant [INFO] [stdout] | [INFO] [stdout] = note: `BinOp` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `le` and `re` are never read [INFO] [stdout] --> src/parse/parser.rs:45:17 [INFO] [stdout] | [INFO] [stdout] 45 | AddAssign { le: Box , re: Box }, [INFO] [stdout] | --------- ^^ ^^ [INFO] [stdout] | | [INFO] [stdout] | fields in this variant [INFO] [stdout] | [INFO] [stdout] = note: `BinOp` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `le` and `re` are never read [INFO] [stdout] --> src/parse/parser.rs:46:17 [INFO] [stdout] | [INFO] [stdout] 46 | SubAssign { le: Box , re: Box }, [INFO] [stdout] | --------- ^^ ^^ [INFO] [stdout] | | [INFO] [stdout] | fields in this variant [INFO] [stdout] | [INFO] [stdout] = note: `BinOp` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `le` and `re` are never read [INFO] [stdout] --> src/parse/parser.rs:47:17 [INFO] [stdout] | [INFO] [stdout] 47 | MulAssign { le: Box , re: Box }, [INFO] [stdout] | --------- ^^ ^^ [INFO] [stdout] | | [INFO] [stdout] | fields in this variant [INFO] [stdout] | [INFO] [stdout] = note: `BinOp` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `le` and `re` are never read [INFO] [stdout] --> src/parse/parser.rs:48:17 [INFO] [stdout] | [INFO] [stdout] 48 | DivAssign { le: Box , re: Box }, [INFO] [stdout] | --------- ^^ ^^ [INFO] [stdout] | | [INFO] [stdout] | fields in this variant [INFO] [stdout] | [INFO] [stdout] = note: `BinOp` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `le` and `re` are never read [INFO] [stdout] --> src/parse/parser.rs:49:17 [INFO] [stdout] | [INFO] [stdout] 49 | ModAssign { le: Box , re: Box }, [INFO] [stdout] | --------- ^^ ^^ [INFO] [stdout] | | [INFO] [stdout] | fields in this variant [INFO] [stdout] | [INFO] [stdout] = note: `BinOp` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `le` and `re` are never read [INFO] [stdout] --> src/parse/parser.rs:51:14 [INFO] [stdout] | [INFO] [stdout] 51 | LogOr { le: Box , re: Box }, [INFO] [stdout] | ----- ^^ ^^ [INFO] [stdout] | | [INFO] [stdout] | fields in this variant [INFO] [stdout] | [INFO] [stdout] = note: `BinOp` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `le` and `re` are never read [INFO] [stdout] --> src/parse/parser.rs:52:14 [INFO] [stdout] | [INFO] [stdout] 52 | LogAnd { le: Box , re: Box }, [INFO] [stdout] | ------ ^^ ^^ [INFO] [stdout] | | [INFO] [stdout] | fields in this variant [INFO] [stdout] | [INFO] [stdout] = note: `BinOp` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `le` and `re` are never read [INFO] [stdout] --> src/parse/parser.rs:54:19 [INFO] [stdout] | [INFO] [stdout] 54 | Equal { le: Box , re: Box }, [INFO] [stdout] | ----- ^^ ^^ [INFO] [stdout] | | [INFO] [stdout] | fields in this variant [INFO] [stdout] | [INFO] [stdout] = note: `BinOp` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `le` and `re` are never read [INFO] [stdout] --> src/parse/parser.rs:55:19 [INFO] [stdout] | [INFO] [stdout] 55 | NotEqual { le: Box , re: Box }, [INFO] [stdout] | -------- ^^ ^^ [INFO] [stdout] | | [INFO] [stdout] | fields in this variant [INFO] [stdout] | [INFO] [stdout] = note: `BinOp` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `le` and `re` are never read [INFO] [stdout] --> src/parse/parser.rs:56:19 [INFO] [stdout] | [INFO] [stdout] 56 | Bigger { le: Box , re: Box }, [INFO] [stdout] | ------ ^^ ^^ [INFO] [stdout] | | [INFO] [stdout] | fields in this variant [INFO] [stdout] | [INFO] [stdout] = note: `BinOp` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `le` and `re` are never read [INFO] [stdout] --> src/parse/parser.rs:57:19 [INFO] [stdout] | [INFO] [stdout] 57 | Lesser { le: Box , re: Box }, [INFO] [stdout] | ------ ^^ ^^ [INFO] [stdout] | | [INFO] [stdout] | fields in this variant [INFO] [stdout] | [INFO] [stdout] = note: `BinOp` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `le` and `re` are never read [INFO] [stdout] --> src/parse/parser.rs:58:19 [INFO] [stdout] | [INFO] [stdout] 58 | BiggerEqual { le: Box , re: Box }, [INFO] [stdout] | ----------- ^^ ^^ [INFO] [stdout] | | [INFO] [stdout] | fields in this variant [INFO] [stdout] | [INFO] [stdout] = note: `BinOp` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `le` and `re` are never read [INFO] [stdout] --> src/parse/parser.rs:59:19 [INFO] [stdout] | [INFO] [stdout] 59 | LesserEqual { le: Box , re: Box }, [INFO] [stdout] | ----------- ^^ ^^ [INFO] [stdout] | | [INFO] [stdout] | fields in this variant [INFO] [stdout] | [INFO] [stdout] = note: `BinOp` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `le` and `re` are never read [INFO] [stdout] --> src/parse/parser.rs:61:11 [INFO] [stdout] | [INFO] [stdout] 61 | Add { le: Box , re: Box }, [INFO] [stdout] | --- ^^ ^^ [INFO] [stdout] | | [INFO] [stdout] | fields in this variant [INFO] [stdout] | [INFO] [stdout] = note: `BinOp` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `le` and `re` are never read [INFO] [stdout] --> src/parse/parser.rs:62:11 [INFO] [stdout] | [INFO] [stdout] 62 | Sub { le: Box , re: Box }, [INFO] [stdout] | --- ^^ ^^ [INFO] [stdout] | | [INFO] [stdout] | fields in this variant [INFO] [stdout] | [INFO] [stdout] = note: `BinOp` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `le` and `re` are never read [INFO] [stdout] --> src/parse/parser.rs:63:11 [INFO] [stdout] | [INFO] [stdout] 63 | Mul { le: Box , re: Box }, [INFO] [stdout] | --- ^^ ^^ [INFO] [stdout] | | [INFO] [stdout] | fields in this variant [INFO] [stdout] | [INFO] [stdout] = note: `BinOp` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `le` and `re` are never read [INFO] [stdout] --> src/parse/parser.rs:64:11 [INFO] [stdout] | [INFO] [stdout] 64 | Div { le: Box , re: Box }, [INFO] [stdout] | --- ^^ ^^ [INFO] [stdout] | | [INFO] [stdout] | fields in this variant [INFO] [stdout] | [INFO] [stdout] = note: `BinOp` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `le` and `re` are never read [INFO] [stdout] --> src/parse/parser.rs:65:11 [INFO] [stdout] | [INFO] [stdout] 65 | Mod { le: Box , re: Box }, [INFO] [stdout] | --- ^^ ^^ [INFO] [stdout] | | [INFO] [stdout] | fields in this variant [INFO] [stdout] | [INFO] [stdout] = note: `BinOp` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `t`, `id`, `args`, and `block` are never read [INFO] [stdout] --> src/parse/parser.rs:75:16 [INFO] [stdout] | [INFO] [stdout] 75 | FuncDecl { t: Type, id: String, args: Box, block: Box }, [INFO] [stdout] | -------- ^ ^^ ^^^^ ^^^^^ [INFO] [stdout] | | [INFO] [stdout] | fields in this variant [INFO] [stdout] | [INFO] [stdout] = note: `Node` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `t` and `id` are never read [INFO] [stdout] --> src/parse/parser.rs:76:16 [INFO] [stdout] | [INFO] [stdout] 76 | ArgDecl { t: Type, id: String }, [INFO] [stdout] | ------- ^ ^^ [INFO] [stdout] | | [INFO] [stdout] | fields in this variant [INFO] [stdout] | [INFO] [stdout] = note: `Node` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `e` is never read [INFO] [stdout] --> src/parse/parser.rs:77:16 [INFO] [stdout] | [INFO] [stdout] 77 | Return { e: Box }, [INFO] [stdout] | ------ ^ [INFO] [stdout] | | [INFO] [stdout] | field in this variant [INFO] [stdout] | [INFO] [stdout] = note: `Node` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `e` is never read [INFO] [stdout] --> src/parse/parser.rs:92:14 [INFO] [stdout] | [INFO] [stdout] 92 | Expr { e: Box }, [INFO] [stdout] | ---- ^ [INFO] [stdout] | | [INFO] [stdout] | field in this variant [INFO] [stdout] | [INFO] [stdout] = note: `Node` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `num` is never read [INFO] [stdout] --> src/parse/parser.rs:93:14 [INFO] [stdout] | [INFO] [stdout] 93 | IntN { num: i32 }, [INFO] [stdout] | ---- ^^^ [INFO] [stdout] | | [INFO] [stdout] | field in this variant [INFO] [stdout] | [INFO] [stdout] = note: `Node` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `num` is never read [INFO] [stdout] --> src/parse/parser.rs:94:14 [INFO] [stdout] | [INFO] [stdout] 94 | FloatN { num: f64 }, [INFO] [stdout] | ------ ^^^ [INFO] [stdout] | | [INFO] [stdout] | field in this variant [INFO] [stdout] | [INFO] [stdout] = note: `Node` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `num` is never read [INFO] [stdout] --> src/parse/parser.rs:95:14 [INFO] [stdout] | [INFO] [stdout] 95 | CharN { num: u8 }, [INFO] [stdout] | ----- ^^^ [INFO] [stdout] | | [INFO] [stdout] | field in this variant [INFO] [stdout] | [INFO] [stdout] = note: `Node` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `o` is never read [INFO] [stdout] --> src/parse/parser.rs:97:13 [INFO] [stdout] | [INFO] [stdout] 97 | BinOp { o: BinOp }, [INFO] [stdout] | ----- ^ [INFO] [stdout] | | [INFO] [stdout] | field in this variant [INFO] [stdout] | [INFO] [stdout] = note: `Node` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `o` is never read [INFO] [stdout] --> src/parse/parser.rs:98:12 [INFO] [stdout] | [INFO] [stdout] 98 | UnOp { o: UnOp }, [INFO] [stdout] | ---- ^ [INFO] [stdout] | | [INFO] [stdout] | field in this variant [INFO] [stdout] | [INFO] [stdout] = note: `Node` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: multiple variants are never constructed [INFO] [stdout] --> src/parse/parser.rs:78:5 [INFO] [stdout] | [INFO] [stdout] 70 | pub enum Node { [INFO] [stdout] | ---- variants in this enum [INFO] [stdout] ... [INFO] [stdout] 78 | Arg { e: Box }, [INFO] [stdout] | ^^^ [INFO] [stdout] 79 | [INFO] [stdout] 80 | VarDecl { t: Type, id: Box, val: Box }, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] 81 | [INFO] [stdout] 82 | If { cond: Box, block: Box, next: Box }, [INFO] [stdout] | ^^ [INFO] [stdout] 83 | Else { block: Box }, [INFO] [stdout] | ^^^^ [INFO] [stdout] 84 | [INFO] [stdout] 85 | For { var: Box, cond: Box, e: Box, block: Box }, [INFO] [stdout] | ^^^ [INFO] [stdout] 86 | [INFO] [stdout] 87 | While { cond: Box, block: Box }, [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 100 | None, [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `Node` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 42 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 42 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.15s [INFO] running `Command { std: "docker" "inspect" "663ac9393edac90ddcd7ce017dca5e70ccc304f26405e810d056fadc5b6f1f99", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "663ac9393edac90ddcd7ce017dca5e70ccc304f26405e810d056fadc5b6f1f99", kill_on_drop: false }` [INFO] [stdout] 663ac9393edac90ddcd7ce017dca5e70ccc304f26405e810d056fadc5b6f1f99