[INFO] fetching crate ts-rs-macros 3.0.0... [INFO] checking ts-rs-macros-3.0.0 against master#33fdb797f59421c7bbecaa4588ed5d7a31a9494a for pr-87190-3 [INFO] extracting crate ts-rs-macros 3.0.0 into /workspace/builds/worker-86/source [INFO] validating manifest of crates.io crate ts-rs-macros 3.0.0 on toolchain 33fdb797f59421c7bbecaa4588ed5d7a31a9494a [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+33fdb797f59421c7bbecaa4588ed5d7a31a9494a" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate ts-rs-macros 3.0.0 [INFO] finished tweaking crates.io crate ts-rs-macros 3.0.0 [INFO] tweaked toml for crates.io crate ts-rs-macros 3.0.0 written to /workspace/builds/worker-86/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+33fdb797f59421c7bbecaa4588ed5d7a31a9494a" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+33fdb797f59421c7bbecaa4588ed5d7a31a9494a" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-86/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-86/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" "+33fdb797f59421c7bbecaa4588ed5d7a31a9494a" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] f24a32614d1e81b02d44228a24b04f03b07731891057bbe157e67298e48ad1e7 [INFO] running `Command { std: "docker" "start" "-a" "f24a32614d1e81b02d44228a24b04f03b07731891057bbe157e67298e48ad1e7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "f24a32614d1e81b02d44228a24b04f03b07731891057bbe157e67298e48ad1e7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f24a32614d1e81b02d44228a24b04f03b07731891057bbe157e67298e48ad1e7", kill_on_drop: false }` [INFO] [stdout] f24a32614d1e81b02d44228a24b04f03b07731891057bbe157e67298e48ad1e7 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-86/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-86/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" "+33fdb797f59421c7bbecaa4588ed5d7a31a9494a" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 7e08a90ade029324e6579de656a4a0c31d15c831ff9a1e6ee8a0a2884f434f8b [INFO] running `Command { std: "docker" "start" "-a" "7e08a90ade029324e6579de656a4a0c31d15c831ff9a1e6ee8a0a2884f434f8b", kill_on_drop: false }` [INFO] [stderr] Compiling memchr v2.4.1 [INFO] [stderr] Compiling proc-macro2 v1.0.28 [INFO] [stderr] Compiling syn v1.0.75 [INFO] [stderr] Checking regex-syntax v0.6.25 [INFO] [stderr] Checking lazy_static v1.4.0 [INFO] [stderr] Checking aho-corasick v0.7.18 [INFO] [stderr] Checking quote v1.0.9 [INFO] [stderr] Checking regex v1.5.4 [INFO] [stderr] Checking Inflector v0.11.4 [INFO] [stderr] Checking ts-rs-macros v3.0.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/utils.rs:11:62 [INFO] [stdout] | [INFO] [stdout] 11 | return Err(syn::Error::new($s, format!($l $(, $a)*))); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/attr/enum.rs:46:1 [INFO] [stdout] | [INFO] [stdout] 46 | / impl_parse! { [INFO] [stdout] 47 | | EnumAttr(input, out) { [INFO] [stdout] 48 | | "rename" => out.rename = Some(parse_assign_str(input)?), [INFO] [stdout] 49 | | "rename_all" => out.rename_all = Some(parse_assign_inflection(input)?), [INFO] [stdout] 50 | | } [INFO] [stdout] 51 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(semicolon_in_expressions_from_macros)]` on by default [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `syn_err` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/utils.rs:11:62 [INFO] [stdout] | [INFO] [stdout] 11 | return Err(syn::Error::new($s, format!($l $(, $a)*))); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/attr/field.rs:47:1 [INFO] [stdout] | [INFO] [stdout] 47 | / impl_parse! { [INFO] [stdout] 48 | | FieldAttr(input, out) { [INFO] [stdout] 49 | | "type" => out.type_override = Some(parse_assign_str(input)?), [INFO] [stdout] 50 | | "rename" => out.rename = Some(parse_assign_str(input)?), [INFO] [stdout] ... | [INFO] [stdout] 54 | | } [INFO] [stdout] 55 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `syn_err` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/utils.rs:11:62 [INFO] [stdout] | [INFO] [stdout] 11 | return Err(syn::Error::new($s, format!($l $(, $a)*))); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/attr/struct.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | / impl_parse! { [INFO] [stdout] 34 | | StructAttr(input, out) { [INFO] [stdout] 35 | | "rename" => out.rename = Some(parse_assign_str(input)?), [INFO] [stdout] 36 | | "rename_all" => out.rename_all = Some(parse_assign_str(input).and_then(Inflection::try_from)?), [INFO] [stdout] 37 | | } [INFO] [stdout] 38 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `syn_err` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/utils.rs:8:62 [INFO] [stdout] | [INFO] [stdout] 8 | syn_err!(proc_macro2::Span::call_site(); $l $(, $a)*); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/attr/mod.rs:49:18 [INFO] [stdout] | [INFO] [stdout] 49 | _ => syn_err!("invalid inflection: '{}'", value), [INFO] [stdout] | ------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `syn_err` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/utils.rs:11:62 [INFO] [stdout] | [INFO] [stdout] 11 | return Err(syn::Error::new($s, format!($l $(, $a)*))); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/attr/mod.rs:49:18 [INFO] [stdout] | [INFO] [stdout] 49 | _ => syn_err!("invalid inflection: '{}'", value), [INFO] [stdout] | ------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `syn_err` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/utils.rs:8:62 [INFO] [stdout] | [INFO] [stdout] 8 | syn_err!(proc_macro2::Span::call_site(); $l $(, $a)*); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/types/named.rs:63:32 [INFO] [stdout] | [INFO] [stdout] 63 | (Some(_), _, _) => syn_err!("`type` is not compatible with `flatten`"), [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `syn_err` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/utils.rs:11:62 [INFO] [stdout] | [INFO] [stdout] 11 | return Err(syn::Error::new($s, format!($l $(, $a)*))); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/types/named.rs:63:32 [INFO] [stdout] | [INFO] [stdout] 63 | (Some(_), _, _) => syn_err!("`type` is not compatible with `flatten`"), [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `syn_err` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/utils.rs:8:62 [INFO] [stdout] | [INFO] [stdout] 8 | syn_err!(proc_macro2::Span::call_site(); $l $(, $a)*); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/types/named.rs:64:32 [INFO] [stdout] | [INFO] [stdout] 64 | (_, Some(_), _) => syn_err!("`rename` is not compatible with `flatten`"), [INFO] [stdout] | ----------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `syn_err` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/utils.rs:11:62 [INFO] [stdout] | [INFO] [stdout] 11 | return Err(syn::Error::new($s, format!($l $(, $a)*))); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/types/named.rs:64:32 [INFO] [stdout] | [INFO] [stdout] 64 | (_, Some(_), _) => syn_err!("`rename` is not compatible with `flatten`"), [INFO] [stdout] | ----------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `syn_err` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/utils.rs:8:62 [INFO] [stdout] | [INFO] [stdout] 8 | syn_err!(proc_macro2::Span::call_site(); $l $(, $a)*); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/types/named.rs:65:29 [INFO] [stdout] | [INFO] [stdout] 65 | (_, _, true) => syn_err!("`inline` is not compatible with `flatten`"), [INFO] [stdout] | ----------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `syn_err` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/utils.rs:11:62 [INFO] [stdout] | [INFO] [stdout] 11 | return Err(syn::Error::new($s, format!($l $(, $a)*))); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/types/named.rs:65:29 [INFO] [stdout] | [INFO] [stdout] 65 | (_, _, true) => syn_err!("`inline` is not compatible with `flatten`"), [INFO] [stdout] | ----------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `syn_err` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/utils.rs:8:62 [INFO] [stdout] | [INFO] [stdout] 8 | syn_err!(proc_macro2::Span::call_site(); $l $(, $a)*); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/types/newtype.rs:25:28 [INFO] [stdout] | [INFO] [stdout] 25 | (Some(_), _, _) => syn_err!("`rename` is not applicable to newtype fields"), [INFO] [stdout] | -------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `syn_err` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/utils.rs:11:62 [INFO] [stdout] | [INFO] [stdout] 11 | return Err(syn::Error::new($s, format!($l $(, $a)*))); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/types/newtype.rs:25:28 [INFO] [stdout] | [INFO] [stdout] 25 | (Some(_), _, _) => syn_err!("`rename` is not applicable to newtype fields"), [INFO] [stdout] | -------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `syn_err` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/utils.rs:11:62 [INFO] [stdout] | [INFO] [stdout] 11 | return Err(syn::Error::new($s, format!($l $(, $a)*))); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/attr/enum.rs:46:1 [INFO] [stdout] | [INFO] [stdout] 46 | / impl_parse! { [INFO] [stdout] 47 | | EnumAttr(input, out) { [INFO] [stdout] 48 | | "rename" => out.rename = Some(parse_assign_str(input)?), [INFO] [stdout] 49 | | "rename_all" => out.rename_all = Some(parse_assign_inflection(input)?), [INFO] [stdout] 50 | | } [INFO] [stdout] 51 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(semicolon_in_expressions_from_macros)]` on by default [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `syn_err` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/utils.rs:8:62 [INFO] [stdout] | [INFO] [stdout] 8 | syn_err!(proc_macro2::Span::call_site(); $l $(, $a)*); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/types/newtype.rs:26:25 [INFO] [stdout] | [INFO] [stdout] 26 | (_, true, _) => syn_err!("`skip` is not applicable to newtype fields"), [INFO] [stdout] | ------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `syn_err` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/utils.rs:11:62 [INFO] [stdout] | [INFO] [stdout] 11 | return Err(syn::Error::new($s, format!($l $(, $a)*))); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/types/newtype.rs:26:25 [INFO] [stdout] | [INFO] [stdout] 26 | (_, true, _) => syn_err!("`skip` is not applicable to newtype fields"), [INFO] [stdout] | ------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `syn_err` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/utils.rs:8:62 [INFO] [stdout] | [INFO] [stdout] 8 | syn_err!(proc_macro2::Span::call_site(); $l $(, $a)*); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/types/newtype.rs:27:25 [INFO] [stdout] | [INFO] [stdout] 27 | (_, _, true) => syn_err!("`flatten` is not applicable to newtype fields"), [INFO] [stdout] | --------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `syn_err` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/utils.rs:11:62 [INFO] [stdout] | [INFO] [stdout] 11 | return Err(syn::Error::new($s, format!($l $(, $a)*))); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/attr/field.rs:47:1 [INFO] [stdout] | [INFO] [stdout] 47 | / impl_parse! { [INFO] [stdout] 48 | | FieldAttr(input, out) { [INFO] [stdout] 49 | | "type" => out.type_override = Some(parse_assign_str(input)?), [INFO] [stdout] 50 | | "rename" => out.rename = Some(parse_assign_str(input)?), [INFO] [stdout] ... | [INFO] [stdout] 54 | | } [INFO] [stdout] 55 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `syn_err` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/utils.rs:11:62 [INFO] [stdout] | [INFO] [stdout] 11 | return Err(syn::Error::new($s, format!($l $(, $a)*))); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/types/newtype.rs:27:25 [INFO] [stdout] | [INFO] [stdout] 27 | (_, _, true) => syn_err!("`flatten` is not applicable to newtype fields"), [INFO] [stdout] | --------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `syn_err` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/utils.rs:8:62 [INFO] [stdout] | [INFO] [stdout] 8 | syn_err!(proc_macro2::Span::call_site(); $l $(, $a)*); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/types/tuple.rs:65:9 [INFO] [stdout] | [INFO] [stdout] 65 | syn_err!("`rename` is not applicable to tuple structs") [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: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `syn_err` [INFO] [stdout] = note: this warning originates in the macro `syn_err` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/utils.rs:11:62 [INFO] [stdout] | [INFO] [stdout] 11 | return Err(syn::Error::new($s, format!($l $(, $a)*))); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/attr/struct.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | / impl_parse! { [INFO] [stdout] 34 | | StructAttr(input, out) { [INFO] [stdout] 35 | | "rename" => out.rename = Some(parse_assign_str(input)?), [INFO] [stdout] 36 | | "rename_all" => out.rename_all = Some(parse_assign_str(input).and_then(Inflection::try_from)?), [INFO] [stdout] 37 | | } [INFO] [stdout] 38 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `syn_err` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/utils.rs:8:62 [INFO] [stdout] | [INFO] [stdout] 8 | syn_err!(proc_macro2::Span::call_site(); $l $(, $a)*); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/attr/mod.rs:49:18 [INFO] [stdout] | [INFO] [stdout] 49 | _ => syn_err!("invalid inflection: '{}'", value), [INFO] [stdout] | ------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `syn_err` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/utils.rs:11:62 [INFO] [stdout] | [INFO] [stdout] 11 | return Err(syn::Error::new($s, format!($l $(, $a)*))); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/types/tuple.rs:65:9 [INFO] [stdout] | [INFO] [stdout] 65 | syn_err!("`rename` is not applicable to tuple structs") [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: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `syn_err` [INFO] [stdout] = note: this warning originates in the macro `syn_err` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/utils.rs:11:62 [INFO] [stdout] | [INFO] [stdout] 11 | return Err(syn::Error::new($s, format!($l $(, $a)*))); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/attr/mod.rs:49:18 [INFO] [stdout] | [INFO] [stdout] 49 | _ => syn_err!("invalid inflection: '{}'", value), [INFO] [stdout] | ------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `syn_err` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/utils.rs:8:62 [INFO] [stdout] | [INFO] [stdout] 8 | syn_err!(proc_macro2::Span::call_site(); $l $(, $a)*); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/types/tuple.rs:68:9 [INFO] [stdout] | [INFO] [stdout] 68 | syn_err!("`flatten` is not applicable to tuple fields") [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: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `syn_err` [INFO] [stdout] = note: this warning originates in the macro `syn_err` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/utils.rs:8:62 [INFO] [stdout] | [INFO] [stdout] 8 | syn_err!(proc_macro2::Span::call_site(); $l $(, $a)*); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/types/named.rs:63:32 [INFO] [stdout] | [INFO] [stdout] 63 | (Some(_), _, _) => syn_err!("`type` is not compatible with `flatten`"), [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `syn_err` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/utils.rs:11:62 [INFO] [stdout] | [INFO] [stdout] 11 | return Err(syn::Error::new($s, format!($l $(, $a)*))); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/types/tuple.rs:68:9 [INFO] [stdout] | [INFO] [stdout] 68 | syn_err!("`flatten` is not applicable to tuple fields") [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: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `syn_err` [INFO] [stdout] = note: this warning originates in the macro `syn_err` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/utils.rs:11:62 [INFO] [stdout] | [INFO] [stdout] 11 | return Err(syn::Error::new($s, format!($l $(, $a)*))); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/types/named.rs:63:32 [INFO] [stdout] | [INFO] [stdout] 63 | (Some(_), _, _) => syn_err!("`type` is not compatible with `flatten`"), [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `syn_err` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/utils.rs:8:62 [INFO] [stdout] | [INFO] [stdout] 8 | syn_err!(proc_macro2::Span::call_site(); $l $(, $a)*); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/types/mod.rs:68:29 [INFO] [stdout] | [INFO] [stdout] 68 | (_, Some(_), ..) => syn_err!("`type_override` is not applicable to enum variants"), [INFO] [stdout] | -------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `syn_err` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/utils.rs:8:62 [INFO] [stdout] | [INFO] [stdout] 8 | syn_err!(proc_macro2::Span::call_site(); $l $(, $a)*); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/types/named.rs:64:32 [INFO] [stdout] | [INFO] [stdout] 64 | (_, Some(_), _) => syn_err!("`rename` is not compatible with `flatten`"), [INFO] [stdout] | ----------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `syn_err` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/utils.rs:11:62 [INFO] [stdout] | [INFO] [stdout] 11 | return Err(syn::Error::new($s, format!($l $(, $a)*))); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/types/mod.rs:68:29 [INFO] [stdout] | [INFO] [stdout] 68 | (_, Some(_), ..) => syn_err!("`type_override` is not applicable to enum variants"), [INFO] [stdout] | -------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `syn_err` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/utils.rs:11:62 [INFO] [stdout] | [INFO] [stdout] 11 | return Err(syn::Error::new($s, format!($l $(, $a)*))); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/types/named.rs:64:32 [INFO] [stdout] | [INFO] [stdout] 64 | (_, Some(_), _) => syn_err!("`rename` is not compatible with `flatten`"), [INFO] [stdout] | ----------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `syn_err` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/utils.rs:8:62 [INFO] [stdout] | [INFO] [stdout] 8 | syn_err!(proc_macro2::Span::call_site(); $l $(, $a)*); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/types/mod.rs:69:28 [INFO] [stdout] | [INFO] [stdout] 69 | (_, _, _, true) => syn_err!("`flatten` is not applicable to enum variants"), [INFO] [stdout] | -------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `syn_err` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/utils.rs:11:62 [INFO] [stdout] | [INFO] [stdout] 11 | return Err(syn::Error::new($s, format!($l $(, $a)*))); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/types/mod.rs:69:28 [INFO] [stdout] | [INFO] [stdout] 69 | (_, _, _, true) => syn_err!("`flatten` is not applicable to enum variants"), [INFO] [stdout] | -------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `syn_err` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/utils.rs:8:62 [INFO] [stdout] | [INFO] [stdout] 8 | syn_err!(proc_macro2::Span::call_site(); $l $(, $a)*); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/types/named.rs:65:29 [INFO] [stdout] | [INFO] [stdout] 65 | (_, _, true) => syn_err!("`inline` is not compatible with `flatten`"), [INFO] [stdout] | ----------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `syn_err` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/utils.rs:11:62 [INFO] [stdout] | [INFO] [stdout] 11 | return Err(syn::Error::new($s, format!($l $(, $a)*))); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:80:14 [INFO] [stdout] | [INFO] [stdout] 80 | _ => syn_err!(input.span(); "unsupported item"), [INFO] [stdout] | ------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `syn_err` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/utils.rs:11:62 [INFO] [stdout] | [INFO] [stdout] 11 | return Err(syn::Error::new($s, format!($l $(, $a)*))); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/types/named.rs:65:29 [INFO] [stdout] | [INFO] [stdout] 65 | (_, _, true) => syn_err!("`inline` is not compatible with `flatten`"), [INFO] [stdout] | ----------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `syn_err` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/utils.rs:8:62 [INFO] [stdout] | [INFO] [stdout] 8 | syn_err!(proc_macro2::Span::call_site(); $l $(, $a)*); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/types/newtype.rs:25:28 [INFO] [stdout] | [INFO] [stdout] 25 | (Some(_), _, _) => syn_err!("`rename` is not applicable to newtype fields"), [INFO] [stdout] | -------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `syn_err` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/utils.rs:11:62 [INFO] [stdout] | [INFO] [stdout] 11 | return Err(syn::Error::new($s, format!($l $(, $a)*))); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/types/newtype.rs:25:28 [INFO] [stdout] | [INFO] [stdout] 25 | (Some(_), _, _) => syn_err!("`rename` is not applicable to newtype fields"), [INFO] [stdout] | -------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `syn_err` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/utils.rs:8:62 [INFO] [stdout] | [INFO] [stdout] 8 | syn_err!(proc_macro2::Span::call_site(); $l $(, $a)*); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/types/newtype.rs:26:25 [INFO] [stdout] | [INFO] [stdout] 26 | (_, true, _) => syn_err!("`skip` is not applicable to newtype fields"), [INFO] [stdout] | ------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `syn_err` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/utils.rs:11:62 [INFO] [stdout] | [INFO] [stdout] 11 | return Err(syn::Error::new($s, format!($l $(, $a)*))); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/types/newtype.rs:26:25 [INFO] [stdout] | [INFO] [stdout] 26 | (_, true, _) => syn_err!("`skip` is not applicable to newtype fields"), [INFO] [stdout] | ------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `syn_err` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/utils.rs:8:62 [INFO] [stdout] | [INFO] [stdout] 8 | syn_err!(proc_macro2::Span::call_site(); $l $(, $a)*); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/types/newtype.rs:27:25 [INFO] [stdout] | [INFO] [stdout] 27 | (_, _, true) => syn_err!("`flatten` is not applicable to newtype fields"), [INFO] [stdout] | --------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `syn_err` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/utils.rs:11:62 [INFO] [stdout] | [INFO] [stdout] 11 | return Err(syn::Error::new($s, format!($l $(, $a)*))); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/types/newtype.rs:27:25 [INFO] [stdout] | [INFO] [stdout] 27 | (_, _, true) => syn_err!("`flatten` is not applicable to newtype fields"), [INFO] [stdout] | --------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `syn_err` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/utils.rs:8:62 [INFO] [stdout] | [INFO] [stdout] 8 | syn_err!(proc_macro2::Span::call_site(); $l $(, $a)*); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/types/tuple.rs:65:9 [INFO] [stdout] | [INFO] [stdout] 65 | syn_err!("`rename` is not applicable to tuple structs") [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: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `syn_err` [INFO] [stdout] = note: this warning originates in the macro `syn_err` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/utils.rs:11:62 [INFO] [stdout] | [INFO] [stdout] 11 | return Err(syn::Error::new($s, format!($l $(, $a)*))); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/types/tuple.rs:65:9 [INFO] [stdout] | [INFO] [stdout] 65 | syn_err!("`rename` is not applicable to tuple structs") [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: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `syn_err` [INFO] [stdout] = note: this warning originates in the macro `syn_err` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/utils.rs:8:62 [INFO] [stdout] | [INFO] [stdout] 8 | syn_err!(proc_macro2::Span::call_site(); $l $(, $a)*); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/types/tuple.rs:68:9 [INFO] [stdout] | [INFO] [stdout] 68 | syn_err!("`flatten` is not applicable to tuple fields") [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: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `syn_err` [INFO] [stdout] = note: this warning originates in the macro `syn_err` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/utils.rs:11:62 [INFO] [stdout] | [INFO] [stdout] 11 | return Err(syn::Error::new($s, format!($l $(, $a)*))); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/types/tuple.rs:68:9 [INFO] [stdout] | [INFO] [stdout] 68 | syn_err!("`flatten` is not applicable to tuple fields") [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: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `syn_err` [INFO] [stdout] = note: this warning originates in the macro `syn_err` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/utils.rs:8:62 [INFO] [stdout] | [INFO] [stdout] 8 | syn_err!(proc_macro2::Span::call_site(); $l $(, $a)*); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/types/mod.rs:68:29 [INFO] [stdout] | [INFO] [stdout] 68 | (_, Some(_), ..) => syn_err!("`type_override` is not applicable to enum variants"), [INFO] [stdout] | -------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `syn_err` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/utils.rs:11:62 [INFO] [stdout] | [INFO] [stdout] 11 | return Err(syn::Error::new($s, format!($l $(, $a)*))); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/types/mod.rs:68:29 [INFO] [stdout] | [INFO] [stdout] 68 | (_, Some(_), ..) => syn_err!("`type_override` is not applicable to enum variants"), [INFO] [stdout] | -------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `syn_err` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/utils.rs:8:62 [INFO] [stdout] | [INFO] [stdout] 8 | syn_err!(proc_macro2::Span::call_site(); $l $(, $a)*); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/types/mod.rs:69:28 [INFO] [stdout] | [INFO] [stdout] 69 | (_, _, _, true) => syn_err!("`flatten` is not applicable to enum variants"), [INFO] [stdout] | -------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `syn_err` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/utils.rs:11:62 [INFO] [stdout] | [INFO] [stdout] 11 | return Err(syn::Error::new($s, format!($l $(, $a)*))); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/types/mod.rs:69:28 [INFO] [stdout] | [INFO] [stdout] 69 | (_, _, _, true) => syn_err!("`flatten` is not applicable to enum variants"), [INFO] [stdout] | -------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `syn_err` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/utils.rs:11:62 [INFO] [stdout] | [INFO] [stdout] 11 | return Err(syn::Error::new($s, format!($l $(, $a)*))); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:80:14 [INFO] [stdout] | [INFO] [stdout] 80 | _ => syn_err!(input.span(); "unsupported item"), [INFO] [stdout] | ------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `syn_err` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 26 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 26 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 6.60s [INFO] running `Command { std: "docker" "inspect" "7e08a90ade029324e6579de656a4a0c31d15c831ff9a1e6ee8a0a2884f434f8b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7e08a90ade029324e6579de656a4a0c31d15c831ff9a1e6ee8a0a2884f434f8b", kill_on_drop: false }` [INFO] [stdout] 7e08a90ade029324e6579de656a4a0c31d15c831ff9a1e6ee8a0a2884f434f8b