[INFO] fetching crate aho-corasick 1.1.3...
[INFO] checking aho-corasick-1.1.3 against try#4d98531622e1718ae0bc3c7a1ab9cd8938428452+rustflags=-Dtail_expr_drop_order for pr-129604
[INFO] extracting crate aho-corasick 1.1.3 into /workspace/builds/worker-5-tc2/source
[INFO] validating manifest of crates.io crate aho-corasick 1.1.3 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 aho-corasick 1.1.3
[INFO] finished tweaking crates.io crate aho-corasick 1.1.3
[INFO] tweaked toml for crates.io crate aho-corasick 1.1.3 written to /workspace/builds/worker-5-tc2/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4d98531622e1718ae0bc3c7a1ab9cd8938428452" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] Updating crates.io index
[INFO] [stderr] Locking 4 packages to latest compatible versions
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4d98531622e1718ae0bc3c7a1ab9cd8938428452" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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] 7c698327ea75463f288b7f4e95c1c58a1cb22874e16c8eeba6822e556ef84e86
[INFO] running `Command { std: "docker" "start" "-a" "7c698327ea75463f288b7f4e95c1c58a1cb22874e16c8eeba6822e556ef84e86", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "7c698327ea75463f288b7f4e95c1c58a1cb22874e16c8eeba6822e556ef84e86", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7c698327ea75463f288b7f4e95c1c58a1cb22874e16c8eeba6822e556ef84e86", kill_on_drop: false }`
[INFO] [stdout] 7c698327ea75463f288b7f4e95c1c58a1cb22874e16c8eeba6822e556ef84e86
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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] 9ffbf84b108c676a5c61b9cd471c023cf3a9f0a2de0956d11dcb4c5e6a36c072
[INFO] running `Command { std: "docker" "start" "-a" "9ffbf84b108c676a5c61b9cd471c023cf3a9f0a2de0956d11dcb4c5e6a36c072", kill_on_drop: false }`
[INFO] [stderr] Compiling doc-comment v0.3.3
[INFO] [stderr] Checking memchr v2.7.4
[INFO] [stderr] Checking aho-corasick v1.1.3 (/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/ahocorasick.rs:312:9
[INFO] [stdout] |
[INFO] [stdout] 311 | pub fn is_match<'h, I: Into>>(&self, input: I) -> bool {
[INFO] [stdout] | -------- these values have significant drop implementation and will observe changes in drop order under Edition 2024
[INFO] [stdout] 312 | / self.aut
[INFO] [stdout] 313 | | .try_find(&input.into().earliest(true))
[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/ahocorasick.rs:405:9
[INFO] [stdout] |
[INFO] [stdout] 404 | pub fn find<'h, I: Into>>(&self, input: I) -> Option {
[INFO] [stdout] | -------- these values have significant drop implementation and will observe changes in drop order under Edition 2024
[INFO] [stdout] 405 | self.try_find(input)
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] |
[INFO] [stdout] = warning: this changes meaning in Rust 2024
[INFO] [stdout] = note: for more information, see issue #123739
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021
[INFO] [stdout] --> src/ahocorasick.rs:475:9
[INFO] [stdout] |
[INFO] [stdout] 472 | input: I,
[INFO] [stdout] | -------- these values have significant drop implementation and will observe changes in drop order under Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 475 | self.try_find_overlapping(input, state).expect(
[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/ahocorasick.rs:566:9
[INFO] [stdout] |
[INFO] [stdout] 564 | input: I,
[INFO] [stdout] | -------- these values have significant drop implementation and will observe changes in drop order under Edition 2024
[INFO] [stdout] 565 | ) -> FindIter<'a, 'h> {
[INFO] [stdout] 566 | self.try_find_iter(input)
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] |
[INFO] [stdout] = warning: this changes meaning in Rust 2024
[INFO] [stdout] = note: for more information, see issue #123739
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021
[INFO] [stdout] --> src/ahocorasick.rs:613:9
[INFO] [stdout] |
[INFO] [stdout] 611 | input: I,
[INFO] [stdout] | -------- these values have significant drop implementation and will observe changes in drop order under Edition 2024
[INFO] [stdout] 612 | ) -> FindOverlappingIter<'a, 'h> {
[INFO] [stdout] 613 | self.try_find_overlapping_iter(input).expect(
[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/ahocorasick.rs:773:9
[INFO] [stdout] |
[INFO] [stdout] 769 | replace_with: F,
[INFO] [stdout] | --------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 773 | self.try_replace_all_with(haystack, dst, replace_with)
[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/ahocorasick.rs:842:9
[INFO] [stdout] |
[INFO] [stdout] 838 | replace_with: F,
[INFO] [stdout] | --------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 842 | self.try_replace_all_with_bytes(haystack, dst, replace_with)
[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/ahocorasick.rs:910:9
[INFO] [stdout] |
[INFO] [stdout] 908 | rdr: R,
[INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024
[INFO] [stdout] 909 | ) -> StreamFindIter<'a, R> {
[INFO] [stdout] 910 | self.try_stream_find_iter(rdr)
[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/ahocorasick.rs:1682:9
[INFO] [stdout] |
[INFO] [stdout] 1679 | rdr: R,
[INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 1682 | self.aut.try_stream_find_iter(rdr).map(StreamFindIter)
[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/ahocorasick.rs:2206:12
[INFO] [stdout] |
[INFO] [stdout] 2171 | pub fn build(&self, patterns: I) -> Result
[INFO] [stdout] | ----------- these values have significant drop implementation and will observe changes in drop order under Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 2176 | let nfa = self.nfa_noncontiguous.build(patterns)?;
[INFO] [stdout] | --- these values have significant drop implementation and will observe changes in drop order under Edition 2024
[INFO] [stdout] 2177 | let (aut, kind): (Arc, AhoCorasickKind) =
[INFO] [stdout] | --- these values have significant drop implementation and will observe changes in drop order under Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 2196 | let cnfa =
[INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 2202 | let dfa = self.dfa.build_from_noncontiguous(&nfa)?;
[INFO] [stdout] | --- these values have significant drop implementation and will observe changes in drop order under Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 2206 | Ok(AhoCorasick { aut, kind, start_kind: self.start_kind })
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] | |
[INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024
[INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024
[INFO] [stdout] | 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/ahocorasick.rs:2260:10
[INFO] [stdout] |
[INFO] [stdout] 2215 | nfa: noncontiguous::NFA,
[INFO] [stdout] | ----------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 2260 | (Arc::new(nfa), AhoCorasickKind::NoncontiguousNFA)
[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/automaton.rs:566:12
[INFO] [stdout] |
[INFO] [stdout] 561 | rdr: R,
[INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 566 | Ok(StreamFindIter { it: StreamChunkIter::new(self, rdr)? })
[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/automaton.rs:1105:12
[INFO] [stdout] |
[INFO] [stdout] 1069 | rdr: R,
[INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 1105 | Ok(StreamChunkIter {
[INFO] [stdout] | ____________^
[INFO] [stdout] 1106 | | aut,
[INFO] [stdout] 1107 | | rdr,
[INFO] [stdout] 1108 | | buf: crate::util::buffer::Buffer::new(aut.max_pattern_len()),
[INFO] [stdout] ... |
[INFO] [stdout] 1113 | | buffer_reported_pos: 0,
[INFO] [stdout] 1114 | | })
[INFO] [stdout] | | ^ these values have significant drop implementation and will observe changes in drop order under Edition 2024
[INFO] [stdout] | |_________|
[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/automaton.rs:1587:25
[INFO] [stdout] |
[INFO] [stdout] 1584 | mut it: impl Iterator + 'a,
[INFO] [stdout] | ------------------------------------------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 1587 | core::iter::from_fn(move || {
[INFO] [stdout] | _________________________^
[INFO] [stdout] 1588 | | while let Some((class, next)) = it.next() {
[INFO] [stdout] 1589 | | let (prev_start, prev_end, prev_next) = match cur {
[INFO] [stdout] 1590 | | Some(x) => x,
[INFO] [stdout] ... |
[INFO] [stdout] 1606 | | None
[INFO] [stdout] 1607 | | })
[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/packed/api.rs:281:14
[INFO] [stdout] |
[INFO] [stdout] 259 | let patterns = Arc::new(patterns);
[INFO] [stdout] | -------- these values have significant drop implementation and will observe changes in drop order under Edition 2024
[INFO] [stdout] 260 | let rabinkarp = RabinKarp::new(&patterns);
[INFO] [stdout] | --------- these values have significant drop implementation and will observe changes in drop order under Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 266 | let (search_kind, minimum_len) = match self.config.force {
[INFO] [stdout] | ----------- these values have significant drop implementation and will observe changes in drop order under Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 269 | let teddy = match self.build_teddy(Arc::clone(&patterns)) {
[INFO] [stdout] | ----- these values have significant drop implementation and will observe changes in drop order under Edition 2024
[INFO] [stdout] 270 | None => return None,
[INFO] [stdout] 271 | Some(teddy) => teddy,
[INFO] [stdout] | ----- these values have significant drop implementation and will observe changes in drop order under Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 281 | Some(Searcher { patterns, rabinkarp, search_kind, minimum_len })
[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/util/prefilter.rs:199:15
[INFO] [stdout] |
[INFO] [stdout] 181 | let (packed, patlen, minlen) = if self.ascii_case_insensitive {
[INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 186 | let packed =
[INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 199 | match (self.start_bytes.build(), self.rare_bytes.build()) {
[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/util/prefilter.rs:195:41
[INFO] [stdout] |
[INFO] [stdout] 187 | self.packed.as_ref().and_then(|b| b.build()).map(|s| {
[INFO] [stdout] | - these values have significant drop implementation and will observe changes in drop order under Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 195 | Prefilter { finder: Arc::new(Packed(s)), memory_usage }
[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/util/prefilter.rs:357:18
[INFO] [stdout] |
[INFO] [stdout] 353 | let finder = Arc::new(Memmem(
[INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 357 | Some(Prefilter { finder, memory_usage })
[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/util/prefilter.rs:575:18
[INFO] [stdout] |
[INFO] [stdout] 556 | let finder: Arc = match len {
[INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 575 | Some(Prefilter { finder, memory_usage: 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/util/prefilter.rs:819:18
[INFO] [stdout] |
[INFO] [stdout] 805 | let finder: Arc = match len {
[INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 819 | Some(Prefilter { finder, memory_usage: 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/util/primitives.rs:688:22
[INFO] [stdout] |
[INFO] [stdout] 684 | let item = self.it.next()?;
[INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 688 | Some((id, item))
[INFO] [stdout] | ^^^^^^^^^^ these values have significant drop implementation and will observe changes in drop order under Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 736 | index_type_impls!(PatternID, PatternIDError, PatternIDIter, WithPatternIDIter);
[INFO] [stdout] | ------------------------------------------------------------------------------ in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this changes meaning in Rust 2024
[INFO] [stdout] = note: for more information, see issue #123739
[INFO] [stdout] = note: this error originates in the macro `index_type_impls` (in Nightly builds, run with -Z macro-backtrace for more info)
[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/util/primitives.rs:688:22
[INFO] [stdout] |
[INFO] [stdout] 684 | let item = self.it.next()?;
[INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 688 | Some((id, item))
[INFO] [stdout] | ^^^^^^^^^^ these values have significant drop implementation and will observe changes in drop order under Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 737 | index_type_impls!(StateID, StateIDError, StateIDIter, WithStateIDIter);
[INFO] [stdout] | ---------------------------------------------------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this changes meaning in Rust 2024
[INFO] [stdout] = note: for more information, see issue #123739
[INFO] [stdout] = note: this error originates in the macro `index_type_impls` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error: aborting due to 22 previous errors
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stderr] error: could not compile `aho-corasick` (lib) due to 23 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021
[INFO] [stdout] --> src/ahocorasick.rs:312:9
[INFO] [stdout] |
[INFO] [stdout] 311 | pub fn is_match<'h, I: Into>>(&self, input: I) -> bool {
[INFO] [stdout] | -------- these values have significant drop implementation and will observe changes in drop order under Edition 2024
[INFO] [stdout] 312 | / self.aut
[INFO] [stdout] 313 | | .try_find(&input.into().earliest(true))
[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/ahocorasick.rs:405:9
[INFO] [stdout] |
[INFO] [stdout] 404 | pub fn find<'h, I: Into>>(&self, input: I) -> Option {
[INFO] [stdout] | -------- these values have significant drop implementation and will observe changes in drop order under Edition 2024
[INFO] [stdout] 405 | self.try_find(input)
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] |
[INFO] [stdout] = warning: this changes meaning in Rust 2024
[INFO] [stdout] = note: for more information, see issue #123739
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021
[INFO] [stdout] --> src/ahocorasick.rs:475:9
[INFO] [stdout] |
[INFO] [stdout] 472 | input: I,
[INFO] [stdout] | -------- these values have significant drop implementation and will observe changes in drop order under Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 475 | self.try_find_overlapping(input, state).expect(
[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/ahocorasick.rs:566:9
[INFO] [stdout] |
[INFO] [stdout] 564 | input: I,
[INFO] [stdout] | -------- these values have significant drop implementation and will observe changes in drop order under Edition 2024
[INFO] [stdout] 565 | ) -> FindIter<'a, 'h> {
[INFO] [stdout] 566 | self.try_find_iter(input)
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] |
[INFO] [stdout] = warning: this changes meaning in Rust 2024
[INFO] [stdout] = note: for more information, see issue #123739
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021
[INFO] [stdout] --> src/ahocorasick.rs:613:9
[INFO] [stdout] |
[INFO] [stdout] 611 | input: I,
[INFO] [stdout] | -------- these values have significant drop implementation and will observe changes in drop order under Edition 2024
[INFO] [stdout] 612 | ) -> FindOverlappingIter<'a, 'h> {
[INFO] [stdout] 613 | self.try_find_overlapping_iter(input).expect(
[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/ahocorasick.rs:773:9
[INFO] [stdout] |
[INFO] [stdout] 769 | replace_with: F,
[INFO] [stdout] | --------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 773 | self.try_replace_all_with(haystack, dst, replace_with)
[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/ahocorasick.rs:842:9
[INFO] [stdout] |
[INFO] [stdout] 838 | replace_with: F,
[INFO] [stdout] | --------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 842 | self.try_replace_all_with_bytes(haystack, dst, replace_with)
[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/ahocorasick.rs:910:9
[INFO] [stdout] |
[INFO] [stdout] 908 | rdr: R,
[INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024
[INFO] [stdout] 909 | ) -> StreamFindIter<'a, R> {
[INFO] [stdout] 910 | self.try_stream_find_iter(rdr)
[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/ahocorasick.rs:1682:9
[INFO] [stdout] |
[INFO] [stdout] 1679 | rdr: R,
[INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 1682 | self.aut.try_stream_find_iter(rdr).map(StreamFindIter)
[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/ahocorasick.rs:2206:12
[INFO] [stdout] |
[INFO] [stdout] 2171 | pub fn build(&self, patterns: I) -> Result
[INFO] [stdout] | ----------- these values have significant drop implementation and will observe changes in drop order under Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 2176 | let nfa = self.nfa_noncontiguous.build(patterns)?;
[INFO] [stdout] | --- these values have significant drop implementation and will observe changes in drop order under Edition 2024
[INFO] [stdout] 2177 | let (aut, kind): (Arc, AhoCorasickKind) =
[INFO] [stdout] | --- these values have significant drop implementation and will observe changes in drop order under Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 2196 | let cnfa =
[INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 2202 | let dfa = self.dfa.build_from_noncontiguous(&nfa)?;
[INFO] [stdout] | --- these values have significant drop implementation and will observe changes in drop order under Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 2206 | Ok(AhoCorasick { aut, kind, start_kind: self.start_kind })
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] | |
[INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024
[INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024
[INFO] [stdout] | 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/ahocorasick.rs:2260:10
[INFO] [stdout] |
[INFO] [stdout] 2215 | nfa: noncontiguous::NFA,
[INFO] [stdout] | ----------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 2260 | (Arc::new(nfa), AhoCorasickKind::NoncontiguousNFA)
[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/automaton.rs:566:12
[INFO] [stdout] |
[INFO] [stdout] 561 | rdr: R,
[INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 566 | Ok(StreamFindIter { it: StreamChunkIter::new(self, rdr)? })
[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/automaton.rs:1105:12
[INFO] [stdout] |
[INFO] [stdout] 1069 | rdr: R,
[INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 1105 | Ok(StreamChunkIter {
[INFO] [stdout] | ____________^
[INFO] [stdout] 1106 | | aut,
[INFO] [stdout] 1107 | | rdr,
[INFO] [stdout] 1108 | | buf: crate::util::buffer::Buffer::new(aut.max_pattern_len()),
[INFO] [stdout] ... |
[INFO] [stdout] 1113 | | buffer_reported_pos: 0,
[INFO] [stdout] 1114 | | })
[INFO] [stdout] | | ^ these values have significant drop implementation and will observe changes in drop order under Edition 2024
[INFO] [stdout] | |_________|
[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/automaton.rs:1587:25
[INFO] [stdout] |
[INFO] [stdout] 1584 | mut it: impl Iterator + 'a,
[INFO] [stdout] | ------------------------------------------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 1587 | core::iter::from_fn(move || {
[INFO] [stdout] | _________________________^
[INFO] [stdout] 1588 | | while let Some((class, next)) = it.next() {
[INFO] [stdout] 1589 | | let (prev_start, prev_end, prev_next) = match cur {
[INFO] [stdout] 1590 | | Some(x) => x,
[INFO] [stdout] ... |
[INFO] [stdout] 1606 | | None
[INFO] [stdout] 1607 | | })
[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/packed/api.rs:281:14
[INFO] [stdout] |
[INFO] [stdout] 259 | let patterns = Arc::new(patterns);
[INFO] [stdout] | -------- these values have significant drop implementation and will observe changes in drop order under Edition 2024
[INFO] [stdout] 260 | let rabinkarp = RabinKarp::new(&patterns);
[INFO] [stdout] | --------- these values have significant drop implementation and will observe changes in drop order under Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 266 | let (search_kind, minimum_len) = match self.config.force {
[INFO] [stdout] | ----------- these values have significant drop implementation and will observe changes in drop order under Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 269 | let teddy = match self.build_teddy(Arc::clone(&patterns)) {
[INFO] [stdout] | ----- these values have significant drop implementation and will observe changes in drop order under Edition 2024
[INFO] [stdout] 270 | None => return None,
[INFO] [stdout] 271 | Some(teddy) => teddy,
[INFO] [stdout] | ----- these values have significant drop implementation and will observe changes in drop order under Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 281 | Some(Searcher { patterns, rabinkarp, search_kind, minimum_len })
[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/tests.rs:696:17
[INFO] [stdout] |
[INFO] [stdout] 690 | let buf = std::io::BufReader::with_capacity(
[INFO] [stdout] | --- these values have significant drop implementation and will observe changes in drop order under Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 696 | / builder
[INFO] [stdout] 697 | | .match_kind(MatchKind::$kind)
[INFO] [stdout] 698 | | .build(test.patterns)
[INFO] [stdout] 699 | | .unwrap()
[INFO] [stdout] 700 | | .stream_find_iter(buf)
[INFO] [stdout] 701 | | .map(|result| result.unwrap())
[INFO] [stdout] | |__________________________________________________^
[INFO] [stdout] ...
[INFO] [stdout] 1000 | / testconfig!(
[INFO] [stdout] 1001 | | stream,
[INFO] [stdout] 1002 | | search_standard_stream_default,
[INFO] [stdout] 1003 | | AC_STANDARD_NON_OVERLAPPING,
[INFO] [stdout] 1004 | | Standard,
[INFO] [stdout] 1005 | | |_| ()
[INFO] [stdout] 1006 | | );
[INFO] [stdout] | |_- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this changes meaning in Rust 2024
[INFO] [stdout] = note: for more information, see issue #123739
[INFO] [stdout] = note: this error originates in the macro `testconfig` (in Nightly builds, run with -Z macro-backtrace for more info)
[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/tests.rs:696:17
[INFO] [stdout] |
[INFO] [stdout] 690 | let buf = std::io::BufReader::with_capacity(
[INFO] [stdout] | --- these values have significant drop implementation and will observe changes in drop order under Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 696 | / builder
[INFO] [stdout] 697 | | .match_kind(MatchKind::$kind)
[INFO] [stdout] 698 | | .build(test.patterns)
[INFO] [stdout] 699 | | .unwrap()
[INFO] [stdout] 700 | | .stream_find_iter(buf)
[INFO] [stdout] 701 | | .map(|result| result.unwrap())
[INFO] [stdout] | |__________________________________________________^
[INFO] [stdout] ...
[INFO] [stdout] 1008 | / testconfig!(
[INFO] [stdout] 1009 | | stream,
[INFO] [stdout] 1010 | | search_standard_stream_nfa_noncontig_default,
[INFO] [stdout] 1011 | | AC_STANDARD_NON_OVERLAPPING,
[INFO] [stdout] ... |
[INFO] [stdout] 1015 | | }
[INFO] [stdout] 1016 | | );
[INFO] [stdout] | |_- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this changes meaning in Rust 2024
[INFO] [stdout] = note: for more information, see issue #123739
[INFO] [stdout] = note: this error originates in the macro `testconfig` (in Nightly builds, run with -Z macro-backtrace for more info)
[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/tests.rs:696:17
[INFO] [stdout] |
[INFO] [stdout] 690 | let buf = std::io::BufReader::with_capacity(
[INFO] [stdout] | --- these values have significant drop implementation and will observe changes in drop order under Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 696 | / builder
[INFO] [stdout] 697 | | .match_kind(MatchKind::$kind)
[INFO] [stdout] 698 | | .build(test.patterns)
[INFO] [stdout] 699 | | .unwrap()
[INFO] [stdout] 700 | | .stream_find_iter(buf)
[INFO] [stdout] 701 | | .map(|result| result.unwrap())
[INFO] [stdout] | |__________________________________________________^
[INFO] [stdout] ...
[INFO] [stdout] 1018 | / testconfig!(
[INFO] [stdout] 1019 | | stream,
[INFO] [stdout] 1020 | | search_standard_stream_nfa_contig_default,
[INFO] [stdout] 1021 | | AC_STANDARD_NON_OVERLAPPING,
[INFO] [stdout] ... |
[INFO] [stdout] 1025 | | }
[INFO] [stdout] 1026 | | );
[INFO] [stdout] | |_- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this changes meaning in Rust 2024
[INFO] [stdout] = note: for more information, see issue #123739
[INFO] [stdout] = note: this error originates in the macro `testconfig` (in Nightly builds, run with -Z macro-backtrace for more info)
[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/tests.rs:696:17
[INFO] [stdout] |
[INFO] [stdout] 690 | let buf = std::io::BufReader::with_capacity(
[INFO] [stdout] | --- these values have significant drop implementation and will observe changes in drop order under Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 696 | / builder
[INFO] [stdout] 697 | | .match_kind(MatchKind::$kind)
[INFO] [stdout] 698 | | .build(test.patterns)
[INFO] [stdout] 699 | | .unwrap()
[INFO] [stdout] 700 | | .stream_find_iter(buf)
[INFO] [stdout] 701 | | .map(|result| result.unwrap())
[INFO] [stdout] | |__________________________________________________^
[INFO] [stdout] ...
[INFO] [stdout] 1028 | / testconfig!(
[INFO] [stdout] 1029 | | stream,
[INFO] [stdout] 1030 | | search_standard_stream_dfa_default,
[INFO] [stdout] 1031 | | AC_STANDARD_NON_OVERLAPPING,
[INFO] [stdout] ... |
[INFO] [stdout] 1035 | | }
[INFO] [stdout] 1036 | | );
[INFO] [stdout] | |_- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this changes meaning in Rust 2024
[INFO] [stdout] = note: for more information, see issue #123739
[INFO] [stdout] = note: this error originates in the macro `testconfig` (in Nightly builds, run with -Z macro-backtrace for more info)
[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/util/prefilter.rs:199:15
[INFO] [stdout] |
[INFO] [stdout] 181 | let (packed, patlen, minlen) = if self.ascii_case_insensitive {
[INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 186 | let packed =
[INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 199 | match (self.start_bytes.build(), self.rare_bytes.build()) {
[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/util/prefilter.rs:195:41
[INFO] [stdout] |
[INFO] [stdout] 187 | self.packed.as_ref().and_then(|b| b.build()).map(|s| {
[INFO] [stdout] | - these values have significant drop implementation and will observe changes in drop order under Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 195 | Prefilter { finder: Arc::new(Packed(s)), memory_usage }
[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/util/prefilter.rs:357:18
[INFO] [stdout] |
[INFO] [stdout] 353 | let finder = Arc::new(Memmem(
[INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 357 | Some(Prefilter { finder, memory_usage })
[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/util/prefilter.rs:575:18
[INFO] [stdout] |
[INFO] [stdout] 556 | let finder: Arc = match len {
[INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 575 | Some(Prefilter { finder, memory_usage: 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/util/prefilter.rs:819:18
[INFO] [stdout] |
[INFO] [stdout] 805 | let finder: Arc = match len {
[INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 819 | Some(Prefilter { finder, memory_usage: 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/util/primitives.rs:688:22
[INFO] [stdout] |
[INFO] [stdout] 684 | let item = self.it.next()?;
[INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 688 | Some((id, item))
[INFO] [stdout] | ^^^^^^^^^^ these values have significant drop implementation and will observe changes in drop order under Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 736 | index_type_impls!(PatternID, PatternIDError, PatternIDIter, WithPatternIDIter);
[INFO] [stdout] | ------------------------------------------------------------------------------ in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this changes meaning in Rust 2024
[INFO] [stdout] = note: for more information, see issue #123739
[INFO] [stdout] = note: this error originates in the macro `index_type_impls` (in Nightly builds, run with -Z macro-backtrace for more info)
[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/util/primitives.rs:688:22
[INFO] [stdout] |
[INFO] [stdout] 684 | let item = self.it.next()?;
[INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 688 | Some((id, item))
[INFO] [stdout] | ^^^^^^^^^^ these values have significant drop implementation and will observe changes in drop order under Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 737 | index_type_impls!(StateID, StateIDError, StateIDIter, WithStateIDIter);
[INFO] [stdout] | ---------------------------------------------------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this changes meaning in Rust 2024
[INFO] [stdout] = note: for more information, see issue #123739
[INFO] [stdout] = note: this error originates in the macro `index_type_impls` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error: aborting due to 26 previous errors
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stderr] error: could not compile `aho-corasick` (lib test) due to 27 previous errors
[INFO] running `Command { std: "docker" "inspect" "9ffbf84b108c676a5c61b9cd471c023cf3a9f0a2de0956d11dcb4c5e6a36c072", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9ffbf84b108c676a5c61b9cd471c023cf3a9f0a2de0956d11dcb4c5e6a36c072", kill_on_drop: false }`
[INFO] [stdout] 9ffbf84b108c676a5c61b9cd471c023cf3a9f0a2de0956d11dcb4c5e6a36c072