[INFO] fetching crate honeycomb 0.1.4... [INFO] checking honeycomb-0.1.4 against try#4d98531622e1718ae0bc3c7a1ab9cd8938428452+rustflags=-Dtail_expr_drop_order for pr-129604 [INFO] extracting crate honeycomb 0.1.4 into /workspace/builds/worker-2-tc2/source [INFO] validating manifest of crates.io crate honeycomb 0.1.4 on toolchain 4d98531622e1718ae0bc3c7a1ab9cd8938428452 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4d98531622e1718ae0bc3c7a1ab9cd8938428452" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate honeycomb 0.1.4 [INFO] finished tweaking crates.io crate honeycomb 0.1.4 [INFO] tweaked toml for crates.io crate honeycomb 0.1.4 written to /workspace/builds/worker-2-tc2/source/Cargo.toml [INFO] crate crates.io crate honeycomb 0.1.4 already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4d98531622e1718ae0bc3c7a1ab9cd8938428452" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:923055f121b5182466d55868a8b05e67af8ba4a3a3f6bad814e953ca3cd3ac2a" "/opt/rustwide/cargo-home/bin/cargo" "+4d98531622e1718ae0bc3c7a1ab9cd8938428452" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] af570fef3e27a5b8e2caed8da68c0cc6005cc79ca48862788bcb5b419870d738 [INFO] running `Command { std: "docker" "start" "-a" "af570fef3e27a5b8e2caed8da68c0cc6005cc79ca48862788bcb5b419870d738", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "af570fef3e27a5b8e2caed8da68c0cc6005cc79ca48862788bcb5b419870d738", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "af570fef3e27a5b8e2caed8da68c0cc6005cc79ca48862788bcb5b419870d738", kill_on_drop: false }` [INFO] [stdout] af570fef3e27a5b8e2caed8da68c0cc6005cc79ca48862788bcb5b419870d738 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid -Dtail_expr_drop_order" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:923055f121b5182466d55868a8b05e67af8ba4a3a3f6bad814e953ca3cd3ac2a" "/opt/rustwide/cargo-home/bin/cargo" "+4d98531622e1718ae0bc3c7a1ab9cd8938428452" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 77648a5a9287f1a8c186670fded9d89d549de95d1473a3ea060ddb4b5e80c3c5 [INFO] running `Command { std: "docker" "start" "-a" "77648a5a9287f1a8c186670fded9d89d549de95d1473a3ea060ddb4b5e80c3c5", kill_on_drop: false }` [INFO] [stderr] Checking honeycomb v0.1.4 (/opt/rustwide/workdir) [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/parser.rs:76:21 [INFO] [stdout] | [INFO] [stdout] 74 | pub fn new(parser: impl Fn(&str) -> Output + 'static, expectation: impl ToString) -> Self { [INFO] [stdout] | -------------------------------------------- -------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 75 | Self { [INFO] [stdout] 76 | parser: Arc::new(parser), [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: requested on the command line with `-D tail-expr-drop-order` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/parser.rs:111:13 [INFO] [stdout] | [INFO] [stdout] 105 | pub fn map(self, map_fn: fn(T) -> O) -> Parser [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 111 | / move |s: &str| match self.parse_internal(s) { [INFO] [stdout] 112 | | Ok((first_out, input)) => Ok((map_fn(first_out), input)), [INFO] [stdout] 113 | | Err(e) => Err(e), [INFO] [stdout] 114 | | }, [INFO] [stdout] | |_____________^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/parser.rs:111:34 [INFO] [stdout] | [INFO] [stdout] 105 | pub fn map(self, map_fn: fn(T) -> O) -> Parser [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 111 | move |s: &str| match self.parse_internal(s) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/parser.rs:129:13 [INFO] [stdout] | [INFO] [stdout] 122 | pub fn convert(self, convert_fn: fn(T) -> Result) -> Parser [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 129 | / move |s: &str| match self.parse_internal(s) { [INFO] [stdout] 130 | | Ok((first_out, input)) => { [INFO] [stdout] 131 | | let result = match convert_fn(first_out) { [INFO] [stdout] 132 | | Ok(value) => value, [INFO] [stdout] ... | [INFO] [stdout] 137 | | Err(e) => Err(e), [INFO] [stdout] 138 | | }, [INFO] [stdout] | |_____________^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/parser.rs:129:34 [INFO] [stdout] | [INFO] [stdout] 122 | pub fn convert(self, convert_fn: fn(T) -> Result) -> Parser [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 129 | move |s: &str| match self.parse_internal(s) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing [INFO] [stdout] --> src/parser.rs:133:54 [INFO] [stdout] | [INFO] [stdout] 133 | Err(_) => return Error::new(s.clone(), "A convertible value", s.clone()), [INFO] [stdout] | ^^^^^^^^ help: remove this redundant call [INFO] [stdout] | [INFO] [stdout] = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed [INFO] [stdout] = note: `#[warn(noop_method_call)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/parser.rs:76:21 [INFO] [stdout] | [INFO] [stdout] 74 | pub fn new(parser: impl Fn(&str) -> Output + 'static, expectation: impl ToString) -> Self { [INFO] [stdout] | -------------------------------------------- -------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 75 | Self { [INFO] [stdout] 76 | parser: Arc::new(parser), [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: requested on the command line with `-D tail-expr-drop-order` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing [INFO] [stdout] --> src/parser.rs:133:88 [INFO] [stdout] | [INFO] [stdout] 133 | Err(_) => return Error::new(s.clone(), "A convertible value", s.clone()), [INFO] [stdout] | ^^^^^^^^ help: remove this redundant call [INFO] [stdout] | [INFO] [stdout] = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/parser.rs:152:13 [INFO] [stdout] | [INFO] [stdout] 146 | pub fn prefixes(self, operand: Parser) -> Parser [INFO] [stdout] | ---- ------------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 152 | / move |s: &str| { [INFO] [stdout] 153 | | // Get the remaining input from ourselves [INFO] [stdout] 154 | | // and discard consumed input [INFO] [stdout] 155 | | let (_, remaining) = self.parse_internal(s)?; [INFO] [stdout] ... | [INFO] [stdout] 159 | | Ok((consumed, remaining)) [INFO] [stdout] 160 | | }, [INFO] [stdout] | |_____________^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/parser.rs:111:13 [INFO] [stdout] | [INFO] [stdout] 105 | pub fn map(self, map_fn: fn(T) -> O) -> Parser [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 111 | / move |s: &str| match self.parse_internal(s) { [INFO] [stdout] 112 | | Ok((first_out, input)) => Ok((map_fn(first_out), input)), [INFO] [stdout] 113 | | Err(e) => Err(e), [INFO] [stdout] 114 | | }, [INFO] [stdout] | |_____________^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/parser.rs:159:20 [INFO] [stdout] | [INFO] [stdout] 146 | pub fn prefixes(self, operand: Parser) -> Parser [INFO] [stdout] | ---- ------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 157 | let (consumed, remaining) = operand.parse_internal(&remaining)?; [INFO] [stdout] | -------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 158 | // Return result [INFO] [stdout] 159 | Ok((consumed, remaining)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/parser.rs:111:34 [INFO] [stdout] | [INFO] [stdout] 105 | pub fn map(self, map_fn: fn(T) -> O) -> Parser [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 111 | move |s: &str| match self.parse_internal(s) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/parser.rs:174:13 [INFO] [stdout] | [INFO] [stdout] 168 | pub fn suffix(self, operand: Parser) -> Parser [INFO] [stdout] | ---- ------------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 174 | / move |s: &str| { [INFO] [stdout] 175 | | // Get consumed input and remaining input from ourselves [INFO] [stdout] 176 | | let (consumed, remaining) = self.parse_internal(s)?; [INFO] [stdout] 177 | | // Consume the input from the remaining, [INFO] [stdout] ... | [INFO] [stdout] 181 | | Ok((consumed, remaining)) [INFO] [stdout] 182 | | }, [INFO] [stdout] | |_____________^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/parser.rs:129:13 [INFO] [stdout] | [INFO] [stdout] 122 | pub fn convert(self, convert_fn: fn(T) -> Result) -> Parser [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 129 | / move |s: &str| match self.parse_internal(s) { [INFO] [stdout] 130 | | Ok((first_out, input)) => { [INFO] [stdout] 131 | | let result = match convert_fn(first_out) { [INFO] [stdout] 132 | | Ok(value) => value, [INFO] [stdout] ... | [INFO] [stdout] 137 | | Err(e) => Err(e), [INFO] [stdout] 138 | | }, [INFO] [stdout] | |_____________^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/parser.rs:129:34 [INFO] [stdout] | [INFO] [stdout] 122 | pub fn convert(self, convert_fn: fn(T) -> Result) -> Parser [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 129 | move |s: &str| match self.parse_internal(s) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/parser.rs:181:20 [INFO] [stdout] | [INFO] [stdout] 168 | pub fn suffix(self, operand: Parser) -> Parser [INFO] [stdout] | ---- ------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 176 | let (consumed, remaining) = self.parse_internal(s)?; [INFO] [stdout] | -------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 181 | Ok((consumed, remaining)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing [INFO] [stdout] --> src/parser.rs:133:54 [INFO] [stdout] | [INFO] [stdout] 133 | Err(_) => return Error::new(s.clone(), "A convertible value", s.clone()), [INFO] [stdout] | ^^^^^^^^ help: remove this redundant call [INFO] [stdout] | [INFO] [stdout] = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed [INFO] [stdout] = note: `#[warn(noop_method_call)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/parser.rs:193:13 [INFO] [stdout] | [INFO] [stdout] 190 | pub fn is(self) -> Parser<()> { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 193 | / move |s: &str| match self.parse_internal(s) { [INFO] [stdout] 194 | | // If this parser succeeds, consume nothing and continue [INFO] [stdout] 195 | | Ok(_) => Ok(((), s.to_string())), [INFO] [stdout] 196 | | // If this parser fails, throw an error [INFO] [stdout] 197 | | Err(_) => Error::new(s, format!("Not {}", s), s), [INFO] [stdout] 198 | | }, [INFO] [stdout] | |_____________^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing [INFO] [stdout] --> src/parser.rs:133:88 [INFO] [stdout] | [INFO] [stdout] 133 | Err(_) => return Error::new(s.clone(), "A convertible value", s.clone()), [INFO] [stdout] | ^^^^^^^^ help: remove this redundant call [INFO] [stdout] | [INFO] [stdout] = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/parser.rs:193:34 [INFO] [stdout] | [INFO] [stdout] 190 | pub fn is(self) -> Parser<()> { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 193 | move |s: &str| match self.parse_internal(s) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/parser.rs:209:13 [INFO] [stdout] | [INFO] [stdout] 206 | pub fn isnt(self) -> Parser<()> { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 209 | / move |s: &str| match self.parse_internal(s) { [INFO] [stdout] 210 | | // If this parser succeeds, throw an error [INFO] [stdout] 211 | | Ok(_) => Error::new(s, format!("Not {}", self.expectation), s), [INFO] [stdout] 212 | | // If this parser fails, consume nothing and continue [INFO] [stdout] 213 | | Err(_) => Ok(((), s.to_string())), [INFO] [stdout] 214 | | }, [INFO] [stdout] | |_____________^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/parser.rs:152:13 [INFO] [stdout] | [INFO] [stdout] 146 | pub fn prefixes(self, operand: Parser) -> Parser [INFO] [stdout] | ---- ------------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 152 | / move |s: &str| { [INFO] [stdout] 153 | | // Get the remaining input from ourselves [INFO] [stdout] 154 | | // and discard consumed input [INFO] [stdout] 155 | | let (_, remaining) = self.parse_internal(s)?; [INFO] [stdout] ... | [INFO] [stdout] 159 | | Ok((consumed, remaining)) [INFO] [stdout] 160 | | }, [INFO] [stdout] | |_____________^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/parser.rs:209:34 [INFO] [stdout] | [INFO] [stdout] 206 | pub fn isnt(self) -> Parser<()> { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 209 | move |s: &str| match self.parse_internal(s) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/parser.rs:159:20 [INFO] [stdout] | [INFO] [stdout] 146 | pub fn prefixes(self, operand: Parser) -> Parser [INFO] [stdout] | ---- ------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 157 | let (consumed, remaining) = operand.parse_internal(&remaining)?; [INFO] [stdout] | -------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 158 | // Return result [INFO] [stdout] 159 | Ok((consumed, remaining)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/parser.rs:229:13 [INFO] [stdout] | [INFO] [stdout] 223 | pub fn and(self, operand: Parser) -> Parser<(T, O)> [INFO] [stdout] | ---- ------------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 229 | / move |s: &str| { [INFO] [stdout] 230 | | // Get the first consumed and remaining [INFO] [stdout] 231 | | let (first_consumed, remaining) = self.parse_internal(s)?; [INFO] [stdout] 232 | | // Get the second consumed and remaining [INFO] [stdout] ... | [INFO] [stdout] 235 | | Ok(((first_consumed, second_consumed), remaining)) [INFO] [stdout] 236 | | }, [INFO] [stdout] | |_____________^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/parser.rs:174:13 [INFO] [stdout] | [INFO] [stdout] 168 | pub fn suffix(self, operand: Parser) -> Parser [INFO] [stdout] | ---- ------------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 174 | / move |s: &str| { [INFO] [stdout] 175 | | // Get consumed input and remaining input from ourselves [INFO] [stdout] 176 | | let (consumed, remaining) = self.parse_internal(s)?; [INFO] [stdout] 177 | | // Consume the input from the remaining, [INFO] [stdout] ... | [INFO] [stdout] 181 | | Ok((consumed, remaining)) [INFO] [stdout] 182 | | }, [INFO] [stdout] | |_____________^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/parser.rs:235:20 [INFO] [stdout] | [INFO] [stdout] 223 | pub fn and(self, operand: Parser) -> Parser<(T, O)> [INFO] [stdout] | ---- ------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 231 | let (first_consumed, remaining) = self.parse_internal(s)?; [INFO] [stdout] | -------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 232 | // Get the second consumed and remaining [INFO] [stdout] 233 | let (second_consumed, remaining) = operand.parse_internal(&remaining)?; [INFO] [stdout] | --------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 234 | // Return a tuple of first and second [INFO] [stdout] 235 | Ok(((first_consumed, second_consumed), remaining)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/parser.rs:181:20 [INFO] [stdout] | [INFO] [stdout] 168 | pub fn suffix(self, operand: Parser) -> Parser [INFO] [stdout] | ---- ------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 176 | let (consumed, remaining) = self.parse_internal(s)?; [INFO] [stdout] | -------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 181 | Ok((consumed, remaining)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/parser.rs:245:13 [INFO] [stdout] | [INFO] [stdout] 242 | pub fn or(self, operand: Self) -> Self { [INFO] [stdout] | ---- ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 245 | / move |s: &str| match self.parse_internal(s) { [INFO] [stdout] 246 | | // If we succeed, return OUR result [INFO] [stdout] 247 | | Ok(t) => Ok(t), [INFO] [stdout] 248 | | // If we don't succeed, return the other parser's result [INFO] [stdout] 249 | | // We can safely discard OUR error here because we expect failure. [INFO] [stdout] 250 | | Err(_) => operand.parse_internal(s), [INFO] [stdout] 251 | | }, [INFO] [stdout] | |_____________^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/parser.rs:193:13 [INFO] [stdout] | [INFO] [stdout] 190 | pub fn is(self) -> Parser<()> { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 193 | / move |s: &str| match self.parse_internal(s) { [INFO] [stdout] 194 | | // If this parser succeeds, consume nothing and continue [INFO] [stdout] 195 | | Ok(_) => Ok(((), s.to_string())), [INFO] [stdout] 196 | | // If this parser fails, throw an error [INFO] [stdout] 197 | | Err(_) => Error::new(s, format!("Not {}", s), s), [INFO] [stdout] 198 | | }, [INFO] [stdout] | |_____________^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/parser.rs:245:34 [INFO] [stdout] | [INFO] [stdout] 242 | pub fn or(self, operand: Self) -> Self { [INFO] [stdout] | ---- ------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 245 | move |s: &str| match self.parse_internal(s) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/parser.rs:193:34 [INFO] [stdout] | [INFO] [stdout] 190 | pub fn is(self) -> Parser<()> { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 193 | move |s: &str| match self.parse_internal(s) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/parser.rs:209:13 [INFO] [stdout] | [INFO] [stdout] 206 | pub fn isnt(self) -> Parser<()> { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 209 | / move |s: &str| match self.parse_internal(s) { [INFO] [stdout] 210 | | // If this parser succeeds, throw an error [INFO] [stdout] 211 | | Ok(_) => Error::new(s, format!("Not {}", self.expectation), s), [INFO] [stdout] 212 | | // If this parser fails, consume nothing and continue [INFO] [stdout] 213 | | Err(_) => Ok(((), s.to_string())), [INFO] [stdout] 214 | | }, [INFO] [stdout] | |_____________^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/parser.rs:276:13 [INFO] [stdout] | [INFO] [stdout] 258 | pub fn repeat(self, range: impl RangeBounds) -> Parser> { [INFO] [stdout] | ---- ------------------------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 276 | / move |s: &str| { [INFO] [stdout] 277 | | // The string containing the remaining input [INFO] [stdout] 278 | | let mut remaining_input = s.to_string(); [INFO] [stdout] 279 | | // This accumulates all the consumed and lexed outputs [INFO] [stdout] ... | [INFO] [stdout] 301 | | Ok((accum, remaining_input)) [INFO] [stdout] 302 | | }, [INFO] [stdout] | |_____________^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/parser.rs:209:34 [INFO] [stdout] | [INFO] [stdout] 206 | pub fn isnt(self) -> Parser<()> { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 209 | move |s: &str| match self.parse_internal(s) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/parser.rs:301:20 [INFO] [stdout] | [INFO] [stdout] 258 | pub fn repeat(self, range: impl RangeBounds) -> Parser> { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 281 | let mut accum = vec![]; [INFO] [stdout] | ----- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 301 | Ok((accum, remaining_input)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/parser.rs:229:13 [INFO] [stdout] | [INFO] [stdout] 223 | pub fn and(self, operand: Parser) -> Parser<(T, O)> [INFO] [stdout] | ---- ------------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 229 | / move |s: &str| { [INFO] [stdout] 230 | | // Get the first consumed and remaining [INFO] [stdout] 231 | | let (first_consumed, remaining) = self.parse_internal(s)?; [INFO] [stdout] 232 | | // Get the second consumed and remaining [INFO] [stdout] ... | [INFO] [stdout] 235 | | Ok(((first_consumed, second_consumed), remaining)) [INFO] [stdout] 236 | | }, [INFO] [stdout] | |_____________^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/parser.rs:235:20 [INFO] [stdout] | [INFO] [stdout] 223 | pub fn and(self, operand: Parser) -> Parser<(T, O)> [INFO] [stdout] | ---- ------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 231 | let (first_consumed, remaining) = self.parse_internal(s)?; [INFO] [stdout] | -------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 232 | // Get the second consumed and remaining [INFO] [stdout] 233 | let (second_consumed, remaining) = operand.parse_internal(&remaining)?; [INFO] [stdout] | --------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 234 | // Return a tuple of first and second [INFO] [stdout] 235 | Ok(((first_consumed, second_consumed), remaining)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/atoms.rs:85:9 [INFO] [stdout] | [INFO] [stdout] 82 | pub fn opt(parser: Parser) -> Parser> { [INFO] [stdout] | ----------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 85 | / move |s: &str| match parser.parse_internal(s) { [INFO] [stdout] 86 | | // Return okay either way! [INFO] [stdout] 87 | | Ok((consumed, remaining)) => Ok((Some(consumed), remaining)), [INFO] [stdout] 88 | | Err(_) => Ok((None, s.to_string())), [INFO] [stdout] 89 | | }, [INFO] [stdout] | |_________^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/atoms.rs:85:30 [INFO] [stdout] | [INFO] [stdout] 82 | pub fn opt(parser: Parser) -> Parser> { [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 85 | move |s: &str| match parser.parse_internal(s) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/parser.rs:245:13 [INFO] [stdout] | [INFO] [stdout] 242 | pub fn or(self, operand: Self) -> Self { [INFO] [stdout] | ---- ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 245 | / move |s: &str| match self.parse_internal(s) { [INFO] [stdout] 246 | | // If we succeed, return OUR result [INFO] [stdout] 247 | | Ok(t) => Ok(t), [INFO] [stdout] 248 | | // If we don't succeed, return the other parser's result [INFO] [stdout] 249 | | // We can safely discard OUR error here because we expect failure. [INFO] [stdout] 250 | | Err(_) => operand.parse_internal(s), [INFO] [stdout] 251 | | }, [INFO] [stdout] | |_____________^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/parser.rs:245:34 [INFO] [stdout] | [INFO] [stdout] 242 | pub fn or(self, operand: Self) -> Self { [INFO] [stdout] | ---- ------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 245 | move |s: &str| match self.parse_internal(s) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/atoms.rs:189:5 [INFO] [stdout] | [INFO] [stdout] 184 | pub fn list(parser: Parser, sep: Parser) -> Parser> [INFO] [stdout] | ----------------- -------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 189 | / parser [INFO] [stdout] 190 | | .clone() [INFO] [stdout] 191 | | .suffix(sep) [INFO] [stdout] 192 | | .repeat(0..) [INFO] [stdout] 193 | | .and(parser.repeat(0..1)) [INFO] [stdout] | |_________________________________^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/parser.rs:276:13 [INFO] [stdout] | [INFO] [stdout] 258 | pub fn repeat(self, range: impl RangeBounds) -> Parser> { [INFO] [stdout] | ---- ------------------------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 276 | / move |s: &str| { [INFO] [stdout] 277 | | // The string containing the remaining input [INFO] [stdout] 278 | | let mut remaining_input = s.to_string(); [INFO] [stdout] 279 | | // This accumulates all the consumed and lexed outputs [INFO] [stdout] ... | [INFO] [stdout] 301 | | Ok((accum, remaining_input)) [INFO] [stdout] 302 | | }, [INFO] [stdout] | |_____________^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/atoms.rs:210:18 [INFO] [stdout] | [INFO] [stdout] 210 | move |s| parser().parse_internal(s), [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/parser.rs:301:20 [INFO] [stdout] | [INFO] [stdout] 258 | pub fn repeat(self, range: impl RangeBounds) -> Parser> { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 281 | let mut accum = vec![]; [INFO] [stdout] | ----- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 301 | Ok((accum, remaining_input)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/language.rs:76:5 [INFO] [stdout] | [INFO] [stdout] 65 | let special_char = sym('\\') [INFO] [stdout] | ------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 74 | let escape_sequence = sym('\\') >> special_char; [INFO] [stdout] | --------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 75 | [INFO] [stdout] 76 | / ((sym('"') >> ((none_of(b"\\\"") | escape_sequence).repeat(0..)) << sym('"')) [INFO] [stdout] 77 | | - |v| v.iter().collect::()) [INFO] [stdout] | |___________________________________________^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/atoms.rs:85:9 [INFO] [stdout] | [INFO] [stdout] 82 | pub fn opt(parser: Parser) -> Parser> { [INFO] [stdout] | ----------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 85 | / move |s: &str| match parser.parse_internal(s) { [INFO] [stdout] 86 | | // Return okay either way! [INFO] [stdout] 87 | | Ok((consumed, remaining)) => Ok((Some(consumed), remaining)), [INFO] [stdout] 88 | | Err(_) => Ok((None, s.to_string())), [INFO] [stdout] 89 | | }, [INFO] [stdout] | |_________^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `honeycomb` (lib) due to 31 previous errors; 2 warnings emitted [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/atoms.rs:85:30 [INFO] [stdout] | [INFO] [stdout] 82 | pub fn opt(parser: Parser) -> Parser> { [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 85 | move |s: &str| match parser.parse_internal(s) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/language.rs:89:5 [INFO] [stdout] | [INFO] [stdout] 83 | let integer = [INFO] [stdout] | ------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 86 | let frac = sym('.') >> integer.clone(); [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 87 | let number = (space() >> opt(sym('-'))) & (space() >> integer) & (opt(frac) << space()); [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 88 | [INFO] [stdout] 89 | / (number [INFO] [stdout] 90 | | - |v: ((Option, String), Option)| { [INFO] [stdout] 91 | | let mut result = String::new(); [INFO] [stdout] ... | [INFO] [stdout] 107 | | result [INFO] [stdout] 108 | | }) [INFO] [stdout] | |__________^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/atoms.rs:189:5 [INFO] [stdout] | [INFO] [stdout] 184 | pub fn list(parser: Parser, sep: Parser) -> Parser> [INFO] [stdout] | ----------------- -------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 189 | / parser [INFO] [stdout] 190 | | .clone() [INFO] [stdout] 191 | | .suffix(sep) [INFO] [stdout] 192 | | .repeat(0..) [INFO] [stdout] 193 | | .and(parser.repeat(0..1)) [INFO] [stdout] | |_________________________________^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/atoms.rs:210:18 [INFO] [stdout] | [INFO] [stdout] 210 | move |s| parser().parse_internal(s), [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/language.rs:118:5 [INFO] [stdout] | [INFO] [stdout] 115 | item: Parser, [INFO] [stdout] | --------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 118 | seq_no_ws(begin) >> list(item.clone(), seq_no_ws(",")) << seq_no_ws(end) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/language.rs:76:5 [INFO] [stdout] | [INFO] [stdout] 65 | let special_char = sym('\\') [INFO] [stdout] | ------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 74 | let escape_sequence = sym('\\') >> special_char; [INFO] [stdout] | --------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 75 | [INFO] [stdout] 76 | / ((sym('"') >> ((none_of(b"\\\"") | escape_sequence).repeat(0..)) << sym('"')) [INFO] [stdout] 77 | | - |v| v.iter().collect::()) [INFO] [stdout] | |___________________________________________^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/language.rs:118:63 [INFO] [stdout] | [INFO] [stdout] 115 | item: Parser, [INFO] [stdout] | --------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 118 | seq_no_ws(begin) >> list(item.clone(), seq_no_ws(",")) << seq_no_ws(end) [INFO] [stdout] | _______________________________________________________________^ [INFO] [stdout] 119 | | % format!("An array of 0 or more {}(s)", item.expectation) [INFO] [stdout] | |__________________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/language.rs:89:5 [INFO] [stdout] | [INFO] [stdout] 83 | let integer = [INFO] [stdout] | ------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 86 | let frac = sym('.') >> integer.clone(); [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 87 | let number = (space() >> opt(sym('-'))) & (space() >> integer) & (opt(frac) << space()); [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 88 | [INFO] [stdout] 89 | / (number [INFO] [stdout] 90 | | - |v: ((Option, String), Option)| { [INFO] [stdout] 91 | | let mut result = String::new(); [INFO] [stdout] ... | [INFO] [stdout] 107 | | result [INFO] [stdout] 108 | | }) [INFO] [stdout] | |__________^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/language.rs:118:5 [INFO] [stdout] | [INFO] [stdout] 115 | item: Parser, [INFO] [stdout] | --------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 118 | seq_no_ws(begin) >> list(item.clone(), seq_no_ws(",")) << seq_no_ws(end) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/basic.rs:56:5 [INFO] [stdout] | [INFO] [stdout] 51 | let country_code = seq_no_ws("+") >> ((numeral() * (..3)) - collect); [INFO] [stdout] | ------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 52 | let area_code = opt(seq_no_ws("-")) >> ((numeral() * (3..3)) - collect); [INFO] [stdout] | --------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 53 | let prefix = opt(seq_no_ws("-")) >> ((numeral() * (3..3)) - collect); [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 54 | let line_number = opt(seq_no_ws("-")) >> ((numeral() * (4..4)) - collect); [INFO] [stdout] | ----------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 55 | [INFO] [stdout] 56 | / ((opt(country_code) & (area_code & (prefix & line_number))) [INFO] [stdout] 57 | | - |s: (Option, (String, (String, String)))| PhoneNumber { [INFO] [stdout] 58 | | country_code: s.0, [INFO] [stdout] 59 | | area_code: (s.1).0, [INFO] [stdout] ... | [INFO] [stdout] 69 | | line_number: s[9..13].to_string(), [INFO] [stdout] 70 | | }) % "a valid phone number" [INFO] [stdout] | |_______________________________________^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/language.rs:118:63 [INFO] [stdout] | [INFO] [stdout] 115 | item: Parser, [INFO] [stdout] | --------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 118 | seq_no_ws(begin) >> list(item.clone(), seq_no_ws(",")) << seq_no_ws(end) [INFO] [stdout] | _______________________________________________________________^ [INFO] [stdout] 119 | | % format!("An array of 0 or more {}(s)", item.expectation) [INFO] [stdout] | |__________________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/basic.rs:71:11 [INFO] [stdout] | [INFO] [stdout] 51 | let country_code = seq_no_ws("+") >> ((numeral() * (..3)) - collect); [INFO] [stdout] | ------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 52 | let area_code = opt(seq_no_ws("-")) >> ((numeral() * (3..3)) - collect); [INFO] [stdout] | --------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 53 | let prefix = opt(seq_no_ws("-")) >> ((numeral() * (3..3)) - collect); [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 54 | let line_number = opt(seq_no_ws("-")) >> ((numeral() * (4..4)) - collect); [INFO] [stdout] | ----------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 71 | | ((((space() >> numeral()) * (10..10)) << space()) [INFO] [stdout] | ___________^ [INFO] [stdout] 72 | | - collect [INFO] [stdout] 73 | | - |s: String| PhoneNumber { [INFO] [stdout] 74 | | country_code: None, [INFO] [stdout] ... | [INFO] [stdout] 77 | | line_number: s[6..10].to_string(), [INFO] [stdout] 78 | | }) % "a valid phone number" [INFO] [stdout] | |_______________________________________^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/transform.rs:26:11 [INFO] [stdout] | [INFO] [stdout] 22 | pub fn to_number(t: impl ToString) -> T [INFO] [stdout] | ---------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 26 | match t.to_string().parse::() { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/basic.rs:56:5 [INFO] [stdout] | [INFO] [stdout] 51 | let country_code = seq_no_ws("+") >> ((numeral() * (..3)) - collect); [INFO] [stdout] | ------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 52 | let area_code = opt(seq_no_ws("-")) >> ((numeral() * (3..3)) - collect); [INFO] [stdout] | --------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 53 | let prefix = opt(seq_no_ws("-")) >> ((numeral() * (3..3)) - collect); [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 54 | let line_number = opt(seq_no_ws("-")) >> ((numeral() * (4..4)) - collect); [INFO] [stdout] | ----------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 55 | [INFO] [stdout] 56 | / ((opt(country_code) & (area_code & (prefix & line_number))) [INFO] [stdout] 57 | | - |s: (Option, (String, (String, String)))| PhoneNumber { [INFO] [stdout] 58 | | country_code: s.0, [INFO] [stdout] 59 | | area_code: (s.1).0, [INFO] [stdout] ... | [INFO] [stdout] 69 | | line_number: s[9..13].to_string(), [INFO] [stdout] 70 | | }) % "a valid phone number" [INFO] [stdout] | |_______________________________________^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/basic.rs:71:11 [INFO] [stdout] | [INFO] [stdout] 51 | let country_code = seq_no_ws("+") >> ((numeral() * (..3)) - collect); [INFO] [stdout] | ------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 52 | let area_code = opt(seq_no_ws("-")) >> ((numeral() * (3..3)) - collect); [INFO] [stdout] | --------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 53 | let prefix = opt(seq_no_ws("-")) >> ((numeral() * (3..3)) - collect); [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 54 | let line_number = opt(seq_no_ws("-")) >> ((numeral() * (4..4)) - collect); [INFO] [stdout] | ----------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 71 | | ((((space() >> numeral()) * (10..10)) << space()) [INFO] [stdout] | ___________^ [INFO] [stdout] 72 | | - collect [INFO] [stdout] 73 | | - |s: String| PhoneNumber { [INFO] [stdout] 74 | | country_code: None, [INFO] [stdout] ... | [INFO] [stdout] 77 | | line_number: s[6..10].to_string(), [INFO] [stdout] 78 | | }) % "a valid phone number" [INFO] [stdout] | |_______________________________________^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/transform.rs:26:11 [INFO] [stdout] | [INFO] [stdout] 22 | pub fn to_number(t: impl ToString) -> T [INFO] [stdout] | ---------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 26 | match t.to_string().parse::() { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 30 previous errors; 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 30 previous errors; 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `honeycomb` (lib test) due to 31 previous errors; 2 warnings emitted [INFO] running `Command { std: "docker" "inspect" "77648a5a9287f1a8c186670fded9d89d549de95d1473a3ea060ddb4b5e80c3c5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "77648a5a9287f1a8c186670fded9d89d549de95d1473a3ea060ddb4b5e80c3c5", kill_on_drop: false }` [INFO] [stdout] 77648a5a9287f1a8c186670fded9d89d549de95d1473a3ea060ddb4b5e80c3c5