[INFO] fetching crate path-dsl 0.6.1... [INFO] checking path-dsl-0.6.1 against master#3aedcf06b73fc36feeebca3d579e1d2a6c40acc5 for pr-65819 [INFO] extracting crate path-dsl 0.6.1 into /workspace/builds/worker-9/source [INFO] validating manifest of crates.io crate path-dsl 0.6.1 on toolchain 3aedcf06b73fc36feeebca3d579e1d2a6c40acc5 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+3aedcf06b73fc36feeebca3d579e1d2a6c40acc5" "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-9/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+3aedcf06b73fc36feeebca3d579e1d2a6c40acc5" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+3aedcf06b73fc36feeebca3d579e1d2a6c40acc5" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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" "rustops/crates-build-env@sha256:c46a2d1a26fb48b37929c74ca49dd9409f2375a0a3bdb8fe07617f3ffccaa889" "/opt/rustwide/cargo-home/bin/cargo" "+3aedcf06b73fc36feeebca3d579e1d2a6c40acc5" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 6cd3c005bc0f621caaa324eddf973c9aff430bfd3c32f240240329fccddd283f [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "6cd3c005bc0f621caaa324eddf973c9aff430bfd3c32f240240329fccddd283f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "6cd3c005bc0f621caaa324eddf973c9aff430bfd3c32f240240329fccddd283f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6cd3c005bc0f621caaa324eddf973c9aff430bfd3c32f240240329fccddd283f", kill_on_drop: false }` [INFO] [stdout] 6cd3c005bc0f621caaa324eddf973c9aff430bfd3c32f240240329fccddd283f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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" "rustops/crates-build-env@sha256:c46a2d1a26fb48b37929c74ca49dd9409f2375a0a3bdb8fe07617f3ffccaa889" "/opt/rustwide/cargo-home/bin/cargo" "+3aedcf06b73fc36feeebca3d579e1d2a6c40acc5" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 07a5dff9f66490680f441448b3fc907a7a83d8115708cd345e62428eb67c0a8f [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "07a5dff9f66490680f441448b3fc907a7a83d8115708cd345e62428eb67c0a8f", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro-hack v0.5.19 [INFO] [stderr] Checking more-asserts v0.2.1 [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 a macro (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 a macro (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 a macro (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 a macro (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 a macro (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 a macro (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 a macro (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 a macro (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 a macro (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 a macro (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 a macro (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 a macro (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 a macro (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 a macro (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 a macro (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 a macro (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 a macro (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 a macro (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 a macro (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 a macro (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 a macro (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 a macro (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 a macro (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 a macro (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 a macro (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 a macro (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 a macro (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 a macro (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 a macro (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 a macro (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 a macro (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 a macro (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 a macro (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 a macro (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 a macro (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 a macro (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 a macro (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 a macro (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 a macro (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 a macro (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 a macro (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 a macro (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 a macro (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 a macro (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 a macro (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 a macro (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 a macro (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 a macro (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 a macro (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 a macro (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 a macro (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 a macro (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 a macro (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 a macro (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 a macro (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 a macro (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 a macro (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 a macro (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 a macro (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 a macro (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 a macro (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 a macro (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 a macro (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 a macro (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 a macro (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 a macro (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 a macro (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 a macro (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 a macro (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 a macro (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 a macro (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 a macro (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 a macro (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 a macro (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 a macro (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 a macro (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 a macro (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 a macro (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 a macro (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 a macro (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 a macro (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 a macro (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 a macro (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 a macro (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 a macro (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 a macro (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 a macro (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 a macro (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 a macro (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 a macro (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` [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `Command { std: "docker" "inspect" "07a5dff9f66490680f441448b3fc907a7a83d8115708cd345e62428eb67c0a8f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "07a5dff9f66490680f441448b3fc907a7a83d8115708cd345e62428eb67c0a8f", kill_on_drop: false }` [INFO] [stdout] 07a5dff9f66490680f441448b3fc907a7a83d8115708cd345e62428eb67c0a8f