[INFO] fetching crate derivor 0.0.1... [INFO] checking derivor-0.0.1 against try#c659ee110de67e82444e4b6c8407c1a9af9c2cf6 for pr-145608-1 [INFO] extracting crate derivor 0.0.1 into /workspace/builds/worker-2-tc2/source [INFO] started tweaking crates.io crate derivor 0.0.1 [INFO] finished tweaking crates.io crate derivor 0.0.1 [INFO] tweaked toml for crates.io crate derivor 0.0.1 written to /workspace/builds/worker-2-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate derivor 0.0.1 on toolchain c659ee110de67e82444e4b6c8407c1a9af9c2cf6 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c659ee110de67e82444e4b6c8407c1a9af9c2cf6" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate derivor 0.0.1 already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c659ee110de67e82444e4b6c8407c1a9af9c2cf6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+c659ee110de67e82444e4b6c8407c1a9af9c2cf6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 20120a1d986d8d526b7441d7f27913ef19467ce15f6aa78360fada2319defa44 [INFO] running `Command { std: "docker" "start" "-a" "20120a1d986d8d526b7441d7f27913ef19467ce15f6aa78360fada2319defa44", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "20120a1d986d8d526b7441d7f27913ef19467ce15f6aa78360fada2319defa44", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "20120a1d986d8d526b7441d7f27913ef19467ce15f6aa78360fada2319defa44", kill_on_drop: false }` [INFO] [stdout] 20120a1d986d8d526b7441d7f27913ef19467ce15f6aa78360fada2319defa44 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+c659ee110de67e82444e4b6c8407c1a9af9c2cf6" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] acc2d3e3b5aebff264183991ac128324c216defe33f4f71155c1f728c76807ce [INFO] running `Command { std: "docker" "start" "-a" "acc2d3e3b5aebff264183991ac128324c216defe33f4f71155c1f728c76807ce", kill_on_drop: false }` [INFO] [stderr] Compiling convert_case v0.7.1 [INFO] [stderr] Compiling syn v2.0.104 [INFO] [stderr] Compiling derivor v0.0.1 (/opt/rustwide/workdir) [INFO] [stderr] Checking heck v0.5.0 [INFO] [stdout] warning: unexpected `cfg` condition value: `testing-helpers` [INFO] [stdout] --> build.rs:1:11 [INFO] [stdout] | [INFO] [stdout] 1 | #[cfg(not(feature = "testing-helpers"))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `add`, `add_assign`, `as_ref`, `constructor`, `debug`, `default`, `deref`, `deref_mut`, `display`, `enums`, `error`, `from`, `from_str`, `full`, `index`, `index_mut`, `into`, `into_iterator`, `is_variant`, `mul`, `mul_assign`, `not`, `shorthand`, `std`, `structs`, `sum`, `try_from`, `try_into`, `try_unwrap`, `unions`, and `unwrap` [INFO] [stdout] = help: consider adding `testing-helpers` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `testing-helpers` [INFO] [stdout] --> build.rs:4:7 [INFO] [stdout] | [INFO] [stdout] 4 | #[cfg(feature = "testing-helpers")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `add`, `add_assign`, `as_ref`, `constructor`, `debug`, `default`, `deref`, `deref_mut`, `display`, `enums`, `error`, `from`, `from_str`, `full`, `index`, `index_mut`, `into`, `into_iterator`, `is_variant`, `mul`, `mul_assign`, `not`, `shorthand`, `std`, `structs`, `sum`, `try_from`, `try_into`, `try_unwrap`, `unions`, and `unwrap` [INFO] [stdout] = help: consider adding `testing-helpers` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling derive_more-impl v2.0.1 [INFO] [stdout] warning: unused import: `enums::create_enum_token_stream` [INFO] [stdout] --> src/constructor/mod.rs:13:5 [INFO] [stdout] | [INFO] [stdout] 13 | use enums::create_enum_token_stream; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `structs::create_struct_token_stream` [INFO] [stdout] --> src/constructor/mod.rs:15:5 [INFO] [stdout] | [INFO] [stdout] 15 | use structs::create_struct_token_stream; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `unions::create_union_token_stream` [INFO] [stdout] --> src/constructor/mod.rs:17:5 [INFO] [stdout] | [INFO] [stdout] 17 | use unions::create_union_token_stream; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `Data`, `DeriveInput`, `TokenStream`, and `parse_macro_input` [INFO] [stdout] --> src/constructor/mod.rs:29:9 [INFO] [stdout] | [INFO] [stdout] 29 | TokenStream, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 41 | parse_macro_input, Data, DeriveInput, Error, Type, Visibility, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ ^^^^ ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `ci` [INFO] [stdout] --> src/extras/lib.rs:48:30 [INFO] [stdout] | [INFO] [stdout] 48 | #![cfg_attr(any(not(docsrs), ci), deny(rustdoc::all))] [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = help: expected names are: `docsrs`, `feature`, and `test` and 31 more [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ci)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ci)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: forbid(non_ascii_idents) is ignored unless specified at crate level [INFO] [stdout] --> src/extras/lib.rs:49:11 [INFO] [stdout] | [INFO] [stdout] 49 | #![forbid(non_ascii_idents, unsafe_code)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_attributes)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `eq` [INFO] [stdout] --> src/extras/lib.rs:81:7 [INFO] [stdout] | [INFO] [stdout] 81 | #[cfg(feature = "eq")] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `add`, `add_assign`, `as_ref`, `constructor`, `debug`, `default`, `deref`, `deref_mut`, `display`, `enums`, `error`, `from`, `from_str`, `full`, `index`, `index_mut`, `into`, `into_iterator`, `is_variant`, `mul`, `mul_assign`, `not`, `shorthand`, `std`, `structs`, `sum`, `try_from`, `try_into`, `try_unwrap`, `unions`, and `unwrap` [INFO] [stdout] = help: consider adding `eq` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `eq` [INFO] [stdout] --> src/extras/lib.rs:458:5 [INFO] [stdout] | [INFO] [stdout] 458 | feature = "eq", [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `add`, `add_assign`, `as_ref`, `constructor`, `debug`, `default`, `deref`, `deref_mut`, `display`, `enums`, `error`, `from`, `from_str`, `full`, `index`, `index_mut`, `into`, `into_iterator`, `is_variant`, `mul`, `mul_assign`, `not`, `shorthand`, `std`, `structs`, `sum`, `try_from`, `try_into`, `try_unwrap`, `unions`, and `unwrap` [INFO] [stdout] = help: consider adding `eq` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `core` [INFO] [stdout] --> src/extras/lib.rs:56:9 [INFO] [stdout] | [INFO] [stdout] 56 | pub use core; [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `eq` [INFO] [stdout] --> src/extras/lib.rs:67:11 [INFO] [stdout] | [INFO] [stdout] 67 | #[cfg(feature = "eq")] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `add`, `add_assign`, `as_ref`, `constructor`, `debug`, `default`, `deref`, `deref_mut`, `display`, `enums`, `error`, `from`, `from_str`, `full`, `index`, `index_mut`, `into`, `into_iterator`, `is_variant`, `mul`, `mul_assign`, `not`, `shorthand`, `std`, `structs`, `sum`, `try_from`, `try_into`, `try_unwrap`, `unions`, and `unwrap` [INFO] [stdout] = help: consider adding `eq` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `eq` [INFO] [stdout] --> src/extras/lib.rs:371:11 [INFO] [stdout] | [INFO] [stdout] 371 | #[cfg(feature = "eq")] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `add`, `add_assign`, `as_ref`, `constructor`, `debug`, `default`, `deref`, `deref_mut`, `display`, `enums`, `error`, `from`, `from_str`, `full`, `index`, `index_mut`, `into`, `into_iterator`, `is_variant`, `mul`, `mul_assign`, `not`, `shorthand`, `std`, `structs`, `sum`, `try_from`, `try_into`, `try_unwrap`, `unions`, and `unwrap` [INFO] [stdout] = help: consider adding `eq` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `eq` [INFO] [stdout] --> src/extras/lib.rs:279:15 [INFO] [stdout] | [INFO] [stdout] 279 | #[cfg(feature = "eq")] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `add`, `add_assign`, `as_ref`, `constructor`, `debug`, `default`, `deref`, `deref_mut`, `display`, `enums`, `error`, `from`, `from_str`, `full`, `index`, `index_mut`, `into`, `into_iterator`, `is_variant`, `mul`, `mul_assign`, `not`, `shorthand`, `std`, `structs`, `sum`, `try_from`, `try_into`, `try_unwrap`, `unions`, and `unwrap` [INFO] [stdout] = help: consider adding `eq` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `ci` [INFO] [stdout] --> src/extras/lib.rs:152:60 [INFO] [stdout] | [INFO] [stdout] 152 | #[cfg(all(feature = $feature, any(not(docsrs), ci)))] [INFO] [stdout] | ^^ [INFO] [stdout] ... [INFO] [stdout] 165 | / re_export_traits!( [INFO] [stdout] 166 | | "add", [INFO] [stdout] 167 | | add_traits, [INFO] [stdout] 168 | | core::ops, [INFO] [stdout] ... | [INFO] [stdout] 173 | | Sub, [INFO] [stdout] 174 | | ); [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ci)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ci)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `re_export_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `ci` [INFO] [stdout] --> src/extras/lib.rs:158:60 [INFO] [stdout] | [INFO] [stdout] 158 | #[cfg(all(feature = $feature, any(not(docsrs), ci)))] [INFO] [stdout] | ^^ [INFO] [stdout] ... [INFO] [stdout] 165 | / re_export_traits!( [INFO] [stdout] 166 | | "add", [INFO] [stdout] 167 | | add_traits, [INFO] [stdout] 168 | | core::ops, [INFO] [stdout] ... | [INFO] [stdout] 173 | | Sub, [INFO] [stdout] 174 | | ); [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ci)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ci)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `re_export_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `ci` [INFO] [stdout] --> src/extras/lib.rs:152:60 [INFO] [stdout] | [INFO] [stdout] 152 | #[cfg(all(feature = $feature, any(not(docsrs), ci)))] [INFO] [stdout] | ^^ [INFO] [stdout] ... [INFO] [stdout] 175 | / re_export_traits!( [INFO] [stdout] 176 | | "add_assign", [INFO] [stdout] 177 | | add_assign_traits, [INFO] [stdout] 178 | | core::ops, [INFO] [stdout] ... | [INFO] [stdout] 183 | | SubAssign, [INFO] [stdout] 184 | | ); [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ci)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ci)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `re_export_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `ci` [INFO] [stdout] --> src/extras/lib.rs:158:60 [INFO] [stdout] | [INFO] [stdout] 158 | #[cfg(all(feature = $feature, any(not(docsrs), ci)))] [INFO] [stdout] | ^^ [INFO] [stdout] ... [INFO] [stdout] 175 | / re_export_traits!( [INFO] [stdout] 176 | | "add_assign", [INFO] [stdout] 177 | | add_assign_traits, [INFO] [stdout] 178 | | core::ops, [INFO] [stdout] ... | [INFO] [stdout] 183 | | SubAssign, [INFO] [stdout] 184 | | ); [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ci)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ci)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `re_export_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `ci` [INFO] [stdout] --> src/extras/lib.rs:152:60 [INFO] [stdout] | [INFO] [stdout] 152 | #[cfg(all(feature = $feature, any(not(docsrs), ci)))] [INFO] [stdout] | ^^ [INFO] [stdout] ... [INFO] [stdout] 185 | re_export_traits!("as_ref", as_ref_traits, core::convert, AsMut, AsRef); [INFO] [stdout] | ----------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ci)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ci)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `re_export_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `ci` [INFO] [stdout] --> src/extras/lib.rs:158:60 [INFO] [stdout] | [INFO] [stdout] 158 | #[cfg(all(feature = $feature, any(not(docsrs), ci)))] [INFO] [stdout] | ^^ [INFO] [stdout] ... [INFO] [stdout] 185 | re_export_traits!("as_ref", as_ref_traits, core::convert, AsMut, AsRef); [INFO] [stdout] | ----------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ci)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ci)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `re_export_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `ci` [INFO] [stdout] --> src/extras/lib.rs:152:60 [INFO] [stdout] | [INFO] [stdout] 152 | #[cfg(all(feature = $feature, any(not(docsrs), ci)))] [INFO] [stdout] | ^^ [INFO] [stdout] ... [INFO] [stdout] 186 | re_export_traits!("debug", debug_traits, core::fmt, Debug); [INFO] [stdout] | ---------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ci)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ci)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `re_export_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `ci` [INFO] [stdout] --> src/extras/lib.rs:158:60 [INFO] [stdout] | [INFO] [stdout] 158 | #[cfg(all(feature = $feature, any(not(docsrs), ci)))] [INFO] [stdout] | ^^ [INFO] [stdout] ... [INFO] [stdout] 186 | re_export_traits!("debug", debug_traits, core::fmt, Debug); [INFO] [stdout] | ---------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ci)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ci)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `re_export_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `ci` [INFO] [stdout] --> src/extras/lib.rs:152:60 [INFO] [stdout] | [INFO] [stdout] 152 | #[cfg(all(feature = $feature, any(not(docsrs), ci)))] [INFO] [stdout] | ^^ [INFO] [stdout] ... [INFO] [stdout] 187 | re_export_traits!("deref", deref_traits, core::ops, Deref); [INFO] [stdout] | ---------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ci)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ci)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `re_export_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `ci` [INFO] [stdout] --> src/extras/lib.rs:158:60 [INFO] [stdout] | [INFO] [stdout] 158 | #[cfg(all(feature = $feature, any(not(docsrs), ci)))] [INFO] [stdout] | ^^ [INFO] [stdout] ... [INFO] [stdout] 187 | re_export_traits!("deref", deref_traits, core::ops, Deref); [INFO] [stdout] | ---------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ci)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ci)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `re_export_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `ci` [INFO] [stdout] --> src/extras/lib.rs:152:60 [INFO] [stdout] | [INFO] [stdout] 152 | #[cfg(all(feature = $feature, any(not(docsrs), ci)))] [INFO] [stdout] | ^^ [INFO] [stdout] ... [INFO] [stdout] 188 | re_export_traits!("deref_mut", deref_mut_traits, core::ops, DerefMut); [INFO] [stdout] | --------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ci)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ci)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `re_export_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `ci` [INFO] [stdout] --> src/extras/lib.rs:158:60 [INFO] [stdout] | [INFO] [stdout] 158 | #[cfg(all(feature = $feature, any(not(docsrs), ci)))] [INFO] [stdout] | ^^ [INFO] [stdout] ... [INFO] [stdout] 188 | re_export_traits!("deref_mut", deref_mut_traits, core::ops, DerefMut); [INFO] [stdout] | --------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ci)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ci)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `re_export_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `ci` [INFO] [stdout] --> src/extras/lib.rs:152:60 [INFO] [stdout] | [INFO] [stdout] 152 | #[cfg(all(feature = $feature, any(not(docsrs), ci)))] [INFO] [stdout] | ^^ [INFO] [stdout] ... [INFO] [stdout] 189 | / re_export_traits!( [INFO] [stdout] 190 | | "display", [INFO] [stdout] 191 | | display_traits, [INFO] [stdout] 192 | | core::fmt, [INFO] [stdout] ... | [INFO] [stdout] 200 | | UpperHex, [INFO] [stdout] 201 | | ); [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ci)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ci)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `re_export_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `ci` [INFO] [stdout] --> src/extras/lib.rs:158:60 [INFO] [stdout] | [INFO] [stdout] 158 | #[cfg(all(feature = $feature, any(not(docsrs), ci)))] [INFO] [stdout] | ^^ [INFO] [stdout] ... [INFO] [stdout] 189 | / re_export_traits!( [INFO] [stdout] 190 | | "display", [INFO] [stdout] 191 | | display_traits, [INFO] [stdout] 192 | | core::fmt, [INFO] [stdout] ... | [INFO] [stdout] 200 | | UpperHex, [INFO] [stdout] 201 | | ); [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ci)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ci)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `re_export_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `eq` [INFO] [stdout] --> src/extras/lib.rs:152:23 [INFO] [stdout] | [INFO] [stdout] 152 | #[cfg(all(feature = $feature, any(not(docsrs), ci)))] [INFO] [stdout] | _______________________^ [INFO] [stdout] 153 | | mod $new_module_name { [INFO] [stdout] 154 | | #[doc(hidden)] [INFO] [stdout] 155 | | pub use $module::{$($traits),*}; [INFO] [stdout] ... | [INFO] [stdout] 203 | | re_export_traits!("eq", eq_traits, core::cmp, Eq, PartialEq); [INFO] [stdout] | |_________---------------------^-------------------------------------- [INFO] [stdout] | | [INFO] [stdout] | in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `add`, `add_assign`, `as_ref`, `constructor`, `debug`, `default`, `deref`, `deref_mut`, `display`, `enums`, `error`, `from`, `from_str`, `full`, `index`, `index_mut`, `into`, `into_iterator`, `is_variant`, `mul`, `mul_assign`, `not`, `shorthand`, `std`, `structs`, `sum`, `try_from`, `try_into`, `try_unwrap`, `unions`, and `unwrap` [INFO] [stdout] = help: consider adding `eq` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `re_export_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `ci` [INFO] [stdout] --> src/extras/lib.rs:152:60 [INFO] [stdout] | [INFO] [stdout] 152 | #[cfg(all(feature = $feature, any(not(docsrs), ci)))] [INFO] [stdout] | ^^ [INFO] [stdout] ... [INFO] [stdout] 203 | re_export_traits!("eq", eq_traits, core::cmp, Eq, PartialEq); [INFO] [stdout] | ------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ci)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ci)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `re_export_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `eq` [INFO] [stdout] --> src/extras/lib.rs:158:23 [INFO] [stdout] | [INFO] [stdout] 158 | #[cfg(all(feature = $feature, any(not(docsrs), ci)))] [INFO] [stdout] | _______________________^ [INFO] [stdout] 159 | | #[doc(hidden)] [INFO] [stdout] 160 | | pub use crate::with_trait::all_traits_and_derives::$new_module_name::*; [INFO] [stdout] ... | [INFO] [stdout] 203 | | re_export_traits!("eq", eq_traits, core::cmp, Eq, PartialEq); [INFO] [stdout] | |_________---------------------^-------------------------------------- [INFO] [stdout] | | [INFO] [stdout] | in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `add`, `add_assign`, `as_ref`, `constructor`, `debug`, `default`, `deref`, `deref_mut`, `display`, `enums`, `error`, `from`, `from_str`, `full`, `index`, `index_mut`, `into`, `into_iterator`, `is_variant`, `mul`, `mul_assign`, `not`, `shorthand`, `std`, `structs`, `sum`, `try_from`, `try_into`, `try_unwrap`, `unions`, and `unwrap` [INFO] [stdout] = help: consider adding `eq` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `re_export_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `ci` [INFO] [stdout] --> src/extras/lib.rs:158:60 [INFO] [stdout] | [INFO] [stdout] 158 | #[cfg(all(feature = $feature, any(not(docsrs), ci)))] [INFO] [stdout] | ^^ [INFO] [stdout] ... [INFO] [stdout] 203 | re_export_traits!("eq", eq_traits, core::cmp, Eq, PartialEq); [INFO] [stdout] | ------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ci)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ci)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `re_export_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `ci` [INFO] [stdout] --> src/extras/lib.rs:152:60 [INFO] [stdout] | [INFO] [stdout] 152 | #[cfg(all(feature = $feature, any(not(docsrs), ci)))] [INFO] [stdout] | ^^ [INFO] [stdout] ... [INFO] [stdout] 205 | re_export_traits!("error", error_traits, core::error, Error); [INFO] [stdout] | ------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ci)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ci)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `re_export_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `ci` [INFO] [stdout] --> src/extras/lib.rs:158:60 [INFO] [stdout] | [INFO] [stdout] 158 | #[cfg(all(feature = $feature, any(not(docsrs), ci)))] [INFO] [stdout] | ^^ [INFO] [stdout] ... [INFO] [stdout] 205 | re_export_traits!("error", error_traits, core::error, Error); [INFO] [stdout] | ------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ci)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ci)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `re_export_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `ci` [INFO] [stdout] --> src/extras/lib.rs:152:60 [INFO] [stdout] | [INFO] [stdout] 152 | #[cfg(all(feature = $feature, any(not(docsrs), ci)))] [INFO] [stdout] | ^^ [INFO] [stdout] ... [INFO] [stdout] 207 | re_export_traits!("from", from_traits, core::convert, From); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ci)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ci)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `re_export_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `ci` [INFO] [stdout] --> src/extras/lib.rs:158:60 [INFO] [stdout] | [INFO] [stdout] 158 | #[cfg(all(feature = $feature, any(not(docsrs), ci)))] [INFO] [stdout] | ^^ [INFO] [stdout] ... [INFO] [stdout] 207 | re_export_traits!("from", from_traits, core::convert, From); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ci)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ci)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `re_export_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `ci` [INFO] [stdout] --> src/extras/lib.rs:152:60 [INFO] [stdout] | [INFO] [stdout] 152 | #[cfg(all(feature = $feature, any(not(docsrs), ci)))] [INFO] [stdout] | ^^ [INFO] [stdout] ... [INFO] [stdout] 209 | re_export_traits!("from_str", from_str_traits, core::str, FromStr); [INFO] [stdout] | ------------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ci)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ci)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `re_export_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `ci` [INFO] [stdout] --> src/extras/lib.rs:158:60 [INFO] [stdout] | [INFO] [stdout] 158 | #[cfg(all(feature = $feature, any(not(docsrs), ci)))] [INFO] [stdout] | ^^ [INFO] [stdout] ... [INFO] [stdout] 209 | re_export_traits!("from_str", from_str_traits, core::str, FromStr); [INFO] [stdout] | ------------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ci)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ci)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `re_export_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `ci` [INFO] [stdout] --> src/extras/lib.rs:152:60 [INFO] [stdout] | [INFO] [stdout] 152 | #[cfg(all(feature = $feature, any(not(docsrs), ci)))] [INFO] [stdout] | ^^ [INFO] [stdout] ... [INFO] [stdout] 211 | re_export_traits!("index", index_traits, core::ops, Index); [INFO] [stdout] | ---------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ci)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ci)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `re_export_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `ci` [INFO] [stdout] --> src/extras/lib.rs:158:60 [INFO] [stdout] | [INFO] [stdout] 158 | #[cfg(all(feature = $feature, any(not(docsrs), ci)))] [INFO] [stdout] | ^^ [INFO] [stdout] ... [INFO] [stdout] 211 | re_export_traits!("index", index_traits, core::ops, Index); [INFO] [stdout] | ---------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ci)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ci)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `re_export_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `ci` [INFO] [stdout] --> src/extras/lib.rs:152:60 [INFO] [stdout] | [INFO] [stdout] 152 | #[cfg(all(feature = $feature, any(not(docsrs), ci)))] [INFO] [stdout] | ^^ [INFO] [stdout] ... [INFO] [stdout] 213 | re_export_traits!("index_mut", index_mut_traits, core::ops, IndexMut); [INFO] [stdout] | --------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ci)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ci)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `re_export_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `ci` [INFO] [stdout] --> src/extras/lib.rs:158:60 [INFO] [stdout] | [INFO] [stdout] 158 | #[cfg(all(feature = $feature, any(not(docsrs), ci)))] [INFO] [stdout] | ^^ [INFO] [stdout] ... [INFO] [stdout] 213 | re_export_traits!("index_mut", index_mut_traits, core::ops, IndexMut); [INFO] [stdout] | --------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ci)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ci)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `re_export_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `ci` [INFO] [stdout] --> src/extras/lib.rs:152:60 [INFO] [stdout] | [INFO] [stdout] 152 | #[cfg(all(feature = $feature, any(not(docsrs), ci)))] [INFO] [stdout] | ^^ [INFO] [stdout] ... [INFO] [stdout] 215 | re_export_traits!("into", into_traits, core::convert, Into); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ci)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ci)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `re_export_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `ci` [INFO] [stdout] --> src/extras/lib.rs:158:60 [INFO] [stdout] | [INFO] [stdout] 158 | #[cfg(all(feature = $feature, any(not(docsrs), ci)))] [INFO] [stdout] | ^^ [INFO] [stdout] ... [INFO] [stdout] 215 | re_export_traits!("into", into_traits, core::convert, Into); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ci)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ci)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `re_export_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `ci` [INFO] [stdout] --> src/extras/lib.rs:152:60 [INFO] [stdout] | [INFO] [stdout] 152 | #[cfg(all(feature = $feature, any(not(docsrs), ci)))] [INFO] [stdout] | ^^ [INFO] [stdout] ... [INFO] [stdout] 217 | / re_export_traits!( [INFO] [stdout] 218 | | "into_iterator", [INFO] [stdout] 219 | | into_iterator_traits, [INFO] [stdout] 220 | | core::iter, [INFO] [stdout] 221 | | IntoIterator, [INFO] [stdout] 222 | | ); [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ci)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ci)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `re_export_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `ci` [INFO] [stdout] --> src/extras/lib.rs:158:60 [INFO] [stdout] | [INFO] [stdout] 158 | #[cfg(all(feature = $feature, any(not(docsrs), ci)))] [INFO] [stdout] | ^^ [INFO] [stdout] ... [INFO] [stdout] 217 | / re_export_traits!( [INFO] [stdout] 218 | | "into_iterator", [INFO] [stdout] 219 | | into_iterator_traits, [INFO] [stdout] 220 | | core::iter, [INFO] [stdout] 221 | | IntoIterator, [INFO] [stdout] 222 | | ); [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ci)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ci)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `re_export_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `ci` [INFO] [stdout] --> src/extras/lib.rs:152:60 [INFO] [stdout] | [INFO] [stdout] 152 | #[cfg(all(feature = $feature, any(not(docsrs), ci)))] [INFO] [stdout] | ^^ [INFO] [stdout] ... [INFO] [stdout] 224 | re_export_traits!("mul", mul_traits, core::ops, Div, Mul, Rem, Shl, Shr); [INFO] [stdout] | ------------------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ci)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ci)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `re_export_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `ci` [INFO] [stdout] --> src/extras/lib.rs:158:60 [INFO] [stdout] | [INFO] [stdout] 158 | #[cfg(all(feature = $feature, any(not(docsrs), ci)))] [INFO] [stdout] | ^^ [INFO] [stdout] ... [INFO] [stdout] 224 | re_export_traits!("mul", mul_traits, core::ops, Div, Mul, Rem, Shl, Shr); [INFO] [stdout] | ------------------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ci)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ci)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `re_export_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `ci` [INFO] [stdout] --> src/extras/lib.rs:152:60 [INFO] [stdout] | [INFO] [stdout] 152 | #[cfg(all(feature = $feature, any(not(docsrs), ci)))] [INFO] [stdout] | ^^ [INFO] [stdout] ... [INFO] [stdout] 238 | re_export_traits!("not", not_traits, core::ops, Neg, Not); [INFO] [stdout] | --------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ci)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ci)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `re_export_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `ci` [INFO] [stdout] --> src/extras/lib.rs:158:60 [INFO] [stdout] | [INFO] [stdout] 158 | #[cfg(all(feature = $feature, any(not(docsrs), ci)))] [INFO] [stdout] | ^^ [INFO] [stdout] ... [INFO] [stdout] 238 | re_export_traits!("not", not_traits, core::ops, Neg, Not); [INFO] [stdout] | --------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ci)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ci)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `re_export_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `ci` [INFO] [stdout] --> src/extras/lib.rs:152:60 [INFO] [stdout] | [INFO] [stdout] 152 | #[cfg(all(feature = $feature, any(not(docsrs), ci)))] [INFO] [stdout] | ^^ [INFO] [stdout] ... [INFO] [stdout] 240 | re_export_traits!("sum", sum_traits, core::iter, Product, Sum); [INFO] [stdout] | -------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ci)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ci)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `re_export_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `ci` [INFO] [stdout] --> src/extras/lib.rs:158:60 [INFO] [stdout] | [INFO] [stdout] 158 | #[cfg(all(feature = $feature, any(not(docsrs), ci)))] [INFO] [stdout] | ^^ [INFO] [stdout] ... [INFO] [stdout] 240 | re_export_traits!("sum", sum_traits, core::iter, Product, Sum); [INFO] [stdout] | -------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ci)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ci)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `re_export_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `ci` [INFO] [stdout] --> src/extras/lib.rs:152:60 [INFO] [stdout] | [INFO] [stdout] 152 | #[cfg(all(feature = $feature, any(not(docsrs), ci)))] [INFO] [stdout] | ^^ [INFO] [stdout] ... [INFO] [stdout] 242 | re_export_traits!("try_from", try_from_traits, core::convert, TryFrom); [INFO] [stdout] | ---------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ci)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ci)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `re_export_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `ci` [INFO] [stdout] --> src/extras/lib.rs:158:60 [INFO] [stdout] | [INFO] [stdout] 158 | #[cfg(all(feature = $feature, any(not(docsrs), ci)))] [INFO] [stdout] | ^^ [INFO] [stdout] ... [INFO] [stdout] 242 | re_export_traits!("try_from", try_from_traits, core::convert, TryFrom); [INFO] [stdout] | ---------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ci)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ci)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `re_export_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `ci` [INFO] [stdout] --> src/extras/lib.rs:152:60 [INFO] [stdout] | [INFO] [stdout] 152 | #[cfg(all(feature = $feature, any(not(docsrs), ci)))] [INFO] [stdout] | ^^ [INFO] [stdout] ... [INFO] [stdout] 244 | re_export_traits!("try_into", try_into_traits, core::convert, TryInto); [INFO] [stdout] | ---------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ci)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ci)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `re_export_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `ci` [INFO] [stdout] --> src/extras/lib.rs:158:60 [INFO] [stdout] | [INFO] [stdout] 158 | #[cfg(all(feature = $feature, any(not(docsrs), ci)))] [INFO] [stdout] | ^^ [INFO] [stdout] ... [INFO] [stdout] 244 | re_export_traits!("try_into", try_into_traits, core::convert, TryInto); [INFO] [stdout] | ---------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ci)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ci)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `re_export_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `all_traits_and_derives::Unwrap` [INFO] [stdout] --> src/extras/lib.rs:439:13 [INFO] [stdout] | [INFO] [stdout] 439 | pub use all_traits_and_derives::Unwrap; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `extras::*` [INFO] [stdout] --> src/lib.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | use extras::*; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `DeriveInput`, `Error`, `Type`, `adjust_keyword_ident`, `proc_macro2::Span`, `proc_macro::TokenStream`, and `string::ToString` [INFO] [stdout] --> src/lib.rs:12:9 [INFO] [stdout] | [INFO] [stdout] 12 | string::ToString [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 15 | DeriveInput, Error, Type, [INFO] [stdout] | ^^^^^^^^^^^ ^^^^^ ^^^^ [INFO] [stdout] 16 | }, [INFO] [stdout] 17 | proc_macro::TokenStream, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 18 | proc_macro2::Span, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 22 | adjust_keyword_ident, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `enums::create_enum_token_stream` [INFO] [stdout] --> src/constructor/mod.rs:13:5 [INFO] [stdout] | [INFO] [stdout] 13 | use enums::create_enum_token_stream; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `structs::create_struct_token_stream` [INFO] [stdout] --> src/constructor/mod.rs:15:5 [INFO] [stdout] | [INFO] [stdout] 15 | use structs::create_struct_token_stream; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `unions::create_union_token_stream` [INFO] [stdout] --> src/constructor/mod.rs:17:5 [INFO] [stdout] | [INFO] [stdout] 17 | use unions::create_union_token_stream; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `Data`, `DeriveInput`, `TokenStream`, and `parse_macro_input` [INFO] [stdout] --> src/constructor/mod.rs:29:9 [INFO] [stdout] | [INFO] [stdout] 29 | TokenStream, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 41 | parse_macro_input, Data, DeriveInput, Error, Type, Visibility, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ ^^^^ ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `ci` [INFO] [stdout] --> src/extras/lib.rs:48:30 [INFO] [stdout] | [INFO] [stdout] 48 | #![cfg_attr(any(not(docsrs), ci), deny(rustdoc::all))] [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = help: expected names are: `docsrs`, `feature`, and `test` and 31 more [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ci)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ci)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: forbid(non_ascii_idents) is ignored unless specified at crate level [INFO] [stdout] --> src/extras/lib.rs:49:11 [INFO] [stdout] | [INFO] [stdout] 49 | #![forbid(non_ascii_idents, unsafe_code)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_attributes)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `eq` [INFO] [stdout] --> src/extras/lib.rs:81:7 [INFO] [stdout] | [INFO] [stdout] 81 | #[cfg(feature = "eq")] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `add`, `add_assign`, `as_ref`, `constructor`, `debug`, `default`, `deref`, `deref_mut`, `display`, `enums`, `error`, `from`, `from_str`, `full`, `index`, `index_mut`, `into`, `into_iterator`, `is_variant`, `mul`, `mul_assign`, `not`, `shorthand`, `std`, `structs`, `sum`, `try_from`, `try_into`, `try_unwrap`, `unions`, and `unwrap` [INFO] [stdout] = help: consider adding `eq` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `eq` [INFO] [stdout] --> src/extras/lib.rs:458:5 [INFO] [stdout] | [INFO] [stdout] 458 | feature = "eq", [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `add`, `add_assign`, `as_ref`, `constructor`, `debug`, `default`, `deref`, `deref_mut`, `display`, `enums`, `error`, `from`, `from_str`, `full`, `index`, `index_mut`, `into`, `into_iterator`, `is_variant`, `mul`, `mul_assign`, `not`, `shorthand`, `std`, `structs`, `sum`, `try_from`, `try_into`, `try_unwrap`, `unions`, and `unwrap` [INFO] [stdout] = help: consider adding `eq` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `core` [INFO] [stdout] --> src/extras/lib.rs:56:9 [INFO] [stdout] | [INFO] [stdout] 56 | pub use core; [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `eq` [INFO] [stdout] --> src/extras/lib.rs:67:11 [INFO] [stdout] | [INFO] [stdout] 67 | #[cfg(feature = "eq")] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `add`, `add_assign`, `as_ref`, `constructor`, `debug`, `default`, `deref`, `deref_mut`, `display`, `enums`, `error`, `from`, `from_str`, `full`, `index`, `index_mut`, `into`, `into_iterator`, `is_variant`, `mul`, `mul_assign`, `not`, `shorthand`, `std`, `structs`, `sum`, `try_from`, `try_into`, `try_unwrap`, `unions`, and `unwrap` [INFO] [stdout] = help: consider adding `eq` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `eq` [INFO] [stdout] --> src/extras/lib.rs:371:11 [INFO] [stdout] | [INFO] [stdout] 371 | #[cfg(feature = "eq")] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `add`, `add_assign`, `as_ref`, `constructor`, `debug`, `default`, `deref`, `deref_mut`, `display`, `enums`, `error`, `from`, `from_str`, `full`, `index`, `index_mut`, `into`, `into_iterator`, `is_variant`, `mul`, `mul_assign`, `not`, `shorthand`, `std`, `structs`, `sum`, `try_from`, `try_into`, `try_unwrap`, `unions`, and `unwrap` [INFO] [stdout] = help: consider adding `eq` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `eq` [INFO] [stdout] --> src/extras/lib.rs:279:15 [INFO] [stdout] | [INFO] [stdout] 279 | #[cfg(feature = "eq")] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `add`, `add_assign`, `as_ref`, `constructor`, `debug`, `default`, `deref`, `deref_mut`, `display`, `enums`, `error`, `from`, `from_str`, `full`, `index`, `index_mut`, `into`, `into_iterator`, `is_variant`, `mul`, `mul_assign`, `not`, `shorthand`, `std`, `structs`, `sum`, `try_from`, `try_into`, `try_unwrap`, `unions`, and `unwrap` [INFO] [stdout] = help: consider adding `eq` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `ci` [INFO] [stdout] --> src/extras/lib.rs:152:60 [INFO] [stdout] | [INFO] [stdout] 152 | #[cfg(all(feature = $feature, any(not(docsrs), ci)))] [INFO] [stdout] | ^^ [INFO] [stdout] ... [INFO] [stdout] 165 | / re_export_traits!( [INFO] [stdout] 166 | | "add", [INFO] [stdout] 167 | | add_traits, [INFO] [stdout] 168 | | core::ops, [INFO] [stdout] ... | [INFO] [stdout] 173 | | Sub, [INFO] [stdout] 174 | | ); [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ci)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ci)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `re_export_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `ci` [INFO] [stdout] --> src/extras/lib.rs:158:60 [INFO] [stdout] | [INFO] [stdout] 158 | #[cfg(all(feature = $feature, any(not(docsrs), ci)))] [INFO] [stdout] | ^^ [INFO] [stdout] ... [INFO] [stdout] 165 | / re_export_traits!( [INFO] [stdout] 166 | | "add", [INFO] [stdout] 167 | | add_traits, [INFO] [stdout] 168 | | core::ops, [INFO] [stdout] ... | [INFO] [stdout] 173 | | Sub, [INFO] [stdout] 174 | | ); [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ci)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ci)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `re_export_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `ci` [INFO] [stdout] --> src/extras/lib.rs:152:60 [INFO] [stdout] | [INFO] [stdout] 152 | #[cfg(all(feature = $feature, any(not(docsrs), ci)))] [INFO] [stdout] | ^^ [INFO] [stdout] ... [INFO] [stdout] 175 | / re_export_traits!( [INFO] [stdout] 176 | | "add_assign", [INFO] [stdout] 177 | | add_assign_traits, [INFO] [stdout] 178 | | core::ops, [INFO] [stdout] ... | [INFO] [stdout] 183 | | SubAssign, [INFO] [stdout] 184 | | ); [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ci)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ci)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `re_export_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `ci` [INFO] [stdout] --> src/extras/lib.rs:158:60 [INFO] [stdout] | [INFO] [stdout] 158 | #[cfg(all(feature = $feature, any(not(docsrs), ci)))] [INFO] [stdout] | ^^ [INFO] [stdout] ... [INFO] [stdout] 175 | / re_export_traits!( [INFO] [stdout] 176 | | "add_assign", [INFO] [stdout] 177 | | add_assign_traits, [INFO] [stdout] 178 | | core::ops, [INFO] [stdout] ... | [INFO] [stdout] 183 | | SubAssign, [INFO] [stdout] 184 | | ); [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ci)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ci)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `re_export_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `ci` [INFO] [stdout] --> src/extras/lib.rs:152:60 [INFO] [stdout] | [INFO] [stdout] 152 | #[cfg(all(feature = $feature, any(not(docsrs), ci)))] [INFO] [stdout] | ^^ [INFO] [stdout] ... [INFO] [stdout] 185 | re_export_traits!("as_ref", as_ref_traits, core::convert, AsMut, AsRef); [INFO] [stdout] | ----------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ci)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ci)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `re_export_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `ci` [INFO] [stdout] --> src/extras/lib.rs:158:60 [INFO] [stdout] | [INFO] [stdout] 158 | #[cfg(all(feature = $feature, any(not(docsrs), ci)))] [INFO] [stdout] | ^^ [INFO] [stdout] ... [INFO] [stdout] 185 | re_export_traits!("as_ref", as_ref_traits, core::convert, AsMut, AsRef); [INFO] [stdout] | ----------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ci)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ci)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `re_export_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `ci` [INFO] [stdout] --> src/extras/lib.rs:152:60 [INFO] [stdout] | [INFO] [stdout] 152 | #[cfg(all(feature = $feature, any(not(docsrs), ci)))] [INFO] [stdout] | ^^ [INFO] [stdout] ... [INFO] [stdout] 186 | re_export_traits!("debug", debug_traits, core::fmt, Debug); [INFO] [stdout] | ---------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ci)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ci)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `re_export_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `ci` [INFO] [stdout] --> src/extras/lib.rs:158:60 [INFO] [stdout] | [INFO] [stdout] 158 | #[cfg(all(feature = $feature, any(not(docsrs), ci)))] [INFO] [stdout] | ^^ [INFO] [stdout] ... [INFO] [stdout] 186 | re_export_traits!("debug", debug_traits, core::fmt, Debug); [INFO] [stdout] | ---------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ci)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ci)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `re_export_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `ci` [INFO] [stdout] --> src/extras/lib.rs:152:60 [INFO] [stdout] | [INFO] [stdout] 152 | #[cfg(all(feature = $feature, any(not(docsrs), ci)))] [INFO] [stdout] | ^^ [INFO] [stdout] ... [INFO] [stdout] 187 | re_export_traits!("deref", deref_traits, core::ops, Deref); [INFO] [stdout] | ---------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ci)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ci)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `re_export_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `ci` [INFO] [stdout] --> src/extras/lib.rs:158:60 [INFO] [stdout] | [INFO] [stdout] 158 | #[cfg(all(feature = $feature, any(not(docsrs), ci)))] [INFO] [stdout] | ^^ [INFO] [stdout] ... [INFO] [stdout] 187 | re_export_traits!("deref", deref_traits, core::ops, Deref); [INFO] [stdout] | ---------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ci)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ci)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `re_export_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `ci` [INFO] [stdout] --> src/extras/lib.rs:152:60 [INFO] [stdout] | [INFO] [stdout] 152 | #[cfg(all(feature = $feature, any(not(docsrs), ci)))] [INFO] [stdout] | ^^ [INFO] [stdout] ... [INFO] [stdout] 188 | re_export_traits!("deref_mut", deref_mut_traits, core::ops, DerefMut); [INFO] [stdout] | --------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ci)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ci)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `re_export_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `ci` [INFO] [stdout] --> src/extras/lib.rs:158:60 [INFO] [stdout] | [INFO] [stdout] 158 | #[cfg(all(feature = $feature, any(not(docsrs), ci)))] [INFO] [stdout] | ^^ [INFO] [stdout] ... [INFO] [stdout] 188 | re_export_traits!("deref_mut", deref_mut_traits, core::ops, DerefMut); [INFO] [stdout] | --------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ci)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ci)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `re_export_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `ci` [INFO] [stdout] --> src/extras/lib.rs:152:60 [INFO] [stdout] | [INFO] [stdout] 152 | #[cfg(all(feature = $feature, any(not(docsrs), ci)))] [INFO] [stdout] | ^^ [INFO] [stdout] ... [INFO] [stdout] 189 | / re_export_traits!( [INFO] [stdout] 190 | | "display", [INFO] [stdout] 191 | | display_traits, [INFO] [stdout] 192 | | core::fmt, [INFO] [stdout] ... | [INFO] [stdout] 200 | | UpperHex, [INFO] [stdout] 201 | | ); [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ci)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ci)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `re_export_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `ci` [INFO] [stdout] --> src/extras/lib.rs:158:60 [INFO] [stdout] | [INFO] [stdout] 158 | #[cfg(all(feature = $feature, any(not(docsrs), ci)))] [INFO] [stdout] | ^^ [INFO] [stdout] ... [INFO] [stdout] 189 | / re_export_traits!( [INFO] [stdout] 190 | | "display", [INFO] [stdout] 191 | | display_traits, [INFO] [stdout] 192 | | core::fmt, [INFO] [stdout] ... | [INFO] [stdout] 200 | | UpperHex, [INFO] [stdout] 201 | | ); [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ci)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ci)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `re_export_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `eq` [INFO] [stdout] --> src/extras/lib.rs:152:23 [INFO] [stdout] | [INFO] [stdout] 152 | #[cfg(all(feature = $feature, any(not(docsrs), ci)))] [INFO] [stdout] | _______________________^ [INFO] [stdout] 153 | | mod $new_module_name { [INFO] [stdout] 154 | | #[doc(hidden)] [INFO] [stdout] 155 | | pub use $module::{$($traits),*}; [INFO] [stdout] ... | [INFO] [stdout] 203 | | re_export_traits!("eq", eq_traits, core::cmp, Eq, PartialEq); [INFO] [stdout] | |_________---------------------^-------------------------------------- [INFO] [stdout] | | [INFO] [stdout] | in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `add`, `add_assign`, `as_ref`, `constructor`, `debug`, `default`, `deref`, `deref_mut`, `display`, `enums`, `error`, `from`, `from_str`, `full`, `index`, `index_mut`, `into`, `into_iterator`, `is_variant`, `mul`, `mul_assign`, `not`, `shorthand`, `std`, `structs`, `sum`, `try_from`, `try_into`, `try_unwrap`, `unions`, and `unwrap` [INFO] [stdout] = help: consider adding `eq` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `re_export_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `ci` [INFO] [stdout] --> src/extras/lib.rs:152:60 [INFO] [stdout] | [INFO] [stdout] 152 | #[cfg(all(feature = $feature, any(not(docsrs), ci)))] [INFO] [stdout] | ^^ [INFO] [stdout] ... [INFO] [stdout] 203 | re_export_traits!("eq", eq_traits, core::cmp, Eq, PartialEq); [INFO] [stdout] | ------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ci)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ci)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `re_export_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `eq` [INFO] [stdout] --> src/extras/lib.rs:158:23 [INFO] [stdout] | [INFO] [stdout] 158 | #[cfg(all(feature = $feature, any(not(docsrs), ci)))] [INFO] [stdout] | _______________________^ [INFO] [stdout] 159 | | #[doc(hidden)] [INFO] [stdout] 160 | | pub use crate::with_trait::all_traits_and_derives::$new_module_name::*; [INFO] [stdout] ... | [INFO] [stdout] 203 | | re_export_traits!("eq", eq_traits, core::cmp, Eq, PartialEq); [INFO] [stdout] | |_________---------------------^-------------------------------------- [INFO] [stdout] | | [INFO] [stdout] | in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `add`, `add_assign`, `as_ref`, `constructor`, `debug`, `default`, `deref`, `deref_mut`, `display`, `enums`, `error`, `from`, `from_str`, `full`, `index`, `index_mut`, `into`, `into_iterator`, `is_variant`, `mul`, `mul_assign`, `not`, `shorthand`, `std`, `structs`, `sum`, `try_from`, `try_into`, `try_unwrap`, `unions`, and `unwrap` [INFO] [stdout] = help: consider adding `eq` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `re_export_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `ci` [INFO] [stdout] --> src/extras/lib.rs:158:60 [INFO] [stdout] | [INFO] [stdout] 158 | #[cfg(all(feature = $feature, any(not(docsrs), ci)))] [INFO] [stdout] | ^^ [INFO] [stdout] ... [INFO] [stdout] 203 | re_export_traits!("eq", eq_traits, core::cmp, Eq, PartialEq); [INFO] [stdout] | ------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ci)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ci)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `re_export_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `ci` [INFO] [stdout] --> src/extras/lib.rs:152:60 [INFO] [stdout] | [INFO] [stdout] 152 | #[cfg(all(feature = $feature, any(not(docsrs), ci)))] [INFO] [stdout] | ^^ [INFO] [stdout] ... [INFO] [stdout] 205 | re_export_traits!("error", error_traits, core::error, Error); [INFO] [stdout] | ------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ci)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ci)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `re_export_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `ci` [INFO] [stdout] --> src/extras/lib.rs:158:60 [INFO] [stdout] | [INFO] [stdout] 158 | #[cfg(all(feature = $feature, any(not(docsrs), ci)))] [INFO] [stdout] | ^^ [INFO] [stdout] ... [INFO] [stdout] 205 | re_export_traits!("error", error_traits, core::error, Error); [INFO] [stdout] | ------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ci)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ci)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `re_export_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `ci` [INFO] [stdout] --> src/extras/lib.rs:152:60 [INFO] [stdout] | [INFO] [stdout] 152 | #[cfg(all(feature = $feature, any(not(docsrs), ci)))] [INFO] [stdout] | ^^ [INFO] [stdout] ... [INFO] [stdout] 207 | re_export_traits!("from", from_traits, core::convert, From); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ci)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ci)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `re_export_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `ci` [INFO] [stdout] --> src/extras/lib.rs:158:60 [INFO] [stdout] | [INFO] [stdout] 158 | #[cfg(all(feature = $feature, any(not(docsrs), ci)))] [INFO] [stdout] | ^^ [INFO] [stdout] ... [INFO] [stdout] 207 | re_export_traits!("from", from_traits, core::convert, From); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ci)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ci)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `re_export_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `ci` [INFO] [stdout] --> src/extras/lib.rs:152:60 [INFO] [stdout] | [INFO] [stdout] 152 | #[cfg(all(feature = $feature, any(not(docsrs), ci)))] [INFO] [stdout] | ^^ [INFO] [stdout] ... [INFO] [stdout] 209 | re_export_traits!("from_str", from_str_traits, core::str, FromStr); [INFO] [stdout] | ------------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ci)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ci)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `re_export_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `ci` [INFO] [stdout] --> src/extras/lib.rs:158:60 [INFO] [stdout] | [INFO] [stdout] 158 | #[cfg(all(feature = $feature, any(not(docsrs), ci)))] [INFO] [stdout] | ^^ [INFO] [stdout] ... [INFO] [stdout] 209 | re_export_traits!("from_str", from_str_traits, core::str, FromStr); [INFO] [stdout] | ------------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ci)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ci)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `re_export_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `ci` [INFO] [stdout] --> src/extras/lib.rs:152:60 [INFO] [stdout] | [INFO] [stdout] 152 | #[cfg(all(feature = $feature, any(not(docsrs), ci)))] [INFO] [stdout] | ^^ [INFO] [stdout] ... [INFO] [stdout] 211 | re_export_traits!("index", index_traits, core::ops, Index); [INFO] [stdout] | ---------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ci)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ci)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `re_export_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `ci` [INFO] [stdout] --> src/extras/lib.rs:158:60 [INFO] [stdout] | [INFO] [stdout] 158 | #[cfg(all(feature = $feature, any(not(docsrs), ci)))] [INFO] [stdout] | ^^ [INFO] [stdout] ... [INFO] [stdout] 211 | re_export_traits!("index", index_traits, core::ops, Index); [INFO] [stdout] | ---------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ci)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ci)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `re_export_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `ci` [INFO] [stdout] --> src/extras/lib.rs:152:60 [INFO] [stdout] | [INFO] [stdout] 152 | #[cfg(all(feature = $feature, any(not(docsrs), ci)))] [INFO] [stdout] | ^^ [INFO] [stdout] ... [INFO] [stdout] 213 | re_export_traits!("index_mut", index_mut_traits, core::ops, IndexMut); [INFO] [stdout] | --------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ci)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ci)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `re_export_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `ci` [INFO] [stdout] --> src/extras/lib.rs:158:60 [INFO] [stdout] | [INFO] [stdout] 158 | #[cfg(all(feature = $feature, any(not(docsrs), ci)))] [INFO] [stdout] | ^^ [INFO] [stdout] ... [INFO] [stdout] 213 | re_export_traits!("index_mut", index_mut_traits, core::ops, IndexMut); [INFO] [stdout] | --------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ci)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ci)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `re_export_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `ci` [INFO] [stdout] --> src/extras/lib.rs:152:60 [INFO] [stdout] | [INFO] [stdout] 152 | #[cfg(all(feature = $feature, any(not(docsrs), ci)))] [INFO] [stdout] | ^^ [INFO] [stdout] ... [INFO] [stdout] 215 | re_export_traits!("into", into_traits, core::convert, Into); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ci)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ci)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `re_export_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `ci` [INFO] [stdout] --> src/extras/lib.rs:158:60 [INFO] [stdout] | [INFO] [stdout] 158 | #[cfg(all(feature = $feature, any(not(docsrs), ci)))] [INFO] [stdout] | ^^ [INFO] [stdout] ... [INFO] [stdout] 215 | re_export_traits!("into", into_traits, core::convert, Into); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ci)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ci)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `re_export_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `ci` [INFO] [stdout] --> src/extras/lib.rs:152:60 [INFO] [stdout] | [INFO] [stdout] 152 | #[cfg(all(feature = $feature, any(not(docsrs), ci)))] [INFO] [stdout] | ^^ [INFO] [stdout] ... [INFO] [stdout] 217 | / re_export_traits!( [INFO] [stdout] 218 | | "into_iterator", [INFO] [stdout] 219 | | into_iterator_traits, [INFO] [stdout] 220 | | core::iter, [INFO] [stdout] 221 | | IntoIterator, [INFO] [stdout] 222 | | ); [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ci)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ci)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `re_export_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `ci` [INFO] [stdout] --> src/extras/lib.rs:158:60 [INFO] [stdout] | [INFO] [stdout] 158 | #[cfg(all(feature = $feature, any(not(docsrs), ci)))] [INFO] [stdout] | ^^ [INFO] [stdout] ... [INFO] [stdout] 217 | / re_export_traits!( [INFO] [stdout] 218 | | "into_iterator", [INFO] [stdout] 219 | | into_iterator_traits, [INFO] [stdout] 220 | | core::iter, [INFO] [stdout] 221 | | IntoIterator, [INFO] [stdout] 222 | | ); [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ci)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ci)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `re_export_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `ci` [INFO] [stdout] --> src/extras/lib.rs:152:60 [INFO] [stdout] | [INFO] [stdout] 152 | #[cfg(all(feature = $feature, any(not(docsrs), ci)))] [INFO] [stdout] | ^^ [INFO] [stdout] ... [INFO] [stdout] 224 | re_export_traits!("mul", mul_traits, core::ops, Div, Mul, Rem, Shl, Shr); [INFO] [stdout] | ------------------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ci)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ci)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `re_export_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `ci` [INFO] [stdout] --> src/extras/lib.rs:158:60 [INFO] [stdout] | [INFO] [stdout] 158 | #[cfg(all(feature = $feature, any(not(docsrs), ci)))] [INFO] [stdout] | ^^ [INFO] [stdout] ... [INFO] [stdout] 224 | re_export_traits!("mul", mul_traits, core::ops, Div, Mul, Rem, Shl, Shr); [INFO] [stdout] | ------------------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ci)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ci)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `re_export_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `ci` [INFO] [stdout] --> src/extras/lib.rs:152:60 [INFO] [stdout] | [INFO] [stdout] 152 | #[cfg(all(feature = $feature, any(not(docsrs), ci)))] [INFO] [stdout] | ^^ [INFO] [stdout] ... [INFO] [stdout] 238 | re_export_traits!("not", not_traits, core::ops, Neg, Not); [INFO] [stdout] | --------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ci)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ci)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `re_export_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `ci` [INFO] [stdout] --> src/extras/lib.rs:158:60 [INFO] [stdout] | [INFO] [stdout] 158 | #[cfg(all(feature = $feature, any(not(docsrs), ci)))] [INFO] [stdout] | ^^ [INFO] [stdout] ... [INFO] [stdout] 238 | re_export_traits!("not", not_traits, core::ops, Neg, Not); [INFO] [stdout] | --------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ci)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ci)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `re_export_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `ci` [INFO] [stdout] --> src/extras/lib.rs:152:60 [INFO] [stdout] | [INFO] [stdout] 152 | #[cfg(all(feature = $feature, any(not(docsrs), ci)))] [INFO] [stdout] | ^^ [INFO] [stdout] ... [INFO] [stdout] 240 | re_export_traits!("sum", sum_traits, core::iter, Product, Sum); [INFO] [stdout] | -------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ci)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ci)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `re_export_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `ci` [INFO] [stdout] --> src/extras/lib.rs:158:60 [INFO] [stdout] | [INFO] [stdout] 158 | #[cfg(all(feature = $feature, any(not(docsrs), ci)))] [INFO] [stdout] | ^^ [INFO] [stdout] ... [INFO] [stdout] 240 | re_export_traits!("sum", sum_traits, core::iter, Product, Sum); [INFO] [stdout] | -------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ci)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ci)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `re_export_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `ci` [INFO] [stdout] --> src/extras/lib.rs:152:60 [INFO] [stdout] | [INFO] [stdout] 152 | #[cfg(all(feature = $feature, any(not(docsrs), ci)))] [INFO] [stdout] | ^^ [INFO] [stdout] ... [INFO] [stdout] 242 | re_export_traits!("try_from", try_from_traits, core::convert, TryFrom); [INFO] [stdout] | ---------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ci)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ci)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `re_export_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `ci` [INFO] [stdout] --> src/extras/lib.rs:158:60 [INFO] [stdout] | [INFO] [stdout] 158 | #[cfg(all(feature = $feature, any(not(docsrs), ci)))] [INFO] [stdout] | ^^ [INFO] [stdout] ... [INFO] [stdout] 242 | re_export_traits!("try_from", try_from_traits, core::convert, TryFrom); [INFO] [stdout] | ---------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ci)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ci)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `re_export_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `ci` [INFO] [stdout] --> src/extras/lib.rs:152:60 [INFO] [stdout] | [INFO] [stdout] 152 | #[cfg(all(feature = $feature, any(not(docsrs), ci)))] [INFO] [stdout] | ^^ [INFO] [stdout] ... [INFO] [stdout] 244 | re_export_traits!("try_into", try_into_traits, core::convert, TryInto); [INFO] [stdout] | ---------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ci)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ci)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `re_export_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `ci` [INFO] [stdout] --> src/extras/lib.rs:158:60 [INFO] [stdout] | [INFO] [stdout] 158 | #[cfg(all(feature = $feature, any(not(docsrs), ci)))] [INFO] [stdout] | ^^ [INFO] [stdout] ... [INFO] [stdout] 244 | re_export_traits!("try_into", try_into_traits, core::convert, TryInto); [INFO] [stdout] | ---------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ci)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ci)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `re_export_traits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `all_traits_and_derives::Unwrap` [INFO] [stdout] --> src/extras/lib.rs:439:13 [INFO] [stdout] | [INFO] [stdout] 439 | pub use all_traits_and_derives::Unwrap; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `extras::*` [INFO] [stdout] --> src/lib.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | use extras::*; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `DeriveInput`, `Error`, `proc_macro2::Span`, and `proc_macro::TokenStream` [INFO] [stdout] --> src/lib.rs:15:9 [INFO] [stdout] | [INFO] [stdout] 15 | DeriveInput, Error, Type, [INFO] [stdout] | ^^^^^^^^^^^ ^^^^^ [INFO] [stdout] 16 | }, [INFO] [stdout] 17 | proc_macro::TokenStream, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 18 | proc_macro2::Span, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.31s [INFO] running `Command { std: "docker" "inspect" "acc2d3e3b5aebff264183991ac128324c216defe33f4f71155c1f728c76807ce", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "acc2d3e3b5aebff264183991ac128324c216defe33f4f71155c1f728c76807ce", kill_on_drop: false }` [INFO] [stdout] acc2d3e3b5aebff264183991ac128324c216defe33f4f71155c1f728c76807ce