[INFO] fetching crate path-dsl 0.6.1... [INFO] checking path-dsl-0.6.1 against try#3e59a8c2f14152ccc92a6c079f592dc2dc6fa93f for pr-87248 [INFO] extracting crate path-dsl 0.6.1 into /workspace/builds/worker-12/source [INFO] validating manifest of crates.io crate path-dsl 0.6.1 on toolchain 3e59a8c2f14152ccc92a6c079f592dc2dc6fa93f [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+3e59a8c2f14152ccc92a6c079f592dc2dc6fa93f" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate path-dsl 0.6.1 [INFO] finished tweaking crates.io crate path-dsl 0.6.1 [INFO] tweaked toml for crates.io crate path-dsl 0.6.1 written to /workspace/builds/worker-12/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+3e59a8c2f14152ccc92a6c079f592dc2dc6fa93f" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+3e59a8c2f14152ccc92a6c079f592dc2dc6fa93f" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded more-asserts v0.2.1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/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" "+3e59a8c2f14152ccc92a6c079f592dc2dc6fa93f" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 7fbc6d5eadcc01536ef53574f182acf396dd5f302bb9fdb59874d6322b96b843 [INFO] running `Command { std: "docker" "start" "-a" "7fbc6d5eadcc01536ef53574f182acf396dd5f302bb9fdb59874d6322b96b843", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "7fbc6d5eadcc01536ef53574f182acf396dd5f302bb9fdb59874d6322b96b843", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7fbc6d5eadcc01536ef53574f182acf396dd5f302bb9fdb59874d6322b96b843", kill_on_drop: false }` [INFO] [stdout] 7fbc6d5eadcc01536ef53574f182acf396dd5f302bb9fdb59874d6322b96b843 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/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" "+3e59a8c2f14152ccc92a6c079f592dc2dc6fa93f" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] d92d10a8d9d2c41570d47f0ff7873531d6b68c8c18513262c1bf5dce1552d861 [INFO] running `Command { std: "docker" "start" "-a" "d92d10a8d9d2c41570d47f0ff7873531d6b68c8c18513262c1bf5dce1552d861", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling proc-macro-hack v0.5.19 [INFO] [stderr] Checking path-dsl v0.6.1 (/opt/rustwide/workdir) [INFO] [stderr] Compiling paste-impl v0.1.18 [INFO] [stderr] Checking paste v0.1.18 [INFO] [stdout] error: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:1373:123 [INFO] [stdout] | [INFO] [stdout] 1373 | ::std::convert::Into::::into($crate::path_impl!( @($crate::CopylessDSL::new())@ $($other)* )); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/tests.rs:48:1 [INFO] [stdout] | [INFO] [stdout] 48 | owned_dsl_test!(constructor: OsStr::new, name: osstr); [INFO] [stdout] | ------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: the lint level is defined here [INFO] [stdout] --> src/lib.rs:270:9 [INFO] [stdout] | [INFO] [stdout] 270 | #![deny(future_incompatible)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = note: `#[deny(semicolon_in_expressions_from_macros)]` implied by `#[deny(future_incompatible)]` [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 error originates in the macro `path` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:1373:123 [INFO] [stdout] | [INFO] [stdout] 1373 | ::std::convert::Into::::into($crate::path_impl!( @($crate::CopylessDSL::new())@ $($other)* )); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/tests.rs:48:1 [INFO] [stdout] | [INFO] [stdout] 48 | owned_dsl_test!(constructor: OsStr::new, name: osstr); [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 error originates in the macro `path` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:1373:123 [INFO] [stdout] | [INFO] [stdout] 1373 | ::std::convert::Into::::into($crate::path_impl!( @($crate::CopylessDSL::new())@ $($other)* )); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/tests.rs:48:1 [INFO] [stdout] | [INFO] [stdout] 48 | owned_dsl_test!(constructor: OsStr::new, name: osstr); [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 error originates in the macro `path` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:1373:123 [INFO] [stdout] | [INFO] [stdout] 1373 | ::std::convert::Into::::into($crate::path_impl!( @($crate::CopylessDSL::new())@ $($other)* )); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/tests.rs:48:1 [INFO] [stdout] | [INFO] [stdout] 48 | owned_dsl_test!(constructor: OsStr::new, name: osstr); [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 error originates in the macro `path` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:1373:123 [INFO] [stdout] | [INFO] [stdout] 1373 | ::std::convert::Into::::into($crate::path_impl!( @($crate::CopylessDSL::new())@ $($other)* )); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/tests.rs:48:1 [INFO] [stdout] | [INFO] [stdout] 48 | owned_dsl_test!(constructor: OsStr::new, name: osstr); [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 error originates in the macro `path` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:1373:123 [INFO] [stdout] | [INFO] [stdout] 1373 | ::std::convert::Into::::into($crate::path_impl!( @($crate::CopylessDSL::new())@ $($other)* )); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/tests.rs:48:1 [INFO] [stdout] | [INFO] [stdout] 48 | owned_dsl_test!(constructor: OsStr::new, name: osstr); [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 error originates in the macro `path` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:1373:123 [INFO] [stdout] | [INFO] [stdout] 1373 | ::std::convert::Into::::into($crate::path_impl!( @($crate::CopylessDSL::new())@ $($other)* )); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/tests.rs:48:1 [INFO] [stdout] | [INFO] [stdout] 48 | owned_dsl_test!(constructor: OsStr::new, name: osstr); [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 error originates in the macro `path` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:1373:123 [INFO] [stdout] | [INFO] [stdout] 1373 | ::std::convert::Into::::into($crate::path_impl!( @($crate::CopylessDSL::new())@ $($other)* )); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/tests.rs:48:1 [INFO] [stdout] | [INFO] [stdout] 48 | owned_dsl_test!(constructor: OsStr::new, name: osstr); [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 error originates in the macro `path` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:1373:123 [INFO] [stdout] | [INFO] [stdout] 1373 | ::std::convert::Into::::into($crate::path_impl!( @($crate::CopylessDSL::new())@ $($other)* )); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/tests.rs:48:1 [INFO] [stdout] | [INFO] [stdout] 48 | owned_dsl_test!(constructor: OsStr::new, name: osstr); [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 error originates in the macro `path` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:1373:123 [INFO] [stdout] | [INFO] [stdout] 1373 | ::std::convert::Into::::into($crate::path_impl!( @($crate::CopylessDSL::new())@ $($other)* )); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/tests.rs:49:1 [INFO] [stdout] | [INFO] [stdout] 49 | owned_dsl_test!(constructor: OsString::from, name: osstring); [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 error originates in the macro `path` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:1373:123 [INFO] [stdout] | [INFO] [stdout] 1373 | ::std::convert::Into::::into($crate::path_impl!( @($crate::CopylessDSL::new())@ $($other)* )); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/tests.rs:49:1 [INFO] [stdout] | [INFO] [stdout] 49 | owned_dsl_test!(constructor: OsString::from, name: osstring); [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 error originates in the macro `path` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:1373:123 [INFO] [stdout] | [INFO] [stdout] 1373 | ::std::convert::Into::::into($crate::path_impl!( @($crate::CopylessDSL::new())@ $($other)* )); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/tests.rs:49:1 [INFO] [stdout] | [INFO] [stdout] 49 | owned_dsl_test!(constructor: OsString::from, name: osstring); [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 error originates in the macro `path` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:1373:123 [INFO] [stdout] | [INFO] [stdout] 1373 | ::std::convert::Into::::into($crate::path_impl!( @($crate::CopylessDSL::new())@ $($other)* )); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/tests.rs:49:1 [INFO] [stdout] | [INFO] [stdout] 49 | owned_dsl_test!(constructor: OsString::from, name: osstring); [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 error originates in the macro `path` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:1373:123 [INFO] [stdout] | [INFO] [stdout] 1373 | ::std::convert::Into::::into($crate::path_impl!( @($crate::CopylessDSL::new())@ $($other)* )); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/tests.rs:49:1 [INFO] [stdout] | [INFO] [stdout] 49 | owned_dsl_test!(constructor: OsString::from, name: osstring); [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 error originates in the macro `path` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:1373:123 [INFO] [stdout] | [INFO] [stdout] 1373 | ::std::convert::Into::::into($crate::path_impl!( @($crate::CopylessDSL::new())@ $($other)* )); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/tests.rs:49:1 [INFO] [stdout] | [INFO] [stdout] 49 | owned_dsl_test!(constructor: OsString::from, name: osstring); [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 error originates in the macro `path` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:1373:123 [INFO] [stdout] | [INFO] [stdout] 1373 | ::std::convert::Into::::into($crate::path_impl!( @($crate::CopylessDSL::new())@ $($other)* )); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/tests.rs:49:1 [INFO] [stdout] | [INFO] [stdout] 49 | owned_dsl_test!(constructor: OsString::from, name: osstring); [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 error originates in the macro `path` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:1373:123 [INFO] [stdout] | [INFO] [stdout] 1373 | ::std::convert::Into::::into($crate::path_impl!( @($crate::CopylessDSL::new())@ $($other)* )); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/tests.rs:49:1 [INFO] [stdout] | [INFO] [stdout] 49 | owned_dsl_test!(constructor: OsString::from, name: osstring); [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 error originates in the macro `path` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:1373:123 [INFO] [stdout] | [INFO] [stdout] 1373 | ::std::convert::Into::::into($crate::path_impl!( @($crate::CopylessDSL::new())@ $($other)* )); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/tests.rs:49:1 [INFO] [stdout] | [INFO] [stdout] 49 | owned_dsl_test!(constructor: OsString::from, name: osstring); [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 error originates in the macro `path` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:1373:123 [INFO] [stdout] | [INFO] [stdout] 1373 | ::std::convert::Into::::into($crate::path_impl!( @($crate::CopylessDSL::new())@ $($other)* )); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/tests.rs:50:1 [INFO] [stdout] | [INFO] [stdout] 50 | owned_dsl_test!(name: str); [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 error originates in the macro `path` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:1373:123 [INFO] [stdout] | [INFO] [stdout] 1373 | ::std::convert::Into::::into($crate::path_impl!( @($crate::CopylessDSL::new())@ $($other)* )); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/tests.rs:50:1 [INFO] [stdout] | [INFO] [stdout] 50 | owned_dsl_test!(name: str); [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 error originates in the macro `path` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:1373:123 [INFO] [stdout] | [INFO] [stdout] 1373 | ::std::convert::Into::::into($crate::path_impl!( @($crate::CopylessDSL::new())@ $($other)* )); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/tests.rs:50:1 [INFO] [stdout] | [INFO] [stdout] 50 | owned_dsl_test!(name: str); [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 error originates in the macro `path` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:1373:123 [INFO] [stdout] | [INFO] [stdout] 1373 | ::std::convert::Into::::into($crate::path_impl!( @($crate::CopylessDSL::new())@ $($other)* )); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/tests.rs:50:1 [INFO] [stdout] | [INFO] [stdout] 50 | owned_dsl_test!(name: str); [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 error originates in the macro `path` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:1373:123 [INFO] [stdout] | [INFO] [stdout] 1373 | ::std::convert::Into::::into($crate::path_impl!( @($crate::CopylessDSL::new())@ $($other)* )); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/tests.rs:50:1 [INFO] [stdout] | [INFO] [stdout] 50 | owned_dsl_test!(name: str); [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 error originates in the macro `path` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:1373:123 [INFO] [stdout] | [INFO] [stdout] 1373 | ::std::convert::Into::::into($crate::path_impl!( @($crate::CopylessDSL::new())@ $($other)* )); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/tests.rs:50:1 [INFO] [stdout] | [INFO] [stdout] 50 | owned_dsl_test!(name: str); [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 error originates in the macro `path` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:1373:123 [INFO] [stdout] | [INFO] [stdout] 1373 | ::std::convert::Into::::into($crate::path_impl!( @($crate::CopylessDSL::new())@ $($other)* )); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/tests.rs:50:1 [INFO] [stdout] | [INFO] [stdout] 50 | owned_dsl_test!(name: str); [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 error originates in the macro `path` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:1373:123 [INFO] [stdout] | [INFO] [stdout] 1373 | ::std::convert::Into::::into($crate::path_impl!( @($crate::CopylessDSL::new())@ $($other)* )); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/tests.rs:50:1 [INFO] [stdout] | [INFO] [stdout] 50 | owned_dsl_test!(name: str); [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 error originates in the macro `path` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:1373:123 [INFO] [stdout] | [INFO] [stdout] 1373 | ::std::convert::Into::::into($crate::path_impl!( @($crate::CopylessDSL::new())@ $($other)* )); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/tests.rs:50:1 [INFO] [stdout] | [INFO] [stdout] 50 | owned_dsl_test!(name: str); [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 error originates in the macro `path` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:1373:123 [INFO] [stdout] | [INFO] [stdout] 1373 | ::std::convert::Into::::into($crate::path_impl!( @($crate::CopylessDSL::new())@ $($other)* )); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/tests.rs:51:1 [INFO] [stdout] | [INFO] [stdout] 51 | owned_dsl_test!(constructor: String::from, name: string); [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 error originates in the macro `path` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:1373:123 [INFO] [stdout] | [INFO] [stdout] 1373 | ::std::convert::Into::::into($crate::path_impl!( @($crate::CopylessDSL::new())@ $($other)* )); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/tests.rs:51:1 [INFO] [stdout] | [INFO] [stdout] 51 | owned_dsl_test!(constructor: String::from, name: string); [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 error originates in the macro `path` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:1373:123 [INFO] [stdout] | [INFO] [stdout] 1373 | ::std::convert::Into::::into($crate::path_impl!( @($crate::CopylessDSL::new())@ $($other)* )); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/tests.rs:51:1 [INFO] [stdout] | [INFO] [stdout] 51 | owned_dsl_test!(constructor: String::from, name: string); [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 error originates in the macro `path` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:1373:123 [INFO] [stdout] | [INFO] [stdout] 1373 | ::std::convert::Into::::into($crate::path_impl!( @($crate::CopylessDSL::new())@ $($other)* )); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/tests.rs:51:1 [INFO] [stdout] | [INFO] [stdout] 51 | owned_dsl_test!(constructor: String::from, name: string); [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 error originates in the macro `path` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:1373:123 [INFO] [stdout] | [INFO] [stdout] 1373 | ::std::convert::Into::::into($crate::path_impl!( @($crate::CopylessDSL::new())@ $($other)* )); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/tests.rs:51:1 [INFO] [stdout] | [INFO] [stdout] 51 | owned_dsl_test!(constructor: String::from, name: string); [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 error originates in the macro `path` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:1373:123 [INFO] [stdout] | [INFO] [stdout] 1373 | ::std::convert::Into::::into($crate::path_impl!( @($crate::CopylessDSL::new())@ $($other)* )); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/tests.rs:51:1 [INFO] [stdout] | [INFO] [stdout] 51 | owned_dsl_test!(constructor: String::from, name: string); [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 error originates in the macro `path` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:1373:123 [INFO] [stdout] | [INFO] [stdout] 1373 | ::std::convert::Into::::into($crate::path_impl!( @($crate::CopylessDSL::new())@ $($other)* )); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/tests.rs:51:1 [INFO] [stdout] | [INFO] [stdout] 51 | owned_dsl_test!(constructor: String::from, name: string); [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 error originates in the macro `path` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:1373:123 [INFO] [stdout] | [INFO] [stdout] 1373 | ::std::convert::Into::::into($crate::path_impl!( @($crate::CopylessDSL::new())@ $($other)* )); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/tests.rs:51:1 [INFO] [stdout] | [INFO] [stdout] 51 | owned_dsl_test!(constructor: String::from, name: string); [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 error originates in the macro `path` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:1373:123 [INFO] [stdout] | [INFO] [stdout] 1373 | ::std::convert::Into::::into($crate::path_impl!( @($crate::CopylessDSL::new())@ $($other)* )); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/tests.rs:51:1 [INFO] [stdout] | [INFO] [stdout] 51 | owned_dsl_test!(constructor: String::from, name: string); [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 error originates in the macro `path` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:1373:123 [INFO] [stdout] | [INFO] [stdout] 1373 | ::std::convert::Into::::into($crate::path_impl!( @($crate::CopylessDSL::new())@ $($other)* )); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/tests.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | owned_dsl_test!(constructor: Path::new, name: path); [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 error originates in the macro `path` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:1373:123 [INFO] [stdout] | [INFO] [stdout] 1373 | ::std::convert::Into::::into($crate::path_impl!( @($crate::CopylessDSL::new())@ $($other)* )); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/tests.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | owned_dsl_test!(constructor: Path::new, name: path); [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 error originates in the macro `path` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:1373:123 [INFO] [stdout] | [INFO] [stdout] 1373 | ::std::convert::Into::::into($crate::path_impl!( @($crate::CopylessDSL::new())@ $($other)* )); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/tests.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | owned_dsl_test!(constructor: Path::new, name: path); [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 error originates in the macro `path` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:1373:123 [INFO] [stdout] | [INFO] [stdout] 1373 | ::std::convert::Into::::into($crate::path_impl!( @($crate::CopylessDSL::new())@ $($other)* )); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/tests.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | owned_dsl_test!(constructor: Path::new, name: path); [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 error originates in the macro `path` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:1373:123 [INFO] [stdout] | [INFO] [stdout] 1373 | ::std::convert::Into::::into($crate::path_impl!( @($crate::CopylessDSL::new())@ $($other)* )); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/tests.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | owned_dsl_test!(constructor: Path::new, name: path); [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 error originates in the macro `path` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:1373:123 [INFO] [stdout] | [INFO] [stdout] 1373 | ::std::convert::Into::::into($crate::path_impl!( @($crate::CopylessDSL::new())@ $($other)* )); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/tests.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | owned_dsl_test!(constructor: Path::new, name: path); [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 error originates in the macro `path` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:1373:123 [INFO] [stdout] | [INFO] [stdout] 1373 | ::std::convert::Into::::into($crate::path_impl!( @($crate::CopylessDSL::new())@ $($other)* )); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/tests.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | owned_dsl_test!(constructor: Path::new, name: path); [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 error originates in the macro `path` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:1373:123 [INFO] [stdout] | [INFO] [stdout] 1373 | ::std::convert::Into::::into($crate::path_impl!( @($crate::CopylessDSL::new())@ $($other)* )); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/tests.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | owned_dsl_test!(constructor: Path::new, name: path); [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 error originates in the macro `path` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:1373:123 [INFO] [stdout] | [INFO] [stdout] 1373 | ::std::convert::Into::::into($crate::path_impl!( @($crate::CopylessDSL::new())@ $($other)* )); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/tests.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | owned_dsl_test!(constructor: Path::new, name: path); [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 error originates in the macro `path` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:1373:123 [INFO] [stdout] | [INFO] [stdout] 1373 | ::std::convert::Into::::into($crate::path_impl!( @($crate::CopylessDSL::new())@ $($other)* )); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/tests.rs:53:1 [INFO] [stdout] | [INFO] [stdout] 53 | owned_dsl_test!(constructor: PathBuf::from, name: pathbuf); [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 error originates in the macro `path` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:1373:123 [INFO] [stdout] | [INFO] [stdout] 1373 | ::std::convert::Into::::into($crate::path_impl!( @($crate::CopylessDSL::new())@ $($other)* )); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/tests.rs:53:1 [INFO] [stdout] | [INFO] [stdout] 53 | owned_dsl_test!(constructor: PathBuf::from, name: pathbuf); [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 error originates in the macro `path` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:1373:123 [INFO] [stdout] | [INFO] [stdout] 1373 | ::std::convert::Into::::into($crate::path_impl!( @($crate::CopylessDSL::new())@ $($other)* )); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/tests.rs:53:1 [INFO] [stdout] | [INFO] [stdout] 53 | owned_dsl_test!(constructor: PathBuf::from, name: pathbuf); [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 error originates in the macro `path` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:1373:123 [INFO] [stdout] | [INFO] [stdout] 1373 | ::std::convert::Into::::into($crate::path_impl!( @($crate::CopylessDSL::new())@ $($other)* )); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/tests.rs:53:1 [INFO] [stdout] | [INFO] [stdout] 53 | owned_dsl_test!(constructor: PathBuf::from, name: pathbuf); [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 error originates in the macro `path` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:1373:123 [INFO] [stdout] | [INFO] [stdout] 1373 | ::std::convert::Into::::into($crate::path_impl!( @($crate::CopylessDSL::new())@ $($other)* )); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/tests.rs:53:1 [INFO] [stdout] | [INFO] [stdout] 53 | owned_dsl_test!(constructor: PathBuf::from, name: pathbuf); [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 error originates in the macro `path` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:1373:123 [INFO] [stdout] | [INFO] [stdout] 1373 | ::std::convert::Into::::into($crate::path_impl!( @($crate::CopylessDSL::new())@ $($other)* )); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/tests.rs:53:1 [INFO] [stdout] | [INFO] [stdout] 53 | owned_dsl_test!(constructor: PathBuf::from, name: pathbuf); [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 error originates in the macro `path` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:1373:123 [INFO] [stdout] | [INFO] [stdout] 1373 | ::std::convert::Into::::into($crate::path_impl!( @($crate::CopylessDSL::new())@ $($other)* )); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/tests.rs:53:1 [INFO] [stdout] | [INFO] [stdout] 53 | owned_dsl_test!(constructor: PathBuf::from, name: pathbuf); [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 error originates in the macro `path` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:1373:123 [INFO] [stdout] | [INFO] [stdout] 1373 | ::std::convert::Into::::into($crate::path_impl!( @($crate::CopylessDSL::new())@ $($other)* )); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/tests.rs:53:1 [INFO] [stdout] | [INFO] [stdout] 53 | owned_dsl_test!(constructor: PathBuf::from, name: pathbuf); [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 error originates in the macro `path` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:1373:123 [INFO] [stdout] | [INFO] [stdout] 1373 | ::std::convert::Into::::into($crate::path_impl!( @($crate::CopylessDSL::new())@ $($other)* )); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/tests.rs:53:1 [INFO] [stdout] | [INFO] [stdout] 53 | owned_dsl_test!(constructor: PathBuf::from, name: pathbuf); [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 error originates in the macro `path` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:1373:123 [INFO] [stdout] | [INFO] [stdout] 1373 | ::std::convert::Into::::into($crate::path_impl!( @($crate::CopylessDSL::new())@ $($other)* )); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/tests.rs:54:1 [INFO] [stdout] | [INFO] [stdout] 54 | owned_dsl_test!(constructor: PathDSL::from, name: dsl); [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 error originates in the macro `path` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:1373:123 [INFO] [stdout] | [INFO] [stdout] 1373 | ::std::convert::Into::::into($crate::path_impl!( @($crate::CopylessDSL::new())@ $($other)* )); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/tests.rs:54:1 [INFO] [stdout] | [INFO] [stdout] 54 | owned_dsl_test!(constructor: PathDSL::from, name: dsl); [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 error originates in the macro `path` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:1373:123 [INFO] [stdout] | [INFO] [stdout] 1373 | ::std::convert::Into::::into($crate::path_impl!( @($crate::CopylessDSL::new())@ $($other)* )); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/tests.rs:54:1 [INFO] [stdout] | [INFO] [stdout] 54 | owned_dsl_test!(constructor: PathDSL::from, name: dsl); [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 error originates in the macro `path` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:1373:123 [INFO] [stdout] | [INFO] [stdout] 1373 | ::std::convert::Into::::into($crate::path_impl!( @($crate::CopylessDSL::new())@ $($other)* )); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/tests.rs:54:1 [INFO] [stdout] | [INFO] [stdout] 54 | owned_dsl_test!(constructor: PathDSL::from, name: dsl); [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 error originates in the macro `path` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:1373:123 [INFO] [stdout] | [INFO] [stdout] 1373 | ::std::convert::Into::::into($crate::path_impl!( @($crate::CopylessDSL::new())@ $($other)* )); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/tests.rs:54:1 [INFO] [stdout] | [INFO] [stdout] 54 | owned_dsl_test!(constructor: PathDSL::from, name: dsl); [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 error originates in the macro `path` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:1373:123 [INFO] [stdout] | [INFO] [stdout] 1373 | ::std::convert::Into::::into($crate::path_impl!( @($crate::CopylessDSL::new())@ $($other)* )); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/tests.rs:54:1 [INFO] [stdout] | [INFO] [stdout] 54 | owned_dsl_test!(constructor: PathDSL::from, name: dsl); [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 error originates in the macro `path` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:1373:123 [INFO] [stdout] | [INFO] [stdout] 1373 | ::std::convert::Into::::into($crate::path_impl!( @($crate::CopylessDSL::new())@ $($other)* )); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/tests.rs:54:1 [INFO] [stdout] | [INFO] [stdout] 54 | owned_dsl_test!(constructor: PathDSL::from, name: dsl); [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 error originates in the macro `path` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:1373:123 [INFO] [stdout] | [INFO] [stdout] 1373 | ::std::convert::Into::::into($crate::path_impl!( @($crate::CopylessDSL::new())@ $($other)* )); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/tests.rs:54:1 [INFO] [stdout] | [INFO] [stdout] 54 | owned_dsl_test!(constructor: PathDSL::from, name: dsl); [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 error originates in the macro `path` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:1373:123 [INFO] [stdout] | [INFO] [stdout] 1373 | ::std::convert::Into::::into($crate::path_impl!( @($crate::CopylessDSL::new())@ $($other)* )); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/tests.rs:54:1 [INFO] [stdout] | [INFO] [stdout] 54 | owned_dsl_test!(constructor: PathDSL::from, name: dsl); [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 error originates in the macro `path` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:1373:123 [INFO] [stdout] | [INFO] [stdout] 1373 | ::std::convert::Into::::into($crate::path_impl!( @($crate::CopylessDSL::new())@ $($other)* )); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/tests.rs:55:1 [INFO] [stdout] | [INFO] [stdout] 55 | owned_dsl_test!(constructor: gen_box_path, name: box_path); [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 error originates in the macro `path` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:1373:123 [INFO] [stdout] | [INFO] [stdout] 1373 | ::std::convert::Into::::into($crate::path_impl!( @($crate::CopylessDSL::new())@ $($other)* )); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/tests.rs:55:1 [INFO] [stdout] | [INFO] [stdout] 55 | owned_dsl_test!(constructor: gen_box_path, name: box_path); [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 error originates in the macro `path` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:1373:123 [INFO] [stdout] | [INFO] [stdout] 1373 | ::std::convert::Into::::into($crate::path_impl!( @($crate::CopylessDSL::new())@ $($other)* )); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/tests.rs:55:1 [INFO] [stdout] | [INFO] [stdout] 55 | owned_dsl_test!(constructor: gen_box_path, name: box_path); [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 error originates in the macro `path` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:1373:123 [INFO] [stdout] | [INFO] [stdout] 1373 | ::std::convert::Into::::into($crate::path_impl!( @($crate::CopylessDSL::new())@ $($other)* )); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/tests.rs:55:1 [INFO] [stdout] | [INFO] [stdout] 55 | owned_dsl_test!(constructor: gen_box_path, name: box_path); [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 error originates in the macro `path` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:1373:123 [INFO] [stdout] | [INFO] [stdout] 1373 | ::std::convert::Into::::into($crate::path_impl!( @($crate::CopylessDSL::new())@ $($other)* )); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/tests.rs:55:1 [INFO] [stdout] | [INFO] [stdout] 55 | owned_dsl_test!(constructor: gen_box_path, name: box_path); [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 error originates in the macro `path` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:1373:123 [INFO] [stdout] | [INFO] [stdout] 1373 | ::std::convert::Into::::into($crate::path_impl!( @($crate::CopylessDSL::new())@ $($other)* )); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/tests.rs:55:1 [INFO] [stdout] | [INFO] [stdout] 55 | owned_dsl_test!(constructor: gen_box_path, name: box_path); [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 error originates in the macro `path` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:1373:123 [INFO] [stdout] | [INFO] [stdout] 1373 | ::std::convert::Into::::into($crate::path_impl!( @($crate::CopylessDSL::new())@ $($other)* )); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/tests.rs:55:1 [INFO] [stdout] | [INFO] [stdout] 55 | owned_dsl_test!(constructor: gen_box_path, name: box_path); [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 error originates in the macro `path` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:1373:123 [INFO] [stdout] | [INFO] [stdout] 1373 | ::std::convert::Into::::into($crate::path_impl!( @($crate::CopylessDSL::new())@ $($other)* )); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/tests.rs:55:1 [INFO] [stdout] | [INFO] [stdout] 55 | owned_dsl_test!(constructor: gen_box_path, name: box_path); [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 error originates in the macro `path` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:1373:123 [INFO] [stdout] | [INFO] [stdout] 1373 | ::std::convert::Into::::into($crate::path_impl!( @($crate::CopylessDSL::new())@ $($other)* )); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/tests.rs:55:1 [INFO] [stdout] | [INFO] [stdout] 55 | owned_dsl_test!(constructor: gen_box_path, name: box_path); [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 error originates in the macro `path` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:1373:123 [INFO] [stdout] | [INFO] [stdout] 1373 | ::std::convert::Into::::into($crate::path_impl!( @($crate::CopylessDSL::new())@ $($other)* )); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/tests.rs:56:1 [INFO] [stdout] | [INFO] [stdout] 56 | owned_dsl_test!(constructor: gen_cow_path, name: cow_path); [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 error originates in the macro `path` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:1373:123 [INFO] [stdout] | [INFO] [stdout] 1373 | ::std::convert::Into::::into($crate::path_impl!( @($crate::CopylessDSL::new())@ $($other)* )); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/tests.rs:56:1 [INFO] [stdout] | [INFO] [stdout] 56 | owned_dsl_test!(constructor: gen_cow_path, name: cow_path); [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 error originates in the macro `path` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:1373:123 [INFO] [stdout] | [INFO] [stdout] 1373 | ::std::convert::Into::::into($crate::path_impl!( @($crate::CopylessDSL::new())@ $($other)* )); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/tests.rs:56:1 [INFO] [stdout] | [INFO] [stdout] 56 | owned_dsl_test!(constructor: gen_cow_path, name: cow_path); [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 error originates in the macro `path` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:1373:123 [INFO] [stdout] | [INFO] [stdout] 1373 | ::std::convert::Into::::into($crate::path_impl!( @($crate::CopylessDSL::new())@ $($other)* )); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/tests.rs:56:1 [INFO] [stdout] | [INFO] [stdout] 56 | owned_dsl_test!(constructor: gen_cow_path, name: cow_path); [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 error originates in the macro `path` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:1373:123 [INFO] [stdout] | [INFO] [stdout] 1373 | ::std::convert::Into::::into($crate::path_impl!( @($crate::CopylessDSL::new())@ $($other)* )); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/tests.rs:56:1 [INFO] [stdout] | [INFO] [stdout] 56 | owned_dsl_test!(constructor: gen_cow_path, name: cow_path); [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 error originates in the macro `path` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:1373:123 [INFO] [stdout] | [INFO] [stdout] 1373 | ::std::convert::Into::::into($crate::path_impl!( @($crate::CopylessDSL::new())@ $($other)* )); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/tests.rs:56:1 [INFO] [stdout] | [INFO] [stdout] 56 | owned_dsl_test!(constructor: gen_cow_path, name: cow_path); [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 error originates in the macro `path` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:1373:123 [INFO] [stdout] | [INFO] [stdout] 1373 | ::std::convert::Into::::into($crate::path_impl!( @($crate::CopylessDSL::new())@ $($other)* )); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/tests.rs:56:1 [INFO] [stdout] | [INFO] [stdout] 56 | owned_dsl_test!(constructor: gen_cow_path, name: cow_path); [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 error originates in the macro `path` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:1373:123 [INFO] [stdout] | [INFO] [stdout] 1373 | ::std::convert::Into::::into($crate::path_impl!( @($crate::CopylessDSL::new())@ $($other)* )); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/tests.rs:56:1 [INFO] [stdout] | [INFO] [stdout] 56 | owned_dsl_test!(constructor: gen_cow_path, name: cow_path); [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 error originates in the macro `path` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:1373:123 [INFO] [stdout] | [INFO] [stdout] 1373 | ::std::convert::Into::::into($crate::path_impl!( @($crate::CopylessDSL::new())@ $($other)* )); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/tests.rs:56:1 [INFO] [stdout] | [INFO] [stdout] 56 | owned_dsl_test!(constructor: gen_cow_path, name: cow_path); [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 error originates in the macro `path` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:1373:123 [INFO] [stdout] | [INFO] [stdout] 1373 | ::std::convert::Into::::into($crate::path_impl!( @($crate::CopylessDSL::new())@ $($other)* )); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/tests.rs:57:1 [INFO] [stdout] | [INFO] [stdout] 57 | owned_dsl_test!(constructor: gen_cow_osstr, name: arc_osstr); [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 error originates in the macro `path` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:1373:123 [INFO] [stdout] | [INFO] [stdout] 1373 | ::std::convert::Into::::into($crate::path_impl!( @($crate::CopylessDSL::new())@ $($other)* )); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/tests.rs:57:1 [INFO] [stdout] | [INFO] [stdout] 57 | owned_dsl_test!(constructor: gen_cow_osstr, name: arc_osstr); [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 error originates in the macro `path` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:1373:123 [INFO] [stdout] | [INFO] [stdout] 1373 | ::std::convert::Into::::into($crate::path_impl!( @($crate::CopylessDSL::new())@ $($other)* )); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/tests.rs:57:1 [INFO] [stdout] | [INFO] [stdout] 57 | owned_dsl_test!(constructor: gen_cow_osstr, name: arc_osstr); [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 error originates in the macro `path` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:1373:123 [INFO] [stdout] | [INFO] [stdout] 1373 | ::std::convert::Into::::into($crate::path_impl!( @($crate::CopylessDSL::new())@ $($other)* )); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/tests.rs:57:1 [INFO] [stdout] | [INFO] [stdout] 57 | owned_dsl_test!(constructor: gen_cow_osstr, name: arc_osstr); [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 error originates in the macro `path` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:1373:123 [INFO] [stdout] | [INFO] [stdout] 1373 | ::std::convert::Into::::into($crate::path_impl!( @($crate::CopylessDSL::new())@ $($other)* )); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/tests.rs:57:1 [INFO] [stdout] | [INFO] [stdout] 57 | owned_dsl_test!(constructor: gen_cow_osstr, name: arc_osstr); [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 error originates in the macro `path` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:1373:123 [INFO] [stdout] | [INFO] [stdout] 1373 | ::std::convert::Into::::into($crate::path_impl!( @($crate::CopylessDSL::new())@ $($other)* )); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/tests.rs:57:1 [INFO] [stdout] | [INFO] [stdout] 57 | owned_dsl_test!(constructor: gen_cow_osstr, name: arc_osstr); [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 error originates in the macro `path` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:1373:123 [INFO] [stdout] | [INFO] [stdout] 1373 | ::std::convert::Into::::into($crate::path_impl!( @($crate::CopylessDSL::new())@ $($other)* )); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/tests.rs:57:1 [INFO] [stdout] | [INFO] [stdout] 57 | owned_dsl_test!(constructor: gen_cow_osstr, name: arc_osstr); [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 error originates in the macro `path` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:1373:123 [INFO] [stdout] | [INFO] [stdout] 1373 | ::std::convert::Into::::into($crate::path_impl!( @($crate::CopylessDSL::new())@ $($other)* )); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/tests.rs:57:1 [INFO] [stdout] | [INFO] [stdout] 57 | owned_dsl_test!(constructor: gen_cow_osstr, name: arc_osstr); [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 error originates in the macro `path` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:1373:123 [INFO] [stdout] | [INFO] [stdout] 1373 | ::std::convert::Into::::into($crate::path_impl!( @($crate::CopylessDSL::new())@ $($other)* )); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/tests.rs:57:1 [INFO] [stdout] | [INFO] [stdout] 57 | owned_dsl_test!(constructor: gen_cow_osstr, name: arc_osstr); [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 error originates in the macro `path` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 90 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `path-dsl` due to 91 previous errors [INFO] running `Command { std: "docker" "inspect" "d92d10a8d9d2c41570d47f0ff7873531d6b68c8c18513262c1bf5dce1552d861", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d92d10a8d9d2c41570d47f0ff7873531d6b68c8c18513262c1bf5dce1552d861", kill_on_drop: false }` [INFO] [stdout] d92d10a8d9d2c41570d47f0ff7873531d6b68c8c18513262c1bf5dce1552d861