[INFO] fetching crate malachi 0.9.8... [INFO] checking malachi-0.9.8 against try#4d98531622e1718ae0bc3c7a1ab9cd8938428452+rustflags=-Dtail_expr_drop_order for pr-129604 [INFO] extracting crate malachi 0.9.8 into /workspace/builds/worker-7-tc2/source [INFO] validating manifest of crates.io crate malachi 0.9.8 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 malachi 0.9.8 [INFO] removed 0 missing examples [INFO] finished tweaking crates.io crate malachi 0.9.8 [INFO] tweaked toml for crates.io crate malachi 0.9.8 written to /workspace/builds/worker-7-tc2/source/Cargo.toml [INFO] crate crates.io crate malachi 0.9.8 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] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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] a7232f8a4fe01b782e5416c9b2e48108822532ba839096a1fe9ecf2051713702 [INFO] running `Command { std: "docker" "start" "-a" "a7232f8a4fe01b782e5416c9b2e48108822532ba839096a1fe9ecf2051713702", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "a7232f8a4fe01b782e5416c9b2e48108822532ba839096a1fe9ecf2051713702", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a7232f8a4fe01b782e5416c9b2e48108822532ba839096a1fe9ecf2051713702", kill_on_drop: false }` [INFO] [stdout] a7232f8a4fe01b782e5416c9b2e48108822532ba839096a1fe9ecf2051713702 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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] 037ab5ac969969249a593a372cb78e91e8d0bb5a5d7165e8614b6bb6e27001c9 [INFO] running `Command { std: "docker" "start" "-a" "037ab5ac969969249a593a372cb78e91e8d0bb5a5d7165e8614b6bb6e27001c9", kill_on_drop: false }` [INFO] [stderr] Checking nom v7.1.3 [INFO] [stderr] Checking malachi v0.9.8 (/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/compiler.rs:55:6 [INFO] [stdout] | [INFO] [stdout] 38 | let cmd = cmd [INFO] [stdout] | --- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 55 | Ok(Self(cmd)) [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] = 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/capture.rs:32:2 [INFO] [stdout] | [INFO] [stdout] 24 | let name = take_while(|c: char| c.is_alphanumeric() || c == '-' || c == '_'); [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 25 | let quan = alt(( [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 32 | / context( [INFO] [stdout] 33 | | "invalid identifier name", [INFO] [stdout] 34 | | separated_pair( [INFO] [stdout] 35 | | // The name. [INFO] [stdout] ... | [INFO] [stdout] 41 | | ), [INFO] [stdout] 42 | | )(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/capture.rs:76:2 [INFO] [stdout] | [INFO] [stdout] 53 | let bare = map(parse_name_quantifier, |(name, quantifier)| Capture { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 59 | let full = separated_pair( [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 68 | let full = map(full, |((name, quantifier), patterns)| Capture { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 76 | / delimited( [INFO] [stdout] 77 | | // Starts with `<`. [INFO] [stdout] 78 | | char('<'), [INFO] [stdout] 79 | | // Ignore whitespace, get the body. [INFO] [stdout] ... | [INFO] [stdout] 85 | | cut(context("missing closing delimiter: '>'", char('>'))), [INFO] [stdout] 86 | | )(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/capture.rs:91:2 [INFO] [stdout] | [INFO] [stdout] 90 | let body = many0(wrap_space0(parse_capture)); [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 91 | / delimited( [INFO] [stdout] 92 | | // priority groups start with `[`. [INFO] [stdout] 93 | | char('['), [INFO] [stdout] 94 | | // The body is any number of captures. [INFO] [stdout] ... | [INFO] [stdout] 97 | | cut(context("missing closing delimiter: ']'", char(']'))), [INFO] [stdout] 98 | | )(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/capture.rs:103:2 [INFO] [stdout] | [INFO] [stdout] 102 | let body = many0(wrap_space0(parse_capture)); [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 103 | / delimited( [INFO] [stdout] 104 | | // groups start with `{`. [INFO] [stdout] 105 | | char('{'), [INFO] [stdout] 106 | | // The body is any number of captures. [INFO] [stdout] ... | [INFO] [stdout] 109 | | cut(context("missing closing delimiter: '}'", char('}'))), [INFO] [stdout] 110 | | )(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/filter.rs:27:2 [INFO] [stdout] | [INFO] [stdout] 20 | let upto = is_not("/\\"); [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 21 | let parse_fragment = alt(( [INFO] [stdout] | -------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 27 | / delimited( [INFO] [stdout] 28 | | tag("/"), [INFO] [stdout] 29 | | context( [INFO] [stdout] 30 | | "empty regex", [INFO] [stdout] ... | [INFO] [stdout] 33 | | tag("/"), [INFO] [stdout] 34 | | )(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/filter.rs:57:2 [INFO] [stdout] | [INFO] [stdout] 41 | let args = wrap_space0(list0(parse_string, ',')); [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 42 | let args = delimited(char('('), args, char(')')); [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 43 | [INFO] [stdout] 44 | let normal = map(pair(parse_keyword, args), |(name, args)| Filter { [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 48 | let short = map(parse_string, |s| Filter { [INFO] [stdout] | ----- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 52 | let reg = map(parse_regex, |s| Filter { [INFO] [stdout] | --- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 57 | alt((normal, short, reg))(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/literal.rs:38:2 [INFO] [stdout] | [INFO] [stdout] 34 | let upto = is_not(" \t\n\r\\"); [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 35 | let normal = verify(upto, |s: &str| !s.is_empty()); [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 38 | / alt(( [INFO] [stdout] 39 | | // Any non-space /escaped text. [INFO] [stdout] 40 | | map(normal, Fragment::Literal), [INFO] [stdout] 41 | | // Any number of spaces escaped. [INFO] [stdout] ... | [INFO] [stdout] 44 | | map(parse_esc_char, Fragment::Char), [INFO] [stdout] 45 | | ))(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/prelude.rs:66:3 [INFO] [stdout] | [INFO] [stdout] 61 | pub fn list0<'a, O, F>(inner: F, sep: char) -> impl FnMut(&'a str) -> IResult<&'a str, Vec> [INFO] [stdout] | -------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 66 | / pair( [INFO] [stdout] 67 | | // Items. [INFO] [stdout] 68 | | separated_list0(wrap_space0(char(sep)), inner), [INFO] [stdout] 69 | | // Optional trailing separator. [INFO] [stdout] 70 | | opt(char(sep)), [INFO] [stdout] 71 | | ), [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/prelude.rs:81:3 [INFO] [stdout] | [INFO] [stdout] 76 | pub fn list1<'a, O, F>(inner: F, sep: char) -> impl FnMut(&'a str) -> IResult<&'a str, Vec> [INFO] [stdout] | -------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 81 | / pair( [INFO] [stdout] 82 | | // Items. [INFO] [stdout] 83 | | separated_list1(wrap_space0(char(sep)), inner), [INFO] [stdout] 84 | | // Optional trailing separator. [INFO] [stdout] 85 | | opt(char(sep)), [INFO] [stdout] 86 | | ), [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/string.rs:69:12 [INFO] [stdout] | [INFO] [stdout] 57 | let parse_fragment = fragment_parser(quo); [INFO] [stdout] | -------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 61 | let build_string = fold_many0(parse_fragment, String::new, |mut buf, frag| { [INFO] [stdout] | ------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 69 | delimited(char(quo), build_string, char(quo)) [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/string.rs:69:37 [INFO] [stdout] | [INFO] [stdout] 57 | let parse_fragment = fragment_parser(quo); [INFO] [stdout] | -------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 61 | let build_string = fold_many0(parse_fragment, String::new, |mut buf, frag| { [INFO] [stdout] | ------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 69 | delimited(char(quo), build_string, char(quo)) [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 12 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `malachi` (lib) due to 13 previous errors [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/compiler.rs:55:6 [INFO] [stdout] | [INFO] [stdout] 38 | let cmd = cmd [INFO] [stdout] | --- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 55 | Ok(Self(cmd)) [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] = 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/capture.rs:32:2 [INFO] [stdout] | [INFO] [stdout] 24 | let name = take_while(|c: char| c.is_alphanumeric() || c == '-' || c == '_'); [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 25 | let quan = alt(( [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 32 | / context( [INFO] [stdout] 33 | | "invalid identifier name", [INFO] [stdout] 34 | | separated_pair( [INFO] [stdout] 35 | | // The name. [INFO] [stdout] ... | [INFO] [stdout] 41 | | ), [INFO] [stdout] 42 | | )(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/capture.rs:76:2 [INFO] [stdout] | [INFO] [stdout] 53 | let bare = map(parse_name_quantifier, |(name, quantifier)| Capture { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 59 | let full = separated_pair( [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 68 | let full = map(full, |((name, quantifier), patterns)| Capture { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 76 | / delimited( [INFO] [stdout] 77 | | // Starts with `<`. [INFO] [stdout] 78 | | char('<'), [INFO] [stdout] 79 | | // Ignore whitespace, get the body. [INFO] [stdout] ... | [INFO] [stdout] 85 | | cut(context("missing closing delimiter: '>'", char('>'))), [INFO] [stdout] 86 | | )(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/capture.rs:91:2 [INFO] [stdout] | [INFO] [stdout] 90 | let body = many0(wrap_space0(parse_capture)); [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 91 | / delimited( [INFO] [stdout] 92 | | // priority groups start with `[`. [INFO] [stdout] 93 | | char('['), [INFO] [stdout] 94 | | // The body is any number of captures. [INFO] [stdout] ... | [INFO] [stdout] 97 | | cut(context("missing closing delimiter: ']'", char(']'))), [INFO] [stdout] 98 | | )(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/capture.rs:103:2 [INFO] [stdout] | [INFO] [stdout] 102 | let body = many0(wrap_space0(parse_capture)); [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 103 | / delimited( [INFO] [stdout] 104 | | // groups start with `{`. [INFO] [stdout] 105 | | char('{'), [INFO] [stdout] 106 | | // The body is any number of captures. [INFO] [stdout] ... | [INFO] [stdout] 109 | | cut(context("missing closing delimiter: '}'", char('}'))), [INFO] [stdout] 110 | | )(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/filter.rs:27:2 [INFO] [stdout] | [INFO] [stdout] 20 | let upto = is_not("/\\"); [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 21 | let parse_fragment = alt(( [INFO] [stdout] | -------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 27 | / delimited( [INFO] [stdout] 28 | | tag("/"), [INFO] [stdout] 29 | | context( [INFO] [stdout] 30 | | "empty regex", [INFO] [stdout] ... | [INFO] [stdout] 33 | | tag("/"), [INFO] [stdout] 34 | | )(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/filter.rs:57:2 [INFO] [stdout] | [INFO] [stdout] 41 | let args = wrap_space0(list0(parse_string, ',')); [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 42 | let args = delimited(char('('), args, char(')')); [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 43 | [INFO] [stdout] 44 | let normal = map(pair(parse_keyword, args), |(name, args)| Filter { [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 48 | let short = map(parse_string, |s| Filter { [INFO] [stdout] | ----- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 52 | let reg = map(parse_regex, |s| Filter { [INFO] [stdout] | --- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 57 | alt((normal, short, reg))(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/literal.rs:38:2 [INFO] [stdout] | [INFO] [stdout] 34 | let upto = is_not(" \t\n\r\\"); [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 35 | let normal = verify(upto, |s: &str| !s.is_empty()); [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 38 | / alt(( [INFO] [stdout] 39 | | // Any non-space /escaped text. [INFO] [stdout] 40 | | map(normal, Fragment::Literal), [INFO] [stdout] 41 | | // Any number of spaces escaped. [INFO] [stdout] ... | [INFO] [stdout] 44 | | map(parse_esc_char, Fragment::Char), [INFO] [stdout] 45 | | ))(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/prelude.rs:66:3 [INFO] [stdout] | [INFO] [stdout] 61 | pub fn list0<'a, O, F>(inner: F, sep: char) -> impl FnMut(&'a str) -> IResult<&'a str, Vec> [INFO] [stdout] | -------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 66 | / pair( [INFO] [stdout] 67 | | // Items. [INFO] [stdout] 68 | | separated_list0(wrap_space0(char(sep)), inner), [INFO] [stdout] 69 | | // Optional trailing separator. [INFO] [stdout] 70 | | opt(char(sep)), [INFO] [stdout] 71 | | ), [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/prelude.rs:81:3 [INFO] [stdout] | [INFO] [stdout] 76 | pub fn list1<'a, O, F>(inner: F, sep: char) -> impl FnMut(&'a str) -> IResult<&'a str, Vec> [INFO] [stdout] | -------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 81 | / pair( [INFO] [stdout] 82 | | // Items. [INFO] [stdout] 83 | | separated_list1(wrap_space0(char(sep)), inner), [INFO] [stdout] 84 | | // Optional trailing separator. [INFO] [stdout] 85 | | opt(char(sep)), [INFO] [stdout] 86 | | ), [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/string.rs:69:12 [INFO] [stdout] | [INFO] [stdout] 57 | let parse_fragment = fragment_parser(quo); [INFO] [stdout] | -------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 61 | let build_string = fold_many0(parse_fragment, String::new, |mut buf, frag| { [INFO] [stdout] | ------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 69 | delimited(char(quo), build_string, char(quo)) [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/string.rs:69:37 [INFO] [stdout] | [INFO] [stdout] 57 | let parse_fragment = fragment_parser(quo); [INFO] [stdout] | -------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 61 | let build_string = fold_many0(parse_fragment, String::new, |mut buf, frag| { [INFO] [stdout] | ------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 69 | delimited(char(quo), build_string, char(quo)) [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 12 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `malachi` (lib test) due to 13 previous errors [INFO] running `Command { std: "docker" "inspect" "037ab5ac969969249a593a372cb78e91e8d0bb5a5d7165e8614b6bb6e27001c9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "037ab5ac969969249a593a372cb78e91e8d0bb5a5d7165e8614b6bb6e27001c9", kill_on_drop: false }` [INFO] [stdout] 037ab5ac969969249a593a372cb78e91e8d0bb5a5d7165e8614b6bb6e27001c9