[INFO] cloning repository https://github.com/blogscot/a-simple-interpreter [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/blogscot/a-simple-interpreter" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fblogscot%2Fa-simple-interpreter", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fblogscot%2Fa-simple-interpreter'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 05f1043c4beda3ea9050d079d0c084fab5d0f590 [INFO] testing blogscot/a-simple-interpreter against master#99e3aef02079e9c10583638520cd0c134dc3a01d for pr-85530 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fblogscot%2Fa-simple-interpreter" "/workspace/builds/worker-1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/blogscot/a-simple-interpreter on toolchain 99e3aef02079e9c10583638520cd0c134dc3a01d [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+99e3aef02079e9c10583638520cd0c134dc3a01d" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/blogscot/a-simple-interpreter [INFO] finished tweaking git repo https://github.com/blogscot/a-simple-interpreter [INFO] tweaked toml for git repo https://github.com/blogscot/a-simple-interpreter written to /workspace/builds/worker-1/source/Cargo.toml [INFO] crate git repo https://github.com/blogscot/a-simple-interpreter already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+99e3aef02079e9c10583638520cd0c134dc3a01d" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+99e3aef02079e9c10583638520cd0c134dc3a01d" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] d51fc6ad6ee75acd3ac7b662fbc9b304d6152f0c1a8a5c22cb7b4f5bdcb31ddc [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" "d51fc6ad6ee75acd3ac7b662fbc9b304d6152f0c1a8a5c22cb7b4f5bdcb31ddc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "d51fc6ad6ee75acd3ac7b662fbc9b304d6152f0c1a8a5c22cb7b4f5bdcb31ddc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d51fc6ad6ee75acd3ac7b662fbc9b304d6152f0c1a8a5c22cb7b4f5bdcb31ddc", kill_on_drop: false }` [INFO] [stdout] d51fc6ad6ee75acd3ac7b662fbc9b304d6152f0c1a8a5c22cb7b4f5bdcb31ddc [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+99e3aef02079e9c10583638520cd0c134dc3a01d" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] adcb4bb5406dcd2de135bc151dc3733f1c6762c3f78e293b166d53aed4fcd102 [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" "adcb4bb5406dcd2de135bc151dc3733f1c6762c3f78e293b166d53aed4fcd102", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.40 [INFO] [stderr] Compiling void v1.0.2 [INFO] [stderr] Compiling ucd-util v0.1.1 [INFO] [stderr] Compiling utf8-ranges v1.0.0 [INFO] [stderr] Compiling mopa v0.2.2 [INFO] [stderr] Compiling unreachable v1.0.0 [INFO] [stderr] Compiling thread_local v0.3.5 [INFO] [stderr] Compiling regex-syntax v0.6.0 [INFO] [stderr] Compiling memchr v2.0.1 [INFO] [stderr] Compiling aho-corasick v0.6.4 [INFO] [stderr] Compiling regex v1.0.0 [INFO] [stderr] Compiling basic-interpreter v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/ast/node.rs:9:38 [INFO] [stdout] | [INFO] [stdout] 9 | fn accept(&mut self, visitor: &mut NodeVisitor) -> NumberResult; [INFO] [stdout] | ^^^^^^^^^^^ help: use `dyn`: `dyn NodeVisitor` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` 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 the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/ast/node.rs:26:38 [INFO] [stdout] | [INFO] [stdout] 26 | fn accept(&mut self, visitor: &mut NodeVisitor) -> NumberResult { [INFO] [stdout] | ^^^^^^^^^^^ help: use `dyn`: `dyn NodeVisitor` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/ast/node.rs:43:38 [INFO] [stdout] | [INFO] [stdout] 43 | fn accept(&mut self, visitor: &mut NodeVisitor) -> NumberResult { [INFO] [stdout] | ^^^^^^^^^^^ help: use `dyn`: `dyn NodeVisitor` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/ast/node.rs:49:17 [INFO] [stdout] | [INFO] [stdout] 49 | pub left: Box, [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/ast/node.rs:50:18 [INFO] [stdout] | [INFO] [stdout] 50 | pub right: Box, [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/ast/node.rs:54:29 [INFO] [stdout] | [INFO] [stdout] 54 | pub fn to_string(node: &Box) -> String { [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/ast/node.rs:91:24 [INFO] [stdout] | [INFO] [stdout] 91 | pub fn new(left: Box, right: Box, operator: Token) -> Self { [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/ast/node.rs:91:42 [INFO] [stdout] | [INFO] [stdout] 91 | pub fn new(left: Box, right: Box, operator: Token) -> Self { [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/ast/node.rs:101:38 [INFO] [stdout] | [INFO] [stdout] 101 | fn accept(&mut self, visitor: &mut NodeVisitor) -> NumberResult { [INFO] [stdout] | ^^^^^^^^^^^ help: use `dyn`: `dyn NodeVisitor` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/ast/node.rs:108:17 [INFO] [stdout] | [INFO] [stdout] 108 | pub expr: Box, [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/ast/node.rs:112:41 [INFO] [stdout] | [INFO] [stdout] 112 | pub fn new(operator: Token, expr: Box) -> Self { [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/ast/node.rs:118:38 [INFO] [stdout] | [INFO] [stdout] 118 | fn accept(&mut self, visitor: &mut NodeVisitor) -> NumberResult { [INFO] [stdout] | ^^^^^^^^^^^ help: use `dyn`: `dyn NodeVisitor` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/ast/node.rs:124:25 [INFO] [stdout] | [INFO] [stdout] 124 | pub children: Vec>, [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/ast/node.rs:128:32 [INFO] [stdout] | [INFO] [stdout] 128 | pub fn new(children: Vec>) -> Self { [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/ast/node.rs:134:38 [INFO] [stdout] | [INFO] [stdout] 134 | fn accept(&mut self, visitor: &mut NodeVisitor) -> NumberResult { [INFO] [stdout] | ^^^^^^^^^^^ help: use `dyn`: `dyn NodeVisitor` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/ast/node.rs:140:23 [INFO] [stdout] | [INFO] [stdout] 140 | pub identifier: Box, [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/ast/node.rs:141:17 [INFO] [stdout] | [INFO] [stdout] 141 | pub expr: Box, [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/ast/node.rs:146:30 [INFO] [stdout] | [INFO] [stdout] 146 | pub fn new(identifier: Box, expr: Box, operator: Token) -> Self { [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/ast/node.rs:146:47 [INFO] [stdout] | [INFO] [stdout] 146 | pub fn new(identifier: Box, expr: Box, operator: Token) -> Self { [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/ast/node.rs:156:38 [INFO] [stdout] | [INFO] [stdout] 156 | fn accept(&mut self, visitor: &mut NodeVisitor) -> NumberResult { [INFO] [stdout] | ^^^^^^^^^^^ help: use `dyn`: `dyn NodeVisitor` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/ast/node.rs:172:38 [INFO] [stdout] | [INFO] [stdout] 172 | fn accept(&mut self, visitor: &mut NodeVisitor) -> NumberResult { [INFO] [stdout] | ^^^^^^^^^^^ help: use `dyn`: `dyn NodeVisitor` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/ast/node.rs:180:38 [INFO] [stdout] | [INFO] [stdout] 180 | fn accept(&mut self, visitor: &mut NodeVisitor) -> NumberResult { [INFO] [stdout] | ^^^^^^^^^^^ help: use `dyn`: `dyn NodeVisitor` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/ast/node.rs:187:18 [INFO] [stdout] | [INFO] [stdout] 187 | pub block: Box, [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/ast/node.rs:191:44 [INFO] [stdout] | [INFO] [stdout] 191 | pub fn new(identifier: Token, block: Box) -> Self { [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/ast/node.rs:197:38 [INFO] [stdout] | [INFO] [stdout] 197 | fn accept(&mut self, visitor: &mut NodeVisitor) -> NumberResult { [INFO] [stdout] | ^^^^^^^^^^^ help: use `dyn`: `dyn NodeVisitor` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/ast/node.rs:204:23 [INFO] [stdout] | [INFO] [stdout] 204 | pub params: Vec>, [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/ast/node.rs:205:18 [INFO] [stdout] | [INFO] [stdout] 205 | pub block: Box, [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/ast/node.rs:209:48 [INFO] [stdout] | [INFO] [stdout] 209 | pub fn new(proc_name: Token, params: Vec>, block: Box) -> Self { [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/ast/node.rs:209:67 [INFO] [stdout] | [INFO] [stdout] 209 | pub fn new(proc_name: Token, params: Vec>, block: Box) -> Self { [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/ast/node.rs:219:38 [INFO] [stdout] | [INFO] [stdout] 219 | fn accept(&mut self, visitor: &mut NodeVisitor) -> NumberResult { [INFO] [stdout] | ^^^^^^^^^^^ help: use `dyn`: `dyn NodeVisitor` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/ast/node.rs:239:38 [INFO] [stdout] | [INFO] [stdout] 239 | fn accept(&mut self, visitor: &mut NodeVisitor) -> NumberResult { [INFO] [stdout] | ^^^^^^^^^^^ help: use `dyn`: `dyn NodeVisitor` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/ast/node.rs:245:29 [INFO] [stdout] | [INFO] [stdout] 245 | pub declarations: Vec>, [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/ast/node.rs:246:31 [INFO] [stdout] | [INFO] [stdout] 246 | pub compound_statement: Box, [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/ast/node.rs:250:36 [INFO] [stdout] | [INFO] [stdout] 250 | pub fn new(declarations: Vec>, compound_statement: Box) -> Self { [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/ast/node.rs:250:68 [INFO] [stdout] | [INFO] [stdout] 250 | pub fn new(declarations: Vec>, compound_statement: Box) -> Self { [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/ast/node.rs:259:38 [INFO] [stdout] | [INFO] [stdout] 259 | fn accept(&mut self, visitor: &mut NodeVisitor) -> NumberResult { [INFO] [stdout] | ^^^^^^^^^^^ help: use `dyn`: `dyn NodeVisitor` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/ast/node.rs:279:38 [INFO] [stdout] | [INFO] [stdout] 279 | fn accept(&mut self, visitor: &mut NodeVisitor) -> NumberResult { [INFO] [stdout] | ^^^^^^^^^^^ help: use `dyn`: `dyn NodeVisitor` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/ast/node.rs:296:38 [INFO] [stdout] | [INFO] [stdout] 296 | fn accept(&mut self, visitor: &mut NodeVisitor) -> NumberResult { [INFO] [stdout] | ^^^^^^^^^^^ help: use `dyn`: `dyn NodeVisitor` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/ast/visitor.rs:5:34 [INFO] [stdout] | [INFO] [stdout] 5 | fn visit(&mut self, node: &Box) -> NumberResult { [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/interpreter/mod.rs:8:22 [INFO] [stdout] | [INFO] [stdout] 8 | pub root_node: Box, [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/interpreter/mod.rs:24:38 [INFO] [stdout] | [INFO] [stdout] 24 | fn accept(&mut self, visitor: &mut NodeVisitor) -> NumberResult { [INFO] [stdout] | ^^^^^^^^^^^ help: use `dyn`: `dyn NodeVisitor` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/parser/mod.rs:42:32 [INFO] [stdout] | [INFO] [stdout] 42 | fn program(&mut self) -> Box { [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/parser/mod.rs:52:30 [INFO] [stdout] | [INFO] [stdout] 52 | fn block(&mut self) -> Box { [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/parser/mod.rs:59:43 [INFO] [stdout] | [INFO] [stdout] 59 | fn compound_statement(&mut self) -> Box { [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/parser/mod.rs:67:41 [INFO] [stdout] | [INFO] [stdout] 67 | fn declarations(&mut self) -> Vec> { [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/parser/mod.rs:71:35 [INFO] [stdout] | [INFO] [stdout] 71 | let mut declarations: Vec> = vec![]; [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/parser/mod.rs:87:46 [INFO] [stdout] | [INFO] [stdout] 87 | fn procedure_declaration(&mut self) -> Box { [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/parser/mod.rs:90:29 [INFO] [stdout] | [INFO] [stdout] 90 | let mut params: Vec> = vec![]; [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/parser/mod.rs:106:50 [INFO] [stdout] | [INFO] [stdout] 106 | fn formal_parameter_list(&mut self) -> Vec> { [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/parser/mod.rs:117:46 [INFO] [stdout] | [INFO] [stdout] 117 | fn formal_parameters(&mut self) -> Vec> { [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/parser/mod.rs:134:37 [INFO] [stdout] | [INFO] [stdout] 134 | let mut parameter_list: Vec> = vec![]; [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/parser/mod.rs:141:49 [INFO] [stdout] | [INFO] [stdout] 141 | fn variable_declaration(&mut self) -> Vec> { [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/parser/mod.rs:158:39 [INFO] [stdout] | [INFO] [stdout] 158 | let mut var_declarations: Vec> = vec![]; [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/parser/mod.rs:177:43 [INFO] [stdout] | [INFO] [stdout] 177 | fn statement_list(&mut self) -> Vec> { [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/parser/mod.rs:196:34 [INFO] [stdout] | [INFO] [stdout] 196 | fn statement(&mut self) -> Box { [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/parser/mod.rs:206:45 [INFO] [stdout] | [INFO] [stdout] 206 | fn assignment_statement(&mut self) -> Box { [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/parser/mod.rs:226:26 [INFO] [stdout] | [INFO] [stdout] 226 | fn empty(&self) -> Box { [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/parser/mod.rs:229:31 [INFO] [stdout] | [INFO] [stdout] 229 | fn factor(&mut self) -> Box { [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/parser/mod.rs:262:29 [INFO] [stdout] | [INFO] [stdout] 262 | fn term(&mut self) -> Box { [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/parser/mod.rs:276:29 [INFO] [stdout] | [INFO] [stdout] 276 | fn expr(&mut self) -> Box { [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/parser/mod.rs:288:34 [INFO] [stdout] | [INFO] [stdout] 288 | pub fn parse(&mut self) -> Box { [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lexer/mod.rs:8:1 [INFO] [stdout] | [INFO] [stdout] 8 | / lazy_static! { [INFO] [stdout] 9 | | static ref RESERVED_WORDS: HashMap<&'static str, Token> = { [INFO] [stdout] 10 | | let mut reserved_words = HashMap::new(); [INFO] [stdout] 11 | | reserved_words.insert("PROGRAM", Program); [INFO] [stdout] ... | [INFO] [stdout] 20 | | }; [INFO] [stdout] 21 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/symbols/symbol.rs:70:14 [INFO] [stdout] | [INFO] [stdout] 70 | panic!(format!("Error, Invalid Symbol! {}", symbol)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_fmt_panic)]` on by default [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 70 | panic!("Error, Invalid Symbol! {}", symbol); [INFO] [stdout] | -- -- [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 63 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/ast/node.rs:9:38 [INFO] [stdout] | [INFO] [stdout] 9 | fn accept(&mut self, visitor: &mut NodeVisitor) -> NumberResult; [INFO] [stdout] | ^^^^^^^^^^^ help: use `dyn`: `dyn NodeVisitor` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` 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 the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/ast/node.rs:26:38 [INFO] [stdout] | [INFO] [stdout] 26 | fn accept(&mut self, visitor: &mut NodeVisitor) -> NumberResult { [INFO] [stdout] | ^^^^^^^^^^^ help: use `dyn`: `dyn NodeVisitor` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/ast/node.rs:43:38 [INFO] [stdout] | [INFO] [stdout] 43 | fn accept(&mut self, visitor: &mut NodeVisitor) -> NumberResult { [INFO] [stdout] | ^^^^^^^^^^^ help: use `dyn`: `dyn NodeVisitor` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/ast/node.rs:49:17 [INFO] [stdout] | [INFO] [stdout] 49 | pub left: Box, [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/ast/node.rs:50:18 [INFO] [stdout] | [INFO] [stdout] 50 | pub right: Box, [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/ast/node.rs:54:29 [INFO] [stdout] | [INFO] [stdout] 54 | pub fn to_string(node: &Box) -> String { [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/ast/node.rs:91:24 [INFO] [stdout] | [INFO] [stdout] 91 | pub fn new(left: Box, right: Box, operator: Token) -> Self { [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/ast/node.rs:91:42 [INFO] [stdout] | [INFO] [stdout] 91 | pub fn new(left: Box, right: Box, operator: Token) -> Self { [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/ast/node.rs:101:38 [INFO] [stdout] | [INFO] [stdout] 101 | fn accept(&mut self, visitor: &mut NodeVisitor) -> NumberResult { [INFO] [stdout] | ^^^^^^^^^^^ help: use `dyn`: `dyn NodeVisitor` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/ast/node.rs:108:17 [INFO] [stdout] | [INFO] [stdout] 108 | pub expr: Box, [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/ast/node.rs:112:41 [INFO] [stdout] | [INFO] [stdout] 112 | pub fn new(operator: Token, expr: Box) -> Self { [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/ast/node.rs:118:38 [INFO] [stdout] | [INFO] [stdout] 118 | fn accept(&mut self, visitor: &mut NodeVisitor) -> NumberResult { [INFO] [stdout] | ^^^^^^^^^^^ help: use `dyn`: `dyn NodeVisitor` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/ast/node.rs:124:25 [INFO] [stdout] | [INFO] [stdout] 124 | pub children: Vec>, [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/ast/node.rs:128:32 [INFO] [stdout] | [INFO] [stdout] 128 | pub fn new(children: Vec>) -> Self { [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/ast/node.rs:134:38 [INFO] [stdout] | [INFO] [stdout] 134 | fn accept(&mut self, visitor: &mut NodeVisitor) -> NumberResult { [INFO] [stdout] | ^^^^^^^^^^^ help: use `dyn`: `dyn NodeVisitor` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/ast/node.rs:140:23 [INFO] [stdout] | [INFO] [stdout] 140 | pub identifier: Box, [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/ast/node.rs:141:17 [INFO] [stdout] | [INFO] [stdout] 141 | pub expr: Box, [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/ast/node.rs:146:30 [INFO] [stdout] | [INFO] [stdout] 146 | pub fn new(identifier: Box, expr: Box, operator: Token) -> Self { [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/ast/node.rs:146:47 [INFO] [stdout] | [INFO] [stdout] 146 | pub fn new(identifier: Box, expr: Box, operator: Token) -> Self { [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/ast/node.rs:156:38 [INFO] [stdout] | [INFO] [stdout] 156 | fn accept(&mut self, visitor: &mut NodeVisitor) -> NumberResult { [INFO] [stdout] | ^^^^^^^^^^^ help: use `dyn`: `dyn NodeVisitor` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/ast/node.rs:172:38 [INFO] [stdout] | [INFO] [stdout] 172 | fn accept(&mut self, visitor: &mut NodeVisitor) -> NumberResult { [INFO] [stdout] | ^^^^^^^^^^^ help: use `dyn`: `dyn NodeVisitor` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/ast/node.rs:180:38 [INFO] [stdout] | [INFO] [stdout] 180 | fn accept(&mut self, visitor: &mut NodeVisitor) -> NumberResult { [INFO] [stdout] | ^^^^^^^^^^^ help: use `dyn`: `dyn NodeVisitor` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/ast/node.rs:187:18 [INFO] [stdout] | [INFO] [stdout] 187 | pub block: Box, [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/ast/node.rs:191:44 [INFO] [stdout] | [INFO] [stdout] 191 | pub fn new(identifier: Token, block: Box) -> Self { [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/ast/node.rs:197:38 [INFO] [stdout] | [INFO] [stdout] 197 | fn accept(&mut self, visitor: &mut NodeVisitor) -> NumberResult { [INFO] [stdout] | ^^^^^^^^^^^ help: use `dyn`: `dyn NodeVisitor` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/ast/node.rs:204:23 [INFO] [stdout] | [INFO] [stdout] 204 | pub params: Vec>, [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/ast/node.rs:205:18 [INFO] [stdout] | [INFO] [stdout] 205 | pub block: Box, [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/ast/node.rs:209:48 [INFO] [stdout] | [INFO] [stdout] 209 | pub fn new(proc_name: Token, params: Vec>, block: Box) -> Self { [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/ast/node.rs:209:67 [INFO] [stdout] | [INFO] [stdout] 209 | pub fn new(proc_name: Token, params: Vec>, block: Box) -> Self { [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/ast/node.rs:219:38 [INFO] [stdout] | [INFO] [stdout] 219 | fn accept(&mut self, visitor: &mut NodeVisitor) -> NumberResult { [INFO] [stdout] | ^^^^^^^^^^^ help: use `dyn`: `dyn NodeVisitor` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/ast/node.rs:239:38 [INFO] [stdout] | [INFO] [stdout] 239 | fn accept(&mut self, visitor: &mut NodeVisitor) -> NumberResult { [INFO] [stdout] | ^^^^^^^^^^^ help: use `dyn`: `dyn NodeVisitor` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/ast/node.rs:245:29 [INFO] [stdout] | [INFO] [stdout] 245 | pub declarations: Vec>, [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/ast/node.rs:246:31 [INFO] [stdout] | [INFO] [stdout] 246 | pub compound_statement: Box, [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/ast/node.rs:250:36 [INFO] [stdout] | [INFO] [stdout] 250 | pub fn new(declarations: Vec>, compound_statement: Box) -> Self { [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/ast/node.rs:250:68 [INFO] [stdout] | [INFO] [stdout] 250 | pub fn new(declarations: Vec>, compound_statement: Box) -> Self { [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/ast/node.rs:259:38 [INFO] [stdout] | [INFO] [stdout] 259 | fn accept(&mut self, visitor: &mut NodeVisitor) -> NumberResult { [INFO] [stdout] | ^^^^^^^^^^^ help: use `dyn`: `dyn NodeVisitor` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/ast/node.rs:279:38 [INFO] [stdout] | [INFO] [stdout] 279 | fn accept(&mut self, visitor: &mut NodeVisitor) -> NumberResult { [INFO] [stdout] | ^^^^^^^^^^^ help: use `dyn`: `dyn NodeVisitor` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/ast/node.rs:296:38 [INFO] [stdout] | [INFO] [stdout] 296 | fn accept(&mut self, visitor: &mut NodeVisitor) -> NumberResult { [INFO] [stdout] | ^^^^^^^^^^^ help: use `dyn`: `dyn NodeVisitor` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/ast/visitor.rs:5:34 [INFO] [stdout] | [INFO] [stdout] 5 | fn visit(&mut self, node: &Box) -> NumberResult { [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/interpreter/mod.rs:8:22 [INFO] [stdout] | [INFO] [stdout] 8 | pub root_node: Box, [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/interpreter/mod.rs:24:38 [INFO] [stdout] | [INFO] [stdout] 24 | fn accept(&mut self, visitor: &mut NodeVisitor) -> NumberResult { [INFO] [stdout] | ^^^^^^^^^^^ help: use `dyn`: `dyn NodeVisitor` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/parser/mod.rs:42:32 [INFO] [stdout] | [INFO] [stdout] 42 | fn program(&mut self) -> Box { [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/parser/mod.rs:52:30 [INFO] [stdout] | [INFO] [stdout] 52 | fn block(&mut self) -> Box { [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/parser/mod.rs:59:43 [INFO] [stdout] | [INFO] [stdout] 59 | fn compound_statement(&mut self) -> Box { [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/parser/mod.rs:67:41 [INFO] [stdout] | [INFO] [stdout] 67 | fn declarations(&mut self) -> Vec> { [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/parser/mod.rs:71:35 [INFO] [stdout] | [INFO] [stdout] 71 | let mut declarations: Vec> = vec![]; [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/parser/mod.rs:87:46 [INFO] [stdout] | [INFO] [stdout] 87 | fn procedure_declaration(&mut self) -> Box { [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/parser/mod.rs:90:29 [INFO] [stdout] | [INFO] [stdout] 90 | let mut params: Vec> = vec![]; [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/parser/mod.rs:106:50 [INFO] [stdout] | [INFO] [stdout] 106 | fn formal_parameter_list(&mut self) -> Vec> { [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/parser/mod.rs:117:46 [INFO] [stdout] | [INFO] [stdout] 117 | fn formal_parameters(&mut self) -> Vec> { [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/parser/mod.rs:134:37 [INFO] [stdout] | [INFO] [stdout] 134 | let mut parameter_list: Vec> = vec![]; [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/parser/mod.rs:141:49 [INFO] [stdout] | [INFO] [stdout] 141 | fn variable_declaration(&mut self) -> Vec> { [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/parser/mod.rs:158:39 [INFO] [stdout] | [INFO] [stdout] 158 | let mut var_declarations: Vec> = vec![]; [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/parser/mod.rs:177:43 [INFO] [stdout] | [INFO] [stdout] 177 | fn statement_list(&mut self) -> Vec> { [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/parser/mod.rs:196:34 [INFO] [stdout] | [INFO] [stdout] 196 | fn statement(&mut self) -> Box { [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/parser/mod.rs:206:45 [INFO] [stdout] | [INFO] [stdout] 206 | fn assignment_statement(&mut self) -> Box { [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/parser/mod.rs:226:26 [INFO] [stdout] | [INFO] [stdout] 226 | fn empty(&self) -> Box { [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/parser/mod.rs:229:31 [INFO] [stdout] | [INFO] [stdout] 229 | fn factor(&mut self) -> Box { [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/parser/mod.rs:262:29 [INFO] [stdout] | [INFO] [stdout] 262 | fn term(&mut self) -> Box { [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/parser/mod.rs:276:29 [INFO] [stdout] | [INFO] [stdout] 276 | fn expr(&mut self) -> Box { [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/parser/mod.rs:288:34 [INFO] [stdout] | [INFO] [stdout] 288 | pub fn parse(&mut self) -> Box { [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/main.rs:40:29 [INFO] [stdout] | [INFO] [stdout] 40 | fn main() -> Result<(), Box> { [INFO] [stdout] | ^^^^^^^^^^^^ help: use `dyn`: `dyn error::Error` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lexer/mod.rs:8:1 [INFO] [stdout] | [INFO] [stdout] 8 | / lazy_static! { [INFO] [stdout] 9 | | static ref RESERVED_WORDS: HashMap<&'static str, Token> = { [INFO] [stdout] 10 | | let mut reserved_words = HashMap::new(); [INFO] [stdout] 11 | | reserved_words.insert("PROGRAM", Program); [INFO] [stdout] ... | [INFO] [stdout] 20 | | }; [INFO] [stdout] 21 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/symbols/symbol.rs:70:14 [INFO] [stdout] | [INFO] [stdout] 70 | panic!(format!("Error, Invalid Symbol! {}", symbol)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_fmt_panic)]` on by default [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 70 | panic!("Error, Invalid Symbol! {}", symbol); [INFO] [stdout] | -- -- [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 64 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 19.64s [INFO] running `Command { std: "docker" "inspect" "adcb4bb5406dcd2de135bc151dc3733f1c6762c3f78e293b166d53aed4fcd102", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "adcb4bb5406dcd2de135bc151dc3733f1c6762c3f78e293b166d53aed4fcd102", kill_on_drop: false }` [INFO] [stdout] adcb4bb5406dcd2de135bc151dc3733f1c6762c3f78e293b166d53aed4fcd102 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+99e3aef02079e9c10583638520cd0c134dc3a01d" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 7a7a0bbd2b5eb32c418eee70d3c42761c9ce8588b2c96dff3e1cf987b2d7d816 [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" "7a7a0bbd2b5eb32c418eee70d3c42761c9ce8588b2c96dff3e1cf987b2d7d816", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/ast/node.rs:9:38 [INFO] [stdout] | [INFO] [stdout] 9 | fn accept(&mut self, visitor: &mut NodeVisitor) -> NumberResult; [INFO] [stdout] | ^^^^^^^^^^^ help: use `dyn`: `dyn NodeVisitor` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` 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 the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/ast/node.rs:26:38 [INFO] [stdout] | [INFO] [stdout] 26 | fn accept(&mut self, visitor: &mut NodeVisitor) -> NumberResult { [INFO] [stdout] | ^^^^^^^^^^^ help: use `dyn`: `dyn NodeVisitor` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/ast/node.rs:43:38 [INFO] [stdout] | [INFO] [stdout] 43 | fn accept(&mut self, visitor: &mut NodeVisitor) -> NumberResult { [INFO] [stdout] | ^^^^^^^^^^^ help: use `dyn`: `dyn NodeVisitor` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/ast/node.rs:49:17 [INFO] [stdout] | [INFO] [stdout] 49 | pub left: Box, [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/ast/node.rs:50:18 [INFO] [stdout] | [INFO] [stdout] 50 | pub right: Box, [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/ast/node.rs:54:29 [INFO] [stdout] | [INFO] [stdout] 54 | pub fn to_string(node: &Box) -> String { [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/ast/node.rs:91:24 [INFO] [stdout] | [INFO] [stdout] 91 | pub fn new(left: Box, right: Box, operator: Token) -> Self { [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/ast/node.rs:91:42 [INFO] [stdout] | [INFO] [stdout] 91 | pub fn new(left: Box, right: Box, operator: Token) -> Self { [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/ast/node.rs:101:38 [INFO] [stdout] | [INFO] [stdout] 101 | fn accept(&mut self, visitor: &mut NodeVisitor) -> NumberResult { [INFO] [stdout] | ^^^^^^^^^^^ help: use `dyn`: `dyn NodeVisitor` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/ast/node.rs:108:17 [INFO] [stdout] | [INFO] [stdout] 108 | pub expr: Box, [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/ast/node.rs:112:41 [INFO] [stdout] | [INFO] [stdout] 112 | pub fn new(operator: Token, expr: Box) -> Self { [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/ast/node.rs:118:38 [INFO] [stdout] | [INFO] [stdout] 118 | fn accept(&mut self, visitor: &mut NodeVisitor) -> NumberResult { [INFO] [stdout] | ^^^^^^^^^^^ help: use `dyn`: `dyn NodeVisitor` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/ast/node.rs:124:25 [INFO] [stdout] | [INFO] [stdout] 124 | pub children: Vec>, [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/ast/node.rs:128:32 [INFO] [stdout] | [INFO] [stdout] 128 | pub fn new(children: Vec>) -> Self { [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/ast/node.rs:134:38 [INFO] [stdout] | [INFO] [stdout] 134 | fn accept(&mut self, visitor: &mut NodeVisitor) -> NumberResult { [INFO] [stdout] | ^^^^^^^^^^^ help: use `dyn`: `dyn NodeVisitor` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/ast/node.rs:140:23 [INFO] [stdout] | [INFO] [stdout] 140 | pub identifier: Box, [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/ast/node.rs:141:17 [INFO] [stdout] | [INFO] [stdout] 141 | pub expr: Box, [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/ast/node.rs:146:30 [INFO] [stdout] | [INFO] [stdout] 146 | pub fn new(identifier: Box, expr: Box, operator: Token) -> Self { [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/ast/node.rs:146:47 [INFO] [stdout] | [INFO] [stdout] 146 | pub fn new(identifier: Box, expr: Box, operator: Token) -> Self { [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/ast/node.rs:156:38 [INFO] [stdout] | [INFO] [stdout] 156 | fn accept(&mut self, visitor: &mut NodeVisitor) -> NumberResult { [INFO] [stdout] | ^^^^^^^^^^^ help: use `dyn`: `dyn NodeVisitor` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/ast/node.rs:172:38 [INFO] [stdout] | [INFO] [stdout] 172 | fn accept(&mut self, visitor: &mut NodeVisitor) -> NumberResult { [INFO] [stdout] | ^^^^^^^^^^^ help: use `dyn`: `dyn NodeVisitor` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/ast/node.rs:180:38 [INFO] [stdout] | [INFO] [stdout] 180 | fn accept(&mut self, visitor: &mut NodeVisitor) -> NumberResult { [INFO] [stdout] | ^^^^^^^^^^^ help: use `dyn`: `dyn NodeVisitor` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/ast/node.rs:187:18 [INFO] [stdout] | [INFO] [stdout] 187 | pub block: Box, [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/ast/node.rs:191:44 [INFO] [stdout] | [INFO] [stdout] 191 | pub fn new(identifier: Token, block: Box) -> Self { [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/ast/node.rs:197:38 [INFO] [stdout] | [INFO] [stdout] 197 | fn accept(&mut self, visitor: &mut NodeVisitor) -> NumberResult { [INFO] [stdout] | ^^^^^^^^^^^ help: use `dyn`: `dyn NodeVisitor` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/ast/node.rs:204:23 [INFO] [stdout] | [INFO] [stdout] 204 | pub params: Vec>, [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/ast/node.rs:205:18 [INFO] [stdout] | [INFO] [stdout] 205 | pub block: Box, [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/ast/node.rs:209:48 [INFO] [stdout] | [INFO] [stdout] 209 | pub fn new(proc_name: Token, params: Vec>, block: Box) -> Self { [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/ast/node.rs:209:67 [INFO] [stdout] | [INFO] [stdout] 209 | pub fn new(proc_name: Token, params: Vec>, block: Box) -> Self { [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/ast/node.rs:219:38 [INFO] [stdout] | [INFO] [stdout] 219 | fn accept(&mut self, visitor: &mut NodeVisitor) -> NumberResult { [INFO] [stdout] | ^^^^^^^^^^^ help: use `dyn`: `dyn NodeVisitor` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/ast/node.rs:239:38 [INFO] [stdout] | [INFO] [stdout] 239 | fn accept(&mut self, visitor: &mut NodeVisitor) -> NumberResult { [INFO] [stdout] | ^^^^^^^^^^^ help: use `dyn`: `dyn NodeVisitor` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/ast/node.rs:245:29 [INFO] [stdout] | [INFO] [stdout] 245 | pub declarations: Vec>, [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/ast/node.rs:246:31 [INFO] [stdout] | [INFO] [stdout] 246 | pub compound_statement: Box, [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/ast/node.rs:250:36 [INFO] [stdout] | [INFO] [stdout] 250 | pub fn new(declarations: Vec>, compound_statement: Box) -> Self { [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/ast/node.rs:250:68 [INFO] [stdout] | [INFO] [stdout] 250 | pub fn new(declarations: Vec>, compound_statement: Box) -> Self { [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/ast/node.rs:259:38 [INFO] [stdout] | [INFO] [stdout] 259 | fn accept(&mut self, visitor: &mut NodeVisitor) -> NumberResult { [INFO] [stdout] | ^^^^^^^^^^^ help: use `dyn`: `dyn NodeVisitor` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/ast/node.rs:279:38 [INFO] [stdout] | [INFO] [stdout] 279 | fn accept(&mut self, visitor: &mut NodeVisitor) -> NumberResult { [INFO] [stdout] | ^^^^^^^^^^^ help: use `dyn`: `dyn NodeVisitor` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/ast/node.rs:296:38 [INFO] [stdout] | [INFO] [stdout] 296 | fn accept(&mut self, visitor: &mut NodeVisitor) -> NumberResult { [INFO] [stdout] | ^^^^^^^^^^^ help: use `dyn`: `dyn NodeVisitor` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/ast/visitor.rs:5:34 [INFO] [stdout] | [INFO] [stdout] 5 | fn visit(&mut self, node: &Box) -> NumberResult { [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/interpreter/mod.rs:8:22 [INFO] [stdout] | [INFO] [stdout] 8 | pub root_node: Box, [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/interpreter/mod.rs:24:38 [INFO] [stdout] | [INFO] [stdout] 24 | fn accept(&mut self, visitor: &mut NodeVisitor) -> NumberResult { [INFO] [stdout] | ^^^^^^^^^^^ help: use `dyn`: `dyn NodeVisitor` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/parser/mod.rs:42:32 [INFO] [stdout] | [INFO] [stdout] 42 | fn program(&mut self) -> Box { [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/parser/mod.rs:52:30 [INFO] [stdout] | [INFO] [stdout] 52 | fn block(&mut self) -> Box { [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/parser/mod.rs:59:43 [INFO] [stdout] | [INFO] [stdout] 59 | fn compound_statement(&mut self) -> Box { [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/parser/mod.rs:67:41 [INFO] [stdout] | [INFO] [stdout] 67 | fn declarations(&mut self) -> Vec> { [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/parser/mod.rs:71:35 [INFO] [stdout] | [INFO] [stdout] 71 | let mut declarations: Vec> = vec![]; [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/parser/mod.rs:87:46 [INFO] [stdout] | [INFO] [stdout] 87 | fn procedure_declaration(&mut self) -> Box { [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/parser/mod.rs:90:29 [INFO] [stdout] | [INFO] [stdout] 90 | let mut params: Vec> = vec![]; [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/parser/mod.rs:106:50 [INFO] [stdout] | [INFO] [stdout] 106 | fn formal_parameter_list(&mut self) -> Vec> { [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/parser/mod.rs:117:46 [INFO] [stdout] | [INFO] [stdout] 117 | fn formal_parameters(&mut self) -> Vec> { [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/parser/mod.rs:134:37 [INFO] [stdout] | [INFO] [stdout] 134 | let mut parameter_list: Vec> = vec![]; [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/parser/mod.rs:141:49 [INFO] [stdout] | [INFO] [stdout] 141 | fn variable_declaration(&mut self) -> Vec> { [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/parser/mod.rs:158:39 [INFO] [stdout] | [INFO] [stdout] 158 | let mut var_declarations: Vec> = vec![]; [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/parser/mod.rs:177:43 [INFO] [stdout] | [INFO] [stdout] 177 | fn statement_list(&mut self) -> Vec> { [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/parser/mod.rs:196:34 [INFO] [stdout] | [INFO] [stdout] 196 | fn statement(&mut self) -> Box { [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/parser/mod.rs:206:45 [INFO] [stdout] | [INFO] [stdout] 206 | fn assignment_statement(&mut self) -> Box { [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/parser/mod.rs:226:26 [INFO] [stdout] | [INFO] [stdout] 226 | fn empty(&self) -> Box { [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/parser/mod.rs:229:31 [INFO] [stdout] | [INFO] [stdout] 229 | fn factor(&mut self) -> Box { [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/parser/mod.rs:262:29 [INFO] [stdout] | [INFO] [stdout] 262 | fn term(&mut self) -> Box { [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/parser/mod.rs:276:29 [INFO] [stdout] | [INFO] [stdout] 276 | fn expr(&mut self) -> Box { [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/parser/mod.rs:288:34 [INFO] [stdout] | [INFO] [stdout] 288 | pub fn parse(&mut self) -> Box { [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lexer/mod.rs:8:1 [INFO] [stdout] | [INFO] [stdout] 8 | / lazy_static! { [INFO] [stdout] 9 | | static ref RESERVED_WORDS: HashMap<&'static str, Token> = { [INFO] [stdout] 10 | | let mut reserved_words = HashMap::new(); [INFO] [stdout] 11 | | reserved_words.insert("PROGRAM", Program); [INFO] [stdout] ... | [INFO] [stdout] 20 | | }; [INFO] [stdout] 21 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/symbols/symbol.rs:70:14 [INFO] [stdout] | [INFO] [stdout] 70 | panic!(format!("Error, Invalid Symbol! {}", symbol)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_fmt_panic)]` on by default [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 70 | panic!("Error, Invalid Symbol! {}", symbol); [INFO] [stdout] | -- -- [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 63 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/ast/node.rs:9:38 [INFO] [stdout] | [INFO] [stdout] 9 | fn accept(&mut self, visitor: &mut NodeVisitor) -> NumberResult; [INFO] [stdout] | ^^^^^^^^^^^ help: use `dyn`: `dyn NodeVisitor` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` 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 the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling basic-interpreter v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/ast/node.rs:26:38 [INFO] [stdout] | [INFO] [stdout] 26 | fn accept(&mut self, visitor: &mut NodeVisitor) -> NumberResult { [INFO] [stdout] | ^^^^^^^^^^^ help: use `dyn`: `dyn NodeVisitor` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/ast/node.rs:43:38 [INFO] [stdout] | [INFO] [stdout] 43 | fn accept(&mut self, visitor: &mut NodeVisitor) -> NumberResult { [INFO] [stdout] | ^^^^^^^^^^^ help: use `dyn`: `dyn NodeVisitor` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/ast/node.rs:49:17 [INFO] [stdout] | [INFO] [stdout] 49 | pub left: Box, [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/ast/node.rs:50:18 [INFO] [stdout] | [INFO] [stdout] 50 | pub right: Box, [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/ast/node.rs:54:29 [INFO] [stdout] | [INFO] [stdout] 54 | pub fn to_string(node: &Box) -> String { [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/ast/node.rs:91:24 [INFO] [stdout] | [INFO] [stdout] 91 | pub fn new(left: Box, right: Box, operator: Token) -> Self { [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/ast/node.rs:91:42 [INFO] [stdout] | [INFO] [stdout] 91 | pub fn new(left: Box, right: Box, operator: Token) -> Self { [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/ast/node.rs:101:38 [INFO] [stdout] | [INFO] [stdout] 101 | fn accept(&mut self, visitor: &mut NodeVisitor) -> NumberResult { [INFO] [stdout] | ^^^^^^^^^^^ help: use `dyn`: `dyn NodeVisitor` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/ast/node.rs:108:17 [INFO] [stdout] | [INFO] [stdout] 108 | pub expr: Box, [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/ast/node.rs:112:41 [INFO] [stdout] | [INFO] [stdout] 112 | pub fn new(operator: Token, expr: Box) -> Self { [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/ast/node.rs:118:38 [INFO] [stdout] | [INFO] [stdout] 118 | fn accept(&mut self, visitor: &mut NodeVisitor) -> NumberResult { [INFO] [stdout] | ^^^^^^^^^^^ help: use `dyn`: `dyn NodeVisitor` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/ast/node.rs:124:25 [INFO] [stdout] | [INFO] [stdout] 124 | pub children: Vec>, [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/ast/node.rs:128:32 [INFO] [stdout] | [INFO] [stdout] 128 | pub fn new(children: Vec>) -> Self { [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/ast/node.rs:134:38 [INFO] [stdout] | [INFO] [stdout] 134 | fn accept(&mut self, visitor: &mut NodeVisitor) -> NumberResult { [INFO] [stdout] | ^^^^^^^^^^^ help: use `dyn`: `dyn NodeVisitor` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/ast/node.rs:140:23 [INFO] [stdout] | [INFO] [stdout] 140 | pub identifier: Box, [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/ast/node.rs:141:17 [INFO] [stdout] | [INFO] [stdout] 141 | pub expr: Box, [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/ast/node.rs:146:30 [INFO] [stdout] | [INFO] [stdout] 146 | pub fn new(identifier: Box, expr: Box, operator: Token) -> Self { [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/ast/node.rs:146:47 [INFO] [stdout] | [INFO] [stdout] 146 | pub fn new(identifier: Box, expr: Box, operator: Token) -> Self { [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/ast/node.rs:156:38 [INFO] [stdout] | [INFO] [stdout] 156 | fn accept(&mut self, visitor: &mut NodeVisitor) -> NumberResult { [INFO] [stdout] | ^^^^^^^^^^^ help: use `dyn`: `dyn NodeVisitor` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/ast/node.rs:172:38 [INFO] [stdout] | [INFO] [stdout] 172 | fn accept(&mut self, visitor: &mut NodeVisitor) -> NumberResult { [INFO] [stdout] | ^^^^^^^^^^^ help: use `dyn`: `dyn NodeVisitor` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/ast/node.rs:180:38 [INFO] [stdout] | [INFO] [stdout] 180 | fn accept(&mut self, visitor: &mut NodeVisitor) -> NumberResult { [INFO] [stdout] | ^^^^^^^^^^^ help: use `dyn`: `dyn NodeVisitor` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/ast/node.rs:187:18 [INFO] [stdout] | [INFO] [stdout] 187 | pub block: Box, [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/ast/node.rs:191:44 [INFO] [stdout] | [INFO] [stdout] 191 | pub fn new(identifier: Token, block: Box) -> Self { [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/ast/node.rs:197:38 [INFO] [stdout] | [INFO] [stdout] 197 | fn accept(&mut self, visitor: &mut NodeVisitor) -> NumberResult { [INFO] [stdout] | ^^^^^^^^^^^ help: use `dyn`: `dyn NodeVisitor` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/ast/node.rs:204:23 [INFO] [stdout] | [INFO] [stdout] 204 | pub params: Vec>, [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/ast/node.rs:205:18 [INFO] [stdout] | [INFO] [stdout] 205 | pub block: Box, [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/ast/node.rs:209:48 [INFO] [stdout] | [INFO] [stdout] 209 | pub fn new(proc_name: Token, params: Vec>, block: Box) -> Self { [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/ast/node.rs:209:67 [INFO] [stdout] | [INFO] [stdout] 209 | pub fn new(proc_name: Token, params: Vec>, block: Box) -> Self { [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/ast/node.rs:219:38 [INFO] [stdout] | [INFO] [stdout] 219 | fn accept(&mut self, visitor: &mut NodeVisitor) -> NumberResult { [INFO] [stdout] | ^^^^^^^^^^^ help: use `dyn`: `dyn NodeVisitor` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/ast/node.rs:239:38 [INFO] [stdout] | [INFO] [stdout] 239 | fn accept(&mut self, visitor: &mut NodeVisitor) -> NumberResult { [INFO] [stdout] | ^^^^^^^^^^^ help: use `dyn`: `dyn NodeVisitor` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/ast/node.rs:245:29 [INFO] [stdout] | [INFO] [stdout] 245 | pub declarations: Vec>, [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/ast/node.rs:246:31 [INFO] [stdout] | [INFO] [stdout] 246 | pub compound_statement: Box, [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/ast/node.rs:250:36 [INFO] [stdout] | [INFO] [stdout] 250 | pub fn new(declarations: Vec>, compound_statement: Box) -> Self { [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/ast/node.rs:250:68 [INFO] [stdout] | [INFO] [stdout] 250 | pub fn new(declarations: Vec>, compound_statement: Box) -> Self { [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/ast/node.rs:259:38 [INFO] [stdout] | [INFO] [stdout] 259 | fn accept(&mut self, visitor: &mut NodeVisitor) -> NumberResult { [INFO] [stdout] | ^^^^^^^^^^^ help: use `dyn`: `dyn NodeVisitor` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/ast/node.rs:279:38 [INFO] [stdout] | [INFO] [stdout] 279 | fn accept(&mut self, visitor: &mut NodeVisitor) -> NumberResult { [INFO] [stdout] | ^^^^^^^^^^^ help: use `dyn`: `dyn NodeVisitor` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/ast/node.rs:296:38 [INFO] [stdout] | [INFO] [stdout] 296 | fn accept(&mut self, visitor: &mut NodeVisitor) -> NumberResult { [INFO] [stdout] | ^^^^^^^^^^^ help: use `dyn`: `dyn NodeVisitor` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/ast/visitor.rs:5:34 [INFO] [stdout] | [INFO] [stdout] 5 | fn visit(&mut self, node: &Box) -> NumberResult { [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/interpreter/mod.rs:8:22 [INFO] [stdout] | [INFO] [stdout] 8 | pub root_node: Box, [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/interpreter/mod.rs:24:38 [INFO] [stdout] | [INFO] [stdout] 24 | fn accept(&mut self, visitor: &mut NodeVisitor) -> NumberResult { [INFO] [stdout] | ^^^^^^^^^^^ help: use `dyn`: `dyn NodeVisitor` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/parser/mod.rs:42:32 [INFO] [stdout] | [INFO] [stdout] 42 | fn program(&mut self) -> Box { [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/parser/mod.rs:52:30 [INFO] [stdout] | [INFO] [stdout] 52 | fn block(&mut self) -> Box { [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/parser/mod.rs:59:43 [INFO] [stdout] | [INFO] [stdout] 59 | fn compound_statement(&mut self) -> Box { [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/parser/mod.rs:67:41 [INFO] [stdout] | [INFO] [stdout] 67 | fn declarations(&mut self) -> Vec> { [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/parser/mod.rs:71:35 [INFO] [stdout] | [INFO] [stdout] 71 | let mut declarations: Vec> = vec![]; [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/parser/mod.rs:87:46 [INFO] [stdout] | [INFO] [stdout] 87 | fn procedure_declaration(&mut self) -> Box { [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/parser/mod.rs:90:29 [INFO] [stdout] | [INFO] [stdout] 90 | let mut params: Vec> = vec![]; [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/parser/mod.rs:106:50 [INFO] [stdout] | [INFO] [stdout] 106 | fn formal_parameter_list(&mut self) -> Vec> { [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/parser/mod.rs:117:46 [INFO] [stdout] | [INFO] [stdout] 117 | fn formal_parameters(&mut self) -> Vec> { [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/parser/mod.rs:134:37 [INFO] [stdout] | [INFO] [stdout] 134 | let mut parameter_list: Vec> = vec![]; [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/parser/mod.rs:141:49 [INFO] [stdout] | [INFO] [stdout] 141 | fn variable_declaration(&mut self) -> Vec> { [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/parser/mod.rs:158:39 [INFO] [stdout] | [INFO] [stdout] 158 | let mut var_declarations: Vec> = vec![]; [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/parser/mod.rs:177:43 [INFO] [stdout] | [INFO] [stdout] 177 | fn statement_list(&mut self) -> Vec> { [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/parser/mod.rs:196:34 [INFO] [stdout] | [INFO] [stdout] 196 | fn statement(&mut self) -> Box { [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/parser/mod.rs:206:45 [INFO] [stdout] | [INFO] [stdout] 206 | fn assignment_statement(&mut self) -> Box { [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/parser/mod.rs:226:26 [INFO] [stdout] | [INFO] [stdout] 226 | fn empty(&self) -> Box { [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/parser/mod.rs:229:31 [INFO] [stdout] | [INFO] [stdout] 229 | fn factor(&mut self) -> Box { [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/parser/mod.rs:262:29 [INFO] [stdout] | [INFO] [stdout] 262 | fn term(&mut self) -> Box { [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/parser/mod.rs:276:29 [INFO] [stdout] | [INFO] [stdout] 276 | fn expr(&mut self) -> Box { [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/parser/mod.rs:288:34 [INFO] [stdout] | [INFO] [stdout] 288 | pub fn parse(&mut self) -> Box { [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/main.rs:40:29 [INFO] [stdout] | [INFO] [stdout] 40 | fn main() -> Result<(), Box> { [INFO] [stdout] | ^^^^^^^^^^^^ help: use `dyn`: `dyn error::Error` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lexer/mod.rs:8:1 [INFO] [stdout] | [INFO] [stdout] 8 | / lazy_static! { [INFO] [stdout] 9 | | static ref RESERVED_WORDS: HashMap<&'static str, Token> = { [INFO] [stdout] 10 | | let mut reserved_words = HashMap::new(); [INFO] [stdout] 11 | | reserved_words.insert("PROGRAM", Program); [INFO] [stdout] ... | [INFO] [stdout] 20 | | }; [INFO] [stdout] 21 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/symbols/symbol.rs:70:14 [INFO] [stdout] | [INFO] [stdout] 70 | panic!(format!("Error, Invalid Symbol! {}", symbol)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_fmt_panic)]` on by default [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 70 | panic!("Error, Invalid Symbol! {}", symbol); [INFO] [stdout] | -- -- [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 64 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/ast/node.rs:9:38 [INFO] [stdout] | [INFO] [stdout] 9 | fn accept(&mut self, visitor: &mut NodeVisitor) -> NumberResult; [INFO] [stdout] | ^^^^^^^^^^^ help: use `dyn`: `dyn NodeVisitor` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` 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 the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/ast/node.rs:26:38 [INFO] [stdout] | [INFO] [stdout] 26 | fn accept(&mut self, visitor: &mut NodeVisitor) -> NumberResult { [INFO] [stdout] | ^^^^^^^^^^^ help: use `dyn`: `dyn NodeVisitor` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/ast/node.rs:43:38 [INFO] [stdout] | [INFO] [stdout] 43 | fn accept(&mut self, visitor: &mut NodeVisitor) -> NumberResult { [INFO] [stdout] | ^^^^^^^^^^^ help: use `dyn`: `dyn NodeVisitor` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/ast/node.rs:49:17 [INFO] [stdout] | [INFO] [stdout] 49 | pub left: Box, [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/ast/node.rs:50:18 [INFO] [stdout] | [INFO] [stdout] 50 | pub right: Box, [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/ast/node.rs:54:29 [INFO] [stdout] | [INFO] [stdout] 54 | pub fn to_string(node: &Box) -> String { [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/ast/node.rs:91:24 [INFO] [stdout] | [INFO] [stdout] 91 | pub fn new(left: Box, right: Box, operator: Token) -> Self { [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/ast/node.rs:91:42 [INFO] [stdout] | [INFO] [stdout] 91 | pub fn new(left: Box, right: Box, operator: Token) -> Self { [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/ast/node.rs:101:38 [INFO] [stdout] | [INFO] [stdout] 101 | fn accept(&mut self, visitor: &mut NodeVisitor) -> NumberResult { [INFO] [stdout] | ^^^^^^^^^^^ help: use `dyn`: `dyn NodeVisitor` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/ast/node.rs:108:17 [INFO] [stdout] | [INFO] [stdout] 108 | pub expr: Box, [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/ast/node.rs:112:41 [INFO] [stdout] | [INFO] [stdout] 112 | pub fn new(operator: Token, expr: Box) -> Self { [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/ast/node.rs:118:38 [INFO] [stdout] | [INFO] [stdout] 118 | fn accept(&mut self, visitor: &mut NodeVisitor) -> NumberResult { [INFO] [stdout] | ^^^^^^^^^^^ help: use `dyn`: `dyn NodeVisitor` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/ast/node.rs:124:25 [INFO] [stdout] | [INFO] [stdout] 124 | pub children: Vec>, [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/ast/node.rs:128:32 [INFO] [stdout] | [INFO] [stdout] 128 | pub fn new(children: Vec>) -> Self { [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/ast/node.rs:134:38 [INFO] [stdout] | [INFO] [stdout] 134 | fn accept(&mut self, visitor: &mut NodeVisitor) -> NumberResult { [INFO] [stdout] | ^^^^^^^^^^^ help: use `dyn`: `dyn NodeVisitor` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/ast/node.rs:140:23 [INFO] [stdout] | [INFO] [stdout] 140 | pub identifier: Box, [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/ast/node.rs:141:17 [INFO] [stdout] | [INFO] [stdout] 141 | pub expr: Box, [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/ast/node.rs:146:30 [INFO] [stdout] | [INFO] [stdout] 146 | pub fn new(identifier: Box, expr: Box, operator: Token) -> Self { [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/ast/node.rs:146:47 [INFO] [stdout] | [INFO] [stdout] 146 | pub fn new(identifier: Box, expr: Box, operator: Token) -> Self { [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/ast/node.rs:156:38 [INFO] [stdout] | [INFO] [stdout] 156 | fn accept(&mut self, visitor: &mut NodeVisitor) -> NumberResult { [INFO] [stdout] | ^^^^^^^^^^^ help: use `dyn`: `dyn NodeVisitor` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/ast/node.rs:172:38 [INFO] [stdout] | [INFO] [stdout] 172 | fn accept(&mut self, visitor: &mut NodeVisitor) -> NumberResult { [INFO] [stdout] | ^^^^^^^^^^^ help: use `dyn`: `dyn NodeVisitor` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/ast/node.rs:180:38 [INFO] [stdout] | [INFO] [stdout] 180 | fn accept(&mut self, visitor: &mut NodeVisitor) -> NumberResult { [INFO] [stdout] | ^^^^^^^^^^^ help: use `dyn`: `dyn NodeVisitor` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/ast/node.rs:187:18 [INFO] [stdout] | [INFO] [stdout] 187 | pub block: Box, [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/ast/node.rs:191:44 [INFO] [stdout] | [INFO] [stdout] 191 | pub fn new(identifier: Token, block: Box) -> Self { [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/ast/node.rs:197:38 [INFO] [stdout] | [INFO] [stdout] 197 | fn accept(&mut self, visitor: &mut NodeVisitor) -> NumberResult { [INFO] [stdout] | ^^^^^^^^^^^ help: use `dyn`: `dyn NodeVisitor` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/ast/node.rs:204:23 [INFO] [stdout] | [INFO] [stdout] 204 | pub params: Vec>, [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/ast/node.rs:205:18 [INFO] [stdout] | [INFO] [stdout] 205 | pub block: Box, [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/ast/node.rs:209:48 [INFO] [stdout] | [INFO] [stdout] 209 | pub fn new(proc_name: Token, params: Vec>, block: Box) -> Self { [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/ast/node.rs:209:67 [INFO] [stdout] | [INFO] [stdout] 209 | pub fn new(proc_name: Token, params: Vec>, block: Box) -> Self { [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/ast/node.rs:219:38 [INFO] [stdout] | [INFO] [stdout] 219 | fn accept(&mut self, visitor: &mut NodeVisitor) -> NumberResult { [INFO] [stdout] | ^^^^^^^^^^^ help: use `dyn`: `dyn NodeVisitor` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/ast/node.rs:239:38 [INFO] [stdout] | [INFO] [stdout] 239 | fn accept(&mut self, visitor: &mut NodeVisitor) -> NumberResult { [INFO] [stdout] | ^^^^^^^^^^^ help: use `dyn`: `dyn NodeVisitor` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/ast/node.rs:245:29 [INFO] [stdout] | [INFO] [stdout] 245 | pub declarations: Vec>, [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/ast/node.rs:246:31 [INFO] [stdout] | [INFO] [stdout] 246 | pub compound_statement: Box, [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/ast/node.rs:250:36 [INFO] [stdout] | [INFO] [stdout] 250 | pub fn new(declarations: Vec>, compound_statement: Box) -> Self { [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/ast/node.rs:250:68 [INFO] [stdout] | [INFO] [stdout] 250 | pub fn new(declarations: Vec>, compound_statement: Box) -> Self { [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/ast/node.rs:259:38 [INFO] [stdout] | [INFO] [stdout] 259 | fn accept(&mut self, visitor: &mut NodeVisitor) -> NumberResult { [INFO] [stdout] | ^^^^^^^^^^^ help: use `dyn`: `dyn NodeVisitor` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/ast/node.rs:279:38 [INFO] [stdout] | [INFO] [stdout] 279 | fn accept(&mut self, visitor: &mut NodeVisitor) -> NumberResult { [INFO] [stdout] | ^^^^^^^^^^^ help: use `dyn`: `dyn NodeVisitor` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/ast/node.rs:296:38 [INFO] [stdout] | [INFO] [stdout] 296 | fn accept(&mut self, visitor: &mut NodeVisitor) -> NumberResult { [INFO] [stdout] | ^^^^^^^^^^^ help: use `dyn`: `dyn NodeVisitor` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/ast/visitor.rs:5:34 [INFO] [stdout] | [INFO] [stdout] 5 | fn visit(&mut self, node: &Box) -> NumberResult { [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/interpreter/mod.rs:8:22 [INFO] [stdout] | [INFO] [stdout] 8 | pub root_node: Box, [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/interpreter/mod.rs:24:38 [INFO] [stdout] | [INFO] [stdout] 24 | fn accept(&mut self, visitor: &mut NodeVisitor) -> NumberResult { [INFO] [stdout] | ^^^^^^^^^^^ help: use `dyn`: `dyn NodeVisitor` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/parser/mod.rs:42:32 [INFO] [stdout] | [INFO] [stdout] 42 | fn program(&mut self) -> Box { [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/parser/mod.rs:52:30 [INFO] [stdout] | [INFO] [stdout] 52 | fn block(&mut self) -> Box { [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/parser/mod.rs:59:43 [INFO] [stdout] | [INFO] [stdout] 59 | fn compound_statement(&mut self) -> Box { [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/parser/mod.rs:67:41 [INFO] [stdout] | [INFO] [stdout] 67 | fn declarations(&mut self) -> Vec> { [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/parser/mod.rs:71:35 [INFO] [stdout] | [INFO] [stdout] 71 | let mut declarations: Vec> = vec![]; [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/parser/mod.rs:87:46 [INFO] [stdout] | [INFO] [stdout] 87 | fn procedure_declaration(&mut self) -> Box { [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/parser/mod.rs:90:29 [INFO] [stdout] | [INFO] [stdout] 90 | let mut params: Vec> = vec![]; [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/parser/mod.rs:106:50 [INFO] [stdout] | [INFO] [stdout] 106 | fn formal_parameter_list(&mut self) -> Vec> { [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/parser/mod.rs:117:46 [INFO] [stdout] | [INFO] [stdout] 117 | fn formal_parameters(&mut self) -> Vec> { [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/parser/mod.rs:134:37 [INFO] [stdout] | [INFO] [stdout] 134 | let mut parameter_list: Vec> = vec![]; [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/parser/mod.rs:141:49 [INFO] [stdout] | [INFO] [stdout] 141 | fn variable_declaration(&mut self) -> Vec> { [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/parser/mod.rs:158:39 [INFO] [stdout] | [INFO] [stdout] 158 | let mut var_declarations: Vec> = vec![]; [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/parser/mod.rs:177:43 [INFO] [stdout] | [INFO] [stdout] 177 | fn statement_list(&mut self) -> Vec> { [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/parser/mod.rs:196:34 [INFO] [stdout] | [INFO] [stdout] 196 | fn statement(&mut self) -> Box { [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/parser/mod.rs:206:45 [INFO] [stdout] | [INFO] [stdout] 206 | fn assignment_statement(&mut self) -> Box { [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/parser/mod.rs:226:26 [INFO] [stdout] | [INFO] [stdout] 226 | fn empty(&self) -> Box { [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/parser/mod.rs:229:31 [INFO] [stdout] | [INFO] [stdout] 229 | fn factor(&mut self) -> Box { [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/parser/mod.rs:262:29 [INFO] [stdout] | [INFO] [stdout] 262 | fn term(&mut self) -> Box { [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/parser/mod.rs:276:29 [INFO] [stdout] | [INFO] [stdout] 276 | fn expr(&mut self) -> Box { [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/parser/mod.rs:288:34 [INFO] [stdout] | [INFO] [stdout] 288 | pub fn parse(&mut self) -> Box { [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/main.rs:40:29 [INFO] [stdout] | [INFO] [stdout] 40 | fn main() -> Result<(), Box> { [INFO] [stdout] | ^^^^^^^^^^^^ help: use `dyn`: `dyn error::Error` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/ast/node.rs:9:38 [INFO] [stdout] | [INFO] [stdout] 9 | fn accept(&mut self, visitor: &mut NodeVisitor) -> NumberResult; [INFO] [stdout] | ^^^^^^^^^^^ help: use `dyn`: `dyn NodeVisitor` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` 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 the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/ast/node.rs:26:38 [INFO] [stdout] | [INFO] [stdout] 26 | fn accept(&mut self, visitor: &mut NodeVisitor) -> NumberResult { [INFO] [stdout] | ^^^^^^^^^^^ help: use `dyn`: `dyn NodeVisitor` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/ast/node.rs:43:38 [INFO] [stdout] | [INFO] [stdout] 43 | fn accept(&mut self, visitor: &mut NodeVisitor) -> NumberResult { [INFO] [stdout] | ^^^^^^^^^^^ help: use `dyn`: `dyn NodeVisitor` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/ast/node.rs:49:17 [INFO] [stdout] | [INFO] [stdout] 49 | pub left: Box, [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/ast/node.rs:50:18 [INFO] [stdout] | [INFO] [stdout] 50 | pub right: Box, [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/ast/node.rs:54:29 [INFO] [stdout] | [INFO] [stdout] 54 | pub fn to_string(node: &Box) -> String { [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/ast/node.rs:91:24 [INFO] [stdout] | [INFO] [stdout] 91 | pub fn new(left: Box, right: Box, operator: Token) -> Self { [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/ast/node.rs:91:42 [INFO] [stdout] | [INFO] [stdout] 91 | pub fn new(left: Box, right: Box, operator: Token) -> Self { [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/ast/node.rs:101:38 [INFO] [stdout] | [INFO] [stdout] 101 | fn accept(&mut self, visitor: &mut NodeVisitor) -> NumberResult { [INFO] [stdout] | ^^^^^^^^^^^ help: use `dyn`: `dyn NodeVisitor` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/ast/node.rs:108:17 [INFO] [stdout] | [INFO] [stdout] 108 | pub expr: Box, [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/ast/node.rs:112:41 [INFO] [stdout] | [INFO] [stdout] 112 | pub fn new(operator: Token, expr: Box) -> Self { [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/ast/node.rs:118:38 [INFO] [stdout] | [INFO] [stdout] 118 | fn accept(&mut self, visitor: &mut NodeVisitor) -> NumberResult { [INFO] [stdout] | ^^^^^^^^^^^ help: use `dyn`: `dyn NodeVisitor` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/ast/node.rs:124:25 [INFO] [stdout] | [INFO] [stdout] 124 | pub children: Vec>, [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/ast/node.rs:128:32 [INFO] [stdout] | [INFO] [stdout] 128 | pub fn new(children: Vec>) -> Self { [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/ast/node.rs:134:38 [INFO] [stdout] | [INFO] [stdout] 134 | fn accept(&mut self, visitor: &mut NodeVisitor) -> NumberResult { [INFO] [stdout] | ^^^^^^^^^^^ help: use `dyn`: `dyn NodeVisitor` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/ast/node.rs:140:23 [INFO] [stdout] | [INFO] [stdout] 140 | pub identifier: Box, [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/ast/node.rs:141:17 [INFO] [stdout] | [INFO] [stdout] 141 | pub expr: Box, [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/ast/node.rs:146:30 [INFO] [stdout] | [INFO] [stdout] 146 | pub fn new(identifier: Box, expr: Box, operator: Token) -> Self { [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/ast/node.rs:146:47 [INFO] [stdout] | [INFO] [stdout] 146 | pub fn new(identifier: Box, expr: Box, operator: Token) -> Self { [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/ast/node.rs:156:38 [INFO] [stdout] | [INFO] [stdout] 156 | fn accept(&mut self, visitor: &mut NodeVisitor) -> NumberResult { [INFO] [stdout] | ^^^^^^^^^^^ help: use `dyn`: `dyn NodeVisitor` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/ast/node.rs:172:38 [INFO] [stdout] | [INFO] [stdout] 172 | fn accept(&mut self, visitor: &mut NodeVisitor) -> NumberResult { [INFO] [stdout] | ^^^^^^^^^^^ help: use `dyn`: `dyn NodeVisitor` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/ast/node.rs:180:38 [INFO] [stdout] | [INFO] [stdout] 180 | fn accept(&mut self, visitor: &mut NodeVisitor) -> NumberResult { [INFO] [stdout] | ^^^^^^^^^^^ help: use `dyn`: `dyn NodeVisitor` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/ast/node.rs:187:18 [INFO] [stdout] | [INFO] [stdout] 187 | pub block: Box, [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/ast/node.rs:191:44 [INFO] [stdout] | [INFO] [stdout] 191 | pub fn new(identifier: Token, block: Box) -> Self { [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/ast/node.rs:197:38 [INFO] [stdout] | [INFO] [stdout] 197 | fn accept(&mut self, visitor: &mut NodeVisitor) -> NumberResult { [INFO] [stdout] | ^^^^^^^^^^^ help: use `dyn`: `dyn NodeVisitor` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/ast/node.rs:204:23 [INFO] [stdout] | [INFO] [stdout] 204 | pub params: Vec>, [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/ast/node.rs:205:18 [INFO] [stdout] | [INFO] [stdout] 205 | pub block: Box, [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/ast/node.rs:209:48 [INFO] [stdout] | [INFO] [stdout] 209 | pub fn new(proc_name: Token, params: Vec>, block: Box) -> Self { [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/ast/node.rs:209:67 [INFO] [stdout] | [INFO] [stdout] 209 | pub fn new(proc_name: Token, params: Vec>, block: Box) -> Self { [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/ast/node.rs:219:38 [INFO] [stdout] | [INFO] [stdout] 219 | fn accept(&mut self, visitor: &mut NodeVisitor) -> NumberResult { [INFO] [stdout] | ^^^^^^^^^^^ help: use `dyn`: `dyn NodeVisitor` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/ast/node.rs:239:38 [INFO] [stdout] | [INFO] [stdout] 239 | fn accept(&mut self, visitor: &mut NodeVisitor) -> NumberResult { [INFO] [stdout] | ^^^^^^^^^^^ help: use `dyn`: `dyn NodeVisitor` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/ast/node.rs:245:29 [INFO] [stdout] | [INFO] [stdout] 245 | pub declarations: Vec>, [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/ast/node.rs:246:31 [INFO] [stdout] | [INFO] [stdout] 246 | pub compound_statement: Box, [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/ast/node.rs:250:36 [INFO] [stdout] | [INFO] [stdout] 250 | pub fn new(declarations: Vec>, compound_statement: Box) -> Self { [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/ast/node.rs:250:68 [INFO] [stdout] | [INFO] [stdout] 250 | pub fn new(declarations: Vec>, compound_statement: Box) -> Self { [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/ast/node.rs:259:38 [INFO] [stdout] | [INFO] [stdout] 259 | fn accept(&mut self, visitor: &mut NodeVisitor) -> NumberResult { [INFO] [stdout] | ^^^^^^^^^^^ help: use `dyn`: `dyn NodeVisitor` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/ast/node.rs:279:38 [INFO] [stdout] | [INFO] [stdout] 279 | fn accept(&mut self, visitor: &mut NodeVisitor) -> NumberResult { [INFO] [stdout] | ^^^^^^^^^^^ help: use `dyn`: `dyn NodeVisitor` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/ast/node.rs:296:38 [INFO] [stdout] | [INFO] [stdout] 296 | fn accept(&mut self, visitor: &mut NodeVisitor) -> NumberResult { [INFO] [stdout] | ^^^^^^^^^^^ help: use `dyn`: `dyn NodeVisitor` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/ast/visitor.rs:5:34 [INFO] [stdout] | [INFO] [stdout] 5 | fn visit(&mut self, node: &Box) -> NumberResult { [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/interpreter/mod.rs:8:22 [INFO] [stdout] | [INFO] [stdout] 8 | pub root_node: Box, [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/interpreter/mod.rs:24:38 [INFO] [stdout] | [INFO] [stdout] 24 | fn accept(&mut self, visitor: &mut NodeVisitor) -> NumberResult { [INFO] [stdout] | ^^^^^^^^^^^ help: use `dyn`: `dyn NodeVisitor` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/parser/mod.rs:42:32 [INFO] [stdout] | [INFO] [stdout] 42 | fn program(&mut self) -> Box { [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/parser/mod.rs:52:30 [INFO] [stdout] | [INFO] [stdout] 52 | fn block(&mut self) -> Box { [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/parser/mod.rs:59:43 [INFO] [stdout] | [INFO] [stdout] 59 | fn compound_statement(&mut self) -> Box { [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/parser/mod.rs:67:41 [INFO] [stdout] | [INFO] [stdout] 67 | fn declarations(&mut self) -> Vec> { [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/parser/mod.rs:71:35 [INFO] [stdout] | [INFO] [stdout] 71 | let mut declarations: Vec> = vec![]; [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/parser/mod.rs:87:46 [INFO] [stdout] | [INFO] [stdout] 87 | fn procedure_declaration(&mut self) -> Box { [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/parser/mod.rs:90:29 [INFO] [stdout] | [INFO] [stdout] 90 | let mut params: Vec> = vec![]; [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/parser/mod.rs:106:50 [INFO] [stdout] | [INFO] [stdout] 106 | fn formal_parameter_list(&mut self) -> Vec> { [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/parser/mod.rs:117:46 [INFO] [stdout] | [INFO] [stdout] 117 | fn formal_parameters(&mut self) -> Vec> { [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/parser/mod.rs:134:37 [INFO] [stdout] | [INFO] [stdout] 134 | let mut parameter_list: Vec> = vec![]; [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/parser/mod.rs:141:49 [INFO] [stdout] | [INFO] [stdout] 141 | fn variable_declaration(&mut self) -> Vec> { [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/parser/mod.rs:158:39 [INFO] [stdout] | [INFO] [stdout] 158 | let mut var_declarations: Vec> = vec![]; [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/parser/mod.rs:177:43 [INFO] [stdout] | [INFO] [stdout] 177 | fn statement_list(&mut self) -> Vec> { [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/parser/mod.rs:196:34 [INFO] [stdout] | [INFO] [stdout] 196 | fn statement(&mut self) -> Box { [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/parser/mod.rs:206:45 [INFO] [stdout] | [INFO] [stdout] 206 | fn assignment_statement(&mut self) -> Box { [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lexer/mod.rs:8:1 [INFO] [stdout] | [INFO] [stdout] 8 | / lazy_static! { [INFO] [stdout] 9 | | static ref RESERVED_WORDS: HashMap<&'static str, Token> = { [INFO] [stdout] 10 | | let mut reserved_words = HashMap::new(); [INFO] [stdout] 11 | | reserved_words.insert("PROGRAM", Program); [INFO] [stdout] ... | [INFO] [stdout] 20 | | }; [INFO] [stdout] 21 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/parser/mod.rs:226:26 [INFO] [stdout] | [INFO] [stdout] 226 | fn empty(&self) -> Box { [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/parser/mod.rs:229:31 [INFO] [stdout] | [INFO] [stdout] 229 | fn factor(&mut self) -> Box { [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/parser/mod.rs:262:29 [INFO] [stdout] | [INFO] [stdout] 262 | fn term(&mut self) -> Box { [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/parser/mod.rs:276:29 [INFO] [stdout] | [INFO] [stdout] 276 | fn expr(&mut self) -> Box { [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/parser/mod.rs:288:34 [INFO] [stdout] | [INFO] [stdout] 288 | pub fn parse(&mut self) -> Box { [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lexer/mod.rs:8:1 [INFO] [stdout] | [INFO] [stdout] 8 | / lazy_static! { [INFO] [stdout] 9 | | static ref RESERVED_WORDS: HashMap<&'static str, Token> = { [INFO] [stdout] 10 | | let mut reserved_words = HashMap::new(); [INFO] [stdout] 11 | | reserved_words.insert("PROGRAM", Program); [INFO] [stdout] ... | [INFO] [stdout] 20 | | }; [INFO] [stdout] 21 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/symbols/symbol.rs:70:14 [INFO] [stdout] | [INFO] [stdout] 70 | panic!(format!("Error, Invalid Symbol! {}", symbol)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_fmt_panic)]` on by default [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 70 | panic!("Error, Invalid Symbol! {}", symbol); [INFO] [stdout] | -- -- [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/symbols/symbol.rs:70:14 [INFO] [stdout] | [INFO] [stdout] 70 | panic!(format!("Error, Invalid Symbol! {}", symbol)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_fmt_panic)]` on by default [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 70 | panic!("Error, Invalid Symbol! {}", symbol); [INFO] [stdout] | -- -- [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 3.87s [INFO] [stdout] warning: 64 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 63 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "7a7a0bbd2b5eb32c418eee70d3c42761c9ce8588b2c96dff3e1cf987b2d7d816", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7a7a0bbd2b5eb32c418eee70d3c42761c9ce8588b2c96dff3e1cf987b2d7d816", kill_on_drop: false }` [INFO] [stdout] 7a7a0bbd2b5eb32c418eee70d3c42761c9ce8588b2c96dff3e1cf987b2d7d816 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+99e3aef02079e9c10583638520cd0c134dc3a01d" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 3b2ef008f86411fe5d8ad59807177c89c1d6cb17c19cccb08cc20e4d3d36837f [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" "3b2ef008f86411fe5d8ad59807177c89c1d6cb17c19cccb08cc20e4d3d36837f", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/ast/node.rs:9:38 [INFO] [stderr] | [INFO] [stderr] 9 | fn accept(&mut self, visitor: &mut NodeVisitor) -> NumberResult; [INFO] [stderr] | ^^^^^^^^^^^ help: use `dyn`: `dyn NodeVisitor` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` 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 the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/ast/node.rs:26:38 [INFO] [stderr] | [INFO] [stderr] 26 | fn accept(&mut self, visitor: &mut NodeVisitor) -> NumberResult { [INFO] [stderr] | ^^^^^^^^^^^ help: use `dyn`: `dyn NodeVisitor` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/ast/node.rs:43:38 [INFO] [stderr] | [INFO] [stderr] 43 | fn accept(&mut self, visitor: &mut NodeVisitor) -> NumberResult { [INFO] [stderr] | ^^^^^^^^^^^ help: use `dyn`: `dyn NodeVisitor` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/ast/node.rs:49:17 [INFO] [stderr] | [INFO] [stderr] 49 | pub left: Box, [INFO] [stderr] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/ast/node.rs:50:18 [INFO] [stderr] | [INFO] [stderr] 50 | pub right: Box, [INFO] [stderr] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/ast/node.rs:54:29 [INFO] [stderr] | [INFO] [stderr] 54 | pub fn to_string(node: &Box) -> String { [INFO] [stderr] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/ast/node.rs:91:24 [INFO] [stderr] | [INFO] [stderr] 91 | pub fn new(left: Box, right: Box, operator: Token) -> Self { [INFO] [stderr] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/ast/node.rs:91:42 [INFO] [stderr] | [INFO] [stderr] 91 | pub fn new(left: Box, right: Box, operator: Token) -> Self { [INFO] [stderr] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/ast/node.rs:101:38 [INFO] [stderr] | [INFO] [stderr] 101 | fn accept(&mut self, visitor: &mut NodeVisitor) -> NumberResult { [INFO] [stderr] | ^^^^^^^^^^^ help: use `dyn`: `dyn NodeVisitor` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/ast/node.rs:108:17 [INFO] [stderr] | [INFO] [stderr] 108 | pub expr: Box, [INFO] [stderr] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/ast/node.rs:112:41 [INFO] [stderr] | [INFO] [stderr] 112 | pub fn new(operator: Token, expr: Box) -> Self { [INFO] [stderr] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/ast/node.rs:118:38 [INFO] [stderr] | [INFO] [stderr] 118 | fn accept(&mut self, visitor: &mut NodeVisitor) -> NumberResult { [INFO] [stderr] | ^^^^^^^^^^^ help: use `dyn`: `dyn NodeVisitor` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/ast/node.rs:124:25 [INFO] [stderr] | [INFO] [stderr] 124 | pub children: Vec>, [INFO] [stderr] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/ast/node.rs:128:32 [INFO] [stderr] | [INFO] [stderr] 128 | pub fn new(children: Vec>) -> Self { [INFO] [stderr] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/ast/node.rs:134:38 [INFO] [stderr] | [INFO] [stderr] 134 | fn accept(&mut self, visitor: &mut NodeVisitor) -> NumberResult { [INFO] [stderr] | ^^^^^^^^^^^ help: use `dyn`: `dyn NodeVisitor` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/ast/node.rs:140:23 [INFO] [stderr] | [INFO] [stderr] 140 | pub identifier: Box, [INFO] [stderr] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/ast/node.rs:141:17 [INFO] [stderr] | [INFO] [stderr] 141 | pub expr: Box, [INFO] [stderr] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/ast/node.rs:146:30 [INFO] [stderr] | [INFO] [stderr] 146 | pub fn new(identifier: Box, expr: Box, operator: Token) -> Self { [INFO] [stderr] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/ast/node.rs:146:47 [INFO] [stderr] | [INFO] [stderr] 146 | pub fn new(identifier: Box, expr: Box, operator: Token) -> Self { [INFO] [stderr] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/ast/node.rs:156:38 [INFO] [stderr] | [INFO] [stderr] 156 | fn accept(&mut self, visitor: &mut NodeVisitor) -> NumberResult { [INFO] [stderr] | ^^^^^^^^^^^ help: use `dyn`: `dyn NodeVisitor` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/ast/node.rs:172:38 [INFO] [stderr] | [INFO] [stderr] 172 | fn accept(&mut self, visitor: &mut NodeVisitor) -> NumberResult { [INFO] [stderr] | ^^^^^^^^^^^ help: use `dyn`: `dyn NodeVisitor` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/ast/node.rs:180:38 [INFO] [stderr] | [INFO] [stderr] 180 | fn accept(&mut self, visitor: &mut NodeVisitor) -> NumberResult { [INFO] [stderr] | ^^^^^^^^^^^ help: use `dyn`: `dyn NodeVisitor` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/ast/node.rs:187:18 [INFO] [stderr] | [INFO] [stderr] 187 | pub block: Box, [INFO] [stderr] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/ast/node.rs:191:44 [INFO] [stderr] | [INFO] [stderr] 191 | pub fn new(identifier: Token, block: Box) -> Self { [INFO] [stderr] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/ast/node.rs:197:38 [INFO] [stderr] | [INFO] [stderr] 197 | fn accept(&mut self, visitor: &mut NodeVisitor) -> NumberResult { [INFO] [stderr] | ^^^^^^^^^^^ help: use `dyn`: `dyn NodeVisitor` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/ast/node.rs:204:23 [INFO] [stderr] | [INFO] [stderr] 204 | pub params: Vec>, [INFO] [stderr] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/ast/node.rs:205:18 [INFO] [stderr] | [INFO] [stderr] 205 | pub block: Box, [INFO] [stderr] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/ast/node.rs:209:48 [INFO] [stderr] | [INFO] [stderr] 209 | pub fn new(proc_name: Token, params: Vec>, block: Box) -> Self { [INFO] [stderr] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/ast/node.rs:209:67 [INFO] [stderr] | [INFO] [stderr] 209 | pub fn new(proc_name: Token, params: Vec>, block: Box) -> Self { [INFO] [stderr] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/ast/node.rs:219:38 [INFO] [stderr] | [INFO] [stderr] 219 | fn accept(&mut self, visitor: &mut NodeVisitor) -> NumberResult { [INFO] [stderr] | ^^^^^^^^^^^ help: use `dyn`: `dyn NodeVisitor` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/ast/node.rs:239:38 [INFO] [stderr] | [INFO] [stderr] 239 | fn accept(&mut self, visitor: &mut NodeVisitor) -> NumberResult { [INFO] [stderr] | ^^^^^^^^^^^ help: use `dyn`: `dyn NodeVisitor` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/ast/node.rs:245:29 [INFO] [stderr] | [INFO] [stderr] 245 | pub declarations: Vec>, [INFO] [stderr] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/ast/node.rs:246:31 [INFO] [stderr] | [INFO] [stderr] 246 | pub compound_statement: Box, [INFO] [stderr] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/ast/node.rs:250:36 [INFO] [stderr] | [INFO] [stderr] 250 | pub fn new(declarations: Vec>, compound_statement: Box) -> Self { [INFO] [stderr] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/ast/node.rs:250:68 [INFO] [stderr] | [INFO] [stderr] 250 | pub fn new(declarations: Vec>, compound_statement: Box) -> Self { [INFO] [stderr] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/ast/node.rs:259:38 [INFO] [stderr] | [INFO] [stderr] 259 | fn accept(&mut self, visitor: &mut NodeVisitor) -> NumberResult { [INFO] [stderr] | ^^^^^^^^^^^ help: use `dyn`: `dyn NodeVisitor` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/ast/node.rs:279:38 [INFO] [stderr] | [INFO] [stderr] 279 | fn accept(&mut self, visitor: &mut NodeVisitor) -> NumberResult { [INFO] [stderr] | ^^^^^^^^^^^ help: use `dyn`: `dyn NodeVisitor` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/ast/node.rs:296:38 [INFO] [stderr] | [INFO] [stderr] 296 | fn accept(&mut self, visitor: &mut NodeVisitor) -> NumberResult { [INFO] [stderr] | ^^^^^^^^^^^ help: use `dyn`: `dyn NodeVisitor` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/ast/visitor.rs:5:34 [INFO] [stderr] | [INFO] [stderr] 5 | fn visit(&mut self, node: &Box) -> NumberResult { [INFO] [stderr] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/interpreter/mod.rs:8:22 [INFO] [stderr] | [INFO] [stderr] 8 | pub root_node: Box, [INFO] [stderr] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/interpreter/mod.rs:24:38 [INFO] [stderr] | [INFO] [stderr] 24 | fn accept(&mut self, visitor: &mut NodeVisitor) -> NumberResult { [INFO] [stderr] | ^^^^^^^^^^^ help: use `dyn`: `dyn NodeVisitor` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/parser/mod.rs:42:32 [INFO] [stderr] | [INFO] [stderr] 42 | fn program(&mut self) -> Box { [INFO] [stderr] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/parser/mod.rs:52:30 [INFO] [stderr] | [INFO] [stderr] 52 | fn block(&mut self) -> Box { [INFO] [stderr] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/parser/mod.rs:59:43 [INFO] [stderr] | [INFO] [stderr] 59 | fn compound_statement(&mut self) -> Box { [INFO] [stderr] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/parser/mod.rs:67:41 [INFO] [stderr] | [INFO] [stderr] 67 | fn declarations(&mut self) -> Vec> { [INFO] [stderr] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/parser/mod.rs:71:35 [INFO] [stderr] | [INFO] [stderr] 71 | let mut declarations: Vec> = vec![]; [INFO] [stderr] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/parser/mod.rs:87:46 [INFO] [stderr] | [INFO] [stderr] 87 | fn procedure_declaration(&mut self) -> Box { [INFO] [stderr] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/parser/mod.rs:90:29 [INFO] [stderr] | [INFO] [stderr] 90 | let mut params: Vec> = vec![]; [INFO] [stderr] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/parser/mod.rs:106:50 [INFO] [stderr] | [INFO] [stderr] 106 | fn formal_parameter_list(&mut self) -> Vec> { [INFO] [stderr] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/parser/mod.rs:117:46 [INFO] [stderr] | [INFO] [stderr] 117 | fn formal_parameters(&mut self) -> Vec> { [INFO] [stderr] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/parser/mod.rs:134:37 [INFO] [stderr] | [INFO] [stderr] 134 | let mut parameter_list: Vec> = vec![]; [INFO] [stderr] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/parser/mod.rs:141:49 [INFO] [stderr] | [INFO] [stderr] 141 | fn variable_declaration(&mut self) -> Vec> { [INFO] [stderr] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/parser/mod.rs:158:39 [INFO] [stderr] | [INFO] [stderr] 158 | let mut var_declarations: Vec> = vec![]; [INFO] [stderr] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/parser/mod.rs:177:43 [INFO] [stderr] | [INFO] [stderr] 177 | fn statement_list(&mut self) -> Vec> { [INFO] [stderr] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/parser/mod.rs:196:34 [INFO] [stderr] | [INFO] [stderr] 196 | fn statement(&mut self) -> Box { [INFO] [stderr] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/parser/mod.rs:206:45 [INFO] [stderr] | [INFO] [stderr] 206 | fn assignment_statement(&mut self) -> Box { [INFO] [stderr] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/parser/mod.rs:226:26 [INFO] [stderr] | [INFO] [stderr] 226 | fn empty(&self) -> Box { [INFO] [stderr] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/parser/mod.rs:229:31 [INFO] [stderr] | [INFO] [stderr] 229 | fn factor(&mut self) -> Box { [INFO] [stderr] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/parser/mod.rs:262:29 [INFO] [stderr] | [INFO] [stderr] 262 | fn term(&mut self) -> Box { [INFO] [stderr] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/parser/mod.rs:276:29 [INFO] [stderr] | [INFO] [stderr] 276 | fn expr(&mut self) -> Box { [INFO] [stderr] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/parser/mod.rs:288:34 [INFO] [stderr] | [INFO] [stderr] 288 | pub fn parse(&mut self) -> Box { [INFO] [stderr] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stderr] --> src/lexer/mod.rs:8:1 [INFO] [stderr] | [INFO] [stderr] 8 | / lazy_static! { [INFO] [stderr] 9 | | static ref RESERVED_WORDS: HashMap<&'static str, Token> = { [INFO] [stderr] 10 | | let mut reserved_words = HashMap::new(); [INFO] [stderr] 11 | | reserved_words.insert("PROGRAM", Program); [INFO] [stderr] ... | [INFO] [stderr] 20 | | }; [INFO] [stderr] 21 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/symbols/symbol.rs:70:14 [INFO] [stderr] | [INFO] [stderr] 70 | panic!(format!("Error, Invalid Symbol! {}", symbol)); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(non_fmt_panic)]` on by default [INFO] [stderr] = note: this is no longer accepted in Rust 2021 [INFO] [stderr] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stderr] help: remove the `format!(..)` macro call [INFO] [stderr] | [INFO] [stderr] 70 | panic!("Error, Invalid Symbol! {}", symbol); [INFO] [stderr] | -- -- [INFO] [stderr] [INFO] [stderr] warning: 63 warnings emitted [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/ast/node.rs:9:38 [INFO] [stderr] | [INFO] [stderr] 9 | fn accept(&mut self, visitor: &mut NodeVisitor) -> NumberResult; [INFO] [stderr] | ^^^^^^^^^^^ help: use `dyn`: `dyn NodeVisitor` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` 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 the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/ast/node.rs:26:38 [INFO] [stderr] | [INFO] [stderr] 26 | fn accept(&mut self, visitor: &mut NodeVisitor) -> NumberResult { [INFO] [stderr] | ^^^^^^^^^^^ help: use `dyn`: `dyn NodeVisitor` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/ast/node.rs:43:38 [INFO] [stderr] | [INFO] [stderr] 43 | fn accept(&mut self, visitor: &mut NodeVisitor) -> NumberResult { [INFO] [stderr] | ^^^^^^^^^^^ help: use `dyn`: `dyn NodeVisitor` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/ast/node.rs:49:17 [INFO] [stderr] | [INFO] [stderr] 49 | pub left: Box, [INFO] [stderr] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/ast/node.rs:50:18 [INFO] [stderr] | [INFO] [stderr] 50 | pub right: Box, [INFO] [stderr] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/ast/node.rs:54:29 [INFO] [stderr] | [INFO] [stderr] 54 | pub fn to_string(node: &Box) -> String { [INFO] [stderr] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/ast/node.rs:91:24 [INFO] [stderr] | [INFO] [stderr] 91 | pub fn new(left: Box, right: Box, operator: Token) -> Self { [INFO] [stderr] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/ast/node.rs:91:42 [INFO] [stderr] | [INFO] [stderr] 91 | pub fn new(left: Box, right: Box, operator: Token) -> Self { [INFO] [stderr] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/ast/node.rs:101:38 [INFO] [stderr] | [INFO] [stderr] 101 | fn accept(&mut self, visitor: &mut NodeVisitor) -> NumberResult { [INFO] [stderr] | ^^^^^^^^^^^ help: use `dyn`: `dyn NodeVisitor` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/ast/node.rs:108:17 [INFO] [stderr] | [INFO] [stderr] 108 | pub expr: Box, [INFO] [stderr] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/ast/node.rs:112:41 [INFO] [stderr] | [INFO] [stderr] 112 | pub fn new(operator: Token, expr: Box) -> Self { [INFO] [stderr] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/ast/node.rs:118:38 [INFO] [stderr] | [INFO] [stderr] 118 | fn accept(&mut self, visitor: &mut NodeVisitor) -> NumberResult { [INFO] [stderr] | ^^^^^^^^^^^ help: use `dyn`: `dyn NodeVisitor` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/ast/node.rs:124:25 [INFO] [stderr] | [INFO] [stderr] 124 | pub children: Vec>, [INFO] [stderr] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/ast/node.rs:128:32 [INFO] [stderr] | [INFO] [stderr] 128 | pub fn new(children: Vec>) -> Self { [INFO] [stderr] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/ast/node.rs:134:38 [INFO] [stderr] | [INFO] [stderr] 134 | fn accept(&mut self, visitor: &mut NodeVisitor) -> NumberResult { [INFO] [stderr] | ^^^^^^^^^^^ help: use `dyn`: `dyn NodeVisitor` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/ast/node.rs:140:23 [INFO] [stderr] | [INFO] [stderr] 140 | pub identifier: Box, [INFO] [stderr] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/ast/node.rs:141:17 [INFO] [stderr] | [INFO] [stderr] 141 | pub expr: Box, [INFO] [stderr] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/ast/node.rs:146:30 [INFO] [stderr] | [INFO] [stderr] 146 | pub fn new(identifier: Box, expr: Box, operator: Token) -> Self { [INFO] [stderr] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/ast/node.rs:146:47 [INFO] [stderr] | [INFO] [stderr] 146 | pub fn new(identifier: Box, expr: Box, operator: Token) -> Self { [INFO] [stderr] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/ast/node.rs:156:38 [INFO] [stderr] | [INFO] [stderr] 156 | fn accept(&mut self, visitor: &mut NodeVisitor) -> NumberResult { [INFO] [stderr] | ^^^^^^^^^^^ help: use `dyn`: `dyn NodeVisitor` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/ast/node.rs:172:38 [INFO] [stderr] | [INFO] [stderr] 172 | fn accept(&mut self, visitor: &mut NodeVisitor) -> NumberResult { [INFO] [stderr] | ^^^^^^^^^^^ help: use `dyn`: `dyn NodeVisitor` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/ast/node.rs:180:38 [INFO] [stderr] | [INFO] [stderr] 180 | fn accept(&mut self, visitor: &mut NodeVisitor) -> NumberResult { [INFO] [stderr] | ^^^^^^^^^^^ help: use `dyn`: `dyn NodeVisitor` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/ast/node.rs:187:18 [INFO] [stderr] | [INFO] [stderr] 187 | pub block: Box, [INFO] [stderr] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/ast/node.rs:191:44 [INFO] [stderr] | [INFO] [stderr] 191 | pub fn new(identifier: Token, block: Box) -> Self { [INFO] [stderr] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/ast/node.rs:197:38 [INFO] [stderr] | [INFO] [stderr] 197 | fn accept(&mut self, visitor: &mut NodeVisitor) -> NumberResult { [INFO] [stderr] | ^^^^^^^^^^^ help: use `dyn`: `dyn NodeVisitor` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/ast/node.rs:204:23 [INFO] [stderr] | [INFO] [stderr] 204 | pub params: Vec>, [INFO] [stderr] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/ast/node.rs:205:18 [INFO] [stderr] | [INFO] [stderr] 205 | pub block: Box, [INFO] [stderr] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/ast/node.rs:209:48 [INFO] [stderr] | [INFO] [stderr] 209 | pub fn new(proc_name: Token, params: Vec>, block: Box) -> Self { [INFO] [stderr] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/ast/node.rs:209:67 [INFO] [stderr] | [INFO] [stderr] 209 | pub fn new(proc_name: Token, params: Vec>, block: Box) -> Self { [INFO] [stderr] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/ast/node.rs:219:38 [INFO] [stderr] | [INFO] [stderr] 219 | fn accept(&mut self, visitor: &mut NodeVisitor) -> NumberResult { [INFO] [stderr] | ^^^^^^^^^^^ help: use `dyn`: `dyn NodeVisitor` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/ast/node.rs:239:38 [INFO] [stderr] | [INFO] [stderr] 239 | fn accept(&mut self, visitor: &mut NodeVisitor) -> NumberResult { [INFO] [stderr] | ^^^^^^^^^^^ help: use `dyn`: `dyn NodeVisitor` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/ast/node.rs:245:29 [INFO] [stderr] | [INFO] [stderr] 245 | pub declarations: Vec>, [INFO] [stderr] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/ast/node.rs:246:31 [INFO] [stderr] | [INFO] [stderr] 246 | pub compound_statement: Box, [INFO] [stderr] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/ast/node.rs:250:36 [INFO] [stderr] | [INFO] [stderr] 250 | pub fn new(declarations: Vec>, compound_statement: Box) -> Self { [INFO] [stderr] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/ast/node.rs:250:68 [INFO] [stderr] | [INFO] [stderr] 250 | pub fn new(declarations: Vec>, compound_statement: Box) -> Self { [INFO] [stderr] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/ast/node.rs:259:38 [INFO] [stderr] | [INFO] [stderr] 259 | fn accept(&mut self, visitor: &mut NodeVisitor) -> NumberResult { [INFO] [stderr] | ^^^^^^^^^^^ help: use `dyn`: `dyn NodeVisitor` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/ast/node.rs:279:38 [INFO] [stderr] | [INFO] [stderr] 279 | fn accept(&mut self, visitor: &mut NodeVisitor) -> NumberResult { [INFO] [stderr] | ^^^^^^^^^^^ help: use `dyn`: `dyn NodeVisitor` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/ast/node.rs:296:38 [INFO] [stderr] | [INFO] [stderr] 296 | fn accept(&mut self, visitor: &mut NodeVisitor) -> NumberResult { [INFO] [stderr] | ^^^^^^^^^^^ help: use `dyn`: `dyn NodeVisitor` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/ast/visitor.rs:5:34 [INFO] [stderr] | [INFO] [stderr] 5 | fn visit(&mut self, node: &Box) -> NumberResult { [INFO] [stderr] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/interpreter/mod.rs:8:22 [INFO] [stderr] | [INFO] [stderr] 8 | pub root_node: Box, [INFO] [stderr] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/interpreter/mod.rs:24:38 [INFO] [stderr] | [INFO] [stderr] 24 | fn accept(&mut self, visitor: &mut NodeVisitor) -> NumberResult { [INFO] [stderr] | ^^^^^^^^^^^ help: use `dyn`: `dyn NodeVisitor` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/parser/mod.rs:42:32 [INFO] [stderr] | [INFO] [stderr] 42 | fn program(&mut self) -> Box { [INFO] [stderr] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/parser/mod.rs:52:30 [INFO] [stderr] | [INFO] [stderr] 52 | fn block(&mut self) -> Box { [INFO] [stderr] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/parser/mod.rs:59:43 [INFO] [stderr] | [INFO] [stderr] 59 | fn compound_statement(&mut self) -> Box { [INFO] [stderr] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/parser/mod.rs:67:41 [INFO] [stderr] | [INFO] [stderr] 67 | fn declarations(&mut self) -> Vec> { [INFO] [stderr] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/parser/mod.rs:71:35 [INFO] [stderr] | [INFO] [stderr] 71 | let mut declarations: Vec> = vec![]; [INFO] [stderr] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/parser/mod.rs:87:46 [INFO] [stderr] | [INFO] [stderr] 87 | fn procedure_declaration(&mut self) -> Box { [INFO] [stderr] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/parser/mod.rs:90:29 [INFO] [stderr] | [INFO] [stderr] 90 | let mut params: Vec> = vec![]; [INFO] [stderr] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/parser/mod.rs:106:50 [INFO] [stderr] | [INFO] [stderr] 106 | fn formal_parameter_list(&mut self) -> Vec> { [INFO] [stderr] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/parser/mod.rs:117:46 [INFO] [stderr] | [INFO] [stderr] 117 | fn formal_parameters(&mut self) -> Vec> { [INFO] [stderr] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/parser/mod.rs:134:37 [INFO] [stderr] | [INFO] [stderr] 134 | let mut parameter_list: Vec> = vec![]; [INFO] [stderr] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/parser/mod.rs:141:49 [INFO] [stderr] | [INFO] [stderr] 141 | fn variable_declaration(&mut self) -> Vec> { [INFO] [stderr] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/parser/mod.rs:158:39 [INFO] [stderr] | [INFO] [stderr] 158 | let mut var_declarations: Vec> = vec![]; [INFO] [stderr] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/parser/mod.rs:177:43 [INFO] [stderr] | [INFO] [stderr] 177 | fn statement_list(&mut self) -> Vec> { [INFO] [stderr] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/parser/mod.rs:196:34 [INFO] [stderr] | [INFO] [stderr] 196 | fn statement(&mut self) -> Box { [INFO] [stderr] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/parser/mod.rs:206:45 [INFO] [stderr] | [INFO] [stderr] 206 | fn assignment_statement(&mut self) -> Box { [INFO] [stderr] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/parser/mod.rs:226:26 [INFO] [stderr] | [INFO] [stderr] 226 | fn empty(&self) -> Box { [INFO] [stderr] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/parser/mod.rs:229:31 [INFO] [stderr] | [INFO] [stderr] 229 | fn factor(&mut self) -> Box { [INFO] [stderr] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/parser/mod.rs:262:29 [INFO] [stderr] | [INFO] [stderr] 262 | fn term(&mut self) -> Box { [INFO] [stderr] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/parser/mod.rs:276:29 [INFO] [stderr] | [INFO] [stderr] 276 | fn expr(&mut self) -> Box { [INFO] [stderr] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/parser/mod.rs:288:34 [INFO] [stderr] | [INFO] [stderr] 288 | pub fn parse(&mut self) -> Box { [INFO] [stderr] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stderr] --> src/lexer/mod.rs:8:1 [INFO] [stderr] | [INFO] [stderr] 8 | / lazy_static! { [INFO] [stderr] 9 | | static ref RESERVED_WORDS: HashMap<&'static str, Token> = { [INFO] [stderr] 10 | | let mut reserved_words = HashMap::new(); [INFO] [stderr] 11 | | reserved_words.insert("PROGRAM", Program); [INFO] [stderr] ... | [INFO] [stderr] 20 | | }; [INFO] [stderr] 21 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/symbols/symbol.rs:70:14 [INFO] [stderr] | [INFO] [stderr] 70 | panic!(format!("Error, Invalid Symbol! {}", symbol)); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(non_fmt_panic)]` on by default [INFO] [stderr] = note: this is no longer accepted in Rust 2021 [INFO] [stderr] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] [INFO] [stderr] help: remove the `format!(..)` macro call [INFO] [stdout] running 17 tests [INFO] [stderr] | [INFO] [stdout] test lexer::tests::add_two_single_digit_numbers ... ok [INFO] [stderr] 70 | panic!("Error, Invalid Symbol! {}", symbol); [INFO] [stdout] test lexer::tests::divide_two_real_numbers ... ok [INFO] [stderr] | -- -- [INFO] [stdout] test lexer::tests::lex_assignment ... ok [INFO] [stderr] [INFO] [stdout] test lexer::tests::lex_comment ... ok [INFO] [stderr] warning: 63 warnings emitted [INFO] [stdout] test lexer::tests::multiply_two_single_digit_numbers ... ok [INFO] [stderr] [INFO] [stdout] test symbols::symbol::tests::build_builtin_integer_type ... ok [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] test symbols::symbol::tests::build_builtin_real_type ... ok [INFO] [stderr] --> src/ast/node.rs:9:38 [INFO] [stdout] test symbols::symbol::tests::create_real_variable ... ok [INFO] [stderr] | [INFO] [stdout] test symbols::symbol::tests::define_and_lookup_integer ... ok [INFO] [stderr] 9 | fn accept(&mut self, visitor: &mut NodeVisitor) -> NumberResult; [INFO] [stdout] test symbols::symbol::tests::define_and_lookup_real ... ok [INFO] [stderr] | ^^^^^^^^^^^ help: use `dyn`: `dyn NodeVisitor` [INFO] [stdout] test symbols::symbol::tests::lookup_unknown_variable ... ok [INFO] [stderr] | [INFO] [stdout] test lexer::tests::multiply_two_real_numbers ... ok [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] test symbols::symbol::tests::create_integer_variable ... ok [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] test lexer::tests::lex_expression_in_parens ... ok [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stdout] test lexer::tests::lex_reserved_keywords ... ok [INFO] [stderr] [INFO] [stdout] test lexer::tests::divide_two_integers ... ok [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/ast/node.rs:26:38 [INFO] [stderr] | [INFO] [stderr] 26 | fn accept(&mut self, visitor: &mut NodeVisitor) -> NumberResult { [INFO] [stderr] | ^^^^^^^^^^^ help: use `dyn`: `dyn NodeVisitor` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/ast/node.rs:43:38 [INFO] [stderr] | [INFO] [stderr] 43 | fn accept(&mut self, visitor: &mut NodeVisitor) -> NumberResult { [INFO] [stderr] | ^^^^^^^^^^^ help: use `dyn`: `dyn NodeVisitor` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/ast/node.rs:49:17 [INFO] [stderr] | [INFO] [stderr] 49 | pub left: Box, [INFO] [stderr] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/ast/node.rs:50:18 [INFO] [stderr] | [INFO] [stderr] 50 | pub right: Box, [INFO] [stderr] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/ast/node.rs:54:29 [INFO] [stderr] | [INFO] [stderr] 54 | pub fn to_string(node: &Box) -> String { [INFO] [stderr] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/ast/node.rs:91:24 [INFO] [stderr] | [INFO] [stderr] 91 | pub fn new(left: Box, right: Box, operator: Token) -> Self { [INFO] [stderr] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/ast/node.rs:91:42 [INFO] [stderr] | [INFO] [stderr] 91 | pub fn new(left: Box, right: Box, operator: Token) -> Self { [INFO] [stderr] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/ast/node.rs:101:38 [INFO] [stderr] | [INFO] [stderr] 101 | fn accept(&mut self, visitor: &mut NodeVisitor) -> NumberResult { [INFO] [stderr] | ^^^^^^^^^^^ help: use `dyn`: `dyn NodeVisitor` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/ast/node.rs:108:17 [INFO] [stderr] | [INFO] [stderr] 108 | pub expr: Box, [INFO] [stderr] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/ast/node.rs:112:41 [INFO] [stderr] | [INFO] [stderr] 112 | pub fn new(operator: Token, expr: Box) -> Self { [INFO] [stderr] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/ast/node.rs:118:38 [INFO] [stderr] | [INFO] [stderr] 118 | fn accept(&mut self, visitor: &mut NodeVisitor) -> NumberResult { [INFO] [stderr] | ^^^^^^^^^^^ help: use `dyn`: `dyn NodeVisitor` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/ast/node.rs:124:25 [INFO] [stderr] | [INFO] [stderr] 124 | pub children: Vec>, [INFO] [stderr] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/ast/node.rs:128:32 [INFO] [stderr] | [INFO] [stderr] 128 | pub fn new(children: Vec>) -> Self { [INFO] [stderr] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/ast/node.rs:134:38 [INFO] [stderr] | [INFO] [stderr] 134 | fn accept(&mut self, visitor: &mut NodeVisitor) -> NumberResult { [INFO] [stderr] | ^^^^^^^^^^^ help: use `dyn`: `dyn NodeVisitor` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/ast/node.rs:140:23 [INFO] [stderr] | [INFO] [stderr] 140 | pub identifier: Box, [INFO] [stderr] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/ast/node.rs:141:17 [INFO] [stderr] | [INFO] [stderr] 141 | pub expr: Box, [INFO] [stderr] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/ast/node.rs:146:30 [INFO] [stderr] | [INFO] [stderr] 146 | pub fn new(identifier: Box, expr: Box, operator: Token) -> Self { [INFO] [stderr] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/ast/node.rs:146:47 [INFO] [stderr] | [INFO] [stderr] 146 | pub fn new(identifier: Box, expr: Box, operator: Token) -> Self { [INFO] [stderr] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/ast/node.rs:156:38 [INFO] [stderr] | [INFO] [stderr] 156 | fn accept(&mut self, visitor: &mut NodeVisitor) -> NumberResult { [INFO] [stderr] | ^^^^^^^^^^^ help: use `dyn`: `dyn NodeVisitor` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/ast/node.rs:172:38 [INFO] [stderr] | [INFO] [stderr] 172 | fn accept(&mut self, visitor: &mut NodeVisitor) -> NumberResult { [INFO] [stderr] | ^^^^^^^^^^^ help: use `dyn`: `dyn NodeVisitor` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/ast/node.rs:180:38 [INFO] [stderr] | [INFO] [stderr] 180 | fn accept(&mut self, visitor: &mut NodeVisitor) -> NumberResult { [INFO] [stderr] | ^^^^^^^^^^^ help: use `dyn`: `dyn NodeVisitor` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/ast/node.rs:187:18 [INFO] [stderr] | [INFO] [stderr] 187 | pub block: Box, [INFO] [stderr] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/ast/node.rs:191:44 [INFO] [stderr] | [INFO] [stderr] 191 | pub fn new(identifier: Token, block: Box) -> Self { [INFO] [stderr] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/ast/node.rs:197:38 [INFO] [stderr] | [INFO] [stderr] 197 | fn accept(&mut self, visitor: &mut NodeVisitor) -> NumberResult { [INFO] [stderr] | ^^^^^^^^^^^ help: use `dyn`: `dyn NodeVisitor` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/ast/node.rs:204:23 [INFO] [stderr] | [INFO] [stderr] 204 | pub params: Vec>, [INFO] [stderr] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/ast/node.rs:205:18 [INFO] [stderr] | [INFO] [stderr] 205 | pub block: Box, [INFO] [stderr] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/ast/node.rs:209:48 [INFO] [stderr] | [INFO] [stderr] 209 | pub fn new(proc_name: Token, params: Vec>, block: Box) -> Self { [INFO] [stderr] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/ast/node.rs:209:67 [INFO] [stderr] | [INFO] [stderr] 209 | pub fn new(proc_name: Token, params: Vec>, block: Box) -> Self { [INFO] [stderr] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/ast/node.rs:219:38 [INFO] [stderr] | [INFO] [stderr] 219 | fn accept(&mut self, visitor: &mut NodeVisitor) -> NumberResult { [INFO] [stderr] | ^^^^^^^^^^^ help: use `dyn`: `dyn NodeVisitor` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/ast/node.rs:239:38 [INFO] [stderr] | [INFO] [stderr] 239 | fn accept(&mut self, visitor: &mut NodeVisitor) -> NumberResult { [INFO] [stderr] | ^^^^^^^^^^^ help: use `dyn`: `dyn NodeVisitor` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/ast/node.rs:245:29 [INFO] [stderr] | [INFO] [stderr] 245 | pub declarations: Vec>, [INFO] [stderr] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/ast/node.rs:246:31 [INFO] [stderr] | [INFO] [stderr] 246 | pub compound_statement: Box, [INFO] [stderr] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/ast/node.rs:250:36 [INFO] [stderr] | [INFO] [stderr] 250 | pub fn new(declarations: Vec>, compound_statement: Box) -> Self { [INFO] [stderr] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/ast/node.rs:250:68 [INFO] [stderr] | [INFO] [stderr] 250 | pub fn new(declarations: Vec>, compound_statement: Box) -> Self { [INFO] [stderr] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/ast/node.rs:259:38 [INFO] [stderr] | [INFO] [stderr] 259 | fn accept(&mut self, visitor: &mut NodeVisitor) -> NumberResult { [INFO] [stderr] | ^^^^^^^^^^^ help: use `dyn`: `dyn NodeVisitor` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/ast/node.rs:279:38 [INFO] [stderr] | [INFO] [stderr] 279 | fn accept(&mut self, visitor: &mut NodeVisitor) -> NumberResult { [INFO] [stderr] | ^^^^^^^^^^^ help: use `dyn`: `dyn NodeVisitor` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/ast/node.rs:296:38 [INFO] [stderr] | [INFO] [stderr] 296 | fn accept(&mut self, visitor: &mut NodeVisitor) -> NumberResult { [INFO] [stderr] | ^^^^^^^^^^^ help: use `dyn`: `dyn NodeVisitor` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/ast/visitor.rs:5:34 [INFO] [stderr] | [INFO] [stderr] 5 | fn visit(&mut self, node: &Box) -> NumberResult { [INFO] [stderr] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/interpreter/mod.rs:8:22 [INFO] [stderr] | [INFO] [stderr] 8 | pub root_node: Box, [INFO] [stderr] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/interpreter/mod.rs:24:38 [INFO] [stderr] | [INFO] [stderr] 24 | fn accept(&mut self, visitor: &mut NodeVisitor) -> NumberResult { [INFO] [stderr] | ^^^^^^^^^^^ help: use `dyn`: `dyn NodeVisitor` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/parser/mod.rs:42:32 [INFO] [stderr] | [INFO] [stderr] 42 | fn program(&mut self) -> Box { [INFO] [stderr] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/parser/mod.rs:52:30 [INFO] [stderr] | [INFO] [stderr] 52 | fn block(&mut self) -> Box { [INFO] [stderr] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/parser/mod.rs:59:43 [INFO] [stderr] | [INFO] [stderr] 59 | fn compound_statement(&mut self) -> Box { [INFO] [stderr] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/parser/mod.rs:67:41 [INFO] [stderr] | [INFO] [stderr] 67 | fn declarations(&mut self) -> Vec> { [INFO] [stderr] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/parser/mod.rs:71:35 [INFO] [stderr] | [INFO] [stderr] 71 | let mut declarations: Vec> = vec![]; [INFO] [stderr] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/parser/mod.rs:87:46 [INFO] [stderr] | [INFO] [stderr] 87 | fn procedure_declaration(&mut self) -> Box { [INFO] [stderr] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/parser/mod.rs:90:29 [INFO] [stderr] | [INFO] [stderr] 90 | let mut params: Vec> = vec![]; [INFO] [stderr] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/parser/mod.rs:106:50 [INFO] [stderr] | [INFO] [stderr] 106 | fn formal_parameter_list(&mut self) -> Vec> { [INFO] [stderr] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/parser/mod.rs:117:46 [INFO] [stderr] | [INFO] [stderr] 117 | fn formal_parameters(&mut self) -> Vec> { [INFO] [stderr] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/parser/mod.rs:134:37 [INFO] [stderr] | [INFO] [stderr] 134 | let mut parameter_list: Vec> = vec![]; [INFO] [stderr] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/parser/mod.rs:141:49 [INFO] [stderr] | [INFO] [stderr] 141 | fn variable_declaration(&mut self) -> Vec> { [INFO] [stderr] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/parser/mod.rs:158:39 [INFO] [stderr] | [INFO] [stderr] 158 | let mut var_declarations: Vec> = vec![]; [INFO] [stderr] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/parser/mod.rs:177:43 [INFO] [stderr] | [INFO] [stderr] 177 | fn statement_list(&mut self) -> Vec> { [INFO] [stderr] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/parser/mod.rs:196:34 [INFO] [stderr] | [INFO] [stderr] 196 | fn statement(&mut self) -> Box { [INFO] [stderr] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/parser/mod.rs:206:45 [INFO] [stderr] | [INFO] [stderr] 206 | fn assignment_statement(&mut self) -> Box { [INFO] [stderr] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/parser/mod.rs:226:26 [INFO] [stderr] | [INFO] [stderr] 226 | fn empty(&self) -> Box { [INFO] [stderr] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/parser/mod.rs:229:31 [INFO] [stderr] | [INFO] [stderr] 229 | fn factor(&mut self) -> Box { [INFO] [stderr] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/parser/mod.rs:262:29 [INFO] [stderr] | [INFO] [stderr] 262 | fn term(&mut self) -> Box { [INFO] [stderr] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/parser/mod.rs:276:29 [INFO] [stderr] | [INFO] [stderr] 276 | fn expr(&mut self) -> Box { [INFO] [stderr] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/parser/mod.rs:288:34 [INFO] [stderr] | [INFO] [stderr] 288 | pub fn parse(&mut self) -> Box { [INFO] [stderr] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/main.rs:40:29 [INFO] [stderr] | [INFO] [stderr] 40 | fn main() -> Result<(), Box> { [INFO] [stderr] | ^^^^^^^^^^^^ help: use `dyn`: `dyn error::Error` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stderr] --> src/lexer/mod.rs:8:1 [INFO] [stderr] | [INFO] [stderr] 8 | / lazy_static! { [INFO] [stderr] 9 | | static ref RESERVED_WORDS: HashMap<&'static str, Token> = { [INFO] [stderr] 10 | | let mut reserved_words = HashMap::new(); [INFO] [stderr] 11 | | reserved_words.insert("PROGRAM", Program); [INFO] [stderr] ... | [INFO] [stderr] 20 | | }; [INFO] [stderr] 21 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/symbols/symbol.rs:70:14 [INFO] [stderr] | [INFO] [stderr] 70 | panic!(format!("Error, Invalid Symbol! {}", symbol)); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(non_fmt_panic)]` on by default [INFO] [stderr] = note: this is no longer accepted in Rust 2021 [INFO] [stderr] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stderr] help: remove the `format!(..)` macro call [INFO] [stderr] | [INFO] [stderr] 70 | panic!("Error, Invalid Symbol! {}", symbol); [INFO] [stderr] | -- -- [INFO] [stderr] [INFO] [stderr] warning: 64 warnings emitted [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/ast/node.rs:9:38 [INFO] [stderr] | [INFO] [stderr] 9 | fn accept(&mut self, visitor: &mut NodeVisitor) -> NumberResult; [INFO] [stderr] | ^^^^^^^^^^^ help: use `dyn`: `dyn NodeVisitor` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` 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 the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/ast/node.rs:26:38 [INFO] [stderr] | [INFO] [stderr] 26 | fn accept(&mut self, visitor: &mut NodeVisitor) -> NumberResult { [INFO] [stderr] | ^^^^^^^^^^^ help: use `dyn`: `dyn NodeVisitor` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/ast/node.rs:43:38 [INFO] [stderr] | [INFO] [stderr] 43 | fn accept(&mut self, visitor: &mut NodeVisitor) -> NumberResult { [INFO] [stderr] | ^^^^^^^^^^^ help: use `dyn`: `dyn NodeVisitor` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/ast/node.rs:49:17 [INFO] [stderr] | [INFO] [stderr] 49 | pub left: Box, [INFO] [stderr] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/ast/node.rs:50:18 [INFO] [stderr] | [INFO] [stderr] 50 | pub right: Box, [INFO] [stderr] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/ast/node.rs:54:29 [INFO] [stderr] | [INFO] [stderr] 54 | pub fn to_string(node: &Box) -> String { [INFO] [stderr] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/ast/node.rs:91:24 [INFO] [stderr] | [INFO] [stderr] 91 | pub fn new(left: Box, right: Box, operator: Token) -> Self { [INFO] [stderr] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/ast/node.rs:91:42 [INFO] [stderr] | [INFO] [stderr] 91 | pub fn new(left: Box, right: Box, operator: Token) -> Self { [INFO] [stderr] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/ast/node.rs:101:38 [INFO] [stderr] | [INFO] [stderr] 101 | fn accept(&mut self, visitor: &mut NodeVisitor) -> NumberResult { [INFO] [stderr] | ^^^^^^^^^^^ help: use `dyn`: `dyn NodeVisitor` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/ast/node.rs:108:17 [INFO] [stderr] | [INFO] [stderr] 108 | pub expr: Box, [INFO] [stderr] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/ast/node.rs:112:41 [INFO] [stderr] | [INFO] [stderr] 112 | pub fn new(operator: Token, expr: Box) -> Self { [INFO] [stderr] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/ast/node.rs:118:38 [INFO] [stderr] | [INFO] [stderr] 118 | fn accept(&mut self, visitor: &mut NodeVisitor) -> NumberResult { [INFO] [stderr] | ^^^^^^^^^^^ help: use `dyn`: `dyn NodeVisitor` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/ast/node.rs:124:25 [INFO] [stderr] | [INFO] [stderr] 124 | pub children: Vec>, [INFO] [stderr] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/ast/node.rs:128:32 [INFO] [stderr] | [INFO] [stderr] 128 | pub fn new(children: Vec>) -> Self { [INFO] [stderr] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/ast/node.rs:134:38 [INFO] [stderr] | [INFO] [stderr] 134 | fn accept(&mut self, visitor: &mut NodeVisitor) -> NumberResult { [INFO] [stderr] | ^^^^^^^^^^^ help: use `dyn`: `dyn NodeVisitor` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/ast/node.rs:140:23 [INFO] [stderr] | [INFO] [stderr] 140 | pub identifier: Box, [INFO] [stderr] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/ast/node.rs:141:17 [INFO] [stderr] | [INFO] [stderr] 141 | pub expr: Box, [INFO] [stderr] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/ast/node.rs:146:30 [INFO] [stderr] | [INFO] [stderr] 146 | pub fn new(identifier: Box, expr: Box, operator: Token) -> Self { [INFO] [stderr] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/ast/node.rs:146:47 [INFO] [stderr] | [INFO] [stderr] 146 | pub fn new(identifier: Box, expr: Box, operator: Token) -> Self { [INFO] [stderr] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/ast/node.rs:156:38 [INFO] [stderr] | [INFO] [stderr] 156 | fn accept(&mut self, visitor: &mut NodeVisitor) -> NumberResult { [INFO] [stderr] | ^^^^^^^^^^^ help: use `dyn`: `dyn NodeVisitor` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/ast/node.rs:172:38 [INFO] [stderr] | [INFO] [stderr] 172 | fn accept(&mut self, visitor: &mut NodeVisitor) -> NumberResult { [INFO] [stderr] | ^^^^^^^^^^^ help: use `dyn`: `dyn NodeVisitor` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/ast/node.rs:180:38 [INFO] [stderr] | [INFO] [stderr] 180 | fn accept(&mut self, visitor: &mut NodeVisitor) -> NumberResult { [INFO] [stderr] | ^^^^^^^^^^^ help: use `dyn`: `dyn NodeVisitor` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/ast/node.rs:187:18 [INFO] [stderr] | [INFO] [stderr] 187 | pub block: Box, [INFO] [stderr] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/ast/node.rs:191:44 [INFO] [stderr] | [INFO] [stderr] 191 | pub fn new(identifier: Token, block: Box) -> Self { [INFO] [stderr] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/ast/node.rs:197:38 [INFO] [stderr] | [INFO] [stderr] 197 | fn accept(&mut self, visitor: &mut NodeVisitor) -> NumberResult { [INFO] [stderr] | ^^^^^^^^^^^ help: use `dyn`: `dyn NodeVisitor` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/ast/node.rs:204:23 [INFO] [stderr] | [INFO] [stderr] 204 | pub params: Vec>, [INFO] [stderr] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/ast/node.rs:205:18 [INFO] [stderr] | [INFO] [stderr] 205 | pub block: Box, [INFO] [stderr] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/ast/node.rs:209:48 [INFO] [stderr] | [INFO] [stderr] 209 | pub fn new(proc_name: Token, params: Vec>, block: Box) -> Self { [INFO] [stderr] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/ast/node.rs:209:67 [INFO] [stderr] | [INFO] [stderr] 209 | pub fn new(proc_name: Token, params: Vec>, block: Box) -> Self { [INFO] [stderr] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/ast/node.rs:219:38 [INFO] [stderr] | [INFO] [stderr] 219 | fn accept(&mut self, visitor: &mut NodeVisitor) -> NumberResult { [INFO] [stderr] | ^^^^^^^^^^^ help: use `dyn`: `dyn NodeVisitor` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/ast/node.rs:239:38 [INFO] [stderr] | [INFO] [stderr] 239 | fn accept(&mut self, visitor: &mut NodeVisitor) -> NumberResult { [INFO] [stderr] | ^^^^^^^^^^^ help: use `dyn`: `dyn NodeVisitor` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/ast/node.rs:245:29 [INFO] [stderr] | [INFO] [stderr] 245 | pub declarations: Vec>, [INFO] [stderr] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/ast/node.rs:246:31 [INFO] [stderr] | [INFO] [stderr] 246 | pub compound_statement: Box, [INFO] [stderr] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/ast/node.rs:250:36 [INFO] [stderr] | [INFO] [stderr] 250 | pub fn new(declarations: Vec>, compound_statement: Box) -> Self { [INFO] [stderr] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/ast/node.rs:250:68 [INFO] [stderr] | [INFO] [stderr] 250 | pub fn new(declarations: Vec>, compound_statement: Box) -> Self { [INFO] [stderr] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/ast/node.rs:259:38 [INFO] [stderr] | [INFO] [stderr] 259 | fn accept(&mut self, visitor: &mut NodeVisitor) -> NumberResult { [INFO] [stderr] | ^^^^^^^^^^^ help: use `dyn`: `dyn NodeVisitor` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/ast/node.rs:279:38 [INFO] [stderr] | [INFO] [stderr] 279 | fn accept(&mut self, visitor: &mut NodeVisitor) -> NumberResult { [INFO] [stderr] | ^^^^^^^^^^^ help: use `dyn`: `dyn NodeVisitor` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/ast/node.rs:296:38 [INFO] [stderr] | [INFO] [stderr] 296 | fn accept(&mut self, visitor: &mut NodeVisitor) -> NumberResult { [INFO] [stderr] | ^^^^^^^^^^^ help: use `dyn`: `dyn NodeVisitor` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/ast/visitor.rs:5:34 [INFO] [stderr] | [INFO] [stderr] 5 | fn visit(&mut self, node: &Box) -> NumberResult { [INFO] [stderr] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/interpreter/mod.rs:8:22 [INFO] [stderr] | [INFO] [stderr] 8 | pub root_node: Box, [INFO] [stderr] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/interpreter/mod.rs:24:38 [INFO] [stderr] | [INFO] [stderr] 24 | fn accept(&mut self, visitor: &mut NodeVisitor) -> NumberResult { [INFO] [stderr] | ^^^^^^^^^^^ help: use `dyn`: `dyn NodeVisitor` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/parser/mod.rs:42:32 [INFO] [stderr] | [INFO] [stderr] 42 | fn program(&mut self) -> Box { [INFO] [stderr] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/parser/mod.rs:52:30 [INFO] [stderr] | [INFO] [stderr] 52 | fn block(&mut self) -> Box { [INFO] [stderr] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/parser/mod.rs:59:43 [INFO] [stderr] | [INFO] [stderr] 59 | fn compound_statement(&mut self) -> Box { [INFO] [stderr] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/parser/mod.rs:67:41 [INFO] [stderr] | [INFO] [stderr] 67 | fn declarations(&mut self) -> Vec> { [INFO] [stderr] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/parser/mod.rs:71:35 [INFO] [stderr] | [INFO] [stderr] 71 | let mut declarations: Vec> = vec![]; [INFO] [stderr] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/parser/mod.rs:87:46 [INFO] [stderr] | [INFO] [stderr] 87 | fn procedure_declaration(&mut self) -> Box { [INFO] [stderr] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/parser/mod.rs:90:29 [INFO] [stderr] | [INFO] [stderr] 90 | let mut params: Vec> = vec![]; [INFO] [stderr] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/parser/mod.rs:106:50 [INFO] [stderr] | [INFO] [stderr] 106 | fn formal_parameter_list(&mut self) -> Vec> { [INFO] [stderr] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/parser/mod.rs:117:46 [INFO] [stderr] | [INFO] [stderr] 117 | fn formal_parameters(&mut self) -> Vec> { [INFO] [stderr] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/parser/mod.rs:134:37 [INFO] [stderr] | [INFO] [stderr] 134 | let mut parameter_list: Vec> = vec![]; [INFO] [stderr] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/parser/mod.rs:141:49 [INFO] [stderr] | [INFO] [stderr] 141 | fn variable_declaration(&mut self) -> Vec> { [INFO] [stderr] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/parser/mod.rs:158:39 [INFO] [stderr] | [INFO] [stderr] 158 | let mut var_declarations: Vec> = vec![]; [INFO] [stderr] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/parser/mod.rs:177:43 [INFO] [stderr] | [INFO] [stderr] 177 | fn statement_list(&mut self) -> Vec> { [INFO] [stderr] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/parser/mod.rs:196:34 [INFO] [stderr] | [INFO] [stderr] 196 | fn statement(&mut self) -> Box { [INFO] [stderr] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/parser/mod.rs:206:45 [INFO] [stderr] | [INFO] [stderr] 206 | fn assignment_statement(&mut self) -> Box { [INFO] [stderr] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/parser/mod.rs:226:26 [INFO] [stderr] | [INFO] [stderr] 226 | fn empty(&self) -> Box { [INFO] [stderr] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/parser/mod.rs:229:31 [INFO] [stderr] | [INFO] [stderr] 229 | fn factor(&mut self) -> Box { [INFO] [stderr] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/parser/mod.rs:262:29 [INFO] [stderr] | [INFO] [stderr] 262 | fn term(&mut self) -> Box { [INFO] [stderr] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/parser/mod.rs:276:29 [INFO] [stderr] | [INFO] [stderr] 276 | fn expr(&mut self) -> Box { [INFO] [stderr] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/parser/mod.rs:288:34 [INFO] [stderr] | [INFO] [stderr] 288 | pub fn parse(&mut self) -> Box { [INFO] [stderr] | ^^^^ help: use `dyn`: `dyn Node` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/main.rs:40:29 [INFO] [stderr] | [INFO] [stderr] 40 | fn main() -> Result<(), Box> { [INFO] [stderr] | ^^^^^^^^^^^^ help: use `dyn`: `dyn error::Error` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stderr] --> src/lexer/mod.rs:8:1 [INFO] [stderr] | [INFO] [stderr] 8 | / lazy_static! { [INFO] [stderr] 9 | | static ref RESERVED_WORDS: HashMap<&'static str, Token> = { [INFO] [stderr] 10 | | let mut reserved_words = HashMap::new(); [INFO] [stderr] 11 | | reserved_words.insert("PROGRAM", Program); [INFO] [stderr] ... | [INFO] [stderr] 20 | | }; [INFO] [stderr] 21 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/symbols/symbol.rs:70:14 [INFO] [stderr] | [INFO] [stderr] 70 | panic!(format!("Error, Invalid Symbol! {}", symbol)); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(non_fmt_panic)]` on by default [INFO] [stderr] = note: this is no longer accepted in Rust 2021 [INFO] [stderr] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stderr] help: remove the `format!(..)` macro call [INFO] [stderr] | [INFO] [stderr] 70 | panic!("Error, Invalid Symbol! {}", symbol); [INFO] [stderr] | -- -- [INFO] [stderr] [INFO] [stderr] warning: 64 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 20.55s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/basic_interpreter-1ad4bc32ed3e1362) [INFO] [stdout] test symbols::symbol::tests::should_panic_build_invalid_builtin ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 17 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.04s [INFO] [stdout] [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/basic_interpreter-7f39a358992aedad) [INFO] [stdout] [INFO] [stdout] running 17 tests [INFO] [stdout] test lexer::tests::lex_assignment ... ok [INFO] [stdout] test lexer::tests::lex_comment ... ok [INFO] [stdout] test lexer::tests::lex_expression_in_parens ... ok [INFO] [stdout] test symbols::symbol::tests::build_builtin_integer_type ... ok [INFO] [stdout] test symbols::symbol::tests::build_builtin_real_type ... ok [INFO] [stdout] test symbols::symbol::tests::create_integer_variable ... ok [INFO] [stdout] test symbols::symbol::tests::create_real_variable ... ok [INFO] [stdout] test symbols::symbol::tests::define_and_lookup_integer ... ok [INFO] [stdout] test symbols::symbol::tests::lookup_unknown_variable ... ok [INFO] [stdout] test lexer::tests::add_two_single_digit_numbers ... ok [INFO] [stdout] test lexer::tests::multiply_two_single_digit_numbers ... ok [INFO] [stdout] test symbols::symbol::tests::define_and_lookup_real ... ok [INFO] [stdout] test lexer::tests::multiply_two_real_numbers ... ok [INFO] [stdout] test lexer::tests::divide_two_integers ... ok [INFO] [stdout] test lexer::tests::lex_reserved_keywords ... ok [INFO] [stdout] test lexer::tests::divide_two_real_numbers ... ok [INFO] [stderr] Running tests/integration_tests.rs (/opt/rustwide/target/debug/deps/integration_tests-327f7d34e6645984) [INFO] [stdout] test symbols::symbol::tests::should_panic_build_invalid_builtin ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 17 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.06s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 20 tests [INFO] [stdout] Symbol Table Info: [INFO] [stdout] Scope: Global Scope, Level: 1 [INFO] [stdout] Symbol Table Info: [INFO] [stdout] Scope: Global Scope, Level: 1 [INFO] [stdout] Symbol Table Info: [INFO] [stdout] Scope: Global Scope, Level: 1 [INFO] [stdout] Symbol Table Info: [INFO] [stdout] Scope: Global Scope, Level: 1 [INFO] [stdout] test tests::final_statement_does_not_require_semicolon ... ok [INFO] [stdout] test tests::evalutate_addition_and_multiplication ... ok [INFO] [stdout] test tests::identifiers_can_start_with_underscore ... ok [INFO] [stdout] Symbol Table Info: [INFO] [stdout] Scope: Global Scope, Level: 1 [INFO] [stdout] Symbol Table Info: [INFO] [stdout] Scope: Alpha, Level: 2 [INFO] [stdout] Symbol Table Info: [INFO] [stdout] Scope: Global Scope, Level: 1 [INFO] [stdout] Symbol Table Info: [INFO] [stdout] Scope: Global Scope, Level: 1 [INFO] [stdout] Symbol Table Info: [INFO] [stdout] Scope: Alpha, Level: 2 [INFO] [stdout] Symbol Table Info: [INFO] [stdout] Scope: Global Scope, Level: 1 [INFO] [stdout] Symbol Table Info: [INFO] [stdout] Scope: Global Scope, Level: 1 [INFO] [stdout] Symbol Table Info: [INFO] [stdout] Scope: Global Scope, Level: 1 [INFO] [stdout] Symbol Table Info: [INFO] [stdout] Scope: P1, Level: 2 [INFO] [stdout] Symbol Table Info: [INFO] [stdout] Scope: Global Scope, Level: 1 [INFO] [stdout] Symbol Table Info: [INFO] [stdout] Scope: Global Scope, Level: 1 [INFO] [stdout] Symbol Table Info: [INFO] [stdout] Scope: P1, Level: 2 [INFO] [stdout] Symbol Table Info: [INFO] [stdout] Scope: Global Scope, Level: 1 [INFO] [stdout] test tests::begin_then_end ... ok [INFO] [stdout] test tests::program_contains_single_statement ... ok [INFO] [stdout] test tests::program_contains_integer_and_real_variables ... ok [INFO] [stdout] Symbol Table Info: [INFO] [stdout] Scope: Global Scope, Level: 1 [INFO] [stdout] test tests::program_contains_multiple_statements ... ok [INFO] [stdout] Symbol Table Info: [INFO] [stdout] Scope: Global Scope, Level: 1 [INFO] [stdout] test tests::evalutate_multiple_expression_statement ... ok [INFO] [stdout] test tests::reserved_words_can_be_in_either_case ... ok [INFO] [stdout] test tests::program_contains_a_compound_statement_with_trailing_statement ... ok [INFO] [stdout] test tests::program_contains_a_compound_statement ... ok [INFO] [stdout] test tests::should_panic_assignment_only_has_one_equals_sign ... ok [INFO] [stdout] test tests::interpret_formal_parameter_ints ... FAILED [INFO] [stdout] test tests::should_panic_begin_then_end_without_period ... ok [INFO] [stdout] test tests::interpret_multiple_formal_parameters ... FAILED [INFO] [stdout] test tests::should_panic_assignment_requires_colon ... ok [INFO] [stdout] test tests::parse_procedure ... FAILED [INFO] [stdout] test tests::should_panic_compound_statement_with_trailing_statement_missing_semicolon ... ok [INFO] [stdout] test tests::parse_nested_procedure ... FAILED [INFO] [stdout] test tests::should_panic_identifiers_cannot_contain_underscores ... ok [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stderr] error: test failed, to rerun pass '--test integration_tests' [INFO] [stdout] [INFO] [stdout] ---- tests::interpret_formal_parameter_ints stdout ---- [INFO] [stdout] { INTEGER => INTEGER } [INFO] [stdout] { a => a: INTEGER } [INFO] [stdout] { b => b: INTEGER } [INFO] [stdout] { REAL => REAL } [INFO] [stdout] [INFO] [stdout] { y => y: REAL } [INFO] [stdout] { INTEGER => INTEGER } [INFO] [stdout] { REAL => REAL } [INFO] [stdout] { x => x: REAL } [INFO] [stdout] [INFO] [stdout] thread 'tests::interpret_formal_parameter_ints' panicked at 'assertion failed: `(left == right)` [INFO] [stdout] left: `Err("Found duplicate variable declaration for 'y'!")`, [INFO] [stdout] right: `Ok(Nil)`', tests/integration_tests.rs:313:5 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x5633d71f9fa0 - std::backtrace_rs::backtrace::libunwind::trace::h1037ca7e6eeef65c [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stdout] 1: 0x5633d71f9fa0 - std::backtrace_rs::backtrace::trace_unsynchronized::haaefac1bc3669450 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x5633d71f9fa0 - std::sys_common::backtrace::_print_fmt::h863a6f5e6d995885 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x5633d71f9fa0 - ::fmt::h767e17e1aa7df6a8 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x5633d721e2dc - core::fmt::write::h7aa6cd0067dca82a [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/core/src/fmt/mod.rs:1110:17 [INFO] [stdout] 5: 0x5633d71f7015 - std::io::Write::write_fmt::h6f1a9b91376a1376 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/io/mod.rs:1584:15 [INFO] [stdout] 6: 0x5633d71fc10b - std::sys_common::backtrace::_print::h2769edb26a7eb606 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x5633d71fc10b - std::sys_common::backtrace::print::ha71f3549862b4cb6 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x5633d71fc10b - std::panicking::default_hook::{{closure}}::h95488a3bade217f6 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/panicking.rs:208:50 [INFO] [stdout] 9: 0x5633d71fbc1c - std::panicking::default_hook::h290aa602c0fb11df [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/panicking.rs:222:9 [INFO] [stdout] 10: 0x5633d71fc7b1 - std::panicking::rust_panic_with_hook::hf32c4fa635e215f2 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/panicking.rs:622:17 [INFO] [stdout] 11: 0x5633d71fc2b7 - std::panicking::begin_panic_handler::{{closure}}::h95197ccd88846f7a [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/panicking.rs:519:13 [INFO] [stdout] 12: 0x5633d71fa47c - std::sys_common::backtrace::__rust_end_short_backtrace::h7641df9566f7b7d0 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stdout] 13: 0x5633d71fc219 - rust_begin_unwind [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/panicking.rs:515:5 [INFO] [stdout] 14: 0x5633d703a5b1 - core::panicking::panic_fmt::hbe99dddd3092ba3c [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/core/src/panicking.rs:92:14 [INFO] [stdout] 15: 0x5633d721c388 - core::panicking::assert_failed_inner::h4fdb1013d187f202 [INFO] [stdout] 16: 0x5633d703d0aa - core::panicking::assert_failed::h98a3fe86d35cce98 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/core/src/panicking.rs:117:5 [INFO] [stdout] 17: 0x5633d703c9e1 - integration_tests::tests::interpret_formal_parameter_ints::h492bd8ba1ed3aa82 [INFO] [stdout] at /opt/rustwide/workdir/tests/integration_tests.rs:313:5 [INFO] [stdout] 18: 0x5633d703c8ba - integration_tests::tests::interpret_formal_parameter_ints::{{closure}}::hf76eb0fc962ece36 [INFO] [stdout] at /opt/rustwide/workdir/tests/integration_tests.rs:296:3 [INFO] [stdout] 19: 0x5633d703d18e - core::ops::function::FnOnce::call_once::h0162df696c4220ba [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 20: 0x5633d7063da3 - core::ops::function::FnOnce::call_once::h673fbe3f96486fd2 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 21: 0x5633d7063da3 - test::__rust_begin_short_backtrace::h8eedc24e104ef6a0 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/test/src/lib.rs:577:5 [INFO] [stdout] 22: 0x5633d7062850 - as core::ops::function::FnOnce>::call_once::h028d0969d3f94d78 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/alloc/src/boxed.rs:1575:9 [INFO] [stdout] 23: 0x5633d7062850 - as core::ops::function::FnOnce<()>>::call_once::h7634b01590b1722b [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/panic.rs:346:9 [INFO] [stdout] 24: 0x5633d7062850 - std::panicking::try::do_call::hf74f869706dec63b [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/panicking.rs:401:40 [INFO] [stdout] 25: 0x5633d7062850 - std::panicking::try::hd0b7346ebfaaae44 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/panicking.rs:365:19 [INFO] [stdout] 26: 0x5633d7062850 - std::panic::catch_unwind::hdbf6904f7c253080 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/panic.rs:433:14 [INFO] [stdout] 27: 0x5633d7062850 - test::run_test_in_process::h87e95a014ac91067 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/test/src/lib.rs:600:18 [INFO] [stdout] 28: 0x5633d7062850 - test::run_test::run_test_inner::{{closure}}::hdd69ae44aaab3470 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/test/src/lib.rs:492:39 [INFO] [stdout] 29: 0x5633d703db22 - test::run_test::run_test_inner::{{closure}}::hc159305704d5b68a [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/test/src/lib.rs:519:37 [INFO] [stdout] 30: 0x5633d703db22 - std::sys_common::backtrace::__rust_begin_short_backtrace::h33d8a8ad5f788fcc [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stdout] 31: 0x5633d7041898 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h6181011ddf4b8353 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/thread/mod.rs:481:17 [INFO] [stdout] 32: 0x5633d7041898 - as core::ops::function::FnOnce<()>>::call_once::hf924ea0a0f25a1c0 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/panic.rs:346:9 [INFO] [stdout] 33: 0x5633d7041898 - std::panicking::try::do_call::hd58061792d05fa5c [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/panicking.rs:401:40 [INFO] [stdout] 34: 0x5633d7041898 - std::panicking::try::h3080747417e5af37 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/panicking.rs:365:19 [INFO] [stdout] 35: 0x5633d7041898 - std::panic::catch_unwind::hfeba515dcf36cb66 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/panic.rs:433:14 [INFO] [stdout] 36: 0x5633d7041898 - std::thread::Builder::spawn_unchecked::{{closure}}::h29d57a62faff749b [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/thread/mod.rs:480:30 [INFO] [stdout] 37: 0x5633d7041898 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h44709d312d2a9c59 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 38: 0x5633d7201267 - as core::ops::function::FnOnce>::call_once::h902e2cf6655e1b0c [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/alloc/src/boxed.rs:1575:9 [INFO] [stdout] 39: 0x5633d7201267 - as core::ops::function::FnOnce>::call_once::h893a5452154309d1 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/alloc/src/boxed.rs:1575:9 [INFO] [stdout] 40: 0x5633d7201267 - std::sys::unix::thread::Thread::new::thread_start::hdedcb57c96ab37cd [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/sys/unix/thread.rs:71:17 [INFO] [stdout] 41: 0x7f334e60d609 - start_thread [INFO] [stdout] 42: 0x7f334e3df293 - clone [INFO] [stdout] 43: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- tests::interpret_multiple_formal_parameters stdout ---- [INFO] [stdout] { b => b: INTEGER } [INFO] [stdout] { REAL => REAL } [INFO] [stdout] { INTEGER => INTEGER } [INFO] [stdout] { c => c: REAL } [INFO] [stdout] { a => a: INTEGER } [INFO] [stdout] [INFO] [stdout] { x => x: REAL } [INFO] [stdout] { INTEGER => INTEGER } [INFO] [stdout] { REAL => REAL } [INFO] [stdout] { y => y: REAL } [INFO] [stdout] [INFO] [stdout] thread 'tests::interpret_multiple_formal_parameters' panicked at 'assertion failed: `(left == right)` [INFO] [stdout] left: `Err("Found duplicate variable declaration for 'y'!")`, [INFO] [stdout] right: `Ok(Nil)`', tests/integration_tests.rs:334:5 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x5633d71f9fa0 - std::backtrace_rs::backtrace::libunwind::trace::h1037ca7e6eeef65c [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stdout] 1: 0x5633d71f9fa0 - std::backtrace_rs::backtrace::trace_unsynchronized::haaefac1bc3669450 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x5633d71f9fa0 - std::sys_common::backtrace::_print_fmt::h863a6f5e6d995885 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x5633d71f9fa0 - ::fmt::h767e17e1aa7df6a8 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x5633d721e2dc - core::fmt::write::h7aa6cd0067dca82a [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/core/src/fmt/mod.rs:1110:17 [INFO] [stdout] 5: 0x5633d71f7015 - std::io::Write::write_fmt::h6f1a9b91376a1376 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/io/mod.rs:1584:15 [INFO] [stdout] 6: 0x5633d71fc10b - std::sys_common::backtrace::_print::h2769edb26a7eb606 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x5633d71fc10b - std::sys_common::backtrace::print::ha71f3549862b4cb6 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x5633d71fc10b - std::panicking::default_hook::{{closure}}::h95488a3bade217f6 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/panicking.rs:208:50 [INFO] [stdout] 9: 0x5633d71fbc1c - std::panicking::default_hook::h290aa602c0fb11df [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/panicking.rs:222:9 [INFO] [stdout] 10: 0x5633d71fc7b1 - std::panicking::rust_panic_with_hook::hf32c4fa635e215f2 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/panicking.rs:622:17 [INFO] [stdout] 11: 0x5633d71fc2b7 - std::panicking::begin_panic_handler::{{closure}}::h95197ccd88846f7a [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/panicking.rs:519:13 [INFO] [stdout] 12: 0x5633d71fa47c - std::sys_common::backtrace::__rust_end_short_backtrace::h7641df9566f7b7d0 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stdout] 13: 0x5633d71fc219 - rust_begin_unwind [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/panicking.rs:515:5 [INFO] [stdout] 14: 0x5633d703a5b1 - core::panicking::panic_fmt::hbe99dddd3092ba3c [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/core/src/panicking.rs:92:14 [INFO] [stdout] 15: 0x5633d721c388 - core::panicking::assert_failed_inner::h4fdb1013d187f202 [INFO] [stdout] 16: 0x5633d703d0aa - core::panicking::assert_failed::h98a3fe86d35cce98 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/core/src/panicking.rs:117:5 [INFO] [stdout] 17: 0x5633d703cb41 - integration_tests::tests::interpret_multiple_formal_parameters::h0e60b11931d8e019 [INFO] [stdout] at /opt/rustwide/workdir/tests/integration_tests.rs:334:5 [INFO] [stdout] 18: 0x5633d703ca1a - integration_tests::tests::interpret_multiple_formal_parameters::{{closure}}::h30427c31119707fc [INFO] [stdout] at /opt/rustwide/workdir/tests/integration_tests.rs:317:3 [INFO] [stdout] 19: 0x5633d703d62e - core::ops::function::FnOnce::call_once::hecd522c904ed7bfa [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 20: 0x5633d7063da3 - core::ops::function::FnOnce::call_once::h673fbe3f96486fd2 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 21: 0x5633d7063da3 - test::__rust_begin_short_backtrace::h8eedc24e104ef6a0 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/test/src/lib.rs:577:5 [INFO] [stdout] 22: 0x5633d7062850 - as core::ops::function::FnOnce>::call_once::h028d0969d3f94d78 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/alloc/src/boxed.rs:1575:9 [INFO] [stdout] 23: 0x5633d7062850 - as core::ops::function::FnOnce<()>>::call_once::h7634b01590b1722b [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/panic.rs:346:9 [INFO] [stdout] 24: 0x5633d7062850 - std::panicking::try::do_call::hf74f869706dec63b [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/panicking.rs:401:40 [INFO] [stdout] 25: 0x5633d7062850 - std::panicking::try::hd0b7346ebfaaae44 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/panicking.rs:365:19 [INFO] [stdout] 26: 0x5633d7062850 - std::panic::catch_unwind::hdbf6904f7c253080 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/panic.rs:433:14 [INFO] [stdout] 27: 0x5633d7062850 - test::run_test_in_process::h87e95a014ac91067 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/test/src/lib.rs:600:18 [INFO] [stdout] 28: 0x5633d7062850 - test::run_test::run_test_inner::{{closure}}::hdd69ae44aaab3470 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/test/src/lib.rs:492:39 [INFO] [stdout] 29: 0x5633d703db22 - test::run_test::run_test_inner::{{closure}}::hc159305704d5b68a [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/test/src/lib.rs:519:37 [INFO] [stdout] 30: 0x5633d703db22 - std::sys_common::backtrace::__rust_begin_short_backtrace::h33d8a8ad5f788fcc [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stdout] 31: 0x5633d7041898 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h6181011ddf4b8353 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/thread/mod.rs:481:17 [INFO] [stdout] 32: 0x5633d7041898 - as core::ops::function::FnOnce<()>>::call_once::hf924ea0a0f25a1c0 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/panic.rs:346:9 [INFO] [stdout] 33: 0x5633d7041898 - std::panicking::try::do_call::hd58061792d05fa5c [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/panicking.rs:401:40 [INFO] [stdout] 34: 0x5633d7041898 - std::panicking::try::h3080747417e5af37 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/panicking.rs:365:19 [INFO] [stdout] 35: 0x5633d7041898 - std::panic::catch_unwind::hfeba515dcf36cb66 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/panic.rs:433:14 [INFO] [stdout] 36: 0x5633d7041898 - std::thread::Builder::spawn_unchecked::{{closure}}::h29d57a62faff749b [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/thread/mod.rs:480:30 [INFO] [stdout] 37: 0x5633d7041898 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h44709d312d2a9c59 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 38: 0x5633d7201267 - as core::ops::function::FnOnce>::call_once::h902e2cf6655e1b0c [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/alloc/src/boxed.rs:1575:9 [INFO] [stdout] 39: 0x5633d7201267 - as core::ops::function::FnOnce>::call_once::h893a5452154309d1 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/alloc/src/boxed.rs:1575:9 [INFO] [stdout] 40: 0x5633d7201267 - std::sys::unix::thread::Thread::new::thread_start::hdedcb57c96ab37cd [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/sys/unix/thread.rs:71:17 [INFO] [stdout] 41: 0x7f334e60d609 - start_thread [INFO] [stdout] 42: 0x7f334e3df293 - clone [INFO] [stdout] 43: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- tests::parse_procedure stdout ---- [INFO] [stdout] { REAL => REAL } [INFO] [stdout] { INTEGER => INTEGER } [INFO] [stdout] [INFO] [stdout] { INTEGER => INTEGER } [INFO] [stdout] { a => a: INTEGER } [INFO] [stdout] { REAL => REAL } [INFO] [stdout] [INFO] [stdout] thread 'tests::parse_procedure' panicked at 'assertion failed: `(left == right)` [INFO] [stdout] left: `Err("Found duplicate variable declaration for 'a'!")`, [INFO] [stdout] right: `Ok(Nil)`', tests/integration_tests.rs:261:5 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x5633d71f9fa0 - std::backtrace_rs::backtrace::libunwind::trace::h1037ca7e6eeef65c [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stdout] 1: 0x5633d71f9fa0 - std::backtrace_rs::backtrace::trace_unsynchronized::haaefac1bc3669450 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x5633d71f9fa0 - std::sys_common::backtrace::_print_fmt::h863a6f5e6d995885 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x5633d71f9fa0 - ::fmt::h767e17e1aa7df6a8 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x5633d721e2dc - core::fmt::write::h7aa6cd0067dca82a [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/core/src/fmt/mod.rs:1110:17 [INFO] [stdout] 5: 0x5633d71f7015 - std::io::Write::write_fmt::h6f1a9b91376a1376 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/io/mod.rs:1584:15 [INFO] [stdout] 6: 0x5633d71fc10b - std::sys_common::backtrace::_print::h2769edb26a7eb606 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x5633d71fc10b - std::sys_common::backtrace::print::ha71f3549862b4cb6 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x5633d71fc10b - std::panicking::default_hook::{{closure}}::h95488a3bade217f6 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/panicking.rs:208:50 [INFO] [stdout] 9: 0x5633d71fbc1c - std::panicking::default_hook::h290aa602c0fb11df [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/panicking.rs:222:9 [INFO] [stdout] 10: 0x5633d71fc7b1 - std::panicking::rust_panic_with_hook::hf32c4fa635e215f2 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/panicking.rs:622:17 [INFO] [stdout] 11: 0x5633d71fc2b7 - std::panicking::begin_panic_handler::{{closure}}::h95197ccd88846f7a [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/panicking.rs:519:13 [INFO] [stdout] 12: 0x5633d71fa47c - std::sys_common::backtrace::__rust_end_short_backtrace::h7641df9566f7b7d0 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stdout] 13: 0x5633d71fc219 - rust_begin_unwind [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/panicking.rs:515:5 [INFO] [stdout] 14: 0x5633d703a5b1 - core::panicking::panic_fmt::hbe99dddd3092ba3c [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/core/src/panicking.rs:92:14 [INFO] [stdout] 15: 0x5633d721c388 - core::panicking::assert_failed_inner::h4fdb1013d187f202 [INFO] [stdout] 16: 0x5633d703d0aa - core::panicking::assert_failed::h98a3fe86d35cce98 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/core/src/panicking.rs:117:5 [INFO] [stdout] 17: 0x5633d703c721 - integration_tests::tests::parse_procedure::hb74d387d0e854f13 [INFO] [stdout] at /opt/rustwide/workdir/tests/integration_tests.rs:261:5 [INFO] [stdout] 18: 0x5633d703c5fa - integration_tests::tests::parse_procedure::{{closure}}::h5052d2df893c6822 [INFO] [stdout] at /opt/rustwide/workdir/tests/integration_tests.rs:242:3 [INFO] [stdout] 19: 0x5633d703d1ce - core::ops::function::FnOnce::call_once::h049b6bfa75107e5d [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 20: 0x5633d7063da3 - core::ops::function::FnOnce::call_once::h673fbe3f96486fd2 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 21: 0x5633d7063da3 - test::__rust_begin_short_backtrace::h8eedc24e104ef6a0 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/test/src/lib.rs:577:5 [INFO] [stdout] 22: 0x5633d7062850 - as core::ops::function::FnOnce>::call_once::h028d0969d3f94d78 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/alloc/src/boxed.rs:1575:9 [INFO] [stdout] 23: 0x5633d7062850 - as core::ops::function::FnOnce<()>>::call_once::h7634b01590b1722b [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/panic.rs:346:9 [INFO] [stdout] 24: 0x5633d7062850 - std::panicking::try::do_call::hf74f869706dec63b [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/panicking.rs:401:40 [INFO] [stdout] 25: 0x5633d7062850 - std::panicking::try::hd0b7346ebfaaae44 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/panicking.rs:365:19 [INFO] [stdout] 26: 0x5633d7062850 - std::panic::catch_unwind::hdbf6904f7c253080 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/panic.rs:433:14 [INFO] [stdout] 27: 0x5633d7062850 - test::run_test_in_process::h87e95a014ac91067 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/test/src/lib.rs:600:18 [INFO] [stdout] 28: 0x5633d7062850 - test::run_test::run_test_inner::{{closure}}::hdd69ae44aaab3470 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/test/src/lib.rs:492:39 [INFO] [stdout] 29: 0x5633d703db22 - test::run_test::run_test_inner::{{closure}}::hc159305704d5b68a [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/test/src/lib.rs:519:37 [INFO] [stdout] 30: 0x5633d703db22 - std::sys_common::backtrace::__rust_begin_short_backtrace::h33d8a8ad5f788fcc [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stdout] 31: 0x5633d7041898 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h6181011ddf4b8353 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/thread/mod.rs:481:17 [INFO] [stdout] 32: 0x5633d7041898 - as core::ops::function::FnOnce<()>>::call_once::hf924ea0a0f25a1c0 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/panic.rs:346:9 [INFO] [stdout] 33: 0x5633d7041898 - std::panicking::try::do_call::hd58061792d05fa5c [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/panicking.rs:401:40 [INFO] [stdout] 34: 0x5633d7041898 - std::panicking::try::h3080747417e5af37 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/panicking.rs:365:19 [INFO] [stdout] 35: 0x5633d7041898 - std::panic::catch_unwind::hfeba515dcf36cb66 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/panic.rs:433:14 [INFO] [stdout] 36: 0x5633d7041898 - std::thread::Builder::spawn_unchecked::{{closure}}::h29d57a62faff749b [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/thread/mod.rs:480:30 [INFO] [stdout] 37: 0x5633d7041898 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h44709d312d2a9c59 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 38: 0x5633d7201267 - as core::ops::function::FnOnce>::call_once::h902e2cf6655e1b0c [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/alloc/src/boxed.rs:1575:9 [INFO] [stdout] 39: 0x5633d7201267 - as core::ops::function::FnOnce>::call_once::h893a5452154309d1 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/alloc/src/boxed.rs:1575:9 [INFO] [stdout] 40: 0x5633d7201267 - std::sys::unix::thread::Thread::new::thread_start::hdedcb57c96ab37cd [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/sys/unix/thread.rs:71:17 [INFO] [stdout] 41: 0x7f334e60d609 - start_thread [INFO] [stdout] 42: 0x7f334e3df293 - clone [INFO] [stdout] 43: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- tests::parse_nested_procedure stdout ---- [INFO] [stdout] { INTEGER => INTEGER } [INFO] [stdout] { REAL => REAL } [INFO] [stdout] [INFO] [stdout] { REAL => REAL } [INFO] [stdout] { INTEGER => INTEGER } [INFO] [stdout] { a => a: INTEGER } [INFO] [stdout] [INFO] [stdout] thread 'tests::parse_nested_procedure' panicked at 'assertion failed: `(left == right)` [INFO] [stdout] left: `Err("Found duplicate variable declaration for 'a'!")`, [INFO] [stdout] right: `Ok(Nil)`', tests/integration_tests.rs:292:5 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x5633d71f9fa0 - std::backtrace_rs::backtrace::libunwind::trace::h1037ca7e6eeef65c [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stdout] 1: 0x5633d71f9fa0 - std::backtrace_rs::backtrace::trace_unsynchronized::haaefac1bc3669450 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x5633d71f9fa0 - std::sys_common::backtrace::_print_fmt::h863a6f5e6d995885 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x5633d71f9fa0 - ::fmt::h767e17e1aa7df6a8 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x5633d721e2dc - core::fmt::write::h7aa6cd0067dca82a [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/core/src/fmt/mod.rs:1110:17 [INFO] [stdout] 5: 0x5633d71f7015 - std::io::Write::write_fmt::h6f1a9b91376a1376 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/io/mod.rs:1584:15 [INFO] [stdout] 6: 0x5633d71fc10b - std::sys_common::backtrace::_print::h2769edb26a7eb606 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x5633d71fc10b - std::sys_common::backtrace::print::ha71f3549862b4cb6 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x5633d71fc10b - std::panicking::default_hook::{{closure}}::h95488a3bade217f6 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/panicking.rs:208:50 [INFO] [stdout] 9: 0x5633d71fbc1c - std::panicking::default_hook::h290aa602c0fb11df [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/panicking.rs:222:9 [INFO] [stdout] 10: 0x5633d71fc7b1 - std::panicking::rust_panic_with_hook::hf32c4fa635e215f2 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/panicking.rs:622:17 [INFO] [stdout] 11: 0x5633d71fc2b7 - std::panicking::begin_panic_handler::{{closure}}::h95197ccd88846f7a [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/panicking.rs:519:13 [INFO] [stdout] 12: 0x5633d71fa47c - std::sys_common::backtrace::__rust_end_short_backtrace::h7641df9566f7b7d0 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stdout] 13: 0x5633d71fc219 - rust_begin_unwind [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/panicking.rs:515:5 [INFO] [stdout] 14: 0x5633d703a5b1 - core::panicking::panic_fmt::hbe99dddd3092ba3c [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/core/src/panicking.rs:92:14 [INFO] [stdout] 15: 0x5633d721c388 - core::panicking::assert_failed_inner::h4fdb1013d187f202 [INFO] [stdout] 16: 0x5633d703d0aa - core::panicking::assert_failed::h98a3fe86d35cce98 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/core/src/panicking.rs:117:5 [INFO] [stdout] 17: 0x5633d703c881 - integration_tests::tests::parse_nested_procedure::hc20766b44e945872 [INFO] [stdout] at /opt/rustwide/workdir/tests/integration_tests.rs:292:5 [INFO] [stdout] 18: 0x5633d703c75a - integration_tests::tests::parse_nested_procedure::{{closure}}::h7d3dfe1f9fad70ac [INFO] [stdout] at /opt/rustwide/workdir/tests/integration_tests.rs:265:3 [INFO] [stdout] 19: 0x5633d703d66e - core::ops::function::FnOnce::call_once::hef474d4e5b890c02 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 20: 0x5633d7063da3 - core::ops::function::FnOnce::call_once::h673fbe3f96486fd2 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 21: 0x5633d7063da3 - test::__rust_begin_short_backtrace::h8eedc24e104ef6a0 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/test/src/lib.rs:577:5 [INFO] [stdout] 22: 0x5633d7062850 - as core::ops::function::FnOnce>::call_once::h028d0969d3f94d78 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/alloc/src/boxed.rs:1575:9 [INFO] [stdout] 23: 0x5633d7062850 - as core::ops::function::FnOnce<()>>::call_once::h7634b01590b1722b [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/panic.rs:346:9 [INFO] [stdout] 24: 0x5633d7062850 - std::panicking::try::do_call::hf74f869706dec63b [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/panicking.rs:401:40 [INFO] [stdout] 25: 0x5633d7062850 - std::panicking::try::hd0b7346ebfaaae44 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/panicking.rs:365:19 [INFO] [stdout] 26: 0x5633d7062850 - std::panic::catch_unwind::hdbf6904f7c253080 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/panic.rs:433:14 [INFO] [stdout] 27: 0x5633d7062850 - test::run_test_in_process::h87e95a014ac91067 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/test/src/lib.rs:600:18 [INFO] [stdout] 28: 0x5633d7062850 - test::run_test::run_test_inner::{{closure}}::hdd69ae44aaab3470 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/test/src/lib.rs:492:39 [INFO] [stdout] 29: 0x5633d703db22 - test::run_test::run_test_inner::{{closure}}::hc159305704d5b68a [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/test/src/lib.rs:519:37 [INFO] [stdout] 30: 0x5633d703db22 - std::sys_common::backtrace::__rust_begin_short_backtrace::h33d8a8ad5f788fcc [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stdout] 31: 0x5633d7041898 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h6181011ddf4b8353 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/thread/mod.rs:481:17 [INFO] [stdout] 32: 0x5633d7041898 - as core::ops::function::FnOnce<()>>::call_once::hf924ea0a0f25a1c0 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/panic.rs:346:9 [INFO] [stdout] 33: 0x5633d7041898 - std::panicking::try::do_call::hd58061792d05fa5c [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/panicking.rs:401:40 [INFO] [stdout] 34: 0x5633d7041898 - std::panicking::try::h3080747417e5af37 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/panicking.rs:365:19 [INFO] [stdout] 35: 0x5633d7041898 - std::panic::catch_unwind::hfeba515dcf36cb66 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/panic.rs:433:14 [INFO] [stdout] 36: 0x5633d7041898 - std::thread::Builder::spawn_unchecked::{{closure}}::h29d57a62faff749b [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/thread/mod.rs:480:30 [INFO] [stdout] 37: 0x5633d7041898 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h44709d312d2a9c59 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 38: 0x5633d7201267 - as core::ops::function::FnOnce>::call_once::h902e2cf6655e1b0c [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/alloc/src/boxed.rs:1575:9 [INFO] [stdout] 39: 0x5633d7201267 - as core::ops::function::FnOnce>::call_once::h893a5452154309d1 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/alloc/src/boxed.rs:1575:9 [INFO] [stdout] 40: 0x5633d7201267 - std::sys::unix::thread::Thread::new::thread_start::hdedcb57c96ab37cd [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/sys/unix/thread.rs:71:17 [INFO] [stdout] 41: 0x7f334e60d609 - start_thread [INFO] [stdout] 42: 0x7f334e3df293 - clone [INFO] [stdout] 43: 0x0 - [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] tests::interpret_formal_parameter_ints [INFO] [stdout] tests::interpret_multiple_formal_parameters [INFO] [stdout] tests::parse_nested_procedure [INFO] [stdout] tests::parse_procedure [INFO] [stdout] [INFO] [stdout] test result: FAILED. 16 passed; 4 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.11s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "3b2ef008f86411fe5d8ad59807177c89c1d6cb17c19cccb08cc20e4d3d36837f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3b2ef008f86411fe5d8ad59807177c89c1d6cb17c19cccb08cc20e4d3d36837f", kill_on_drop: false }` [INFO] [stdout] 3b2ef008f86411fe5d8ad59807177c89c1d6cb17c19cccb08cc20e4d3d36837f