[INFO] fetching crate railroad 0.1.1... [INFO] testing railroad-0.1.1 against 1.60.0 for beta-1.61-1 [INFO] extracting crate railroad 0.1.1 into /workspace/builds/worker-2/source [INFO] validating manifest of crates.io crate railroad 0.1.1 on toolchain 1.60.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate railroad 0.1.1 [INFO] finished tweaking crates.io crate railroad 0.1.1 [INFO] tweaked toml for crates.io crate railroad 0.1.1 written to /workspace/builds/worker-2/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded railroad_verification v0.1.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 431b2d6a578b1e6f6ba36347ddf7ceae3b2208badd16d2c488688a0cbc33c598 [INFO] running `Command { std: "docker" "start" "-a" "431b2d6a578b1e6f6ba36347ddf7ceae3b2208badd16d2c488688a0cbc33c598", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "431b2d6a578b1e6f6ba36347ddf7ceae3b2208badd16d2c488688a0cbc33c598", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "431b2d6a578b1e6f6ba36347ddf7ceae3b2208badd16d2c488688a0cbc33c598", kill_on_drop: false }` [INFO] [stdout] 431b2d6a578b1e6f6ba36347ddf7ceae3b2208badd16d2c488688a0cbc33c598 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 162744f62d0fbf31ce09049899d0387c652b1f0e2211fbb288b931adf139c08d [INFO] running `Command { std: "docker" "start" "-a" "162744f62d0fbf31ce09049899d0387c652b1f0e2211fbb288b931adf139c08d", kill_on_drop: false }` [INFO] [stderr] Compiling htmlescape v0.3.1 [INFO] [stderr] Compiling unicode-width v0.1.9 [INFO] [stderr] Compiling railroad v0.1.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/lib.rs:218:32 [INFO] [stdout] | [INFO] [stdout] 218 | fn running_x<'a>(&'a self, i64) -> Box, i64)> + 'a>; [INFO] [stdout] | ^^^ help: try naming the parameter or explicitly ignoring it: `_: i64` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(anonymous_parameters)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:222:41 [INFO] [stdout] | [INFO] [stdout] 222 | impl RailroadNodeCollection for Vec> { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 222 - impl RailroadNodeCollection for Vec> { [INFO] [stdout] 222 + impl RailroadNodeCollection for Vec> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:316:23 [INFO] [stdout] | [INFO] [stdout] 316 | children: Vec>, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 316 - children: Vec>, [INFO] [stdout] 316 + children: Vec>, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:373:23 [INFO] [stdout] | [INFO] [stdout] 373 | children: Vec>, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 373 - children: Vec>, [INFO] [stdout] 373 + children: Vec>, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:432:23 [INFO] [stdout] | [INFO] [stdout] 432 | children: Vec>, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 432 - children: Vec>, [INFO] [stdout] 432 + children: Vec>, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:749:23 [INFO] [stdout] | [INFO] [stdout] 749 | children: Vec>, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 749 - children: Vec>, [INFO] [stdout] 749 + children: Vec>, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:880:23 [INFO] [stdout] | [INFO] [stdout] 880 | children: Vec>, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 880 - children: Vec>, [INFO] [stdout] 880 + children: Vec>, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:218:44 [INFO] [stdout] | [INFO] [stdout] 218 | fn running_x<'a>(&'a self, i64) -> Box, i64)> + 'a>; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 218 - fn running_x<'a>(&'a self, i64) -> Box, i64)> + 'a>; [INFO] [stdout] 218 + fn running_x<'a>(&'a self, i64) -> Box, i64)> + 'a>; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:218:67 [INFO] [stdout] | [INFO] [stdout] 218 | fn running_x<'a>(&'a self, i64) -> Box, i64)> + 'a>; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 218 - fn running_x<'a>(&'a self, i64) -> Box, i64)> + 'a>; [INFO] [stdout] 218 + fn running_x<'a>(&'a self, i64) -> Box, i64)> + 'a>; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:223:53 [INFO] [stdout] | [INFO] [stdout] 223 | fn running_x<'a>(&'a self, spacing: i64) -> Box, i64)> + 'a> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 223 - fn running_x<'a>(&'a self, spacing: i64) -> Box, i64)> + 'a> { [INFO] [stdout] 223 + fn running_x<'a>(&'a self, spacing: i64) -> Box, i64)> + 'a> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:223:76 [INFO] [stdout] | [INFO] [stdout] 223 | fn running_x<'a>(&'a self, spacing: i64) -> Box, i64)> + 'a> { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 223 - fn running_x<'a>(&'a self, spacing: i64) -> Box, i64)> + 'a> { [INFO] [stdout] 223 + fn running_x<'a>(&'a self, spacing: i64) -> Box, i64)> + 'a> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:322:34 [INFO] [stdout] | [INFO] [stdout] 322 | pub fn new(children: Vec>) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 322 - pub fn new(children: Vec>) -> Self { [INFO] [stdout] 322 + pub fn new(children: Vec>) -> Self { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:329:39 [INFO] [stdout] | [INFO] [stdout] 329 | pub fn push(&mut self, child: Box) -> &mut Self { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 329 - pub fn push(&mut self, child: Box) -> &mut Self { [INFO] [stdout] 329 + pub fn push(&mut self, child: Box) -> &mut Self { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:334:40 [INFO] [stdout] | [INFO] [stdout] 334 | pub fn into_inner(self) -> Vec> { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 334 - pub fn into_inner(self) -> Vec> { [INFO] [stdout] 334 + pub fn into_inner(self) -> Vec> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:379:34 [INFO] [stdout] | [INFO] [stdout] 379 | pub fn new(children: Vec>) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 379 - pub fn new(children: Vec>) -> Self { [INFO] [stdout] 379 + pub fn new(children: Vec>) -> Self { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:386:39 [INFO] [stdout] | [INFO] [stdout] 386 | pub fn push(&mut self, child: Box) -> &mut Self { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 386 - pub fn push(&mut self, child: Box) -> &mut Self { [INFO] [stdout] 386 + pub fn push(&mut self, child: Box) -> &mut Self { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:391:40 [INFO] [stdout] | [INFO] [stdout] 391 | pub fn into_inner(self) -> Vec> { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 391 - pub fn into_inner(self) -> Vec> { [INFO] [stdout] 391 + pub fn into_inner(self) -> Vec> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:437:34 [INFO] [stdout] | [INFO] [stdout] 437 | pub fn new(children: Vec>) -> Sequence { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 437 - pub fn new(children: Vec>) -> Sequence { [INFO] [stdout] 437 + pub fn new(children: Vec>) -> Sequence { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:441:39 [INFO] [stdout] | [INFO] [stdout] 441 | pub fn push(&mut self, child: Box) -> &mut Self { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 441 - pub fn push(&mut self, child: Box) -> &mut Self { [INFO] [stdout] 441 + pub fn push(&mut self, child: Box) -> &mut Self { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:446:40 [INFO] [stdout] | [INFO] [stdout] 446 | pub fn into_inner(self) -> Vec> { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 446 - pub fn into_inner(self) -> Vec> { [INFO] [stdout] 446 + pub fn into_inner(self) -> Vec> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:757:34 [INFO] [stdout] | [INFO] [stdout] 757 | pub fn new(children: Vec>) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 757 - pub fn new(children: Vec>) -> Self { [INFO] [stdout] 757 + pub fn new(children: Vec>) -> Self { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:769:40 [INFO] [stdout] | [INFO] [stdout] 769 | pub fn into_inner(self) -> Vec> { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 769 - pub fn into_inner(self) -> Vec> { [INFO] [stdout] 769 + pub fn into_inner(self) -> Vec> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:778:37 [INFO] [stdout] | [INFO] [stdout] 778 | fn padded_height(&self, child: &RailroadNode, next_child: &RailroadNode) -> i64 { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 778 - fn padded_height(&self, child: &RailroadNode, next_child: &RailroadNode) -> i64 { [INFO] [stdout] 778 + fn padded_height(&self, child: &dyn RailroadNode, next_child: &RailroadNode) -> i64 { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:778:64 [INFO] [stdout] | [INFO] [stdout] 778 | fn padded_height(&self, child: &RailroadNode, next_child: &RailroadNode) -> i64 { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 778 - fn padded_height(&self, child: &RailroadNode, next_child: &RailroadNode) -> i64 { [INFO] [stdout] 778 + fn padded_height(&self, child: &RailroadNode, next_child: &dyn RailroadNode) -> i64 { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:886:34 [INFO] [stdout] | [INFO] [stdout] 886 | pub fn new(children: Vec>) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 886 - pub fn new(children: Vec>) -> Self { [INFO] [stdout] 886 + pub fn new(children: Vec>) -> Self { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:911:40 [INFO] [stdout] | [INFO] [stdout] 911 | pub fn into_inner(self) -> Vec> { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 911 - pub fn into_inner(self) -> Vec> { [INFO] [stdout] 911 + pub fn into_inner(self) -> Vec> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:915:37 [INFO] [stdout] | [INFO] [stdout] 915 | fn padded_height(&self, child: &RailroadNode) -> i64 { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 915 - fn padded_height(&self, child: &RailroadNode) -> i64 { [INFO] [stdout] 915 + fn padded_height(&self, child: &dyn RailroadNode) -> i64 { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/notactuallysvg.rs:234:56 [INFO] [stdout] | [INFO] [stdout] 234 | pub fn debug(self, name: &str, x: i64, y: i64, n: &super::RailroadNode) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 234 - pub fn debug(self, name: &str, x: i64, y: i64, n: &super::RailroadNode) -> Self { [INFO] [stdout] 234 + pub fn debug(self, name: &str, x: i64, y: i64, n: &dyn super::RailroadNode) -> Self { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 28 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.30s [INFO] running `Command { std: "docker" "inspect" "162744f62d0fbf31ce09049899d0387c652b1f0e2211fbb288b931adf139c08d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "162744f62d0fbf31ce09049899d0387c652b1f0e2211fbb288b931adf139c08d", kill_on_drop: false }` [INFO] [stdout] 162744f62d0fbf31ce09049899d0387c652b1f0e2211fbb288b931adf139c08d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 205968f6506edd8d66a8f455fd7f817ee3fa50c36d96e663e02707a2eb1b180a [INFO] running `Command { std: "docker" "start" "-a" "205968f6506edd8d66a8f455fd7f817ee3fa50c36d96e663e02707a2eb1b180a", kill_on_drop: false }` [INFO] [stderr] Compiling fastrand v1.7.0 [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/lib.rs:218:32 [INFO] [stdout] | [INFO] [stdout] 218 | fn running_x<'a>(&'a self, i64) -> Box, i64)> + 'a>; [INFO] [stdout] | ^^^ help: try naming the parameter or explicitly ignoring it: `_: i64` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(anonymous_parameters)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:222:41 [INFO] [stdout] | [INFO] [stdout] 222 | impl RailroadNodeCollection for Vec> { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 222 - impl RailroadNodeCollection for Vec> { [INFO] [stdout] 222 + impl RailroadNodeCollection for Vec> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:316:23 [INFO] [stdout] | [INFO] [stdout] 316 | children: Vec>, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 316 - children: Vec>, [INFO] [stdout] 316 + children: Vec>, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:373:23 [INFO] [stdout] | [INFO] [stdout] 373 | children: Vec>, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 373 - children: Vec>, [INFO] [stdout] 373 + children: Vec>, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:432:23 [INFO] [stdout] | [INFO] [stdout] 432 | children: Vec>, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 432 - children: Vec>, [INFO] [stdout] 432 + children: Vec>, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:749:23 [INFO] [stdout] | [INFO] [stdout] 749 | children: Vec>, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 749 - children: Vec>, [INFO] [stdout] 749 + children: Vec>, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:880:23 [INFO] [stdout] | [INFO] [stdout] 880 | children: Vec>, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 880 - children: Vec>, [INFO] [stdout] 880 + children: Vec>, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:218:44 [INFO] [stdout] | [INFO] [stdout] 218 | fn running_x<'a>(&'a self, i64) -> Box, i64)> + 'a>; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 218 - fn running_x<'a>(&'a self, i64) -> Box, i64)> + 'a>; [INFO] [stdout] 218 + fn running_x<'a>(&'a self, i64) -> Box, i64)> + 'a>; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:218:67 [INFO] [stdout] | [INFO] [stdout] 218 | fn running_x<'a>(&'a self, i64) -> Box, i64)> + 'a>; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 218 - fn running_x<'a>(&'a self, i64) -> Box, i64)> + 'a>; [INFO] [stdout] 218 + fn running_x<'a>(&'a self, i64) -> Box, i64)> + 'a>; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:223:53 [INFO] [stdout] | [INFO] [stdout] 223 | fn running_x<'a>(&'a self, spacing: i64) -> Box, i64)> + 'a> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 223 - fn running_x<'a>(&'a self, spacing: i64) -> Box, i64)> + 'a> { [INFO] [stdout] 223 + fn running_x<'a>(&'a self, spacing: i64) -> Box, i64)> + 'a> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:223:76 [INFO] [stdout] | [INFO] [stdout] 223 | fn running_x<'a>(&'a self, spacing: i64) -> Box, i64)> + 'a> { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 223 - fn running_x<'a>(&'a self, spacing: i64) -> Box, i64)> + 'a> { [INFO] [stdout] 223 + fn running_x<'a>(&'a self, spacing: i64) -> Box, i64)> + 'a> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:322:34 [INFO] [stdout] | [INFO] [stdout] 322 | pub fn new(children: Vec>) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 322 - pub fn new(children: Vec>) -> Self { [INFO] [stdout] 322 + pub fn new(children: Vec>) -> Self { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:329:39 [INFO] [stdout] | [INFO] [stdout] 329 | pub fn push(&mut self, child: Box) -> &mut Self { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 329 - pub fn push(&mut self, child: Box) -> &mut Self { [INFO] [stdout] 329 + pub fn push(&mut self, child: Box) -> &mut Self { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:334:40 [INFO] [stdout] | [INFO] [stdout] 334 | pub fn into_inner(self) -> Vec> { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 334 - pub fn into_inner(self) -> Vec> { [INFO] [stdout] 334 + pub fn into_inner(self) -> Vec> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:379:34 [INFO] [stdout] | [INFO] [stdout] 379 | pub fn new(children: Vec>) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 379 - pub fn new(children: Vec>) -> Self { [INFO] [stdout] 379 + pub fn new(children: Vec>) -> Self { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:386:39 [INFO] [stdout] | [INFO] [stdout] 386 | pub fn push(&mut self, child: Box) -> &mut Self { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 386 - pub fn push(&mut self, child: Box) -> &mut Self { [INFO] [stdout] 386 + pub fn push(&mut self, child: Box) -> &mut Self { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:391:40 [INFO] [stdout] | [INFO] [stdout] 391 | pub fn into_inner(self) -> Vec> { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 391 - pub fn into_inner(self) -> Vec> { [INFO] [stdout] 391 + pub fn into_inner(self) -> Vec> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:437:34 [INFO] [stdout] | [INFO] [stdout] 437 | pub fn new(children: Vec>) -> Sequence { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 437 - pub fn new(children: Vec>) -> Sequence { [INFO] [stdout] 437 + pub fn new(children: Vec>) -> Sequence { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:441:39 [INFO] [stdout] | [INFO] [stdout] 441 | pub fn push(&mut self, child: Box) -> &mut Self { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 441 - pub fn push(&mut self, child: Box) -> &mut Self { [INFO] [stdout] 441 + pub fn push(&mut self, child: Box) -> &mut Self { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:446:40 [INFO] [stdout] | [INFO] [stdout] 446 | pub fn into_inner(self) -> Vec> { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 446 - pub fn into_inner(self) -> Vec> { [INFO] [stdout] 446 + pub fn into_inner(self) -> Vec> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:757:34 [INFO] [stdout] | [INFO] [stdout] 757 | pub fn new(children: Vec>) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 757 - pub fn new(children: Vec>) -> Self { [INFO] [stdout] 757 + pub fn new(children: Vec>) -> Self { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:769:40 [INFO] [stdout] | [INFO] [stdout] 769 | pub fn into_inner(self) -> Vec> { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 769 - pub fn into_inner(self) -> Vec> { [INFO] [stdout] 769 + pub fn into_inner(self) -> Vec> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:778:37 [INFO] [stdout] | [INFO] [stdout] 778 | fn padded_height(&self, child: &RailroadNode, next_child: &RailroadNode) -> i64 { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 778 - fn padded_height(&self, child: &RailroadNode, next_child: &RailroadNode) -> i64 { [INFO] [stdout] 778 + fn padded_height(&self, child: &dyn RailroadNode, next_child: &RailroadNode) -> i64 { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:778:64 [INFO] [stdout] | [INFO] [stdout] 778 | fn padded_height(&self, child: &RailroadNode, next_child: &RailroadNode) -> i64 { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 778 - fn padded_height(&self, child: &RailroadNode, next_child: &RailroadNode) -> i64 { [INFO] [stdout] 778 + fn padded_height(&self, child: &RailroadNode, next_child: &dyn RailroadNode) -> i64 { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:886:34 [INFO] [stdout] | [INFO] [stdout] 886 | pub fn new(children: Vec>) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 886 - pub fn new(children: Vec>) -> Self { [INFO] [stdout] 886 + pub fn new(children: Vec>) -> Self { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:911:40 [INFO] [stdout] | [INFO] [stdout] 911 | pub fn into_inner(self) -> Vec> { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 911 - pub fn into_inner(self) -> Vec> { [INFO] [stdout] 911 + pub fn into_inner(self) -> Vec> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:915:37 [INFO] [stdout] | [INFO] [stdout] 915 | fn padded_height(&self, child: &RailroadNode) -> i64 { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 915 - fn padded_height(&self, child: &RailroadNode) -> i64 { [INFO] [stdout] 915 + fn padded_height(&self, child: &dyn RailroadNode) -> i64 { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/notactuallysvg.rs:234:56 [INFO] [stdout] | [INFO] [stdout] 234 | pub fn debug(self, name: &str, x: i64, y: i64, n: &super::RailroadNode) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 234 - pub fn debug(self, name: &str, x: i64, y: i64, n: &super::RailroadNode) -> Self { [INFO] [stdout] 234 + pub fn debug(self, name: &str, x: i64, y: i64, n: &dyn super::RailroadNode) -> Self { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 28 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling tempfile v3.3.0 [INFO] [stderr] Compiling railroad_verification v0.1.0 [INFO] [stderr] Compiling railroad v0.1.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> tests/verification.rs:32:77 [INFO] [stdout] | [INFO] [stdout] 32 | macro_rules! dia { ($r:expr) => { raw_dia!(seq!(SimpleStart, $r, SimpleEnd)); }; } [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 60 | verify!(simple_nonterm, dia!(nonterm!("Foobar"))); [INFO] [stdout] | ------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(semicolon_in_expressions_from_macros)]` on by default [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `dia` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> tests/verification.rs:32:77 [INFO] [stdout] | [INFO] [stdout] 32 | macro_rules! dia { ($r:expr) => { raw_dia!(seq!(SimpleStart, $r, SimpleEnd)); }; } [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 61 | verify!(escape_nonterm, dia!(nonterm!("Foo"))); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `dia` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> tests/verification.rs:32:77 [INFO] [stdout] | [INFO] [stdout] 32 | macro_rules! dia { ($r:expr) => { raw_dia!(seq!(SimpleStart, $r, SimpleEnd)); }; } [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 62 | verify!(simple_term, dia!(term!("Foobar"))); [INFO] [stdout] | --------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `dia` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> tests/verification.rs:32:77 [INFO] [stdout] | [INFO] [stdout] 32 | macro_rules! dia { ($r:expr) => { raw_dia!(seq!(SimpleStart, $r, SimpleEnd)); }; } [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 63 | verify!(escape_term, dia!(term!("Foo"))); [INFO] [stdout] | ----------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `dia` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> tests/verification.rs:32:77 [INFO] [stdout] | [INFO] [stdout] 32 | macro_rules! dia { ($r:expr) => { raw_dia!(seq!(SimpleStart, $r, SimpleEnd)); }; } [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 64 | verify!(simple_choice, dia!(choice!(term!("Foo"), term!("Bar")))); [INFO] [stdout] | ----------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `dia` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> tests/verification.rs:32:77 [INFO] [stdout] | [INFO] [stdout] 32 | macro_rules! dia { ($r:expr) => { raw_dia!(seq!(SimpleStart, $r, SimpleEnd)); }; } [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 65 | verify!(simple_stack, dia!(stck!(term!("Foo"), term!("Bar")))); [INFO] [stdout] | --------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `dia` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> tests/verification.rs:32:77 [INFO] [stdout] | [INFO] [stdout] 32 | macro_rules! dia { ($r:expr) => { raw_dia!(seq!(SimpleStart, $r, SimpleEnd)); }; } [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 66 | verify!(simple_comment, dia!(cmt!("Foobar"))); [INFO] [stdout] | -------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `dia` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> tests/verification.rs:32:77 [INFO] [stdout] | [INFO] [stdout] 32 | macro_rules! dia { ($r:expr) => { raw_dia!(seq!(SimpleStart, $r, SimpleEnd)); }; } [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 67 | verify!(escape_comment, dia!(cmt!("Foo"))); [INFO] [stdout] | ---------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `dia` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> tests/verification.rs:32:77 [INFO] [stdout] | [INFO] [stdout] 32 | macro_rules! dia { ($r:expr) => { raw_dia!(seq!(SimpleStart, $r, SimpleEnd)); }; } [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 68 | verify!(simple_vertical, dia!(vert!(term!("Foo"), term!("Bar")))); [INFO] [stdout] | --------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `dia` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> tests/verification.rs:32:77 [INFO] [stdout] | [INFO] [stdout] 32 | macro_rules! dia { ($r:expr) => { raw_dia!(seq!(SimpleStart, $r, SimpleEnd)); }; } [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 69 | verify!(simple_horizontal, dia!(horiz!(term!("Foo"), term!("Bar")))); [INFO] [stdout] | ---------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `dia` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> tests/verification.rs:32:77 [INFO] [stdout] | [INFO] [stdout] 32 | macro_rules! dia { ($r:expr) => { raw_dia!(seq!(SimpleStart, $r, SimpleEnd)); }; } [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 70 | verify!(simple_repeat, dia!(rpt!(term!("Foo")))); [INFO] [stdout] | ------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `dia` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> tests/verification.rs:32:77 [INFO] [stdout] | [INFO] [stdout] 32 | macro_rules! dia { ($r:expr) => { raw_dia!(seq!(SimpleStart, $r, SimpleEnd)); }; } [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 71 | verify!(simple_opt, dia!(opt!(term!("Foo")))); [INFO] [stdout] | ------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `dia` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> tests/verification.rs:32:77 [INFO] [stdout] | [INFO] [stdout] 32 | macro_rules! dia { ($r:expr) => { raw_dia!(seq!(SimpleStart, $r, SimpleEnd)); }; } [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 72 | verify!(simple_lbox, dia!(lbox!(term!("Foo")))); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `dia` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> tests/verification.rs:32:77 [INFO] [stdout] | [INFO] [stdout] 32 | macro_rules! dia { ($r:expr) => { raw_dia!(seq!(SimpleStart, $r, SimpleEnd)); }; } [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 73 | verify!(simple_link, dia!(lnk!(term!("Foo")))); [INFO] [stdout] | ------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `dia` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> tests/verification.rs:32:77 [INFO] [stdout] | [INFO] [stdout] 32 | macro_rules! dia { ($r:expr) => { raw_dia!(seq!(SimpleStart, $r, SimpleEnd)); }; } [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 74 | verify!(blank_link, dia!( { let mut l = lnk!(term!("Foo")); l.set_target(Some(LinkTarget::Blank)); l })); [INFO] [stdout] | ----------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `dia` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/lib.rs:218:32 [INFO] [stdout] | [INFO] [stdout] 218 | fn running_x<'a>(&'a self, i64) -> Box, i64)> + 'a>; [INFO] [stdout] | ^^^ help: try naming the parameter or explicitly ignoring it: `_: i64` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(anonymous_parameters)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:222:41 [INFO] [stdout] | [INFO] [stdout] 222 | impl RailroadNodeCollection for Vec> { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 222 - impl RailroadNodeCollection for Vec> { [INFO] [stdout] 222 + impl RailroadNodeCollection for Vec> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:316:23 [INFO] [stdout] | [INFO] [stdout] 316 | children: Vec>, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 316 - children: Vec>, [INFO] [stdout] 316 + children: Vec>, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:373:23 [INFO] [stdout] | [INFO] [stdout] 373 | children: Vec>, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 373 - children: Vec>, [INFO] [stdout] 373 + children: Vec>, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:432:23 [INFO] [stdout] | [INFO] [stdout] 432 | children: Vec>, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 432 - children: Vec>, [INFO] [stdout] 432 + children: Vec>, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:749:23 [INFO] [stdout] | [INFO] [stdout] 749 | children: Vec>, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 749 - children: Vec>, [INFO] [stdout] 749 + children: Vec>, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:880:23 [INFO] [stdout] | [INFO] [stdout] 880 | children: Vec>, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 880 - children: Vec>, [INFO] [stdout] 880 + children: Vec>, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:218:44 [INFO] [stdout] | [INFO] [stdout] 218 | fn running_x<'a>(&'a self, i64) -> Box, i64)> + 'a>; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 218 - fn running_x<'a>(&'a self, i64) -> Box, i64)> + 'a>; [INFO] [stdout] 218 + fn running_x<'a>(&'a self, i64) -> Box, i64)> + 'a>; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:218:67 [INFO] [stdout] | [INFO] [stdout] 218 | fn running_x<'a>(&'a self, i64) -> Box, i64)> + 'a>; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 218 - fn running_x<'a>(&'a self, i64) -> Box, i64)> + 'a>; [INFO] [stdout] 218 + fn running_x<'a>(&'a self, i64) -> Box, i64)> + 'a>; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:223:53 [INFO] [stdout] | [INFO] [stdout] 223 | fn running_x<'a>(&'a self, spacing: i64) -> Box, i64)> + 'a> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 223 - fn running_x<'a>(&'a self, spacing: i64) -> Box, i64)> + 'a> { [INFO] [stdout] 223 + fn running_x<'a>(&'a self, spacing: i64) -> Box, i64)> + 'a> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:223:76 [INFO] [stdout] | [INFO] [stdout] 223 | fn running_x<'a>(&'a self, spacing: i64) -> Box, i64)> + 'a> { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 223 - fn running_x<'a>(&'a self, spacing: i64) -> Box, i64)> + 'a> { [INFO] [stdout] 223 + fn running_x<'a>(&'a self, spacing: i64) -> Box, i64)> + 'a> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:322:34 [INFO] [stdout] | [INFO] [stdout] 322 | pub fn new(children: Vec>) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 322 - pub fn new(children: Vec>) -> Self { [INFO] [stdout] 322 + pub fn new(children: Vec>) -> Self { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:329:39 [INFO] [stdout] | [INFO] [stdout] 329 | pub fn push(&mut self, child: Box) -> &mut Self { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 329 - pub fn push(&mut self, child: Box) -> &mut Self { [INFO] [stdout] 329 + pub fn push(&mut self, child: Box) -> &mut Self { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:334:40 [INFO] [stdout] | [INFO] [stdout] 334 | pub fn into_inner(self) -> Vec> { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 334 - pub fn into_inner(self) -> Vec> { [INFO] [stdout] 334 + pub fn into_inner(self) -> Vec> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:379:34 [INFO] [stdout] | [INFO] [stdout] 379 | pub fn new(children: Vec>) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 379 - pub fn new(children: Vec>) -> Self { [INFO] [stdout] 379 + pub fn new(children: Vec>) -> Self { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:386:39 [INFO] [stdout] | [INFO] [stdout] 386 | pub fn push(&mut self, child: Box) -> &mut Self { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 386 - pub fn push(&mut self, child: Box) -> &mut Self { [INFO] [stdout] 386 + pub fn push(&mut self, child: Box) -> &mut Self { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:391:40 [INFO] [stdout] | [INFO] [stdout] 391 | pub fn into_inner(self) -> Vec> { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 391 - pub fn into_inner(self) -> Vec> { [INFO] [stdout] 391 + pub fn into_inner(self) -> Vec> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:437:34 [INFO] [stdout] | [INFO] [stdout] 437 | pub fn new(children: Vec>) -> Sequence { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 437 - pub fn new(children: Vec>) -> Sequence { [INFO] [stdout] 437 + pub fn new(children: Vec>) -> Sequence { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:441:39 [INFO] [stdout] | [INFO] [stdout] 441 | pub fn push(&mut self, child: Box) -> &mut Self { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 441 - pub fn push(&mut self, child: Box) -> &mut Self { [INFO] [stdout] 441 + pub fn push(&mut self, child: Box) -> &mut Self { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:446:40 [INFO] [stdout] | [INFO] [stdout] 446 | pub fn into_inner(self) -> Vec> { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 446 - pub fn into_inner(self) -> Vec> { [INFO] [stdout] 446 + pub fn into_inner(self) -> Vec> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:757:34 [INFO] [stdout] | [INFO] [stdout] 757 | pub fn new(children: Vec>) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 757 - pub fn new(children: Vec>) -> Self { [INFO] [stdout] 757 + pub fn new(children: Vec>) -> Self { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:769:40 [INFO] [stdout] | [INFO] [stdout] 769 | pub fn into_inner(self) -> Vec> { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 769 - pub fn into_inner(self) -> Vec> { [INFO] [stdout] 769 + pub fn into_inner(self) -> Vec> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:778:37 [INFO] [stdout] | [INFO] [stdout] 778 | fn padded_height(&self, child: &RailroadNode, next_child: &RailroadNode) -> i64 { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 778 - fn padded_height(&self, child: &RailroadNode, next_child: &RailroadNode) -> i64 { [INFO] [stdout] 778 + fn padded_height(&self, child: &dyn RailroadNode, next_child: &RailroadNode) -> i64 { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:778:64 [INFO] [stdout] | [INFO] [stdout] 778 | fn padded_height(&self, child: &RailroadNode, next_child: &RailroadNode) -> i64 { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 778 - fn padded_height(&self, child: &RailroadNode, next_child: &RailroadNode) -> i64 { [INFO] [stdout] 778 + fn padded_height(&self, child: &RailroadNode, next_child: &dyn RailroadNode) -> i64 { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:886:34 [INFO] [stdout] | [INFO] [stdout] 886 | pub fn new(children: Vec>) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 886 - pub fn new(children: Vec>) -> Self { [INFO] [stdout] 886 + pub fn new(children: Vec>) -> Self { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:911:40 [INFO] [stdout] | [INFO] [stdout] 911 | pub fn into_inner(self) -> Vec> { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 911 - pub fn into_inner(self) -> Vec> { [INFO] [stdout] 911 + pub fn into_inner(self) -> Vec> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:915:37 [INFO] [stdout] | [INFO] [stdout] 915 | fn padded_height(&self, child: &RailroadNode) -> i64 { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 915 - fn padded_height(&self, child: &RailroadNode) -> i64 { [INFO] [stdout] 915 + fn padded_height(&self, child: &dyn RailroadNode) -> i64 { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/notactuallysvg.rs:234:56 [INFO] [stdout] | [INFO] [stdout] 234 | pub fn debug(self, name: &str, x: i64, y: i64, n: &super::RailroadNode) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 234 - pub fn debug(self, name: &str, x: i64, y: i64, n: &super::RailroadNode) -> Self { [INFO] [stdout] 234 + pub fn debug(self, name: &str, x: i64, y: i64, n: &dyn super::RailroadNode) -> Self { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 28 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 15 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 2.10s [INFO] running `Command { std: "docker" "inspect" "205968f6506edd8d66a8f455fd7f817ee3fa50c36d96e663e02707a2eb1b180a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "205968f6506edd8d66a8f455fd7f817ee3fa50c36d96e663e02707a2eb1b180a", kill_on_drop: false }` [INFO] [stdout] 205968f6506edd8d66a8f455fd7f817ee3fa50c36d96e663e02707a2eb1b180a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] b1001ce9ec5d13e9a3191185a4a52b812d59e5b50cf83d58345ceba615643adc [INFO] running `Command { std: "docker" "start" "-a" "b1001ce9ec5d13e9a3191185a4a52b812d59e5b50cf83d58345ceba615643adc", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stderr] --> src/lib.rs:218:32 [INFO] [stderr] | [INFO] [stderr] 218 | fn running_x<'a>(&'a self, i64) -> Box, i64)> + 'a>; [INFO] [stderr] | ^^^ help: try naming the parameter or explicitly ignoring it: `_: i64` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(anonymous_parameters)]` on by default [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stderr] = note: for more information, see issue #41686 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:222:41 [INFO] [stderr] | [INFO] [stderr] 222 | impl RailroadNodeCollection for Vec> { [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 222 - impl RailroadNodeCollection for Vec> { [INFO] [stderr] 222 + impl RailroadNodeCollection for Vec> { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:316:23 [INFO] [stderr] | [INFO] [stderr] 316 | children: Vec>, [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 316 - children: Vec>, [INFO] [stderr] 316 + children: Vec>, [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:373:23 [INFO] [stderr] | [INFO] [stderr] 373 | children: Vec>, [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 373 - children: Vec>, [INFO] [stderr] 373 + children: Vec>, [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:432:23 [INFO] [stderr] | [INFO] [stderr] 432 | children: Vec>, [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 432 - children: Vec>, [INFO] [stderr] 432 + children: Vec>, [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:749:23 [INFO] [stderr] | [INFO] [stderr] 749 | children: Vec>, [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 749 - children: Vec>, [INFO] [stderr] 749 + children: Vec>, [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:880:23 [INFO] [stderr] | [INFO] [stderr] 880 | children: Vec>, [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 880 - children: Vec>, [INFO] [stderr] 880 + children: Vec>, [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:218:44 [INFO] [stderr] | [INFO] [stderr] 218 | fn running_x<'a>(&'a self, i64) -> Box, i64)> + 'a>; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 218 - fn running_x<'a>(&'a self, i64) -> Box, i64)> + 'a>; [INFO] [stderr] 218 + fn running_x<'a>(&'a self, i64) -> Box, i64)> + 'a>; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:218:67 [INFO] [stderr] | [INFO] [stderr] 218 | fn running_x<'a>(&'a self, i64) -> Box, i64)> + 'a>; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 218 - fn running_x<'a>(&'a self, i64) -> Box, i64)> + 'a>; [INFO] [stderr] 218 + fn running_x<'a>(&'a self, i64) -> Box, i64)> + 'a>; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:223:53 [INFO] [stderr] | [INFO] [stderr] 223 | fn running_x<'a>(&'a self, spacing: i64) -> Box, i64)> + 'a> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 223 - fn running_x<'a>(&'a self, spacing: i64) -> Box, i64)> + 'a> { [INFO] [stderr] 223 + fn running_x<'a>(&'a self, spacing: i64) -> Box, i64)> + 'a> { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:223:76 [INFO] [stderr] | [INFO] [stderr] 223 | fn running_x<'a>(&'a self, spacing: i64) -> Box, i64)> + 'a> { [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 223 - fn running_x<'a>(&'a self, spacing: i64) -> Box, i64)> + 'a> { [INFO] [stderr] 223 + fn running_x<'a>(&'a self, spacing: i64) -> Box, i64)> + 'a> { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:322:34 [INFO] [stderr] | [INFO] [stderr] 322 | pub fn new(children: Vec>) -> Self { [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 322 - pub fn new(children: Vec>) -> Self { [INFO] [stderr] 322 + pub fn new(children: Vec>) -> Self { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:329:39 [INFO] [stderr] | [INFO] [stderr] 329 | pub fn push(&mut self, child: Box) -> &mut Self { [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 329 - pub fn push(&mut self, child: Box) -> &mut Self { [INFO] [stderr] 329 + pub fn push(&mut self, child: Box) -> &mut Self { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:334:40 [INFO] [stderr] | [INFO] [stderr] 334 | pub fn into_inner(self) -> Vec> { [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 334 - pub fn into_inner(self) -> Vec> { [INFO] [stderr] 334 + pub fn into_inner(self) -> Vec> { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:379:34 [INFO] [stderr] | [INFO] [stderr] 379 | pub fn new(children: Vec>) -> Self { [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 379 - pub fn new(children: Vec>) -> Self { [INFO] [stderr] 379 + pub fn new(children: Vec>) -> Self { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:386:39 [INFO] [stderr] | [INFO] [stderr] 386 | pub fn push(&mut self, child: Box) -> &mut Self { [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 386 - pub fn push(&mut self, child: Box) -> &mut Self { [INFO] [stderr] 386 + pub fn push(&mut self, child: Box) -> &mut Self { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:391:40 [INFO] [stderr] | [INFO] [stderr] 391 | pub fn into_inner(self) -> Vec> { [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 391 - pub fn into_inner(self) -> Vec> { [INFO] [stderr] 391 + pub fn into_inner(self) -> Vec> { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:437:34 [INFO] [stderr] | [INFO] [stderr] 437 | pub fn new(children: Vec>) -> Sequence { [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 437 - pub fn new(children: Vec>) -> Sequence { [INFO] [stderr] 437 + pub fn new(children: Vec>) -> Sequence { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:441:39 [INFO] [stderr] | [INFO] [stderr] 441 | pub fn push(&mut self, child: Box) -> &mut Self { [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 441 - pub fn push(&mut self, child: Box) -> &mut Self { [INFO] [stderr] 441 + pub fn push(&mut self, child: Box) -> &mut Self { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:446:40 [INFO] [stderr] | [INFO] [stderr] 446 | pub fn into_inner(self) -> Vec> { [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 446 - pub fn into_inner(self) -> Vec> { [INFO] [stderr] 446 + pub fn into_inner(self) -> Vec> { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:757:34 [INFO] [stderr] | [INFO] [stderr] 757 | pub fn new(children: Vec>) -> Self { [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 757 - pub fn new(children: Vec>) -> Self { [INFO] [stderr] 757 + pub fn new(children: Vec>) -> Self { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:769:40 [INFO] [stderr] | [INFO] [stderr] 769 | pub fn into_inner(self) -> Vec> { [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 769 - pub fn into_inner(self) -> Vec> { [INFO] [stderr] 769 + pub fn into_inner(self) -> Vec> { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:778:37 [INFO] [stderr] | [INFO] [stderr] 778 | fn padded_height(&self, child: &RailroadNode, next_child: &RailroadNode) -> i64 { [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 778 - fn padded_height(&self, child: &RailroadNode, next_child: &RailroadNode) -> i64 { [INFO] [stderr] 778 + fn padded_height(&self, child: &dyn RailroadNode, next_child: &RailroadNode) -> i64 { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:778:64 [INFO] [stderr] | [INFO] [stderr] 778 | fn padded_height(&self, child: &RailroadNode, next_child: &RailroadNode) -> i64 { [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 778 - fn padded_height(&self, child: &RailroadNode, next_child: &RailroadNode) -> i64 { [INFO] [stderr] 778 + fn padded_height(&self, child: &RailroadNode, next_child: &dyn RailroadNode) -> i64 { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:886:34 [INFO] [stderr] | [INFO] [stderr] 886 | pub fn new(children: Vec>) -> Self { [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 886 - pub fn new(children: Vec>) -> Self { [INFO] [stderr] 886 + pub fn new(children: Vec>) -> Self { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:911:40 [INFO] [stderr] | [INFO] [stderr] 911 | pub fn into_inner(self) -> Vec> { [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 911 - pub fn into_inner(self) -> Vec> { [INFO] [stderr] 911 + pub fn into_inner(self) -> Vec> { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:915:37 [INFO] [stderr] | [INFO] [stderr] 915 | fn padded_height(&self, child: &RailroadNode) -> i64 { [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 915 - fn padded_height(&self, child: &RailroadNode) -> i64 { [INFO] [stderr] 915 + fn padded_height(&self, child: &dyn RailroadNode) -> i64 { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/notactuallysvg.rs:234:56 [INFO] [stderr] | [INFO] [stderr] 234 | pub fn debug(self, name: &str, x: i64, y: i64, n: &super::RailroadNode) -> Self { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 234 - pub fn debug(self, name: &str, x: i64, y: i64, n: &super::RailroadNode) -> Self { [INFO] [stderr] 234 + pub fn debug(self, name: &str, x: i64, y: i64, n: &dyn super::RailroadNode) -> Self { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: `railroad` (lib) generated 28 warnings [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> tests/verification.rs:32:77 [INFO] [stderr] | [INFO] [stderr] 32 | macro_rules! dia { ($r:expr) => { raw_dia!(seq!(SimpleStart, $r, SimpleEnd)); }; } [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 60 | verify!(simple_nonterm, dia!(nonterm!("Foobar"))); [INFO] [stderr] | ------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(semicolon_in_expressions_from_macros)]` on by default [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `dia` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> tests/verification.rs:32:77 [INFO] [stderr] | [INFO] [stderr] 32 | macro_rules! dia { ($r:expr) => { raw_dia!(seq!(SimpleStart, $r, SimpleEnd)); }; } [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 61 | verify!(escape_nonterm, dia!(nonterm!("Foo"))); [INFO] [stderr] | -------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `dia` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> tests/verification.rs:32:77 [INFO] [stderr] | [INFO] [stderr] 32 | macro_rules! dia { ($r:expr) => { raw_dia!(seq!(SimpleStart, $r, SimpleEnd)); }; } [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 62 | verify!(simple_term, dia!(term!("Foobar"))); [INFO] [stderr] | --------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `dia` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> tests/verification.rs:32:77 [INFO] [stderr] | [INFO] [stderr] 32 | macro_rules! dia { ($r:expr) => { raw_dia!(seq!(SimpleStart, $r, SimpleEnd)); }; } [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 63 | verify!(escape_term, dia!(term!("Foo"))); [INFO] [stderr] | ----------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `dia` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> tests/verification.rs:32:77 [INFO] [stderr] | [INFO] [stderr] 32 | macro_rules! dia { ($r:expr) => { raw_dia!(seq!(SimpleStart, $r, SimpleEnd)); }; } [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 64 | verify!(simple_choice, dia!(choice!(term!("Foo"), term!("Bar")))); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `dia` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> tests/verification.rs:32:77 [INFO] [stderr] | [INFO] [stderr] 32 | macro_rules! dia { ($r:expr) => { raw_dia!(seq!(SimpleStart, $r, SimpleEnd)); }; } [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 65 | verify!(simple_stack, dia!(stck!(term!("Foo"), term!("Bar")))); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `dia` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> tests/verification.rs:32:77 [INFO] [stderr] | [INFO] [stderr] 32 | macro_rules! dia { ($r:expr) => { raw_dia!(seq!(SimpleStart, $r, SimpleEnd)); }; } [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 66 | verify!(simple_comment, dia!(cmt!("Foobar"))); [INFO] [stderr] | -------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `dia` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> tests/verification.rs:32:77 [INFO] [stderr] | [INFO] [stderr] 32 | macro_rules! dia { ($r:expr) => { raw_dia!(seq!(SimpleStart, $r, SimpleEnd)); }; } [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 67 | verify!(escape_comment, dia!(cmt!("Foo"))); [INFO] [stderr] | ---------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `dia` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> tests/verification.rs:32:77 [INFO] [stderr] | [INFO] [stderr] 32 | macro_rules! dia { ($r:expr) => { raw_dia!(seq!(SimpleStart, $r, SimpleEnd)); }; } [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 68 | verify!(simple_vertical, dia!(vert!(term!("Foo"), term!("Bar")))); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `dia` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> tests/verification.rs:32:77 [INFO] [stderr] | [INFO] [stderr] 32 | macro_rules! dia { ($r:expr) => { raw_dia!(seq!(SimpleStart, $r, SimpleEnd)); }; } [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 69 | verify!(simple_horizontal, dia!(horiz!(term!("Foo"), term!("Bar")))); [INFO] [stderr] | ---------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `dia` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> tests/verification.rs:32:77 [INFO] [stderr] | [INFO] [stderr] 32 | macro_rules! dia { ($r:expr) => { raw_dia!(seq!(SimpleStart, $r, SimpleEnd)); }; } [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 70 | verify!(simple_repeat, dia!(rpt!(term!("Foo")))); [INFO] [stderr] | ------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `dia` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> tests/verification.rs:32:77 [INFO] [stderr] | [INFO] [stderr] 32 | macro_rules! dia { ($r:expr) => { raw_dia!(seq!(SimpleStart, $r, SimpleEnd)); }; } [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 71 | verify!(simple_opt, dia!(opt!(term!("Foo")))); [INFO] [stderr] | ------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `dia` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> tests/verification.rs:32:77 [INFO] [stderr] | [INFO] [stderr] 32 | macro_rules! dia { ($r:expr) => { raw_dia!(seq!(SimpleStart, $r, SimpleEnd)); }; } [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 72 | verify!(simple_lbox, dia!(lbox!(term!("Foo")))); [INFO] [stderr] | ------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `dia` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> tests/verification.rs:32:77 [INFO] [stderr] | [INFO] [stderr] 32 | macro_rules! dia { ($r:expr) => { raw_dia!(seq!(SimpleStart, $r, SimpleEnd)); }; } [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 73 | verify!(simple_link, dia!(lnk!(term!("Foo")))); [INFO] [stderr] | ------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `dia` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> tests/verification.rs:32:77 [INFO] [stderr] | [INFO] [stderr] 32 | macro_rules! dia { ($r:expr) => { raw_dia!(seq!(SimpleStart, $r, SimpleEnd)); }; } [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 74 | verify!(blank_link, dia!( { let mut l = lnk!(term!("Foo")); l.set_target(Some(LinkTarget::Blank)); l })); [INFO] [stderr] | ----------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `dia` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: `railroad` (lib test) generated 28 warnings (28 duplicates) [INFO] [stderr] warning: `railroad` (test "verification") generated 15 warnings [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.45s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/railroad-a38d26331eb8491a) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stderr] Running tests/verification.rs (/opt/rustwide/target/debug/deps/verification-24d21b85b3f85b29) [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 15 tests [INFO] [stdout] test blank_link ... ignored [INFO] [stdout] test escape_comment ... ignored [INFO] [stdout] test escape_nonterm ... ignored [INFO] [stdout] test escape_term ... ignored [INFO] [stdout] test simple_choice ... ignored [INFO] [stdout] test simple_comment ... ignored [INFO] [stdout] test simple_horizontal ... ignored [INFO] [stderr] Doc-tests railroad [INFO] [stdout] test simple_lbox ... ignored [INFO] [stdout] test simple_link ... ignored [INFO] [stdout] test simple_nonterm ... ignored [INFO] [stdout] test simple_opt ... ignored [INFO] [stdout] test simple_repeat ... ignored [INFO] [stdout] test simple_stack ... ignored [INFO] [stdout] test simple_term ... ignored [INFO] [stdout] test simple_vertical ... ignored [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 15 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 3 tests [INFO] [stdout] test src/notactuallysvg.rs - notactuallysvg::Element (line 147) ... ok [INFO] [stdout] test src/lib.rs - Diagram::new (line 1299) ... ok [INFO] [stdout] test src/lib.rs - (line 34) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.37s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "b1001ce9ec5d13e9a3191185a4a52b812d59e5b50cf83d58345ceba615643adc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b1001ce9ec5d13e9a3191185a4a52b812d59e5b50cf83d58345ceba615643adc", kill_on_drop: false }` [INFO] [stdout] b1001ce9ec5d13e9a3191185a4a52b812d59e5b50cf83d58345ceba615643adc