[INFO] fetching crate ts-rs-macros 3.0.0... [INFO] testing ts-rs-macros-3.0.0 against beta-2021-09-08 for beta-1.56-1 [INFO] extracting crate ts-rs-macros 3.0.0 into /workspace/builds/worker-4/source [INFO] validating manifest of crates.io crate ts-rs-macros 3.0.0 on toolchain beta-2021-09-08 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2021-09-08" "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-4/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2021-09-08" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2021-09-08" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2021-09-08" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 37fc08d73bac1043fe509445b367aa1d416e5d8232746c5e84b4223c56cff383 [INFO] running `Command { std: "docker" "start" "-a" "37fc08d73bac1043fe509445b367aa1d416e5d8232746c5e84b4223c56cff383", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "37fc08d73bac1043fe509445b367aa1d416e5d8232746c5e84b4223c56cff383", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "37fc08d73bac1043fe509445b367aa1d416e5d8232746c5e84b4223c56cff383", kill_on_drop: false }` [INFO] [stdout] 37fc08d73bac1043fe509445b367aa1d416e5d8232746c5e84b4223c56cff383 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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=warn" "-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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2021-09-08" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 02e0d6fbca41cfca31f829f7be8a3bbad8039b5a6e5d42517e40184b656d0d8d [INFO] running `Command { std: "docker" "start" "-a" "02e0d6fbca41cfca31f829f7be8a3bbad8039b5a6e5d42517e40184b656d0d8d", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling memchr v2.4.1 [INFO] [stderr] Compiling syn v1.0.76 [INFO] [stderr] Compiling aho-corasick v0.7.18 [INFO] [stderr] Compiling regex v1.5.4 [INFO] [stderr] Compiling Inflector v0.11.4 [INFO] [stderr] Compiling 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: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] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 13.45s [INFO] running `Command { std: "docker" "inspect" "02e0d6fbca41cfca31f829f7be8a3bbad8039b5a6e5d42517e40184b656d0d8d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "02e0d6fbca41cfca31f829f7be8a3bbad8039b5a6e5d42517e40184b656d0d8d", kill_on_drop: false }` [INFO] [stdout] 02e0d6fbca41cfca31f829f7be8a3bbad8039b5a6e5d42517e40184b656d0d8d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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=warn" "-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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2021-09-08" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] cf3b4a9af0237b92ab62f3c25ddead0ba0b55e067bf3046958a68e125d5f499a [INFO] running `Command { std: "docker" "start" "-a" "cf3b4a9af0237b92ab62f3c25ddead0ba0b55e067bf3046958a68e125d5f499a", kill_on_drop: false }` [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: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] [stderr] Compiling 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: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: 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: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] [stderr] Finished test [unoptimized + debuginfo] target(s) in 1.02s [INFO] running `Command { std: "docker" "inspect" "cf3b4a9af0237b92ab62f3c25ddead0ba0b55e067bf3046958a68e125d5f499a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "cf3b4a9af0237b92ab62f3c25ddead0ba0b55e067bf3046958a68e125d5f499a", kill_on_drop: false }` [INFO] [stdout] cf3b4a9af0237b92ab62f3c25ddead0ba0b55e067bf3046958a68e125d5f499a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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=warn" "-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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2021-09-08" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 234da92a27a33edcc8867a590b5d7d18ded478da82b8a2e05a1d906c0bad31e0 [INFO] running `Command { std: "docker" "start" "-a" "234da92a27a33edcc8867a590b5d7d18ded478da82b8a2e05a1d906c0bad31e0", kill_on_drop: false }` [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/utils.rs:11:62 [INFO] [stderr] | [INFO] [stderr] 11 | return Err(syn::Error::new($s, format!($l $(, $a)*))); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/attr/enum.rs:46:1 [INFO] [stderr] | [INFO] [stderr] 46 | / impl_parse! { [INFO] [stderr] 47 | | EnumAttr(input, out) { [INFO] [stderr] 48 | | "rename" => out.rename = Some(parse_assign_str(input)?), [INFO] [stderr] 49 | | "rename_all" => out.rename_all = Some(parse_assign_inflection(input)?), [INFO] [stderr] 50 | | } [INFO] [stderr] 51 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(semicolon_in_expressions_from_macros)]` on by default [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `syn_err` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/utils.rs:11:62 [INFO] [stderr] | [INFO] [stderr] 11 | return Err(syn::Error::new($s, format!($l $(, $a)*))); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/attr/field.rs:47:1 [INFO] [stderr] | [INFO] [stderr] 47 | / impl_parse! { [INFO] [stderr] 48 | | FieldAttr(input, out) { [INFO] [stderr] 49 | | "type" => out.type_override = Some(parse_assign_str(input)?), [INFO] [stderr] 50 | | "rename" => out.rename = Some(parse_assign_str(input)?), [INFO] [stderr] ... | [INFO] [stderr] 54 | | } [INFO] [stderr] 55 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `syn_err` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/utils.rs:11:62 [INFO] [stderr] | [INFO] [stderr] 11 | return Err(syn::Error::new($s, format!($l $(, $a)*))); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/attr/struct.rs:33:1 [INFO] [stderr] | [INFO] [stderr] 33 | / impl_parse! { [INFO] [stderr] 34 | | StructAttr(input, out) { [INFO] [stderr] 35 | | "rename" => out.rename = Some(parse_assign_str(input)?), [INFO] [stderr] 36 | | "rename_all" => out.rename_all = Some(parse_assign_str(input).and_then(Inflection::try_from)?), [INFO] [stderr] 37 | | } [INFO] [stderr] 38 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `syn_err` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/utils.rs:8:62 [INFO] [stderr] | [INFO] [stderr] 8 | syn_err!(proc_macro2::Span::call_site(); $l $(, $a)*); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/attr/mod.rs:49:18 [INFO] [stderr] | [INFO] [stderr] 49 | _ => syn_err!("invalid inflection: '{}'", value), [INFO] [stderr] | ------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `syn_err` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/utils.rs:11:62 [INFO] [stderr] | [INFO] [stderr] 11 | return Err(syn::Error::new($s, format!($l $(, $a)*))); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/attr/mod.rs:49:18 [INFO] [stderr] | [INFO] [stderr] 49 | _ => syn_err!("invalid inflection: '{}'", value), [INFO] [stderr] | ------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `syn_err` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/utils.rs:8:62 [INFO] [stderr] | [INFO] [stderr] 8 | syn_err!(proc_macro2::Span::call_site(); $l $(, $a)*); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/types/named.rs:63:32 [INFO] [stderr] | [INFO] [stderr] 63 | (Some(_), _, _) => syn_err!("`type` is not compatible with `flatten`"), [INFO] [stderr] | --------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `syn_err` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/utils.rs:11:62 [INFO] [stderr] | [INFO] [stderr] 11 | return Err(syn::Error::new($s, format!($l $(, $a)*))); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/types/named.rs:63:32 [INFO] [stderr] | [INFO] [stderr] 63 | (Some(_), _, _) => syn_err!("`type` is not compatible with `flatten`"), [INFO] [stderr] | --------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `syn_err` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/utils.rs:8:62 [INFO] [stderr] | [INFO] [stderr] 8 | syn_err!(proc_macro2::Span::call_site(); $l $(, $a)*); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/types/named.rs:64:32 [INFO] [stderr] | [INFO] [stderr] 64 | (_, Some(_), _) => syn_err!("`rename` is not compatible with `flatten`"), [INFO] [stderr] | ----------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `syn_err` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/utils.rs:11:62 [INFO] [stderr] | [INFO] [stderr] 11 | return Err(syn::Error::new($s, format!($l $(, $a)*))); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/types/named.rs:64:32 [INFO] [stderr] | [INFO] [stderr] 64 | (_, Some(_), _) => syn_err!("`rename` is not compatible with `flatten`"), [INFO] [stderr] | ----------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `syn_err` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/utils.rs:8:62 [INFO] [stderr] | [INFO] [stderr] 8 | syn_err!(proc_macro2::Span::call_site(); $l $(, $a)*); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/types/named.rs:65:29 [INFO] [stderr] | [INFO] [stderr] 65 | (_, _, true) => syn_err!("`inline` is not compatible with `flatten`"), [INFO] [stderr] | ----------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `syn_err` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/utils.rs:11:62 [INFO] [stderr] | [INFO] [stderr] 11 | return Err(syn::Error::new($s, format!($l $(, $a)*))); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/types/named.rs:65:29 [INFO] [stderr] | [INFO] [stderr] 65 | (_, _, true) => syn_err!("`inline` is not compatible with `flatten`"), [INFO] [stderr] | ----------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `syn_err` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/utils.rs:8:62 [INFO] [stderr] | [INFO] [stderr] 8 | syn_err!(proc_macro2::Span::call_site(); $l $(, $a)*); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/types/newtype.rs:25:28 [INFO] [stderr] | [INFO] [stderr] 25 | (Some(_), _, _) => syn_err!("`rename` is not applicable to newtype fields"), [INFO] [stderr] | -------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `syn_err` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/utils.rs:11:62 [INFO] [stderr] | [INFO] [stderr] 11 | return Err(syn::Error::new($s, format!($l $(, $a)*))); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/types/newtype.rs:25:28 [INFO] [stderr] | [INFO] [stderr] 25 | (Some(_), _, _) => syn_err!("`rename` is not applicable to newtype fields"), [INFO] [stderr] | -------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `syn_err` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/utils.rs:8:62 [INFO] [stderr] | [INFO] [stderr] 8 | syn_err!(proc_macro2::Span::call_site(); $l $(, $a)*); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/types/newtype.rs:26:25 [INFO] [stderr] | [INFO] [stderr] 26 | (_, true, _) => syn_err!("`skip` is not applicable to newtype fields"), [INFO] [stderr] | ------------------------------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `syn_err` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/utils.rs:11:62 [INFO] [stderr] | [INFO] [stderr] 11 | return Err(syn::Error::new($s, format!($l $(, $a)*))); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/types/newtype.rs:26:25 [INFO] [stderr] | [INFO] [stderr] 26 | (_, true, _) => syn_err!("`skip` is not applicable to newtype fields"), [INFO] [stderr] | ------------------------------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `syn_err` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/utils.rs:8:62 [INFO] [stderr] | [INFO] [stderr] 8 | syn_err!(proc_macro2::Span::call_site(); $l $(, $a)*); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/types/newtype.rs:27:25 [INFO] [stderr] | [INFO] [stderr] 27 | (_, _, true) => syn_err!("`flatten` is not applicable to newtype fields"), [INFO] [stderr] | --------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `syn_err` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/utils.rs:11:62 [INFO] [stderr] | [INFO] [stderr] 11 | return Err(syn::Error::new($s, format!($l $(, $a)*))); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/types/newtype.rs:27:25 [INFO] [stderr] | [INFO] [stderr] 27 | (_, _, true) => syn_err!("`flatten` is not applicable to newtype fields"), [INFO] [stderr] | --------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `syn_err` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/utils.rs:8:62 [INFO] [stderr] | [INFO] [stderr] 8 | syn_err!(proc_macro2::Span::call_site(); $l $(, $a)*); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/types/tuple.rs:65:9 [INFO] [stderr] | [INFO] [stderr] 65 | syn_err!("`rename` is not applicable to tuple structs") [INFO] [stderr] | ------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: macro invocations at the end of a block are treated as expressions [INFO] [stderr] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `syn_err` [INFO] [stderr] = note: this warning originates in the macro `syn_err` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/utils.rs:11:62 [INFO] [stderr] | [INFO] [stderr] 11 | return Err(syn::Error::new($s, format!($l $(, $a)*))); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/types/tuple.rs:65:9 [INFO] [stderr] | [INFO] [stderr] 65 | syn_err!("`rename` is not applicable to tuple structs") [INFO] [stderr] | ------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: macro invocations at the end of a block are treated as expressions [INFO] [stderr] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `syn_err` [INFO] [stderr] = note: this warning originates in the macro `syn_err` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/utils.rs:8:62 [INFO] [stderr] | [INFO] [stderr] 8 | syn_err!(proc_macro2::Span::call_site(); $l $(, $a)*); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/types/tuple.rs:68:9 [INFO] [stderr] | [INFO] [stderr] 68 | syn_err!("`flatten` is not applicable to tuple fields") [INFO] [stderr] | ------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: macro invocations at the end of a block are treated as expressions [INFO] [stderr] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `syn_err` [INFO] [stderr] = note: this warning originates in the macro `syn_err` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/utils.rs:11:62 [INFO] [stderr] | [INFO] [stderr] 11 | return Err(syn::Error::new($s, format!($l $(, $a)*))); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/types/tuple.rs:68:9 [INFO] [stderr] | [INFO] [stderr] 68 | syn_err!("`flatten` is not applicable to tuple fields") [INFO] [stderr] | ------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: macro invocations at the end of a block are treated as expressions [INFO] [stderr] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `syn_err` [INFO] [stderr] = note: this warning originates in the macro `syn_err` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/utils.rs:8:62 [INFO] [stderr] | [INFO] [stderr] 8 | syn_err!(proc_macro2::Span::call_site(); $l $(, $a)*); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/types/mod.rs:68:29 [INFO] [stderr] | [INFO] [stderr] 68 | (_, Some(_), ..) => syn_err!("`type_override` is not applicable to enum variants"), [INFO] [stderr] | -------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `syn_err` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/utils.rs:11:62 [INFO] [stderr] | [INFO] [stderr] 11 | return Err(syn::Error::new($s, format!($l $(, $a)*))); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/types/mod.rs:68:29 [INFO] [stderr] | [INFO] [stderr] 68 | (_, Some(_), ..) => syn_err!("`type_override` is not applicable to enum variants"), [INFO] [stderr] | -------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `syn_err` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/utils.rs:8:62 [INFO] [stderr] | [INFO] [stderr] 8 | syn_err!(proc_macro2::Span::call_site(); $l $(, $a)*); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/types/mod.rs:69:28 [INFO] [stderr] | [INFO] [stderr] 69 | (_, _, _, true) => syn_err!("`flatten` is not applicable to enum variants"), [INFO] [stderr] | -------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `syn_err` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/utils.rs:11:62 [INFO] [stderr] | [INFO] [stderr] 11 | return Err(syn::Error::new($s, format!($l $(, $a)*))); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/types/mod.rs:69:28 [INFO] [stderr] | [INFO] [stderr] 69 | (_, _, _, true) => syn_err!("`flatten` is not applicable to enum variants"), [INFO] [stderr] | -------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `syn_err` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/utils.rs:11:62 [INFO] [stderr] | [INFO] [stderr] 11 | return Err(syn::Error::new($s, format!($l $(, $a)*))); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/lib.rs:80:14 [INFO] [stderr] | [INFO] [stderr] 80 | _ => syn_err!(input.span(); "unsupported item"), [INFO] [stderr] | ------------------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `syn_err` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: `ts-rs-macros` (lib) generated 26 warnings [INFO] [stderr] warning: `ts-rs-macros` (lib test) generated 26 warnings (26 duplicates) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.04s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/ts_rs_macros-b42b79fe8d0b4ea3) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Doc-tests ts-rs-macros [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "234da92a27a33edcc8867a590b5d7d18ded478da82b8a2e05a1d906c0bad31e0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "234da92a27a33edcc8867a590b5d7d18ded478da82b8a2e05a1d906c0bad31e0", kill_on_drop: false }` [INFO] [stdout] 234da92a27a33edcc8867a590b5d7d18ded478da82b8a2e05a1d906c0bad31e0