[INFO] fetching crate pom-preview 3.0.4-alpha-1...
[INFO] checking pom-preview-3.0.4-alpha-1 against try#4d98531622e1718ae0bc3c7a1ab9cd8938428452+rustflags=-Dtail_expr_drop_order for pr-129604
[INFO] extracting crate pom-preview 3.0.4-alpha-1 into /workspace/builds/worker-0-tc2/source
[INFO] validating manifest of crates.io crate pom-preview 3.0.4-alpha-1 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 pom-preview 3.0.4-alpha-1
[INFO] finished tweaking crates.io crate pom-preview 3.0.4-alpha-1
[INFO] tweaked toml for crates.io crate pom-preview 3.0.4-alpha-1 written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] crate crates.io crate pom-preview 3.0.4-alpha-1 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] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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] 1ceff8428a27e36a3d13f8df2e6f8f505c919603fcf17aa1fbbe6d7dc7a9bdad
[INFO] running `Command { std: "docker" "start" "-a" "1ceff8428a27e36a3d13f8df2e6f8f505c919603fcf17aa1fbbe6d7dc7a9bdad", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "1ceff8428a27e36a3d13f8df2e6f8f505c919603fcf17aa1fbbe6d7dc7a9bdad", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1ceff8428a27e36a3d13f8df2e6f8f505c919603fcf17aa1fbbe6d7dc7a9bdad", kill_on_drop: false }`
[INFO] [stdout] 1ceff8428a27e36a3d13f8df2e6f8f505c919603fcf17aa1fbbe6d7dc7a9bdad
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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] a2c584f5110022069996843a59b3822673f52ef0637a95c8e8fa40cfd2b53996
[INFO] running `Command { std: "docker" "start" "-a" "a2c584f5110022069996843a59b3822673f52ef0637a95c8e8fa40cfd2b53996", kill_on_drop: false }`
[INFO] [stderr] Checking pom-preview v3.0.4-alpha-1 (/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:22:12
[INFO] [stdout] |
[INFO] [stdout] 17 | pub fn new
(parse: P) -> Parser<'a, I, O>
[INFO] [stdout] | -------- these values have significant drop implementation and will observe changes in drop order under Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 22 | method: Box::new(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] = 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:44:15
[INFO] [stdout] |
[INFO] [stdout] 37 | pub fn map(self, f: F) -> Parser<'a, I, U>
[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] 44 | Parser::new(move |input: &'a [I], start: usize| {
[INFO] [stdout] | _____________________^
[INFO] [stdout] 45 | | (self.method)(input, start).map(|(out, pos)| (f(out), pos))
[INFO] [stdout] 46 | | })
[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:45:4
[INFO] [stdout] |
[INFO] [stdout] 37 | pub fn map(self, f: F) -> Parser<'a, I, U>
[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] 45 | (self.method)(input, start).map(|(out, pos)| (f(out), pos))
[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:45:50
[INFO] [stdout] |
[INFO] [stdout] 45 | (self.method)(input, start).map(|(out, pos)| (f(out), pos))
[INFO] [stdout] | ---------- ^^^^^^
[INFO] [stdout] | |
[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:57:15
[INFO] [stdout] |
[INFO] [stdout] 50 | pub fn convert(self, f: F) -> Parser<'a, I, U>
[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] 57 | Parser::new(move |input: &'a [I], start: usize| {
[INFO] [stdout] | _____________________^
[INFO] [stdout] 58 | | (self.method)(input, start).and_then(|(res, pos)| match f(res) {
[INFO] [stdout] 59 | | Ok(out) => Ok((out, pos)),
[INFO] [stdout] 60 | | Err(err) => Err(Error::Conversion {
[INFO] [stdout] ... |
[INFO] [stdout] 64 | | })
[INFO] [stdout] 65 | | })
[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:58:4
[INFO] [stdout] |
[INFO] [stdout] 50 | pub fn convert(self, f: F) -> Parser<'a, I, U>
[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] 58 | (self.method)(input, start).and_then(|(res, pos)| match f(res) {
[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:58:60
[INFO] [stdout] |
[INFO] [stdout] 58 | (self.method)(input, start).and_then(|(res, pos)| match f(res) {
[INFO] [stdout] | ---------- ^^^^^^
[INFO] [stdout] | |
[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:76:15
[INFO] [stdout] |
[INFO] [stdout] 69 | pub fn cache(self) -> Parser<'a, I, O>
[INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 75 | let results = RefCell::new(HashMap::new());
[INFO] [stdout] | ------- these values have significant drop implementation and will observe changes in drop order under Edition 2024
[INFO] [stdout] 76 | Parser::new(move |input: &'a [I], start: usize| {
[INFO] [stdout] | _____________________^
[INFO] [stdout] 77 | | let key = (start, format!("{:p}", &self.method));
[INFO] [stdout] 78 | | results
[INFO] [stdout] 79 | | .borrow_mut()
[INFO] [stdout] ... |
[INFO] [stdout] 82 | | .clone()
[INFO] [stdout] 83 | | })
[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:78:4
[INFO] [stdout] |
[INFO] [stdout] 69 | pub fn cache(self) -> Parser<'a, I, O>
[INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 75 | let results = RefCell::new(HashMap::new());
[INFO] [stdout] | ------- these values have significant drop implementation and will observe changes in drop order under Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 78 | / results
[INFO] [stdout] 79 | | .borrow_mut()
[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:91:15
[INFO] [stdout] |
[INFO] [stdout] 87 | pub fn pos(self) -> Parser<'a, I, usize>
[INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 91 | Parser::new(move |input: &'a [I], start: usize| {
[INFO] [stdout] | _____________________^
[INFO] [stdout] 92 | | (self.method)(input, start).map(|(_, pos)| (pos, pos))
[INFO] [stdout] 93 | | })
[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:92:4
[INFO] [stdout] |
[INFO] [stdout] 87 | pub fn pos(self) -> Parser<'a, I, usize>
[INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 92 | (self.method)(input, start).map(|(_, pos)| (pos, pos))
[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:101:15
[INFO] [stdout] |
[INFO] [stdout] 97 | pub fn collect(self) -> Parser<'a, I, &'a [I]>
[INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 101 | Parser::new(move |input: &'a [I], start: usize| {
[INFO] [stdout] | _____________________^
[INFO] [stdout] 102 | | (self.method)(input, start).map(|(_, end)| (&input[start..end], end))
[INFO] [stdout] 103 | | })
[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:102:4
[INFO] [stdout] |
[INFO] [stdout] 97 | pub fn collect(self) -> Parser<'a, I, &'a [I]>
[INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 102 | (self.method)(input, start).map(|(_, end)| (&input[start..end], 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/parser.rs:111:15
[INFO] [stdout] |
[INFO] [stdout] 107 | pub fn discard(self) -> Parser<'a, I, ()>
[INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 111 | Parser::new(move |input: &'a [I], start: usize| {
[INFO] [stdout] | _____________________^
[INFO] [stdout] 112 | | (self.method)(input, start).map(|(_, end)| ((), end))
[INFO] [stdout] 113 | | })
[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:112:4
[INFO] [stdout] |
[INFO] [stdout] 107 | pub fn discard(self) -> Parser<'a, I, ()>
[INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 112 | (self.method)(input, start).map(|(_, end)| ((), 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/parser.rs:122:4
[INFO] [stdout] |
[INFO] [stdout] 117 | pub fn opt(self) -> Parser<'a, I, Option>
[INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 122 | / move |input: &'a [I], start: usize| match (self.method)(input, start) {
[INFO] [stdout] 123 | | Ok((out, pos)) => Ok((Some(out), pos)),
[INFO] [stdout] 124 | | Err(_) => Ok((None, start)),
[INFO] [stdout] 125 | | },
[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:122:46
[INFO] [stdout] |
[INFO] [stdout] 117 | pub fn opt(self) -> Parser<'a, I, Option>
[INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 122 | move |input: &'a [I], start: usize| match (self.method)(input, start) {
[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:138:15
[INFO] [stdout] |
[INFO] [stdout] 133 | pub fn repeat(self, range: R) -> Parser<'a, I, Vec>
[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] 138 | Parser::new(move |input: &'a [I], start: usize| {
[INFO] [stdout] | _____________________^
[INFO] [stdout] 139 | | let mut items = vec![];
[INFO] [stdout] 140 | | let mut pos = start;
[INFO] [stdout] 141 | | loop {
[INFO] [stdout] ... |
[INFO] [stdout] 175 | | Ok((items, pos))
[INFO] [stdout] 176 | | })
[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:175:7
[INFO] [stdout] |
[INFO] [stdout] 133 | pub fn repeat(self, range: R) -> Parser<'a, I, Vec>
[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] 139 | let mut items = vec![];
[INFO] [stdout] | ----- these values have significant drop implementation and will observe changes in drop order under Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 175 | Ok((items, pos))
[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:185:4
[INFO] [stdout] |
[INFO] [stdout] 180 | pub fn name(self, name: &'a str) -> Parser<'a, I, O>
[INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 185 | / move |input: &'a [I], start: usize| match (self.method)(input, start) {
[INFO] [stdout] 186 | | res @ Ok(_) => res,
[INFO] [stdout] 187 | | Err(err) => match err {
[INFO] [stdout] 188 | | Error::Custom { .. } => Err(err),
[INFO] [stdout] ... |
[INFO] [stdout] 194 | | },
[INFO] [stdout] 195 | | },
[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:185:46
[INFO] [stdout] |
[INFO] [stdout] 180 | pub fn name(self, name: &'a str) -> Parser<'a, I, O>
[INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 185 | move |input: &'a [I], start: usize| match (self.method)(input, start) {
[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:205:4
[INFO] [stdout] |
[INFO] [stdout] 200 | pub fn expect(self, name: &'a str) -> Parser<'a, I, O>
[INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 205 | / move |input: &'a [I], start: usize| match (self.method)(input, start) {
[INFO] [stdout] 206 | | res @ Ok(_) => res,
[INFO] [stdout] 207 | | Err(err) => Err(Error::Expect {
[INFO] [stdout] 208 | | message: format!("Expect {}", name),
[INFO] [stdout] ... |
[INFO] [stdout] 211 | | }),
[INFO] [stdout] 212 | | },
[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:205:46
[INFO] [stdout] |
[INFO] [stdout] 200 | pub fn expect(self, name: &'a str) -> Parser<'a, I, O>
[INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 205 | move |input: &'a [I], start: usize| match (self.method)(input, start) {
[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:227:14
[INFO] [stdout] |
[INFO] [stdout] 223 | pub fn sym<'a, I>(t: I) -> Parser<'a, I, I>
[INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 227 | Parser::new(move |input: &'a [I], start: usize| {
[INFO] [stdout] | _________________^
[INFO] [stdout] 228 | | if let Some(s) = input.get(start) {
[INFO] [stdout] 229 | | if t == *s {
[INFO] [stdout] 230 | | Ok((s.clone(), start + 1))
[INFO] [stdout] ... |
[INFO] [stdout] 239 | | }
[INFO] [stdout] 240 | | })
[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:300:14
[INFO] [stdout] |
[INFO] [stdout] 293 | parser: Parser<'a, I, O>,
[INFO] [stdout] | ------------------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024
[INFO] [stdout] 294 | separator: Parser<'a, I, U>,
[INFO] [stdout] | --------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 300 | Parser::new(move |input: &'a [I], start: usize| {
[INFO] [stdout] | _________________^
[INFO] [stdout] 301 | | let mut items = vec![];
[INFO] [stdout] 302 | | let mut pos = start;
[INFO] [stdout] 303 | | if let Ok((first_item, first_pos)) = (parser.method)(input, pos) {
[INFO] [stdout] ... |
[INFO] [stdout] 316 | | Ok((items, pos))
[INFO] [stdout] 317 | | })
[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:316:6
[INFO] [stdout] |
[INFO] [stdout] 293 | parser: Parser<'a, I, O>,
[INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024
[INFO] [stdout] 294 | separator: Parser<'a, I, U>,
[INFO] [stdout] | --------- these values have significant drop implementation and will observe changes in drop order under Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 301 | let mut items = vec![];
[INFO] [stdout] | ----- these values have significant drop implementation and will observe changes in drop order under Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 316 | Ok((items, pos))
[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:370:14
[INFO] [stdout] |
[INFO] [stdout] 365 | pub fn is_a<'a, I, F>(predicate: F) -> Parser<'a, I, I>
[INFO] [stdout] | ------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 370 | Parser::new(move |input: &'a [I], start: usize| {
[INFO] [stdout] | _________________^
[INFO] [stdout] 371 | | if let Some(s) = input.get(start) {
[INFO] [stdout] 372 | | if predicate(s.clone()) {
[INFO] [stdout] 373 | | Ok((s.clone(), start + 1))
[INFO] [stdout] ... |
[INFO] [stdout] 382 | | }
[INFO] [stdout] 383 | | })
[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:392:14
[INFO] [stdout] |
[INFO] [stdout] 387 | pub fn not_a<'a, I, F>(predicate: F) -> Parser<'a, I, I>
[INFO] [stdout] | ------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 392 | Parser::new(move |input: &'a [I], start: usize| {
[INFO] [stdout] | _________________^
[INFO] [stdout] 393 | | if let Some(s) = input.get(start) {
[INFO] [stdout] 394 | | if predicate(s.clone()) {
[INFO] [stdout] 395 | | Err(Error::Mismatch {
[INFO] [stdout] ... |
[INFO] [stdout] 404 | | }
[INFO] [stdout] 405 | | })
[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:440:14
[INFO] [stdout] |
[INFO] [stdout] 435 | pub fn call<'a, I, O, F>(parser_factory: F) -> Parser<'a, I, O>
[INFO] [stdout] | ----------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 440 | Parser::new(move |input: &'a [I], start: usize| {
[INFO] [stdout] | _________________^
[INFO] [stdout] 441 | | let parser = parser_factory();
[INFO] [stdout] 442 | | (parser.method)(input, start)
[INFO] [stdout] 443 | | })
[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:22:12
[INFO] [stdout] |
[INFO] [stdout] 17 | pub fn new(parse: P) -> Parser<'a, I, O>
[INFO] [stdout] | -------- these values have significant drop implementation and will observe changes in drop order under Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 22 | method: Box::new(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] = 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:44:15
[INFO] [stdout] |
[INFO] [stdout] 37 | pub fn map(self, f: F) -> Parser<'a, I, U>
[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] 44 | Parser::new(move |input: &'a [I], start: usize| {
[INFO] [stdout] | _____________________^
[INFO] [stdout] 45 | | (self.method)(input, start).map(|(out, pos)| (f(out), pos))
[INFO] [stdout] 46 | | })
[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:45:4
[INFO] [stdout] |
[INFO] [stdout] 37 | pub fn map(self, f: F) -> Parser<'a, I, U>
[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] 45 | (self.method)(input, start).map(|(out, pos)| (f(out), pos))
[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:468:15
[INFO] [stdout] |
[INFO] [stdout] 467 | fn add(self, other: Parser<'a, I, U>) -> Self::Output {
[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] 468 | Parser::new(move |input: &'a [I], start: usize| {
[INFO] [stdout] | _____________________^
[INFO] [stdout] 469 | | (self.method)(input, start).and_then(|(out1, pos1)| {
[INFO] [stdout] 470 | | (other.method)(input, pos1).map(|(out2, pos2)| ((out1, out2), pos2))
[INFO] [stdout] 471 | | })
[INFO] [stdout] 472 | | })
[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:45:50
[INFO] [stdout] |
[INFO] [stdout] 45 | (self.method)(input, start).map(|(out, pos)| (f(out), pos))
[INFO] [stdout] | ---------- ^^^^^^
[INFO] [stdout] | |
[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:469:4
[INFO] [stdout] |
[INFO] [stdout] 467 | fn add(self, other: Parser<'a, I, U>) -> Self::Output {
[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] 468 | Parser::new(move |input: &'a [I], start: usize| {
[INFO] [stdout] 469 | (self.method)(input, start).and_then(|(out1, pos1)| {
[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:470:5
[INFO] [stdout] |
[INFO] [stdout] 469 | (self.method)(input, start).and_then(|(out1, pos1)| {
[INFO] [stdout] | ------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024
[INFO] [stdout] 470 | (other.method)(input, pos1).map(|(out2, pos2)| ((out1, out2), pos2))
[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:57:15
[INFO] [stdout] |
[INFO] [stdout] 50 | pub fn convert(self, f: F) -> Parser<'a, I, U>
[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] 57 | Parser::new(move |input: &'a [I], start: usize| {
[INFO] [stdout] | _____________________^
[INFO] [stdout] 58 | | (self.method)(input, start).and_then(|(res, pos)| match f(res) {
[INFO] [stdout] 59 | | Ok(out) => Ok((out, pos)),
[INFO] [stdout] 60 | | Err(err) => Err(Error::Conversion {
[INFO] [stdout] ... |
[INFO] [stdout] 64 | | })
[INFO] [stdout] 65 | | })
[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:470:37
[INFO] [stdout] |
[INFO] [stdout] 469 | (self.method)(input, start).and_then(|(out1, pos1)| {
[INFO] [stdout] | ------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024
[INFO] [stdout] 470 | (other.method)(input, pos1).map(|(out2, pos2)| ((out1, out2), pos2))
[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:58:4
[INFO] [stdout] |
[INFO] [stdout] 50 | pub fn convert(self, f: F) -> Parser<'a, I, U>
[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] 58 | (self.method)(input, start).and_then(|(res, pos)| match f(res) {
[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:58:60
[INFO] [stdout] |
[INFO] [stdout] 58 | (self.method)(input, start).and_then(|(res, pos)| match f(res) {
[INFO] [stdout] | ---------- ^^^^^^
[INFO] [stdout] | |
[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:470:53
[INFO] [stdout] |
[INFO] [stdout] 469 | (self.method)(input, start).and_then(|(out1, pos1)| {
[INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024
[INFO] [stdout] 470 | (other.method)(input, pos1).map(|(out2, pos2)| ((out1, out2), pos2))
[INFO] [stdout] | ------------ ^^^^^^^^^^^^
[INFO] [stdout] | |
[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:76:15
[INFO] [stdout] |
[INFO] [stdout] 69 | pub fn cache(self) -> Parser<'a, I, O>
[INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 75 | let results = RefCell::new(HashMap::new());
[INFO] [stdout] | ------- these values have significant drop implementation and will observe changes in drop order under Edition 2024
[INFO] [stdout] 76 | Parser::new(move |input: &'a [I], start: usize| {
[INFO] [stdout] | _____________________^
[INFO] [stdout] 77 | | let key = (start, format!("{:p}", &self.method));
[INFO] [stdout] 78 | | results
[INFO] [stdout] 79 | | .borrow_mut()
[INFO] [stdout] ... |
[INFO] [stdout] 82 | | .clone()
[INFO] [stdout] 83 | | })
[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:481:15
[INFO] [stdout] |
[INFO] [stdout] 480 | fn sub(self, other: Parser<'a, I, U>) -> Self::Output {
[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] 481 | Parser::new(move |input: &'a [I], start: usize| {
[INFO] [stdout] | _____________________^
[INFO] [stdout] 482 | | (self.method)(input, start)
[INFO] [stdout] 483 | | .and_then(|(out1, pos1)| (other.method)(input, pos1).map(|(_, pos2)| (out1, pos2)))
[INFO] [stdout] 484 | | })
[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:482:4
[INFO] [stdout] |
[INFO] [stdout] 480 | fn sub(self, other: Parser<'a, I, U>) -> Self::Output {
[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] 481 | Parser::new(move |input: &'a [I], start: usize| {
[INFO] [stdout] 482 | (self.method)(input, start)
[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:78:4
[INFO] [stdout] |
[INFO] [stdout] 69 | pub fn cache(self) -> Parser<'a, I, O>
[INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 75 | let results = RefCell::new(HashMap::new());
[INFO] [stdout] | ------- these values have significant drop implementation and will observe changes in drop order under Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 78 | / results
[INFO] [stdout] 79 | | .borrow_mut()
[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:483:30
[INFO] [stdout] |
[INFO] [stdout] 483 | .and_then(|(out1, pos1)| (other.method)(input, pos1).map(|(_, pos2)| (out1, pos2)))
[INFO] [stdout] | ------------ ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] | |
[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:91:15
[INFO] [stdout] |
[INFO] [stdout] 87 | pub fn pos(self) -> Parser<'a, I, usize>
[INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 91 | Parser::new(move |input: &'a [I], start: usize| {
[INFO] [stdout] | _____________________^
[INFO] [stdout] 92 | | (self.method)(input, start).map(|(_, pos)| (pos, pos))
[INFO] [stdout] 93 | | })
[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:92:4
[INFO] [stdout] |
[INFO] [stdout] 87 | pub fn pos(self) -> Parser<'a, I, usize>
[INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 92 | (self.method)(input, start).map(|(_, pos)| (pos, pos))
[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:483:62
[INFO] [stdout] |
[INFO] [stdout] 483 | .and_then(|(out1, pos1)| (other.method)(input, pos1).map(|(_, pos2)| (out1, pos2)))
[INFO] [stdout] | ------------ ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] | |
[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:101:15
[INFO] [stdout] |
[INFO] [stdout] 97 | pub fn collect(self) -> Parser<'a, I, &'a [I]>
[INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 101 | Parser::new(move |input: &'a [I], start: usize| {
[INFO] [stdout] | _____________________^
[INFO] [stdout] 102 | | (self.method)(input, start).map(|(_, end)| (&input[start..end], end))
[INFO] [stdout] 103 | | })
[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:102:4
[INFO] [stdout] |
[INFO] [stdout] 97 | pub fn collect(self) -> Parser<'a, I, &'a [I]>
[INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 102 | (self.method)(input, start).map(|(_, end)| (&input[start..end], 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/parser.rs:493:15
[INFO] [stdout] |
[INFO] [stdout] 492 | fn mul(self, other: Parser<'a, I, U>) -> Self::Output {
[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] 493 | Parser::new(move |input: &'a [I], start: usize| {
[INFO] [stdout] | _____________________^
[INFO] [stdout] 494 | | (self.method)(input, start)
[INFO] [stdout] 495 | | .and_then(|(_, pos1)| (other.method)(input, pos1).map(|(out2, pos2)| (out2, pos2)))
[INFO] [stdout] 496 | | })
[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:15
[INFO] [stdout] |
[INFO] [stdout] 107 | pub fn discard(self) -> Parser<'a, I, ()>
[INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 111 | Parser::new(move |input: &'a [I], start: usize| {
[INFO] [stdout] | _____________________^
[INFO] [stdout] 112 | | (self.method)(input, start).map(|(_, end)| ((), end))
[INFO] [stdout] 113 | | })
[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:494:4
[INFO] [stdout] |
[INFO] [stdout] 492 | fn mul(self, other: Parser<'a, I, U>) -> Self::Output {
[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] 493 | Parser::new(move |input: &'a [I], start: usize| {
[INFO] [stdout] 494 | (self.method)(input, start)
[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:112:4
[INFO] [stdout] |
[INFO] [stdout] 107 | pub fn discard(self) -> Parser<'a, I, ()>
[INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 112 | (self.method)(input, start).map(|(_, end)| ((), 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/parser.rs:122:4
[INFO] [stdout] |
[INFO] [stdout] 117 | pub fn opt(self) -> Parser<'a, I, Option>
[INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 122 | / move |input: &'a [I], start: usize| match (self.method)(input, start) {
[INFO] [stdout] 123 | | Ok((out, pos)) => Ok((Some(out), pos)),
[INFO] [stdout] 124 | | Err(_) => Ok((None, start)),
[INFO] [stdout] 125 | | },
[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:122:46
[INFO] [stdout] |
[INFO] [stdout] 117 | pub fn opt(self) -> Parser<'a, I, Option>
[INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 122 | move |input: &'a [I], start: usize| match (self.method)(input, start) {
[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:495:27
[INFO] [stdout] |
[INFO] [stdout] 495 | .and_then(|(_, pos1)| (other.method)(input, pos1).map(|(out2, pos2)| (out2, pos2)))
[INFO] [stdout] | --------- ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] | |
[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:138:15
[INFO] [stdout] |
[INFO] [stdout] 133 | pub fn repeat(self, range: R) -> Parser<'a, I, Vec>
[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] 138 | Parser::new(move |input: &'a [I], start: usize| {
[INFO] [stdout] | _____________________^
[INFO] [stdout] 139 | | let mut items = vec![];
[INFO] [stdout] 140 | | let mut pos = start;
[INFO] [stdout] 141 | | loop {
[INFO] [stdout] ... |
[INFO] [stdout] 175 | | Ok((items, pos))
[INFO] [stdout] 176 | | })
[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:175:7
[INFO] [stdout] |
[INFO] [stdout] 133 | pub fn repeat(self, range: R) -> Parser<'a, I, Vec>
[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] 139 | let mut items = vec![];
[INFO] [stdout] | ----- these values have significant drop implementation and will observe changes in drop order under Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 175 | Ok((items, pos))
[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:505:15
[INFO] [stdout] |
[INFO] [stdout] 504 | fn shr(self, other: F) -> Self::Output {
[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] 505 | Parser::new(move |input: &'a [I], start: usize| {
[INFO] [stdout] | _____________________^
[INFO] [stdout] 506 | | (self.method)(input, start).and_then(|(out, pos)| (other(out).method)(input, pos))
[INFO] [stdout] 507 | | })
[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:185:4
[INFO] [stdout] |
[INFO] [stdout] 180 | pub fn name(self, name: &'a str) -> Parser<'a, I, O>
[INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 185 | / move |input: &'a [I], start: usize| match (self.method)(input, start) {
[INFO] [stdout] 186 | | res @ Ok(_) => res,
[INFO] [stdout] 187 | | Err(err) => match err {
[INFO] [stdout] 188 | | Error::Custom { .. } => Err(err),
[INFO] [stdout] ... |
[INFO] [stdout] 194 | | },
[INFO] [stdout] 195 | | },
[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:506:4
[INFO] [stdout] |
[INFO] [stdout] 504 | fn shr(self, other: F) -> Self::Output {
[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] 505 | Parser::new(move |input: &'a [I], start: usize| {
[INFO] [stdout] 506 | (self.method)(input, start).and_then(|(out, pos)| (other(out).method)(input, pos))
[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:185:46
[INFO] [stdout] |
[INFO] [stdout] 180 | pub fn name(self, name: &'a str) -> Parser<'a, I, O>
[INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 185 | move |input: &'a [I], start: usize| match (self.method)(input, start) {
[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:506:54
[INFO] [stdout] |
[INFO] [stdout] 506 | (self.method)(input, start).and_then(|(out, pos)| (other(out).method)(input, pos))
[INFO] [stdout] | ---------- ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] | |
[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:205:4
[INFO] [stdout] |
[INFO] [stdout] 200 | pub fn expect(self, name: &'a str) -> Parser<'a, I, O>
[INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 205 | / move |input: &'a [I], start: usize| match (self.method)(input, start) {
[INFO] [stdout] 206 | | res @ Ok(_) => res,
[INFO] [stdout] 207 | | Err(err) => Err(Error::Expect {
[INFO] [stdout] 208 | | message: format!("Expect {}", name),
[INFO] [stdout] ... |
[INFO] [stdout] 211 | | }),
[INFO] [stdout] 212 | | },
[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:205:46
[INFO] [stdout] |
[INFO] [stdout] 200 | pub fn expect(self, name: &'a str) -> Parser<'a, I, O>
[INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 205 | move |input: &'a [I], start: usize| match (self.method)(input, start) {
[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:227:14
[INFO] [stdout] |
[INFO] [stdout] 223 | pub fn sym<'a, I>(t: I) -> Parser<'a, I, I>
[INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 227 | Parser::new(move |input: &'a [I], start: usize| {
[INFO] [stdout] | _________________^
[INFO] [stdout] 228 | | if let Some(s) = input.get(start) {
[INFO] [stdout] 229 | | if t == *s {
[INFO] [stdout] 230 | | Ok((s.clone(), start + 1))
[INFO] [stdout] ... |
[INFO] [stdout] 239 | | }
[INFO] [stdout] 240 | | })
[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:300:14
[INFO] [stdout] |
[INFO] [stdout] 293 | parser: Parser<'a, I, O>,
[INFO] [stdout] | ------------------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024
[INFO] [stdout] 294 | separator: Parser<'a, I, U>,
[INFO] [stdout] | --------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 300 | Parser::new(move |input: &'a [I], start: usize| {
[INFO] [stdout] | _________________^
[INFO] [stdout] 301 | | let mut items = vec![];
[INFO] [stdout] 302 | | let mut pos = start;
[INFO] [stdout] 303 | | if let Ok((first_item, first_pos)) = (parser.method)(input, pos) {
[INFO] [stdout] ... |
[INFO] [stdout] 316 | | Ok((items, pos))
[INFO] [stdout] 317 | | })
[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:316:6
[INFO] [stdout] |
[INFO] [stdout] 293 | parser: Parser<'a, I, O>,
[INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024
[INFO] [stdout] 294 | separator: Parser<'a, I, U>,
[INFO] [stdout] | --------- these values have significant drop implementation and will observe changes in drop order under Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 301 | let mut items = vec![];
[INFO] [stdout] | ----- these values have significant drop implementation and will observe changes in drop order under Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 316 | Ok((items, pos))
[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:370:14
[INFO] [stdout] |
[INFO] [stdout] 365 | pub fn is_a<'a, I, F>(predicate: F) -> Parser<'a, I, I>
[INFO] [stdout] | ------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 370 | Parser::new(move |input: &'a [I], start: usize| {
[INFO] [stdout] | _________________^
[INFO] [stdout] 371 | | if let Some(s) = input.get(start) {
[INFO] [stdout] 372 | | if predicate(s.clone()) {
[INFO] [stdout] 373 | | Ok((s.clone(), start + 1))
[INFO] [stdout] ... |
[INFO] [stdout] 382 | | }
[INFO] [stdout] 383 | | })
[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:392:14
[INFO] [stdout] |
[INFO] [stdout] 387 | pub fn not_a<'a, I, F>(predicate: F) -> Parser<'a, I, I>
[INFO] [stdout] | ------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 392 | Parser::new(move |input: &'a [I], start: usize| {
[INFO] [stdout] | _________________^
[INFO] [stdout] 393 | | if let Some(s) = input.get(start) {
[INFO] [stdout] 394 | | if predicate(s.clone()) {
[INFO] [stdout] 395 | | Err(Error::Mismatch {
[INFO] [stdout] ... |
[INFO] [stdout] 404 | | }
[INFO] [stdout] 405 | | })
[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:440:14
[INFO] [stdout] |
[INFO] [stdout] 435 | pub fn call<'a, I, O, F>(parser_factory: F) -> Parser<'a, I, O>
[INFO] [stdout] | ----------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 440 | Parser::new(move |input: &'a [I], start: usize| {
[INFO] [stdout] | _________________^
[INFO] [stdout] 441 | | let parser = parser_factory();
[INFO] [stdout] 442 | | (parser.method)(input, start)
[INFO] [stdout] 443 | | })
[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:468:15
[INFO] [stdout] |
[INFO] [stdout] 467 | fn add(self, other: Parser<'a, I, U>) -> Self::Output {
[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] 468 | Parser::new(move |input: &'a [I], start: usize| {
[INFO] [stdout] | _____________________^
[INFO] [stdout] 469 | | (self.method)(input, start).and_then(|(out1, pos1)| {
[INFO] [stdout] 470 | | (other.method)(input, pos1).map(|(out2, pos2)| ((out1, out2), pos2))
[INFO] [stdout] 471 | | })
[INFO] [stdout] 472 | | })
[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:469:4
[INFO] [stdout] |
[INFO] [stdout] 467 | fn add(self, other: Parser<'a, I, U>) -> Self::Output {
[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] 468 | Parser::new(move |input: &'a [I], start: usize| {
[INFO] [stdout] 469 | (self.method)(input, start).and_then(|(out1, pos1)| {
[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:470:5
[INFO] [stdout] |
[INFO] [stdout] 469 | (self.method)(input, start).and_then(|(out1, pos1)| {
[INFO] [stdout] | ------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024
[INFO] [stdout] 470 | (other.method)(input, pos1).map(|(out2, pos2)| ((out1, out2), pos2))
[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:470:37
[INFO] [stdout] |
[INFO] [stdout] 469 | (self.method)(input, start).and_then(|(out1, pos1)| {
[INFO] [stdout] | ------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024
[INFO] [stdout] 470 | (other.method)(input, pos1).map(|(out2, pos2)| ((out1, out2), pos2))
[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:470:53
[INFO] [stdout] |
[INFO] [stdout] 469 | (self.method)(input, start).and_then(|(out1, pos1)| {
[INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024
[INFO] [stdout] 470 | (other.method)(input, pos1).map(|(out2, pos2)| ((out1, out2), pos2))
[INFO] [stdout] | ------------ ^^^^^^^^^^^^
[INFO] [stdout] | |
[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:481:15
[INFO] [stdout] |
[INFO] [stdout] 480 | fn sub(self, other: Parser<'a, I, U>) -> Self::Output {
[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] 481 | Parser::new(move |input: &'a [I], start: usize| {
[INFO] [stdout] | _____________________^
[INFO] [stdout] 482 | | (self.method)(input, start)
[INFO] [stdout] 483 | | .and_then(|(out1, pos1)| (other.method)(input, pos1).map(|(_, pos2)| (out1, pos2)))
[INFO] [stdout] 484 | | })
[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:482:4
[INFO] [stdout] |
[INFO] [stdout] 480 | fn sub(self, other: Parser<'a, I, U>) -> Self::Output {
[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] 481 | Parser::new(move |input: &'a [I], start: usize| {
[INFO] [stdout] 482 | (self.method)(input, start)
[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:483:30
[INFO] [stdout] |
[INFO] [stdout] 483 | .and_then(|(out1, pos1)| (other.method)(input, pos1).map(|(_, pos2)| (out1, pos2)))
[INFO] [stdout] | ------------ ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] | |
[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:483:62
[INFO] [stdout] |
[INFO] [stdout] 483 | .and_then(|(out1, pos1)| (other.method)(input, pos1).map(|(_, pos2)| (out1, pos2)))
[INFO] [stdout] | ------------ ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] | |
[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:493:15
[INFO] [stdout] |
[INFO] [stdout] 492 | fn mul(self, other: Parser<'a, I, U>) -> Self::Output {
[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] 493 | Parser::new(move |input: &'a [I], start: usize| {
[INFO] [stdout] | _____________________^
[INFO] [stdout] 494 | | (self.method)(input, start)
[INFO] [stdout] 495 | | .and_then(|(_, pos1)| (other.method)(input, pos1).map(|(out2, pos2)| (out2, pos2)))
[INFO] [stdout] 496 | | })
[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:494:4
[INFO] [stdout] |
[INFO] [stdout] 492 | fn mul(self, other: Parser<'a, I, U>) -> Self::Output {
[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] 493 | Parser::new(move |input: &'a [I], start: usize| {
[INFO] [stdout] 494 | (self.method)(input, start)
[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:495:27
[INFO] [stdout] |
[INFO] [stdout] 495 | .and_then(|(_, pos1)| (other.method)(input, pos1).map(|(out2, pos2)| (out2, pos2)))
[INFO] [stdout] | --------- ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] | |
[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:505:15
[INFO] [stdout] |
[INFO] [stdout] 504 | fn shr(self, other: F) -> Self::Output {
[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] 505 | Parser::new(move |input: &'a [I], start: usize| {
[INFO] [stdout] | _____________________^
[INFO] [stdout] 506 | | (self.method)(input, start).and_then(|(out, pos)| (other(out).method)(input, pos))
[INFO] [stdout] 507 | | })
[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:506:4
[INFO] [stdout] |
[INFO] [stdout] 504 | fn shr(self, other: F) -> Self::Output {
[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] 505 | Parser::new(move |input: &'a [I], start: usize| {
[INFO] [stdout] 506 | (self.method)(input, start).and_then(|(out, pos)| (other(out).method)(input, pos))
[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:506:54
[INFO] [stdout] |
[INFO] [stdout] 506 | (self.method)(input, start).and_then(|(out, pos)| (other(out).method)(input, pos))
[INFO] [stdout] | ---------- ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] | |
[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:517:4
[INFO] [stdout] |
[INFO] [stdout] 515 | fn bitor(self, other: Parser<'a, I, O>) -> Self::Output {
[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] 516 | Parser::new(
[INFO] [stdout] 517 | / move |input: &'a [I], start: usize| match (self.method)(input, start) {
[INFO] [stdout] 518 | | Ok(out) => Ok(out),
[INFO] [stdout] 519 | | Err(err) => match err {
[INFO] [stdout] 520 | | Error::Expect { .. } => Err(err),
[INFO] [stdout] 521 | | _ => (other.method)(input, start),
[INFO] [stdout] 522 | | },
[INFO] [stdout] 523 | | },
[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:517:46
[INFO] [stdout] |
[INFO] [stdout] 515 | fn bitor(self, other: Parser<'a, I, O>) -> Self::Output {
[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] 516 | Parser::new(
[INFO] [stdout] 517 | move |input: &'a [I], start: usize| match (self.method)(input, start) {
[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:533:15
[INFO] [stdout] |
[INFO] [stdout] 532 | fn neg(self) -> Self::Output {
[INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024
[INFO] [stdout] 533 | Parser::new(move |input: &'a [I], start: usize| {
[INFO] [stdout] | _____________________^
[INFO] [stdout] 534 | | (self.method)(input, start).map(|_| (true, start))
[INFO] [stdout] 535 | | })
[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:534:4
[INFO] [stdout] |
[INFO] [stdout] 532 | fn neg(self) -> Self::Output {
[INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024
[INFO] [stdout] 533 | Parser::new(move |input: &'a [I], start: usize| {
[INFO] [stdout] 534 | (self.method)(input, start).map(|_| (true, start))
[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:517:4
[INFO] [stdout] |
[INFO] [stdout] 515 | fn bitor(self, other: Parser<'a, I, O>) -> Self::Output {
[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] 516 | Parser::new(
[INFO] [stdout] 517 | / move |input: &'a [I], start: usize| match (self.method)(input, start) {
[INFO] [stdout] 518 | | Ok(out) => Ok(out),
[INFO] [stdout] 519 | | Err(err) => match err {
[INFO] [stdout] 520 | | Error::Expect { .. } => Err(err),
[INFO] [stdout] 521 | | _ => (other.method)(input, start),
[INFO] [stdout] 522 | | },
[INFO] [stdout] 523 | | },
[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:545:4
[INFO] [stdout] |
[INFO] [stdout] 543 | fn not(self) -> Self::Output {
[INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024
[INFO] [stdout] 544 | Parser::new(
[INFO] [stdout] 545 | / move |input: &'a [I], start: usize| match (self.method)(input, start) {
[INFO] [stdout] 546 | | Ok(_) => Err(Error::Mismatch {
[INFO] [stdout] 547 | | message: "not predicate failed".to_string(),
[INFO] [stdout] 548 | | position: start,
[INFO] [stdout] 549 | | }),
[INFO] [stdout] 550 | | Err(_) => Ok((true, start)),
[INFO] [stdout] 551 | | },
[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:545:46
[INFO] [stdout] |
[INFO] [stdout] 543 | fn not(self) -> Self::Output {
[INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024
[INFO] [stdout] 544 | Parser::new(
[INFO] [stdout] 545 | move |input: &'a [I], start: usize| match (self.method)(input, start) {
[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:517:46
[INFO] [stdout] |
[INFO] [stdout] 515 | fn bitor(self, other: Parser<'a, I, O>) -> Self::Output {
[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] 516 | Parser::new(
[INFO] [stdout] 517 | move |input: &'a [I], start: usize| match (self.method)(input, start) {
[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:610:66
[INFO] [stdout] |
[INFO] [stdout] 610 | (sym(b'(') + call(expr) - sym(b')')).map(|(_, e)| Expr::Group(Box::new(e)))
[INFO] [stdout] | ------ ^^^^^^^^^^^
[INFO] [stdout] | |
[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:627:12
[INFO] [stdout] |
[INFO] [stdout] 627 | >> |n| take(n as usize) + sym(b'o').repeat(0..);
[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:627:31
[INFO] [stdout] |
[INFO] [stdout] 627 | >> |n| take(n as usize) + sym(b'o').repeat(0..);
[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:632:45
[INFO] [stdout] |
[INFO] [stdout] 632 | skip(1) * take(3) >> |v: &'static [u8]| take(v.len() + 2).map(move |u| (u, v));
[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:656:23
[INFO] [stdout] |
[INFO] [stdout] 654 | let parser = sym(b'x').repeat(1..2);
[INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024
[INFO] [stdout] 655 | let output = parser.parse(input);
[INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024
[INFO] [stdout] 656 | assert_eq!(output, Ok(vec![b'x'; 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:662:23
[INFO] [stdout] |
[INFO] [stdout] 660 | let parser = sym(b'x').repeat(1..);
[INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024
[INFO] [stdout] 661 | let output = parser.parse(input);
[INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024
[INFO] [stdout] 662 | assert_eq!(output, Ok(vec![b'x'; 3]))
[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:668:23
[INFO] [stdout] |
[INFO] [stdout] 666 | let parser = sym(b'x').repeat(0..);
[INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024
[INFO] [stdout] 667 | let output = parser.parse(input);
[INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024
[INFO] [stdout] 668 | assert_eq!(output, Ok(vec![b'x'; 3]))
[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:674:23
[INFO] [stdout] |
[INFO] [stdout] 672 | let parser = sym(b'y').repeat(0..);
[INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024
[INFO] [stdout] 673 | let output = parser.parse(input);
[INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024
[INFO] [stdout] 674 | assert_eq!(output, Ok(vec![]))
[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:697:23
[INFO] [stdout] |
[INFO] [stdout] 695 | let parser = sym(b'x').repeat(..2);
[INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024
[INFO] [stdout] 696 | let output = parser.parse(input);
[INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024
[INFO] [stdout] 697 | assert_eq!(output, Ok(vec![b'x'; 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:703:23
[INFO] [stdout] |
[INFO] [stdout] 701 | let parser = sym(b'x').repeat(..4);
[INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024
[INFO] [stdout] 702 | let output = parser.parse(input);
[INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024
[INFO] [stdout] 703 | assert_eq!(output, Ok(vec![b'x'; 3]))
[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:709:23
[INFO] [stdout] |
[INFO] [stdout] 707 | let parser = sym(b'x').repeat(..);
[INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024
[INFO] [stdout] 708 | let output = parser.parse(input);
[INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024
[INFO] [stdout] 709 | assert_eq!(output, Ok(vec![b'x'; 3]))
[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:715:23
[INFO] [stdout] |
[INFO] [stdout] 713 | let parser = sym(b'x').repeat(..0);
[INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024
[INFO] [stdout] 714 | let output = parser.parse(input);
[INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024
[INFO] [stdout] 715 | assert_eq!(output, Ok(vec![]))
[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:732:23
[INFO] [stdout] |
[INFO] [stdout] 730 | let parser = sym(b'x').repeat(0);
[INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024
[INFO] [stdout] 731 | let output = parser.parse(input);
[INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024
[INFO] [stdout] 732 | assert_eq!(output, Ok(vec![]))
[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:738:23
[INFO] [stdout] |
[INFO] [stdout] 736 | let parser = sym(b'x').repeat(1);
[INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024
[INFO] [stdout] 737 | let output = parser.parse(input);
[INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024
[INFO] [stdout] 738 | assert_eq!(output, Ok(vec![b'x'; 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:744:23
[INFO] [stdout] |
[INFO] [stdout] 742 | let parser = sym(b'x').repeat(2);
[INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024
[INFO] [stdout] 743 | let output = parser.parse(input);
[INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024
[INFO] [stdout] 744 | assert_eq!(output, Ok(vec![b'x'; 2]))
[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:750:23
[INFO] [stdout] |
[INFO] [stdout] 748 | let parser = sym(b'x').repeat(3);
[INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024
[INFO] [stdout] 749 | let output = parser.parse(input);
[INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024
[INFO] [stdout] 750 | assert_eq!(output, Ok(vec![b'x'; 3]))
[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:533:15
[INFO] [stdout] |
[INFO] [stdout] 532 | fn neg(self) -> Self::Output {
[INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024
[INFO] [stdout] 533 | Parser::new(move |input: &'a [I], start: usize| {
[INFO] [stdout] | _____________________^
[INFO] [stdout] 534 | | (self.method)(input, start).map(|_| (true, start))
[INFO] [stdout] 535 | | })
[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 66 previous errors
[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:534:4
[INFO] [stdout] |
[INFO] [stdout] 532 | fn neg(self) -> Self::Output {
[INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024
[INFO] [stdout] 533 | Parser::new(move |input: &'a [I], start: usize| {
[INFO] [stdout] 534 | (self.method)(input, start).map(|_| (true, start))
[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:545:4
[INFO] [stdout] |
[INFO] [stdout] 543 | fn not(self) -> Self::Output {
[INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024
[INFO] [stdout] 544 | Parser::new(
[INFO] [stdout] 545 | / move |input: &'a [I], start: usize| match (self.method)(input, start) {
[INFO] [stdout] 546 | | Ok(_) => Err(Error::Mismatch {
[INFO] [stdout] 547 | | message: "not predicate failed".to_string(),
[INFO] [stdout] 548 | | position: start,
[INFO] [stdout] 549 | | }),
[INFO] [stdout] 550 | | Err(_) => Ok((true, start)),
[INFO] [stdout] 551 | | },
[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:545:46
[INFO] [stdout] |
[INFO] [stdout] 543 | fn not(self) -> Self::Output {
[INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024
[INFO] [stdout] 544 | Parser::new(
[INFO] [stdout] 545 | move |input: &'a [I], start: usize| match (self.method)(input, start) {
[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 `pom-preview` (lib test) due to 67 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error: aborting due to 50 previous errors
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stderr] error: could not compile `pom-preview` (lib) due to 51 previous errors
[INFO] running `Command { std: "docker" "inspect" "a2c584f5110022069996843a59b3822673f52ef0637a95c8e8fa40cfd2b53996", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a2c584f5110022069996843a59b3822673f52ef0637a95c8e8fa40cfd2b53996", kill_on_drop: false }`
[INFO] [stdout] a2c584f5110022069996843a59b3822673f52ef0637a95c8e8fa40cfd2b53996