[INFO] fetching crate regexm 0.2.1... [INFO] checking regexm-0.2.1 against try#a7a572ce3edd6d476191fbfe92c9c1986e009b34 for pr-87190-3 [INFO] extracting crate regexm 0.2.1 into /workspace/builds/worker-93/source [INFO] validating manifest of crates.io crate regexm 0.2.1 on toolchain a7a572ce3edd6d476191fbfe92c9c1986e009b34 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a7a572ce3edd6d476191fbfe92c9c1986e009b34" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate regexm 0.2.1 [INFO] finished tweaking crates.io crate regexm 0.2.1 [INFO] tweaked toml for crates.io crate regexm 0.2.1 written to /workspace/builds/worker-93/source/Cargo.toml [INFO] crate crates.io crate regexm 0.2.1 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a7a572ce3edd6d476191fbfe92c9c1986e009b34" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-93/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-93/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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+a7a572ce3edd6d476191fbfe92c9c1986e009b34" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 210d8e7e6c8027b07b81cef4ddfe61ce0d21e54170f5585ab3a0416ab2a30dd7 [INFO] running `Command { std: "docker" "start" "-a" "210d8e7e6c8027b07b81cef4ddfe61ce0d21e54170f5585ab3a0416ab2a30dd7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "210d8e7e6c8027b07b81cef4ddfe61ce0d21e54170f5585ab3a0416ab2a30dd7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "210d8e7e6c8027b07b81cef4ddfe61ce0d21e54170f5585ab3a0416ab2a30dd7", kill_on_drop: false }` [INFO] [stdout] 210d8e7e6c8027b07b81cef4ddfe61ce0d21e54170f5585ab3a0416ab2a30dd7 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-93/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-93/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" "-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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+a7a572ce3edd6d476191fbfe92c9c1986e009b34" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] b9c497c90ff2f251bea85d5a2812e19c98472cf92ed1d6e0a0d96cab9e20ff29 [INFO] running `Command { std: "docker" "start" "-a" "b9c497c90ff2f251bea85d5a2812e19c98472cf92ed1d6e0a0d96cab9e20ff29", kill_on_drop: false }` [INFO] [stderr] Copying to /tmp/fixit [INFO] [stderr] Running `cargo fix --edition` [INFO] [stderr] Compiling memchr v2.3.4 [INFO] [stderr] Checking regex-syntax v0.6.23 [INFO] [stderr] Checking aho-corasick v0.7.15 [INFO] [stderr] Checking regex v1.4.5 [INFO] [stderr] Checking regexm v0.2.1 (/tmp/fixit) [INFO] [stderr] Migrating src/lib.rs from 2018 edition to 2021 [INFO] [stderr] Migrating examples/capture_groups.rs from 2018 edition to 2021 [INFO] [stderr] Migrating examples/simple.rs from 2018 edition to 2021 [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:94:41 [INFO] [stdout] | [INFO] [stdout] 94 | $($result)* else {$default_expr}; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 444 | let foo = regexm!(match "2021-01-01" { [INFO] [stdout] | ___________________- [INFO] [stdout] 445 | | r"^\d{4}-\d{2}-\d{2}$" => "yyyy-mm-dd", [INFO] [stdout] 446 | | r"^\d{4}-\d{2}$" => "yyyy-mm", [INFO] [stdout] 447 | | _ => "default", [INFO] [stdout] 448 | | }); [INFO] [stdout] | |__________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(semicolon_in_expressions_from_macros)]` on by default [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::__regexm` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:94:41 [INFO] [stdout] | [INFO] [stdout] 94 | $($result)* else {$default_expr}; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 451 | let foo = regexm!(match "foo" { [INFO] [stdout] | ___________________- [INFO] [stdout] 452 | | r"^\d{4}-\d{2}-\d{2}$" => "yyyy-mm-dd", [INFO] [stdout] 453 | | r"^\d{4}-\d{2}$" => "yyyy-mm", [INFO] [stdout] 454 | | _ => "default", [INFO] [stdout] 455 | | }); [INFO] [stdout] | |__________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::__regexm` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:94:41 [INFO] [stdout] | [INFO] [stdout] 94 | $($result)* else {$default_expr}; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 458 | let foo = regexm!(match "2021-01-01" { [INFO] [stdout] | ___________________- [INFO] [stdout] 459 | | r"^\d{4}-\d{2}-\d{2}$" => "yyyy-mm-dd", [INFO] [stdout] 460 | | r"^\d{4}-\d{2}$" => "yyyy-mm", [INFO] [stdout] 461 | | r"^\d{4}$" => "yyyy", [INFO] [stdout] 462 | | _ => "default", [INFO] [stdout] 463 | | }); [INFO] [stdout] | |__________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::__regexm` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:94:41 [INFO] [stdout] | [INFO] [stdout] 94 | $($result)* else {$default_expr}; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 469 | let foo = regexm!(match "2021-01-01" { [INFO] [stdout] | ___________________- [INFO] [stdout] 470 | | r"^\d{4}-\d{2}-\d{2}$" => { [INFO] [stdout] 471 | | let bar = "yyyy-mm-dd"; [INFO] [stdout] 472 | | bar [INFO] [stdout] ... | [INFO] [stdout] 478 | | _ => "default", [INFO] [stdout] 479 | | }); [INFO] [stdout] | |__________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::__regexm` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:94:41 [INFO] [stdout] | [INFO] [stdout] 94 | $($result)* else {$default_expr}; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 482 | let foo = regexm!(match "foo" { [INFO] [stdout] | ___________________- [INFO] [stdout] 483 | | r"^\d{4}-\d{2}-\d{2}$" => { [INFO] [stdout] 484 | | let bar = "yyyy-mm-dd"; [INFO] [stdout] 485 | | bar [INFO] [stdout] ... | [INFO] [stdout] 491 | | _ => "default", [INFO] [stdout] 492 | | }); [INFO] [stdout] | |__________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::__regexm` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:94:41 [INFO] [stdout] | [INFO] [stdout] 94 | $($result)* else {$default_expr}; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 495 | let foo = regexm!(match "2021-01-01" { [INFO] [stdout] | ___________________- [INFO] [stdout] 496 | | r"^\d{4}-\d{2}-\d{2}$" => { [INFO] [stdout] 497 | | let bar = "yyyy-mm-dd"; [INFO] [stdout] 498 | | bar [INFO] [stdout] ... | [INFO] [stdout] 508 | | _ => "default", [INFO] [stdout] 509 | | }); [INFO] [stdout] | |__________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::__regexm` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:156:31 [INFO] [stdout] | [INFO] [stdout] 156 | } else {$default_expr}; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 515 | let foo = regexm!(match "2021-01-01" { [INFO] [stdout] | ___________________- [INFO] [stdout] 516 | | r"^\d{4}-\d{2}-\d{2}$" => "yyyy-mm-dd", [INFO] [stdout] 517 | | _ => "default", [INFO] [stdout] 518 | | }); [INFO] [stdout] | |__________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::__regexm` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:156:31 [INFO] [stdout] | [INFO] [stdout] 156 | } else {$default_expr}; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 521 | let foo = regexm!(match "foo" { [INFO] [stdout] | ___________________- [INFO] [stdout] 522 | | r"^\d{4}-\d{2}$" => "yyyy-mm", [INFO] [stdout] 523 | | _ => "default", [INFO] [stdout] 524 | | }); [INFO] [stdout] | |__________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::__regexm` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:156:31 [INFO] [stdout] | [INFO] [stdout] 156 | } else {$default_expr}; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 530 | let foo = regexm!(match "2021-01-01" { [INFO] [stdout] | ___________________- [INFO] [stdout] 531 | | r"^\d{4}-\d{2}-\d{2}$" => { [INFO] [stdout] 532 | | let bar = "yyyy-mm-dd"; [INFO] [stdout] 533 | | bar [INFO] [stdout] 534 | | } [INFO] [stdout] 535 | | _ => "default", [INFO] [stdout] 536 | | }); [INFO] [stdout] | |__________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::__regexm` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:156:31 [INFO] [stdout] | [INFO] [stdout] 156 | } else {$default_expr}; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 539 | let foo = regexm!(match "foo" { [INFO] [stdout] | ___________________- [INFO] [stdout] 540 | | r"^\d{4}-\d{2}$" => { [INFO] [stdout] 541 | | let bar = "yyyy-mm"; [INFO] [stdout] 542 | | bar [INFO] [stdout] 543 | | } [INFO] [stdout] 544 | | _ => "default", [INFO] [stdout] 545 | | }); [INFO] [stdout] | |__________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::__regexm` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 10 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 5.47s [INFO] [stderr] Running `cargo check` to verify 2021 [INFO] [stderr] Checking regexm v0.2.1 (/tmp/fixit) [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:94:41 [INFO] [stdout] | [INFO] [stdout] 94 | $($result)* else {$default_expr}; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 444 | let foo = regexm!(match "2021-01-01" { [INFO] [stdout] | ___________________- [INFO] [stdout] 445 | | r"^\d{4}-\d{2}-\d{2}$" => "yyyy-mm-dd", [INFO] [stdout] 446 | | r"^\d{4}-\d{2}$" => "yyyy-mm", [INFO] [stdout] 447 | | _ => "default", [INFO] [stdout] 448 | | }); [INFO] [stdout] | |__________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(semicolon_in_expressions_from_macros)]` on by default [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::__regexm` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:94:41 [INFO] [stdout] | [INFO] [stdout] 94 | $($result)* else {$default_expr}; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 451 | let foo = regexm!(match "foo" { [INFO] [stdout] | ___________________- [INFO] [stdout] 452 | | r"^\d{4}-\d{2}-\d{2}$" => "yyyy-mm-dd", [INFO] [stdout] 453 | | r"^\d{4}-\d{2}$" => "yyyy-mm", [INFO] [stdout] 454 | | _ => "default", [INFO] [stdout] 455 | | }); [INFO] [stdout] | |__________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::__regexm` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:94:41 [INFO] [stdout] | [INFO] [stdout] 94 | $($result)* else {$default_expr}; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 458 | let foo = regexm!(match "2021-01-01" { [INFO] [stdout] | ___________________- [INFO] [stdout] 459 | | r"^\d{4}-\d{2}-\d{2}$" => "yyyy-mm-dd", [INFO] [stdout] 460 | | r"^\d{4}-\d{2}$" => "yyyy-mm", [INFO] [stdout] 461 | | r"^\d{4}$" => "yyyy", [INFO] [stdout] 462 | | _ => "default", [INFO] [stdout] 463 | | }); [INFO] [stdout] | |__________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::__regexm` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:94:41 [INFO] [stdout] | [INFO] [stdout] 94 | $($result)* else {$default_expr}; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 469 | let foo = regexm!(match "2021-01-01" { [INFO] [stdout] | ___________________- [INFO] [stdout] 470 | | r"^\d{4}-\d{2}-\d{2}$" => { [INFO] [stdout] 471 | | let bar = "yyyy-mm-dd"; [INFO] [stdout] 472 | | bar [INFO] [stdout] ... | [INFO] [stdout] 478 | | _ => "default", [INFO] [stdout] 479 | | }); [INFO] [stdout] | |__________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::__regexm` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:94:41 [INFO] [stdout] | [INFO] [stdout] 94 | $($result)* else {$default_expr}; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 482 | let foo = regexm!(match "foo" { [INFO] [stdout] | ___________________- [INFO] [stdout] 483 | | r"^\d{4}-\d{2}-\d{2}$" => { [INFO] [stdout] 484 | | let bar = "yyyy-mm-dd"; [INFO] [stdout] 485 | | bar [INFO] [stdout] ... | [INFO] [stdout] 491 | | _ => "default", [INFO] [stdout] 492 | | }); [INFO] [stdout] | |__________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::__regexm` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:94:41 [INFO] [stdout] | [INFO] [stdout] 94 | $($result)* else {$default_expr}; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 495 | let foo = regexm!(match "2021-01-01" { [INFO] [stdout] | ___________________- [INFO] [stdout] 496 | | r"^\d{4}-\d{2}-\d{2}$" => { [INFO] [stdout] 497 | | let bar = "yyyy-mm-dd"; [INFO] [stdout] 498 | | bar [INFO] [stdout] ... | [INFO] [stdout] 508 | | _ => "default", [INFO] [stdout] 509 | | }); [INFO] [stdout] | |__________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::__regexm` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:156:31 [INFO] [stdout] | [INFO] [stdout] 156 | } else {$default_expr}; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 515 | let foo = regexm!(match "2021-01-01" { [INFO] [stdout] | ___________________- [INFO] [stdout] 516 | | r"^\d{4}-\d{2}-\d{2}$" => "yyyy-mm-dd", [INFO] [stdout] 517 | | _ => "default", [INFO] [stdout] 518 | | }); [INFO] [stdout] | |__________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::__regexm` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:156:31 [INFO] [stdout] | [INFO] [stdout] 156 | } else {$default_expr}; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 521 | let foo = regexm!(match "foo" { [INFO] [stdout] | ___________________- [INFO] [stdout] 522 | | r"^\d{4}-\d{2}$" => "yyyy-mm", [INFO] [stdout] 523 | | _ => "default", [INFO] [stdout] 524 | | }); [INFO] [stdout] | |__________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::__regexm` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:156:31 [INFO] [stdout] | [INFO] [stdout] 156 | } else {$default_expr}; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 530 | let foo = regexm!(match "2021-01-01" { [INFO] [stdout] | ___________________- [INFO] [stdout] 531 | | r"^\d{4}-\d{2}-\d{2}$" => { [INFO] [stdout] 532 | | let bar = "yyyy-mm-dd"; [INFO] [stdout] 533 | | bar [INFO] [stdout] 534 | | } [INFO] [stdout] 535 | | _ => "default", [INFO] [stdout] 536 | | }); [INFO] [stdout] | |__________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::__regexm` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:156:31 [INFO] [stdout] | [INFO] [stdout] 156 | } else {$default_expr}; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 539 | let foo = regexm!(match "foo" { [INFO] [stdout] | ___________________- [INFO] [stdout] 540 | | r"^\d{4}-\d{2}$" => { [INFO] [stdout] 541 | | let bar = "yyyy-mm"; [INFO] [stdout] 542 | | bar [INFO] [stdout] 543 | | } [INFO] [stdout] 544 | | _ => "default", [INFO] [stdout] 545 | | }); [INFO] [stdout] | |__________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::__regexm` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 10 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.53s [INFO] running `Command { std: "docker" "inspect" "b9c497c90ff2f251bea85d5a2812e19c98472cf92ed1d6e0a0d96cab9e20ff29", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b9c497c90ff2f251bea85d5a2812e19c98472cf92ed1d6e0a0d96cab9e20ff29", kill_on_drop: false }` [INFO] [stdout] b9c497c90ff2f251bea85d5a2812e19c98472cf92ed1d6e0a0d96cab9e20ff29