[INFO] fetching crate ucd-parse 0.1.13... [INFO] checking ucd-parse-0.1.13 against try#4d98531622e1718ae0bc3c7a1ab9cd8938428452+rustflags=-Dtail_expr_drop_order for pr-129604 [INFO] extracting crate ucd-parse 0.1.13 into /workspace/builds/worker-6-tc2/source [INFO] validating manifest of crates.io crate ucd-parse 0.1.13 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 ucd-parse 0.1.13 [INFO] finished tweaking crates.io crate ucd-parse 0.1.13 [INFO] tweaked toml for crates.io crate ucd-parse 0.1.13 written to /workspace/builds/worker-6-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 2 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-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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] 562f430f0ecb6b9548786ebf9e11c896a149710b8eb81ab29acf432508b38b63 [INFO] running `Command { std: "docker" "start" "-a" "562f430f0ecb6b9548786ebf9e11c896a149710b8eb81ab29acf432508b38b63", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "562f430f0ecb6b9548786ebf9e11c896a149710b8eb81ab29acf432508b38b63", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "562f430f0ecb6b9548786ebf9e11c896a149710b8eb81ab29acf432508b38b63", kill_on_drop: false }` [INFO] [stdout] 562f430f0ecb6b9548786ebf9e11c896a149710b8eb81ab29acf432508b38b63 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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] 8d145cc3ca41c78b3d8a09ad807dab6583503371a3b1aae9af5a86de9e1a36ea [INFO] running `Command { std: "docker" "start" "-a" "8d145cc3ca41c78b3d8a09ad807dab6583503371a3b1aae9af5a86de9e1a36ea", kill_on_drop: false }` [INFO] [stderr] Checking regex-lite v0.1.6 [INFO] [stderr] Checking ucd-parse v0.1.13 (/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/lib.rs:55:27 [INFO] [stdout] | [INFO] [stdout] 55 | RE.get_or_init(|| Regex::new($re).unwrap()) [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/extracted/derived_numeric_values.rs:39:24 [INFO] [stdout] | [INFO] [stdout] 39 | let re_parts = regex!( [INFO] [stdout] | ________________________- [INFO] [stdout] 40 | | r"(?x) [INFO] [stdout] 41 | | ^ [INFO] [stdout] 42 | | \s*(?P[^\s;]+)\s*; [INFO] [stdout] ... | [INFO] [stdout] 46 | | ", [INFO] [stdout] 47 | | ); [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: requested on the command line with `-D tail-expr-drop-order` [INFO] [stdout] = note: this error originates in the macro `regex` (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/lib.rs:55:27 [INFO] [stdout] | [INFO] [stdout] 55 | RE.get_or_init(|| Regex::new($re).unwrap()) [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/common.rs:85:29 [INFO] [stdout] | [INFO] [stdout] 85 | let re_version_rx = regex!(r"-([0-9]+).([0-9]+).([0-9]+).txt"); [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 `regex` (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/common.rs:98:23 [INFO] [stdout] | [INFO] [stdout] 98 | kind: ErrorKind::Parse(format!( [INFO] [stdout] | _______________________^ [INFO] [stdout] 99 | | "Failed to parse version from {:?} in PropList.txt: {}", [INFO] [stdout] 100 | | contents, e [INFO] [stdout] 101 | | )), [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/common.rs:117:15 [INFO] [stdout] | [INFO] [stdout] 116 | let file = std::fs::File::open(path).map_err(|e| Error { [INFO] [stdout] | - these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 117 | kind: ErrorKind::Io(e), [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/common.rs:125:15 [INFO] [stdout] | [INFO] [stdout] 124 | reader.read_line(&mut line_contents).map_err(|e| Error { [INFO] [stdout] | - these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 125 | kind: ErrorKind::Io(e), [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/lib.rs:55:27 [INFO] [stdout] | [INFO] [stdout] 55 | RE.get_or_init(|| Regex::new($re).unwrap()) [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/common.rs:137:20 [INFO] [stdout] | [INFO] [stdout] 137 | let re_parts = regex!( [INFO] [stdout] | ____________________- [INFO] [stdout] 138 | | r"(?x) [INFO] [stdout] 139 | | ^ [INFO] [stdout] 140 | | \s*(?P[^\s;]+)\s*; [INFO] [stdout] 141 | | \s*(?P[^;\x23]+)\s* [INFO] [stdout] 142 | | ", [INFO] [stdout] 143 | | ); [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 `regex` (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/lib.rs:55:27 [INFO] [stdout] | [INFO] [stdout] 55 | RE.get_or_init(|| Regex::new($re).unwrap()) [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/common.rs:178:20 [INFO] [stdout] | [INFO] [stdout] 178 | let re_parts = regex!( [INFO] [stdout] | ____________________- [INFO] [stdout] 179 | | r"(?x) [INFO] [stdout] 180 | | ^ [INFO] [stdout] 181 | | (?:÷|×) [INFO] [stdout] ... | [INFO] [stdout] 186 | | ", [INFO] [stdout] 187 | | ); [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 `regex` (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/lib.rs:55:27 [INFO] [stdout] | [INFO] [stdout] 55 | RE.get_or_init(|| Regex::new($re).unwrap()) [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/common.rs:188:20 [INFO] [stdout] | [INFO] [stdout] 188 | let re_group = regex!( [INFO] [stdout] | ____________________- [INFO] [stdout] 189 | | r"(?x) [INFO] [stdout] 190 | | (?P[0-9A-Fa-f]{4,5})\s(?P÷|×) [INFO] [stdout] 191 | | ", [INFO] [stdout] 192 | | ); [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 `regex` (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/common.rs:284:12 [INFO] [stdout] | [INFO] [stdout] 276 | path: P, [INFO] [stdout] | ------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 279 | let file = File::open(path).map_err(|e| Error { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 284 | Ok(UcdLineParser::new(Some(path.to_path_buf()), file)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/common.rs:280:19 [INFO] [stdout] | [INFO] [stdout] 279 | let file = File::open(path).map_err(|e| Error { [INFO] [stdout] | - these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 280 | kind: ErrorKind::Io(e), [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/common.rs:299:18 [INFO] [stdout] | [INFO] [stdout] 296 | pub(crate) fn new(path: Option, rdr: R) -> UcdLineParser { [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 299 | rdr: io::BufReader::new(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/lib.rs:55:27 [INFO] [stdout] | [INFO] [stdout] 55 | RE.get_or_init(|| Regex::new($re).unwrap()) [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/common.rs:448:24 [INFO] [stdout] | [INFO] [stdout] 448 | let re_parts = regex!(r"^(?P[A-Z0-9]+)\.\.(?P[A-Z0-9]+)$"); [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 `regex` (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/lib.rs:45:13 [INFO] [stdout] | [INFO] [stdout] 45 | Err(crate::error::Error::parse(format!($($tt)*))) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/common.rs:453:52 [INFO] [stdout] | [INFO] [stdout] 453 | let start = caps["start"].parse().or_else(|err| { [INFO] [stdout] | --- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 454 | err!("failed to parse '{}' as a codepoint range: {}", s, err) [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 `err` (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/lib.rs:45:13 [INFO] [stdout] | [INFO] [stdout] 45 | Err(crate::error::Error::parse(format!($($tt)*))) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/common.rs:456:48 [INFO] [stdout] | [INFO] [stdout] 456 | let end = caps["end"].parse().or_else(|err| { [INFO] [stdout] | --- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 457 | err!("failed to parse '{}' as a codepoint range: {}", s, err) [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 `err` (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/lib.rs:55:27 [INFO] [stdout] | [INFO] [stdout] 55 | RE.get_or_init(|| Regex::new($re).unwrap()) [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/arabic_shaping.rs:94:24 [INFO] [stdout] | [INFO] [stdout] 94 | let re_parts = regex!( [INFO] [stdout] | ________________________- [INFO] [stdout] 95 | | r"(?x) [INFO] [stdout] 96 | | ^ [INFO] [stdout] 97 | | \s*(?P[A-F0-9]+)\s*; [INFO] [stdout] ... | [INFO] [stdout] 102 | | ", [INFO] [stdout] 103 | | ); [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 `regex` (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/lib.rs:55:27 [INFO] [stdout] | [INFO] [stdout] 55 | RE.get_or_init(|| Regex::new($re).unwrap()) [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/bidi_mirroring_glyph.rs:36:24 [INFO] [stdout] | [INFO] [stdout] 36 | let re_parts = regex!( [INFO] [stdout] | ________________________- [INFO] [stdout] 37 | | r"(?x) [INFO] [stdout] 38 | | ^ [INFO] [stdout] 39 | | \s*(?P[A-F0-9]+)\s*; [INFO] [stdout] ... | [INFO] [stdout] 44 | | ", [INFO] [stdout] 45 | | ); [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 `regex` (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/lib.rs:55:27 [INFO] [stdout] | [INFO] [stdout] 55 | RE.get_or_init(|| Regex::new($re).unwrap()) [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/case_folding.rs:43:24 [INFO] [stdout] | [INFO] [stdout] 43 | let re_parts = regex!( [INFO] [stdout] | ________________________- [INFO] [stdout] 44 | | r"(?x) [INFO] [stdout] 45 | | ^ [INFO] [stdout] 46 | | \s*(?P[^\s;]+)\s*; [INFO] [stdout] ... | [INFO] [stdout] 49 | | ", [INFO] [stdout] 50 | | ); [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 `regex` (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/lib.rs:55:27 [INFO] [stdout] | [INFO] [stdout] 55 | RE.get_or_init(|| Regex::new($re).unwrap()) [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/jamo_short_name.rs:36:24 [INFO] [stdout] | [INFO] [stdout] 36 | let re_parts = regex!( [INFO] [stdout] | ________________________- [INFO] [stdout] 37 | | r"(?x) [INFO] [stdout] 38 | | ^ [INFO] [stdout] 39 | | (?P[A-Z0-9]+); [INFO] [stdout] ... | [INFO] [stdout] 42 | | ", [INFO] [stdout] 43 | | ); [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 `regex` (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/lib.rs:55:27 [INFO] [stdout] | [INFO] [stdout] 55 | RE.get_or_init(|| Regex::new($re).unwrap()) [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/name_aliases.rs:38:24 [INFO] [stdout] | [INFO] [stdout] 38 | let re_parts = regex!( [INFO] [stdout] | ________________________- [INFO] [stdout] 39 | | r"(?x) [INFO] [stdout] 40 | | ^ [INFO] [stdout] 41 | | (?P[A-Z0-9]+); [INFO] [stdout] ... | [INFO] [stdout] 46 | | ", [INFO] [stdout] 47 | | ); [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 `regex` (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/lib.rs:55:27 [INFO] [stdout] | [INFO] [stdout] 55 | RE.get_or_init(|| Regex::new($re).unwrap()) [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/property_aliases.rs:26:24 [INFO] [stdout] | [INFO] [stdout] 26 | let re_parts = regex!( [INFO] [stdout] | ________________________- [INFO] [stdout] 27 | | r"(?x) [INFO] [stdout] 28 | | ^ [INFO] [stdout] 29 | | \s*(?P[^\s;]+)\s*; [INFO] [stdout] ... | [INFO] [stdout] 32 | | ", [INFO] [stdout] 33 | | ); [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 `regex` (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/lib.rs:55:27 [INFO] [stdout] | [INFO] [stdout] 55 | RE.get_or_init(|| Regex::new($re).unwrap()) [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/property_aliases.rs:34:26 [INFO] [stdout] | [INFO] [stdout] 34 | let re_aliases = regex!(r"\s*(?P[^\s;]+)\s*;?\s*"); [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 `regex` (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/lib.rs:55:27 [INFO] [stdout] | [INFO] [stdout] 55 | RE.get_or_init(|| Regex::new($re).unwrap()) [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/property_value_aliases.rs:32:24 [INFO] [stdout] | [INFO] [stdout] 32 | let re_parts = regex!( [INFO] [stdout] | ________________________- [INFO] [stdout] 33 | | r"(?x) [INFO] [stdout] 34 | | ^ [INFO] [stdout] 35 | | \s*(?P[^\s;]+)\s*; [INFO] [stdout] ... | [INFO] [stdout] 39 | | ", [INFO] [stdout] 40 | | ); [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 `regex` (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/lib.rs:55:27 [INFO] [stdout] | [INFO] [stdout] 55 | RE.get_or_init(|| Regex::new($re).unwrap()) [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/property_value_aliases.rs:41:28 [INFO] [stdout] | [INFO] [stdout] 41 | let re_parts_ccc = regex!( [INFO] [stdout] | ____________________________- [INFO] [stdout] 42 | | r"(?x) [INFO] [stdout] 43 | | ^ [INFO] [stdout] 44 | | ccc; [INFO] [stdout] ... | [INFO] [stdout] 48 | | ", [INFO] [stdout] 49 | | ); [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 `regex` (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/lib.rs:55:27 [INFO] [stdout] | [INFO] [stdout] 55 | RE.get_or_init(|| Regex::new($re).unwrap()) [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/property_value_aliases.rs:50:26 [INFO] [stdout] | [INFO] [stdout] 50 | let re_aliases = regex!(r"\s*(?P[^\s;]+)\s*;?\s*"); [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 `regex` (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/lib.rs:55:27 [INFO] [stdout] | [INFO] [stdout] 55 | RE.get_or_init(|| Regex::new($re).unwrap()) [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/special_casing.rs:47:24 [INFO] [stdout] | [INFO] [stdout] 47 | let re_parts = regex!( [INFO] [stdout] | ________________________- [INFO] [stdout] 48 | | r"(?x) [INFO] [stdout] 49 | | ^ [INFO] [stdout] 50 | | \s*(?P[^\s;]+)\s*; [INFO] [stdout] ... | [INFO] [stdout] 55 | | ", [INFO] [stdout] 56 | | ); [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 `regex` (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/lib.rs:55:27 [INFO] [stdout] | [INFO] [stdout] 55 | RE.get_or_init(|| Regex::new($re).unwrap()) [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/unicode_data.rs:97:24 [INFO] [stdout] | [INFO] [stdout] 97 | let re_parts = regex!( [INFO] [stdout] | ________________________- [INFO] [stdout] 98 | | r"(?x) [INFO] [stdout] 99 | | ^ [INFO] [stdout] 100 | | ([A-Z0-9]+); # 1; codepoint [INFO] [stdout] ... | [INFO] [stdout] 116 | | ", [INFO] [stdout] 117 | | ); [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 `regex` (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/lib.rs:55:27 [INFO] [stdout] | [INFO] [stdout] 55 | RE.get_or_init(|| Regex::new($re).unwrap()) [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/unicode_data.rs:298:13 [INFO] [stdout] | [INFO] [stdout] 298 | regex!(r"^(?:<(?P[^>]+)>)?\s*(?P[\s0-9A-F]+)$"); [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 `regex` (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/lib.rs:55:27 [INFO] [stdout] | [INFO] [stdout] 55 | RE.get_or_init(|| Regex::new($re).unwrap()) [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/unicode_data.rs:299:24 [INFO] [stdout] | [INFO] [stdout] 299 | let re_chars = regex!(r"[0-9A-F]+"); [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 `regex` (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/unicode_data.rs:541:17 [INFO] [stdout] | [INFO] [stdout] 536 | pub fn new(it: T) -> UnicodeDataExpander [INFO] [stdout] | ----- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 541 | it: it.into_iter().peekable(), [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 29 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `ucd-parse` (lib) due to 30 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/lib.rs:55:27 [INFO] [stdout] | [INFO] [stdout] 55 | RE.get_or_init(|| Regex::new($re).unwrap()) [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/extracted/derived_numeric_values.rs:39:24 [INFO] [stdout] | [INFO] [stdout] 39 | let re_parts = regex!( [INFO] [stdout] | ________________________- [INFO] [stdout] 40 | | r"(?x) [INFO] [stdout] 41 | | ^ [INFO] [stdout] 42 | | \s*(?P[^\s;]+)\s*; [INFO] [stdout] ... | [INFO] [stdout] 46 | | ", [INFO] [stdout] 47 | | ); [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: requested on the command line with `-D tail-expr-drop-order` [INFO] [stdout] = note: this error originates in the macro `regex` (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/lib.rs:55:27 [INFO] [stdout] | [INFO] [stdout] 55 | RE.get_or_init(|| Regex::new($re).unwrap()) [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/common.rs:85:29 [INFO] [stdout] | [INFO] [stdout] 85 | let re_version_rx = regex!(r"-([0-9]+).([0-9]+).([0-9]+).txt"); [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 `regex` (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/common.rs:98:23 [INFO] [stdout] | [INFO] [stdout] 98 | kind: ErrorKind::Parse(format!( [INFO] [stdout] | _______________________^ [INFO] [stdout] 99 | | "Failed to parse version from {:?} in PropList.txt: {}", [INFO] [stdout] 100 | | contents, e [INFO] [stdout] 101 | | )), [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/common.rs:117:15 [INFO] [stdout] | [INFO] [stdout] 116 | let file = std::fs::File::open(path).map_err(|e| Error { [INFO] [stdout] | - these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 117 | kind: ErrorKind::Io(e), [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/common.rs:125:15 [INFO] [stdout] | [INFO] [stdout] 124 | reader.read_line(&mut line_contents).map_err(|e| Error { [INFO] [stdout] | - these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 125 | kind: ErrorKind::Io(e), [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/lib.rs:55:27 [INFO] [stdout] | [INFO] [stdout] 55 | RE.get_or_init(|| Regex::new($re).unwrap()) [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/common.rs:137:20 [INFO] [stdout] | [INFO] [stdout] 137 | let re_parts = regex!( [INFO] [stdout] | ____________________- [INFO] [stdout] 138 | | r"(?x) [INFO] [stdout] 139 | | ^ [INFO] [stdout] 140 | | \s*(?P[^\s;]+)\s*; [INFO] [stdout] 141 | | \s*(?P[^;\x23]+)\s* [INFO] [stdout] 142 | | ", [INFO] [stdout] 143 | | ); [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 `regex` (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/lib.rs:55:27 [INFO] [stdout] | [INFO] [stdout] 55 | RE.get_or_init(|| Regex::new($re).unwrap()) [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/common.rs:178:20 [INFO] [stdout] | [INFO] [stdout] 178 | let re_parts = regex!( [INFO] [stdout] | ____________________- [INFO] [stdout] 179 | | r"(?x) [INFO] [stdout] 180 | | ^ [INFO] [stdout] 181 | | (?:÷|×) [INFO] [stdout] ... | [INFO] [stdout] 186 | | ", [INFO] [stdout] 187 | | ); [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 `regex` (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/lib.rs:55:27 [INFO] [stdout] | [INFO] [stdout] 55 | RE.get_or_init(|| Regex::new($re).unwrap()) [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/common.rs:188:20 [INFO] [stdout] | [INFO] [stdout] 188 | let re_group = regex!( [INFO] [stdout] | ____________________- [INFO] [stdout] 189 | | r"(?x) [INFO] [stdout] 190 | | (?P[0-9A-Fa-f]{4,5})\s(?P÷|×) [INFO] [stdout] 191 | | ", [INFO] [stdout] 192 | | ); [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 `regex` (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/common.rs:284:12 [INFO] [stdout] | [INFO] [stdout] 276 | path: P, [INFO] [stdout] | ------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 279 | let file = File::open(path).map_err(|e| Error { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 284 | Ok(UcdLineParser::new(Some(path.to_path_buf()), file)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/common.rs:280:19 [INFO] [stdout] | [INFO] [stdout] 279 | let file = File::open(path).map_err(|e| Error { [INFO] [stdout] | - these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 280 | kind: ErrorKind::Io(e), [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/common.rs:299:18 [INFO] [stdout] | [INFO] [stdout] 296 | pub(crate) fn new(path: Option, rdr: R) -> UcdLineParser { [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 299 | rdr: io::BufReader::new(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/lib.rs:55:27 [INFO] [stdout] | [INFO] [stdout] 55 | RE.get_or_init(|| Regex::new($re).unwrap()) [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/common.rs:448:24 [INFO] [stdout] | [INFO] [stdout] 448 | let re_parts = regex!(r"^(?P[A-Z0-9]+)\.\.(?P[A-Z0-9]+)$"); [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 `regex` (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/lib.rs:45:13 [INFO] [stdout] | [INFO] [stdout] 45 | Err(crate::error::Error::parse(format!($($tt)*))) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/common.rs:453:52 [INFO] [stdout] | [INFO] [stdout] 453 | let start = caps["start"].parse().or_else(|err| { [INFO] [stdout] | --- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 454 | err!("failed to parse '{}' as a codepoint range: {}", s, err) [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 `err` (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/lib.rs:45:13 [INFO] [stdout] | [INFO] [stdout] 45 | Err(crate::error::Error::parse(format!($($tt)*))) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/common.rs:456:48 [INFO] [stdout] | [INFO] [stdout] 456 | let end = caps["end"].parse().or_else(|err| { [INFO] [stdout] | --- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 457 | err!("failed to parse '{}' as a codepoint range: {}", s, err) [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 `err` (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/lib.rs:55:27 [INFO] [stdout] | [INFO] [stdout] 55 | RE.get_or_init(|| Regex::new($re).unwrap()) [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/arabic_shaping.rs:94:24 [INFO] [stdout] | [INFO] [stdout] 94 | let re_parts = regex!( [INFO] [stdout] | ________________________- [INFO] [stdout] 95 | | r"(?x) [INFO] [stdout] 96 | | ^ [INFO] [stdout] 97 | | \s*(?P[A-F0-9]+)\s*; [INFO] [stdout] ... | [INFO] [stdout] 102 | | ", [INFO] [stdout] 103 | | ); [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 `regex` (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/lib.rs:55:27 [INFO] [stdout] | [INFO] [stdout] 55 | RE.get_or_init(|| Regex::new($re).unwrap()) [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/bidi_mirroring_glyph.rs:36:24 [INFO] [stdout] | [INFO] [stdout] 36 | let re_parts = regex!( [INFO] [stdout] | ________________________- [INFO] [stdout] 37 | | r"(?x) [INFO] [stdout] 38 | | ^ [INFO] [stdout] 39 | | \s*(?P[A-F0-9]+)\s*; [INFO] [stdout] ... | [INFO] [stdout] 44 | | ", [INFO] [stdout] 45 | | ); [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 `regex` (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/lib.rs:55:27 [INFO] [stdout] | [INFO] [stdout] 55 | RE.get_or_init(|| Regex::new($re).unwrap()) [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/case_folding.rs:43:24 [INFO] [stdout] | [INFO] [stdout] 43 | let re_parts = regex!( [INFO] [stdout] | ________________________- [INFO] [stdout] 44 | | r"(?x) [INFO] [stdout] 45 | | ^ [INFO] [stdout] 46 | | \s*(?P[^\s;]+)\s*; [INFO] [stdout] ... | [INFO] [stdout] 49 | | ", [INFO] [stdout] 50 | | ); [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 `regex` (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/lib.rs:55:27 [INFO] [stdout] | [INFO] [stdout] 55 | RE.get_or_init(|| Regex::new($re).unwrap()) [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/jamo_short_name.rs:36:24 [INFO] [stdout] | [INFO] [stdout] 36 | let re_parts = regex!( [INFO] [stdout] | ________________________- [INFO] [stdout] 37 | | r"(?x) [INFO] [stdout] 38 | | ^ [INFO] [stdout] 39 | | (?P[A-Z0-9]+); [INFO] [stdout] ... | [INFO] [stdout] 42 | | ", [INFO] [stdout] 43 | | ); [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 `regex` (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/lib.rs:55:27 [INFO] [stdout] | [INFO] [stdout] 55 | RE.get_or_init(|| Regex::new($re).unwrap()) [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/name_aliases.rs:38:24 [INFO] [stdout] | [INFO] [stdout] 38 | let re_parts = regex!( [INFO] [stdout] | ________________________- [INFO] [stdout] 39 | | r"(?x) [INFO] [stdout] 40 | | ^ [INFO] [stdout] 41 | | (?P[A-Z0-9]+); [INFO] [stdout] ... | [INFO] [stdout] 46 | | ", [INFO] [stdout] 47 | | ); [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 `regex` (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/lib.rs:55:27 [INFO] [stdout] | [INFO] [stdout] 55 | RE.get_or_init(|| Regex::new($re).unwrap()) [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/property_aliases.rs:26:24 [INFO] [stdout] | [INFO] [stdout] 26 | let re_parts = regex!( [INFO] [stdout] | ________________________- [INFO] [stdout] 27 | | r"(?x) [INFO] [stdout] 28 | | ^ [INFO] [stdout] 29 | | \s*(?P[^\s;]+)\s*; [INFO] [stdout] ... | [INFO] [stdout] 32 | | ", [INFO] [stdout] 33 | | ); [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 `regex` (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/lib.rs:55:27 [INFO] [stdout] | [INFO] [stdout] 55 | RE.get_or_init(|| Regex::new($re).unwrap()) [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/property_aliases.rs:34:26 [INFO] [stdout] | [INFO] [stdout] 34 | let re_aliases = regex!(r"\s*(?P[^\s;]+)\s*;?\s*"); [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 `regex` (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/lib.rs:55:27 [INFO] [stdout] | [INFO] [stdout] 55 | RE.get_or_init(|| Regex::new($re).unwrap()) [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/property_value_aliases.rs:32:24 [INFO] [stdout] | [INFO] [stdout] 32 | let re_parts = regex!( [INFO] [stdout] | ________________________- [INFO] [stdout] 33 | | r"(?x) [INFO] [stdout] 34 | | ^ [INFO] [stdout] 35 | | \s*(?P[^\s;]+)\s*; [INFO] [stdout] ... | [INFO] [stdout] 39 | | ", [INFO] [stdout] 40 | | ); [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 `regex` (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/lib.rs:55:27 [INFO] [stdout] | [INFO] [stdout] 55 | RE.get_or_init(|| Regex::new($re).unwrap()) [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/property_value_aliases.rs:41:28 [INFO] [stdout] | [INFO] [stdout] 41 | let re_parts_ccc = regex!( [INFO] [stdout] | ____________________________- [INFO] [stdout] 42 | | r"(?x) [INFO] [stdout] 43 | | ^ [INFO] [stdout] 44 | | ccc; [INFO] [stdout] ... | [INFO] [stdout] 48 | | ", [INFO] [stdout] 49 | | ); [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 `regex` (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/lib.rs:55:27 [INFO] [stdout] | [INFO] [stdout] 55 | RE.get_or_init(|| Regex::new($re).unwrap()) [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/property_value_aliases.rs:50:26 [INFO] [stdout] | [INFO] [stdout] 50 | let re_aliases = regex!(r"\s*(?P[^\s;]+)\s*;?\s*"); [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 `regex` (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/lib.rs:55:27 [INFO] [stdout] | [INFO] [stdout] 55 | RE.get_or_init(|| Regex::new($re).unwrap()) [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/special_casing.rs:47:24 [INFO] [stdout] | [INFO] [stdout] 47 | let re_parts = regex!( [INFO] [stdout] | ________________________- [INFO] [stdout] 48 | | r"(?x) [INFO] [stdout] 49 | | ^ [INFO] [stdout] 50 | | \s*(?P[^\s;]+)\s*; [INFO] [stdout] ... | [INFO] [stdout] 55 | | ", [INFO] [stdout] 56 | | ); [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 `regex` (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/lib.rs:55:27 [INFO] [stdout] | [INFO] [stdout] 55 | RE.get_or_init(|| Regex::new($re).unwrap()) [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/unicode_data.rs:97:24 [INFO] [stdout] | [INFO] [stdout] 97 | let re_parts = regex!( [INFO] [stdout] | ________________________- [INFO] [stdout] 98 | | r"(?x) [INFO] [stdout] 99 | | ^ [INFO] [stdout] 100 | | ([A-Z0-9]+); # 1; codepoint [INFO] [stdout] ... | [INFO] [stdout] 116 | | ", [INFO] [stdout] 117 | | ); [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 `regex` (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/lib.rs:55:27 [INFO] [stdout] | [INFO] [stdout] 55 | RE.get_or_init(|| Regex::new($re).unwrap()) [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/unicode_data.rs:298:13 [INFO] [stdout] | [INFO] [stdout] 298 | regex!(r"^(?:<(?P[^>]+)>)?\s*(?P[\s0-9A-F]+)$"); [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 `regex` (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/lib.rs:55:27 [INFO] [stdout] | [INFO] [stdout] 55 | RE.get_or_init(|| Regex::new($re).unwrap()) [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/unicode_data.rs:299:24 [INFO] [stdout] | [INFO] [stdout] 299 | let re_chars = regex!(r"[0-9A-F]+"); [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 `regex` (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/unicode_data.rs:541:17 [INFO] [stdout] | [INFO] [stdout] 536 | pub fn new(it: T) -> UnicodeDataExpander [INFO] [stdout] | ----- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 541 | it: it.into_iter().peekable(), [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 29 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `ucd-parse` (lib test) due to 30 previous errors [INFO] running `Command { std: "docker" "inspect" "8d145cc3ca41c78b3d8a09ad807dab6583503371a3b1aae9af5a86de9e1a36ea", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8d145cc3ca41c78b3d8a09ad807dab6583503371a3b1aae9af5a86de9e1a36ea", kill_on_drop: false }` [INFO] [stdout] 8d145cc3ca41c78b3d8a09ad807dab6583503371a3b1aae9af5a86de9e1a36ea