[INFO] fetching crate libc-interface 0.1.2... [INFO] checking libc-interface-0.1.2 against master#350d0ef0ec0493e6d21cfb265cb8211a0e74d766 for pr-145342-1 [INFO] extracting crate libc-interface 0.1.2 into /workspace/builds/worker-4-tc1/source [INFO] started tweaking crates.io crate libc-interface 0.1.2 [INFO] finished tweaking crates.io crate libc-interface 0.1.2 [INFO] tweaked toml for crates.io crate libc-interface 0.1.2 written to /workspace/builds/worker-4-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate libc-interface 0.1.2 on toolchain 350d0ef0ec0493e6d21cfb265cb8211a0e74d766 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/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" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 62d5d43f5f73032dd70c5c65b5a20318c82095a68e2ce59153e6df412072bea8 [INFO] running `Command { std: "docker" "start" "-a" "62d5d43f5f73032dd70c5c65b5a20318c82095a68e2ce59153e6df412072bea8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "62d5d43f5f73032dd70c5c65b5a20318c82095a68e2ce59153e6df412072bea8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "62d5d43f5f73032dd70c5c65b5a20318c82095a68e2ce59153e6df412072bea8", kill_on_drop: false }` [INFO] [stdout] 62d5d43f5f73032dd70c5c65b5a20318c82095a68e2ce59153e6df412072bea8 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/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" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] c39d2290b587e4238076b6dd28fc066bd2b28eaea4299ac7c486a152a567a43b [INFO] running `Command { std: "docker" "start" "-a" "c39d2290b587e4238076b6dd28fc066bd2b28eaea4299ac7c486a152a567a43b", kill_on_drop: false }` [INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024 [INFO] [stderr] Checking libc-interface v0.1.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: unexpected `cfg` condition name: `cross_platform_docs` [INFO] [stdout] --> src/lib.rs:16:13 [INFO] [stdout] | [INFO] [stdout] 16 | #![cfg_attr(cross_platform_docs, feature(no_core, lang_items, const_fn))] [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(cross_platform_docs)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(cross_platform_docs)");` 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: unexpected `cfg` condition name: `cross_platform_docs` [INFO] [stdout] --> src/lib.rs:17:13 [INFO] [stdout] | [INFO] [stdout] 17 | #![cfg_attr(cross_platform_docs, no_core)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [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(cross_platform_docs)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(cross_platform_docs)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `bitrig` [INFO] [stdout] --> src/lib.rs:66:13 [INFO] [stdout] | [INFO] [stdout] 66 | #![cfg_attr(target_os = "bitrig", doc( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `target_os` are: `aix`, `amdhsa`, `android`, `cuda`, `cygwin`, `dragonfly`, `emscripten`, `espidf`, `freebsd`, `fuchsia`, `haiku`, `hermit`, `horizon`, `hurd`, `illumos`, `ios`, `l4re`, `linux`, `lynxos178`, `macos`, `netbsd`, `none`, `nto`, `nuttx`, `openbsd`, `psp`, `psx`, `redox`, `rtems`, `solaris`, `solid_asp3`, `teeos`, `trusty`, `tvos`, and `uefi` and 10 more [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `asmjs` [INFO] [stdout] --> src/lib.rs:78:43 [INFO] [stdout] | [INFO] [stdout] 78 | #![cfg_attr(all(target_os = "emscripten", target_arch = "asmjs"), doc( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `target_arch` are: `aarch64`, `amdgpu`, `arm`, `arm64ec`, `avr`, `bpf`, `csky`, `hexagon`, `loongarch32`, `loongarch64`, `m68k`, `mips`, `mips32r6`, `mips64`, `mips64r6`, `msp430`, `nvptx64`, `powerpc`, `powerpc64`, `riscv32`, `riscv64`, `s390x`, `sparc`, `sparc64`, `wasm32`, `wasm64`, `x86`, `x86_64`, and `xtensa` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `stdbuild` [INFO] [stdout] --> src/lib.rs:89:13 [INFO] [stdout] | [INFO] [stdout] 89 | #![cfg_attr(feature = "stdbuild", feature(staged_api, cfg_target_vendor))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `align` and `default` [INFO] [stdout] = help: consider adding `stdbuild` 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: `stdbuild` [INFO] [stdout] --> src/lib.rs:90:13 [INFO] [stdout] | [INFO] [stdout] 90 | #![cfg_attr(feature = "stdbuild", feature(link_cfg, repr_packed))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `align` and `default` [INFO] [stdout] = help: consider adding `stdbuild` 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: `stdbuild` [INFO] [stdout] --> src/lib.rs:91:13 [INFO] [stdout] | [INFO] [stdout] 91 | #![cfg_attr(feature = "stdbuild", allow(warnings))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `align` and `default` [INFO] [stdout] = help: consider adding `stdbuild` 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: `stdbuild` [INFO] [stdout] --> src/lib.rs:92:13 [INFO] [stdout] | [INFO] [stdout] 92 | #![cfg_attr(feature = "stdbuild", unstable(feature = "libc", [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `align` and `default` [INFO] [stdout] = help: consider adding `stdbuild` 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: `cloudabi` [INFO] [stdout] --> src/lib.rs:153:21 [INFO] [stdout] | [INFO] [stdout] 153 | } else if #[cfg(target_os = "cloudabi")] { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `target_os` are: `aix`, `amdhsa`, `android`, `cuda`, `cygwin`, `dragonfly`, `emscripten`, `espidf`, `freebsd`, `fuchsia`, `haiku`, `hermit`, `horizon`, `hurd`, `illumos`, `ios`, `l4re`, `linux`, `lynxos178`, `macos`, `netbsd`, `none`, `nto`, `nuttx`, `openbsd`, `psp`, `psx`, `redox`, `rtems`, `solaris`, `solid_asp3`, `teeos`, `trusty`, `tvos`, and `uefi` and 10 more [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `cross_platform_docs` [INFO] [stdout] --> src/dox.rs:3:11 [INFO] [stdout] | [INFO] [stdout] 3 | #[cfg(not(cross_platform_docs))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [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(cross_platform_docs)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(cross_platform_docs)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `cross_platform_docs` [INFO] [stdout] --> src/dox.rs:12:7 [INFO] [stdout] | [INFO] [stdout] 12 | #[cfg(cross_platform_docs)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [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(cross_platform_docs)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(cross_platform_docs)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `core::clone::Clone` [INFO] [stdout] --> src/dox.rs:6:13 [INFO] [stdout] | [INFO] [stdout] 6 | pub use core::clone::Clone; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `Eq` and `PartialEq` [INFO] [stdout] --> src/dox.rs:7:25 [INFO] [stdout] | [INFO] [stdout] 7 | pub use core::cmp::{PartialEq, Eq}; [INFO] [stdout] | ^^^^^^^^^ ^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `core::marker::Copy` [INFO] [stdout] --> src/dox.rs:8:13 [INFO] [stdout] | [INFO] [stdout] 8 | pub use core::marker::Copy; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `bitrig` [INFO] [stdout] --> src/unix/mod.rs:298:25 [INFO] [stdout] | [INFO] [stdout] 298 | target_os = "bitrig"))] { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `target_os` are: `aix`, `amdhsa`, `android`, `cuda`, `cygwin`, `dragonfly`, `emscripten`, `espidf`, `freebsd`, `fuchsia`, `haiku`, `hermit`, `horizon`, `hurd`, `illumos`, `ios`, `l4re`, `linux`, `lynxos178`, `macos`, `netbsd`, `none`, `nto`, `nuttx`, `openbsd`, `psp`, `psx`, `redox`, `rtems`, `solaris`, `solid_asp3`, `teeos`, `trusty`, `tvos`, and `uefi` and 10 more [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `cross_platform_docs` [INFO] [stdout] --> src/macros.rs:53:19 [INFO] [stdout] | [INFO] [stdout] 53 | #[cfg(not(cross_platform_docs))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/unix/notbsd/mod.rs:979:1 [INFO] [stdout] | [INFO] [stdout] 979 | / f! { [INFO] [stdout] 980 | | pub fn FD_CLR(fd: ::c_int, set: *mut fd_set) -> () { [INFO] [stdout] 981 | | let fd = fd as usize; [INFO] [stdout] 982 | | let size = mem::size_of_val(&(*set).fds_bits[0]) * 8; [INFO] [stdout] ... | [INFO] [stdout] 1053 | | } [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(cross_platform_docs)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(cross_platform_docs)");` 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 `f` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `cross_platform_docs` [INFO] [stdout] --> src/macros.rs:58:15 [INFO] [stdout] | [INFO] [stdout] 58 | #[cfg(cross_platform_docs)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/unix/notbsd/mod.rs:979:1 [INFO] [stdout] | [INFO] [stdout] 979 | / f! { [INFO] [stdout] 980 | | pub fn FD_CLR(fd: ::c_int, set: *mut fd_set) -> () { [INFO] [stdout] 981 | | let fd = fd as usize; [INFO] [stdout] 982 | | let size = mem::size_of_val(&(*set).fds_bits[0]) * 8; [INFO] [stdout] ... | [INFO] [stdout] 1053 | | } [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(cross_platform_docs)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(cross_platform_docs)");` 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 `f` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/unix/notbsd/mod.rs:371:36 [INFO] [stdout] | [INFO] [stdout] 371 | pub const LC_CTYPE_MASK: ::c_int = (1 << LC_CTYPE); [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` on by default [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 371 - pub const LC_CTYPE_MASK: ::c_int = (1 << LC_CTYPE); [INFO] [stdout] 371 + pub const LC_CTYPE_MASK: ::c_int = 1 << LC_CTYPE; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/unix/notbsd/mod.rs:372:38 [INFO] [stdout] | [INFO] [stdout] 372 | pub const LC_NUMERIC_MASK: ::c_int = (1 << LC_NUMERIC); [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 372 - pub const LC_NUMERIC_MASK: ::c_int = (1 << LC_NUMERIC); [INFO] [stdout] 372 + pub const LC_NUMERIC_MASK: ::c_int = 1 << LC_NUMERIC; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/unix/notbsd/mod.rs:373:35 [INFO] [stdout] | [INFO] [stdout] 373 | pub const LC_TIME_MASK: ::c_int = (1 << LC_TIME); [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 373 - pub const LC_TIME_MASK: ::c_int = (1 << LC_TIME); [INFO] [stdout] 373 + pub const LC_TIME_MASK: ::c_int = 1 << LC_TIME; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `cross_platform_docs` [INFO] [stdout] --> src/lib.rs:16:13 [INFO] [stdout] | [INFO] [stdout] 16 | #![cfg_attr(cross_platform_docs, feature(no_core, lang_items, const_fn))] [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(cross_platform_docs)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(cross_platform_docs)");` 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: unnecessary parentheses around assigned value [INFO] [stdout] --> src/unix/notbsd/mod.rs:374:38 [INFO] [stdout] | [INFO] [stdout] 374 | pub const LC_COLLATE_MASK: ::c_int = (1 << LC_COLLATE); [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 374 - pub const LC_COLLATE_MASK: ::c_int = (1 << LC_COLLATE); [INFO] [stdout] 374 + pub const LC_COLLATE_MASK: ::c_int = 1 << LC_COLLATE; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `cross_platform_docs` [INFO] [stdout] --> src/lib.rs:17:13 [INFO] [stdout] | [INFO] [stdout] 17 | #![cfg_attr(cross_platform_docs, no_core)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [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(cross_platform_docs)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(cross_platform_docs)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `bitrig` [INFO] [stdout] --> src/lib.rs:66:13 [INFO] [stdout] | [INFO] [stdout] 66 | #![cfg_attr(target_os = "bitrig", doc( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `target_os` are: `aix`, `amdhsa`, `android`, `cuda`, `cygwin`, `dragonfly`, `emscripten`, `espidf`, `freebsd`, `fuchsia`, `haiku`, `hermit`, `horizon`, `hurd`, `illumos`, `ios`, `l4re`, `linux`, `lynxos178`, `macos`, `netbsd`, `none`, `nto`, `nuttx`, `openbsd`, `psp`, `psx`, `redox`, `rtems`, `solaris`, `solid_asp3`, `teeos`, `trusty`, `tvos`, and `uefi` and 10 more [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `asmjs` [INFO] [stdout] --> src/lib.rs:78:43 [INFO] [stdout] | [INFO] [stdout] 78 | #![cfg_attr(all(target_os = "emscripten", target_arch = "asmjs"), doc( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `target_arch` are: `aarch64`, `amdgpu`, `arm`, `arm64ec`, `avr`, `bpf`, `csky`, `hexagon`, `loongarch32`, `loongarch64`, `m68k`, `mips`, `mips32r6`, `mips64`, `mips64r6`, `msp430`, `nvptx64`, `powerpc`, `powerpc64`, `riscv32`, `riscv64`, `s390x`, `sparc`, `sparc64`, `wasm32`, `wasm64`, `x86`, `x86_64`, and `xtensa` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `stdbuild` [INFO] [stdout] --> src/lib.rs:89:13 [INFO] [stdout] | [INFO] [stdout] 89 | #![cfg_attr(feature = "stdbuild", feature(staged_api, cfg_target_vendor))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `align` and `default` [INFO] [stdout] = help: consider adding `stdbuild` 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: `stdbuild` [INFO] [stdout] --> src/lib.rs:90:13 [INFO] [stdout] | [INFO] [stdout] 90 | #![cfg_attr(feature = "stdbuild", feature(link_cfg, repr_packed))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `align` and `default` [INFO] [stdout] = help: consider adding `stdbuild` 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: `stdbuild` [INFO] [stdout] --> src/lib.rs:91:13 [INFO] [stdout] | [INFO] [stdout] 91 | #![cfg_attr(feature = "stdbuild", allow(warnings))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `align` and `default` [INFO] [stdout] = help: consider adding `stdbuild` 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: `stdbuild` [INFO] [stdout] --> src/lib.rs:92:13 [INFO] [stdout] | [INFO] [stdout] 92 | #![cfg_attr(feature = "stdbuild", unstable(feature = "libc", [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `align` and `default` [INFO] [stdout] = help: consider adding `stdbuild` 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: `cloudabi` [INFO] [stdout] --> src/lib.rs:153:21 [INFO] [stdout] | [INFO] [stdout] 153 | } else if #[cfg(target_os = "cloudabi")] { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `target_os` are: `aix`, `amdhsa`, `android`, `cuda`, `cygwin`, `dragonfly`, `emscripten`, `espidf`, `freebsd`, `fuchsia`, `haiku`, `hermit`, `horizon`, `hurd`, `illumos`, `ios`, `l4re`, `linux`, `lynxos178`, `macos`, `netbsd`, `none`, `nto`, `nuttx`, `openbsd`, `psp`, `psx`, `redox`, `rtems`, `solaris`, `solid_asp3`, `teeos`, `trusty`, `tvos`, and `uefi` and 10 more [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `cross_platform_docs` [INFO] [stdout] --> src/dox.rs:3:11 [INFO] [stdout] | [INFO] [stdout] 3 | #[cfg(not(cross_platform_docs))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [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(cross_platform_docs)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(cross_platform_docs)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/unix/notbsd/mod.rs:375:39 [INFO] [stdout] | [INFO] [stdout] 375 | pub const LC_MONETARY_MASK: ::c_int = (1 << LC_MONETARY); [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 375 - pub const LC_MONETARY_MASK: ::c_int = (1 << LC_MONETARY); [INFO] [stdout] 375 + pub const LC_MONETARY_MASK: ::c_int = 1 << LC_MONETARY; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `cross_platform_docs` [INFO] [stdout] --> src/dox.rs:12:7 [INFO] [stdout] | [INFO] [stdout] 12 | #[cfg(cross_platform_docs)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [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(cross_platform_docs)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(cross_platform_docs)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/unix/notbsd/mod.rs:376:39 [INFO] [stdout] | [INFO] [stdout] 376 | pub const LC_MESSAGES_MASK: ::c_int = (1 << LC_MESSAGES); [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 376 - pub const LC_MESSAGES_MASK: ::c_int = (1 << LC_MESSAGES); [INFO] [stdout] 376 + pub const LC_MESSAGES_MASK: ::c_int = 1 << LC_MESSAGES; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `core::clone::Clone` [INFO] [stdout] --> src/dox.rs:6:13 [INFO] [stdout] | [INFO] [stdout] 6 | pub use core::clone::Clone; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/unix/notbsd/mod.rs:885:27 [INFO] [stdout] | [INFO] [stdout] 885 | pub const IPOPT_END: u8 = (0 |IPOPT_CONTROL); [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 885 - pub const IPOPT_END: u8 = (0 |IPOPT_CONTROL); [INFO] [stdout] 885 + pub const IPOPT_END: u8 = 0 |IPOPT_CONTROL; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/unix/notbsd/mod.rs:886:28 [INFO] [stdout] | [INFO] [stdout] 886 | pub const IPOPT_NOOP: u8 = (1 |IPOPT_CONTROL); [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 886 - pub const IPOPT_NOOP: u8 = (1 |IPOPT_CONTROL); [INFO] [stdout] 886 + pub const IPOPT_NOOP: u8 = 1 |IPOPT_CONTROL; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/unix/notbsd/mod.rs:887:27 [INFO] [stdout] | [INFO] [stdout] 887 | pub const IPOPT_SEC: u8 = (2 |IPOPT_CONTROL|IPOPT_COPY); [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 887 - pub const IPOPT_SEC: u8 = (2 |IPOPT_CONTROL|IPOPT_COPY); [INFO] [stdout] 887 + pub const IPOPT_SEC: u8 = 2 |IPOPT_CONTROL|IPOPT_COPY; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `Eq` and `PartialEq` [INFO] [stdout] --> src/dox.rs:7:25 [INFO] [stdout] | [INFO] [stdout] 7 | pub use core::cmp::{PartialEq, Eq}; [INFO] [stdout] | ^^^^^^^^^ ^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/unix/notbsd/mod.rs:888:28 [INFO] [stdout] | [INFO] [stdout] 888 | pub const IPOPT_LSRR: u8 = (3 |IPOPT_CONTROL|IPOPT_COPY); [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 888 - pub const IPOPT_LSRR: u8 = (3 |IPOPT_CONTROL|IPOPT_COPY); [INFO] [stdout] 888 + pub const IPOPT_LSRR: u8 = 3 |IPOPT_CONTROL|IPOPT_COPY; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/unix/notbsd/mod.rs:889:33 [INFO] [stdout] | [INFO] [stdout] 889 | pub const IPOPT_TIMESTAMP: u8 = (4 |IPOPT_MEASUREMENT); [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 889 - pub const IPOPT_TIMESTAMP: u8 = (4 |IPOPT_MEASUREMENT); [INFO] [stdout] 889 + pub const IPOPT_TIMESTAMP: u8 = 4 |IPOPT_MEASUREMENT; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `core::marker::Copy` [INFO] [stdout] --> src/dox.rs:8:13 [INFO] [stdout] | [INFO] [stdout] 8 | pub use core::marker::Copy; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/unix/notbsd/mod.rs:890:26 [INFO] [stdout] | [INFO] [stdout] 890 | pub const IPOPT_RR: u8 = (7 |IPOPT_CONTROL); [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 890 - pub const IPOPT_RR: u8 = (7 |IPOPT_CONTROL); [INFO] [stdout] 890 + pub const IPOPT_RR: u8 = 7 |IPOPT_CONTROL; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/unix/notbsd/mod.rs:891:27 [INFO] [stdout] | [INFO] [stdout] 891 | pub const IPOPT_SID: u8 = (8 |IPOPT_CONTROL|IPOPT_COPY); [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 891 - pub const IPOPT_SID: u8 = (8 |IPOPT_CONTROL|IPOPT_COPY); [INFO] [stdout] 891 + pub const IPOPT_SID: u8 = 8 |IPOPT_CONTROL|IPOPT_COPY; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/unix/notbsd/mod.rs:892:28 [INFO] [stdout] | [INFO] [stdout] 892 | pub const IPOPT_SSRR: u8 = (9 |IPOPT_CONTROL|IPOPT_COPY); [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 892 - pub const IPOPT_SSRR: u8 = (9 |IPOPT_CONTROL|IPOPT_COPY); [INFO] [stdout] 892 + pub const IPOPT_SSRR: u8 = 9 |IPOPT_CONTROL|IPOPT_COPY; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/unix/notbsd/mod.rs:893:26 [INFO] [stdout] | [INFO] [stdout] 893 | pub const IPOPT_RA: u8 = (20|IPOPT_CONTROL|IPOPT_COPY); [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 893 - pub const IPOPT_RA: u8 = (20|IPOPT_CONTROL|IPOPT_COPY); [INFO] [stdout] 893 + pub const IPOPT_RA: u8 = 20|IPOPT_CONTROL|IPOPT_COPY; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `bitrig` [INFO] [stdout] --> src/unix/mod.rs:298:25 [INFO] [stdout] | [INFO] [stdout] 298 | target_os = "bitrig"))] { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `target_os` are: `aix`, `amdhsa`, `android`, `cuda`, `cygwin`, `dragonfly`, `emscripten`, `espidf`, `freebsd`, `fuchsia`, `haiku`, `hermit`, `horizon`, `hurd`, `illumos`, `ios`, `l4re`, `linux`, `lynxos178`, `macos`, `netbsd`, `none`, `nto`, `nuttx`, `openbsd`, `psp`, `psx`, `redox`, `rtems`, `solaris`, `solid_asp3`, `teeos`, `trusty`, `tvos`, and `uefi` and 10 more [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/macros.rs:54:20 [INFO] [stdout] | [INFO] [stdout] 54 | pub unsafe extern fn $i($($arg: $argty),*) -> $ret { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] | [INFO] [stdout] ::: src/unix/notbsd/mod.rs:979:1 [INFO] [stdout] | [INFO] [stdout] 979 | / f! { [INFO] [stdout] 980 | | pub fn FD_CLR(fd: ::c_int, set: *mut fd_set) -> () { [INFO] [stdout] 981 | | let fd = fd as usize; [INFO] [stdout] 982 | | let size = mem::size_of_val(&(*set).fds_bits[0]) * 8; [INFO] [stdout] ... | [INFO] [stdout] 1053 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(missing_abi)]` on by default [INFO] [stdout] = note: this warning originates in the macro `f` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary trailing semicolon [INFO] [stdout] --> src/macros.rs:55:21 [INFO] [stdout] | [INFO] [stdout] 55 | $($body);* [INFO] [stdout] | ^ help: remove this semicolon [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(redundant_semicolons)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `features` [INFO] [stdout] --> src/unix/notbsd/linux/mod.rs:157:23 [INFO] [stdout] | [INFO] [stdout] 157 | #[cfg(all(not(features = "align"), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] help: there is a config with a similar name and value [INFO] [stdout] | [INFO] [stdout] 157 - #[cfg(all(not(features = "align"), [INFO] [stdout] 157 + #[cfg(all(not(feature = "align"), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `features` [INFO] [stdout] --> src/unix/notbsd/linux/mod.rs:163:23 [INFO] [stdout] | [INFO] [stdout] 163 | #[cfg(all(not(features = "align"), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] help: there is a config with a similar name and value [INFO] [stdout] | [INFO] [stdout] 163 - #[cfg(all(not(features = "align"), [INFO] [stdout] 163 + #[cfg(all(not(feature = "align"), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `cross_platform_docs` [INFO] [stdout] --> src/macros.rs:53:19 [INFO] [stdout] | [INFO] [stdout] 53 | #[cfg(not(cross_platform_docs))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/unix/notbsd/linux/mod.rs:1579:1 [INFO] [stdout] | [INFO] [stdout] 1579 | / f! { [INFO] [stdout] 1580 | | pub fn CPU_ZERO(cpuset: &mut cpu_set_t) -> () { [INFO] [stdout] 1581 | | for slot in cpuset.bits.iter_mut() { [INFO] [stdout] 1582 | | *slot = 0; [INFO] [stdout] ... | [INFO] [stdout] 1650 | | } [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(cross_platform_docs)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(cross_platform_docs)");` 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 `f` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `cross_platform_docs` [INFO] [stdout] --> src/macros.rs:58:15 [INFO] [stdout] | [INFO] [stdout] 58 | #[cfg(cross_platform_docs)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/unix/notbsd/linux/mod.rs:1579:1 [INFO] [stdout] | [INFO] [stdout] 1579 | / f! { [INFO] [stdout] 1580 | | pub fn CPU_ZERO(cpuset: &mut cpu_set_t) -> () { [INFO] [stdout] 1581 | | for slot in cpuset.bits.iter_mut() { [INFO] [stdout] 1582 | | *slot = 0; [INFO] [stdout] ... | [INFO] [stdout] 1650 | | } [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(cross_platform_docs)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(cross_platform_docs)");` 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 `f` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/macros.rs:54:20 [INFO] [stdout] | [INFO] [stdout] 54 | pub unsafe extern fn $i($($arg: $argty),*) -> $ret { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] | [INFO] [stdout] ::: src/unix/notbsd/linux/mod.rs:1579:1 [INFO] [stdout] | [INFO] [stdout] 1579 | / f! { [INFO] [stdout] 1580 | | pub fn CPU_ZERO(cpuset: &mut cpu_set_t) -> () { [INFO] [stdout] 1581 | | for slot in cpuset.bits.iter_mut() { [INFO] [stdout] 1582 | | *slot = 0; [INFO] [stdout] ... | [INFO] [stdout] 1650 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `f` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `cross_platform_docs` [INFO] [stdout] --> src/macros.rs:53:19 [INFO] [stdout] | [INFO] [stdout] 53 | #[cfg(not(cross_platform_docs))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/unix/notbsd/linux/other/mod.rs:844:1 [INFO] [stdout] | [INFO] [stdout] 844 | / f! { [INFO] [stdout] 845 | | pub fn NLA_ALIGN(len: ::c_int) -> ::c_int { [INFO] [stdout] 846 | | return ((len) + NLA_ALIGNTO - 1) & !(NLA_ALIGNTO - 1) [INFO] [stdout] 847 | | } [INFO] [stdout] 848 | | } [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(cross_platform_docs)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(cross_platform_docs)");` 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 `f` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `cross_platform_docs` [INFO] [stdout] --> src/macros.rs:58:15 [INFO] [stdout] | [INFO] [stdout] 58 | #[cfg(cross_platform_docs)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/unix/notbsd/linux/other/mod.rs:844:1 [INFO] [stdout] | [INFO] [stdout] 844 | / f! { [INFO] [stdout] 845 | | pub fn NLA_ALIGN(len: ::c_int) -> ::c_int { [INFO] [stdout] 846 | | return ((len) + NLA_ALIGNTO - 1) & !(NLA_ALIGNTO - 1) [INFO] [stdout] 847 | | } [INFO] [stdout] 848 | | } [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(cross_platform_docs)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(cross_platform_docs)");` 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 `f` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/unix/notbsd/linux/other/mod.rs:74:40 [INFO] [stdout] | [INFO] [stdout] 74 | pub sa_restorer: ::dox::Option, [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/unix/notbsd/linux/other/mod.rs:288:36 [INFO] [stdout] | [INFO] [stdout] 288 | pub const LC_PAPER_MASK: ::c_int = (1 << LC_PAPER); [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 288 - pub const LC_PAPER_MASK: ::c_int = (1 << LC_PAPER); [INFO] [stdout] 288 + pub const LC_PAPER_MASK: ::c_int = 1 << LC_PAPER; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/unix/notbsd/linux/other/mod.rs:289:35 [INFO] [stdout] | [INFO] [stdout] 289 | pub const LC_NAME_MASK: ::c_int = (1 << LC_NAME); [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 289 - pub const LC_NAME_MASK: ::c_int = (1 << LC_NAME); [INFO] [stdout] 289 + pub const LC_NAME_MASK: ::c_int = 1 << LC_NAME; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/unix/notbsd/linux/other/mod.rs:290:38 [INFO] [stdout] | [INFO] [stdout] 290 | pub const LC_ADDRESS_MASK: ::c_int = (1 << LC_ADDRESS); [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 290 - pub const LC_ADDRESS_MASK: ::c_int = (1 << LC_ADDRESS); [INFO] [stdout] 290 + pub const LC_ADDRESS_MASK: ::c_int = 1 << LC_ADDRESS; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/unix/notbsd/linux/other/mod.rs:291:40 [INFO] [stdout] | [INFO] [stdout] 291 | pub const LC_TELEPHONE_MASK: ::c_int = (1 << LC_TELEPHONE); [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 291 - pub const LC_TELEPHONE_MASK: ::c_int = (1 << LC_TELEPHONE); [INFO] [stdout] 291 + pub const LC_TELEPHONE_MASK: ::c_int = 1 << LC_TELEPHONE; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/unix/notbsd/linux/other/mod.rs:292:42 [INFO] [stdout] | [INFO] [stdout] 292 | pub const LC_MEASUREMENT_MASK: ::c_int = (1 << LC_MEASUREMENT); [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 292 - pub const LC_MEASUREMENT_MASK: ::c_int = (1 << LC_MEASUREMENT); [INFO] [stdout] 292 + pub const LC_MEASUREMENT_MASK: ::c_int = 1 << LC_MEASUREMENT; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/unix/notbsd/linux/other/mod.rs:293:45 [INFO] [stdout] | [INFO] [stdout] 293 | pub const LC_IDENTIFICATION_MASK: ::c_int = (1 << LC_IDENTIFICATION); [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 293 - pub const LC_IDENTIFICATION_MASK: ::c_int = (1 << LC_IDENTIFICATION); [INFO] [stdout] 293 + pub const LC_IDENTIFICATION_MASK: ::c_int = 1 << LC_IDENTIFICATION; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/unix/notbsd/linux/other/mod.rs:739:39 [INFO] [stdout] | [INFO] [stdout] 739 | pub const NFT_LOOKUP_F_INV: ::c_int = (1 << 0); [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 739 - pub const NFT_LOOKUP_F_INV: ::c_int = (1 << 0); [INFO] [stdout] 739 + pub const NFT_LOOKUP_F_INV: ::c_int = 1 << 0; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/unix/notbsd/linux/other/mod.rs:744:39 [INFO] [stdout] | [INFO] [stdout] 744 | pub const NFT_DYNSET_F_INV: ::c_int = (1 << 0); [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 744 - pub const NFT_DYNSET_F_INV: ::c_int = (1 << 0); [INFO] [stdout] 744 + pub const NFT_DYNSET_F_INV: ::c_int = 1 << 0; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/unix/notbsd/linux/other/mod.rs:799:38 [INFO] [stdout] | [INFO] [stdout] 799 | pub const NFT_LIMIT_F_INV: ::c_int = (1 << 0); [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 799 - pub const NFT_LIMIT_F_INV: ::c_int = (1 << 0); [INFO] [stdout] 799 + pub const NFT_LIMIT_F_INV: ::c_int = 1 << 0; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/unix/notbsd/linux/other/mod.rs:805:38 [INFO] [stdout] | [INFO] [stdout] 805 | pub const NFT_QUOTA_F_INV: ::c_int = (1 << 0); [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 805 - pub const NFT_QUOTA_F_INV: ::c_int = (1 << 0); [INFO] [stdout] 805 + pub const NFT_QUOTA_F_INV: ::c_int = 1 << 0; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/macros.rs:54:20 [INFO] [stdout] | [INFO] [stdout] 54 | pub unsafe extern fn $i($($arg: $argty),*) -> $ret { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] | [INFO] [stdout] ::: src/unix/notbsd/linux/other/mod.rs:844:1 [INFO] [stdout] | [INFO] [stdout] 844 | / f! { [INFO] [stdout] 845 | | pub fn NLA_ALIGN(len: ::c_int) -> ::c_int { [INFO] [stdout] 846 | | return ((len) + NLA_ALIGNTO - 1) & !(NLA_ALIGNTO - 1) [INFO] [stdout] 847 | | } [INFO] [stdout] 848 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `f` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `cross_platform_docs` [INFO] [stdout] --> src/macros.rs:53:19 [INFO] [stdout] | [INFO] [stdout] 53 | #[cfg(not(cross_platform_docs))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/unix/notbsd/mod.rs:979:1 [INFO] [stdout] | [INFO] [stdout] 979 | / f! { [INFO] [stdout] 980 | | pub fn FD_CLR(fd: ::c_int, set: *mut fd_set) -> () { [INFO] [stdout] 981 | | let fd = fd as usize; [INFO] [stdout] 982 | | let size = mem::size_of_val(&(*set).fds_bits[0]) * 8; [INFO] [stdout] ... | [INFO] [stdout] 1053 | | } [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(cross_platform_docs)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(cross_platform_docs)");` 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 `f` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `cross_platform_docs` [INFO] [stdout] --> src/macros.rs:58:15 [INFO] [stdout] | [INFO] [stdout] 58 | #[cfg(cross_platform_docs)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/unix/notbsd/mod.rs:979:1 [INFO] [stdout] | [INFO] [stdout] 979 | / f! { [INFO] [stdout] 980 | | pub fn FD_CLR(fd: ::c_int, set: *mut fd_set) -> () { [INFO] [stdout] 981 | | let fd = fd as usize; [INFO] [stdout] 982 | | let size = mem::size_of_val(&(*set).fds_bits[0]) * 8; [INFO] [stdout] ... | [INFO] [stdout] 1053 | | } [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(cross_platform_docs)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(cross_platform_docs)");` 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 `f` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/unix/notbsd/mod.rs:371:36 [INFO] [stdout] | [INFO] [stdout] 371 | pub const LC_CTYPE_MASK: ::c_int = (1 << LC_CTYPE); [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` on by default [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 371 - pub const LC_CTYPE_MASK: ::c_int = (1 << LC_CTYPE); [INFO] [stdout] 371 + pub const LC_CTYPE_MASK: ::c_int = 1 << LC_CTYPE; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/unix/notbsd/mod.rs:372:38 [INFO] [stdout] | [INFO] [stdout] 372 | pub const LC_NUMERIC_MASK: ::c_int = (1 << LC_NUMERIC); [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 372 - pub const LC_NUMERIC_MASK: ::c_int = (1 << LC_NUMERIC); [INFO] [stdout] 372 + pub const LC_NUMERIC_MASK: ::c_int = 1 << LC_NUMERIC; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/unix/notbsd/mod.rs:373:35 [INFO] [stdout] | [INFO] [stdout] 373 | pub const LC_TIME_MASK: ::c_int = (1 << LC_TIME); [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 373 - pub const LC_TIME_MASK: ::c_int = (1 << LC_TIME); [INFO] [stdout] 373 + pub const LC_TIME_MASK: ::c_int = 1 << LC_TIME; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/unix/notbsd/mod.rs:374:38 [INFO] [stdout] | [INFO] [stdout] 374 | pub const LC_COLLATE_MASK: ::c_int = (1 << LC_COLLATE); [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 374 - pub const LC_COLLATE_MASK: ::c_int = (1 << LC_COLLATE); [INFO] [stdout] 374 + pub const LC_COLLATE_MASK: ::c_int = 1 << LC_COLLATE; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/unix/notbsd/mod.rs:375:39 [INFO] [stdout] | [INFO] [stdout] 375 | pub const LC_MONETARY_MASK: ::c_int = (1 << LC_MONETARY); [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 375 - pub const LC_MONETARY_MASK: ::c_int = (1 << LC_MONETARY); [INFO] [stdout] 375 + pub const LC_MONETARY_MASK: ::c_int = 1 << LC_MONETARY; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/unix/notbsd/mod.rs:376:39 [INFO] [stdout] | [INFO] [stdout] 376 | pub const LC_MESSAGES_MASK: ::c_int = (1 << LC_MESSAGES); [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 376 - pub const LC_MESSAGES_MASK: ::c_int = (1 << LC_MESSAGES); [INFO] [stdout] 376 + pub const LC_MESSAGES_MASK: ::c_int = 1 << LC_MESSAGES; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/unix/notbsd/mod.rs:885:27 [INFO] [stdout] | [INFO] [stdout] 885 | pub const IPOPT_END: u8 = (0 |IPOPT_CONTROL); [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 885 - pub const IPOPT_END: u8 = (0 |IPOPT_CONTROL); [INFO] [stdout] 885 + pub const IPOPT_END: u8 = 0 |IPOPT_CONTROL; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/unix/notbsd/mod.rs:886:28 [INFO] [stdout] | [INFO] [stdout] 886 | pub const IPOPT_NOOP: u8 = (1 |IPOPT_CONTROL); [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 886 - pub const IPOPT_NOOP: u8 = (1 |IPOPT_CONTROL); [INFO] [stdout] 886 + pub const IPOPT_NOOP: u8 = 1 |IPOPT_CONTROL; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/unix/notbsd/mod.rs:887:27 [INFO] [stdout] | [INFO] [stdout] 887 | pub const IPOPT_SEC: u8 = (2 |IPOPT_CONTROL|IPOPT_COPY); [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 887 - pub const IPOPT_SEC: u8 = (2 |IPOPT_CONTROL|IPOPT_COPY); [INFO] [stdout] 887 + pub const IPOPT_SEC: u8 = 2 |IPOPT_CONTROL|IPOPT_COPY; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/unix/notbsd/mod.rs:888:28 [INFO] [stdout] | [INFO] [stdout] 888 | pub const IPOPT_LSRR: u8 = (3 |IPOPT_CONTROL|IPOPT_COPY); [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 888 - pub const IPOPT_LSRR: u8 = (3 |IPOPT_CONTROL|IPOPT_COPY); [INFO] [stdout] 888 + pub const IPOPT_LSRR: u8 = 3 |IPOPT_CONTROL|IPOPT_COPY; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/unix/notbsd/mod.rs:889:33 [INFO] [stdout] | [INFO] [stdout] 889 | pub const IPOPT_TIMESTAMP: u8 = (4 |IPOPT_MEASUREMENT); [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 889 - pub const IPOPT_TIMESTAMP: u8 = (4 |IPOPT_MEASUREMENT); [INFO] [stdout] 889 + pub const IPOPT_TIMESTAMP: u8 = 4 |IPOPT_MEASUREMENT; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/unix/notbsd/mod.rs:890:26 [INFO] [stdout] | [INFO] [stdout] 890 | pub const IPOPT_RR: u8 = (7 |IPOPT_CONTROL); [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 890 - pub const IPOPT_RR: u8 = (7 |IPOPT_CONTROL); [INFO] [stdout] 890 + pub const IPOPT_RR: u8 = 7 |IPOPT_CONTROL; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/unix/notbsd/mod.rs:891:27 [INFO] [stdout] | [INFO] [stdout] 891 | pub const IPOPT_SID: u8 = (8 |IPOPT_CONTROL|IPOPT_COPY); [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 891 - pub const IPOPT_SID: u8 = (8 |IPOPT_CONTROL|IPOPT_COPY); [INFO] [stdout] 891 + pub const IPOPT_SID: u8 = 8 |IPOPT_CONTROL|IPOPT_COPY; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/unix/notbsd/mod.rs:892:28 [INFO] [stdout] | [INFO] [stdout] 892 | pub const IPOPT_SSRR: u8 = (9 |IPOPT_CONTROL|IPOPT_COPY); [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 892 - pub const IPOPT_SSRR: u8 = (9 |IPOPT_CONTROL|IPOPT_COPY); [INFO] [stdout] 892 + pub const IPOPT_SSRR: u8 = 9 |IPOPT_CONTROL|IPOPT_COPY; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/unix/notbsd/mod.rs:893:26 [INFO] [stdout] | [INFO] [stdout] 893 | pub const IPOPT_RA: u8 = (20|IPOPT_CONTROL|IPOPT_COPY); [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 893 - pub const IPOPT_RA: u8 = (20|IPOPT_CONTROL|IPOPT_COPY); [INFO] [stdout] 893 + pub const IPOPT_RA: u8 = 20|IPOPT_CONTROL|IPOPT_COPY; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/macros.rs:54:20 [INFO] [stdout] | [INFO] [stdout] 54 | pub unsafe extern fn $i($($arg: $argty),*) -> $ret { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] | [INFO] [stdout] ::: src/unix/notbsd/mod.rs:979:1 [INFO] [stdout] | [INFO] [stdout] 979 | / f! { [INFO] [stdout] 980 | | pub fn FD_CLR(fd: ::c_int, set: *mut fd_set) -> () { [INFO] [stdout] 981 | | let fd = fd as usize; [INFO] [stdout] 982 | | let size = mem::size_of_val(&(*set).fds_bits[0]) * 8; [INFO] [stdout] ... | [INFO] [stdout] 1053 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(missing_abi)]` on by default [INFO] [stdout] = note: this warning originates in the macro `f` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary trailing semicolon [INFO] [stdout] --> src/macros.rs:55:21 [INFO] [stdout] | [INFO] [stdout] 55 | $($body);* [INFO] [stdout] | ^ help: remove this semicolon [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(redundant_semicolons)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `features` [INFO] [stdout] --> src/unix/notbsd/linux/mod.rs:157:23 [INFO] [stdout] | [INFO] [stdout] 157 | #[cfg(all(not(features = "align"), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] help: there is a config with a similar name and value [INFO] [stdout] | [INFO] [stdout] 157 - #[cfg(all(not(features = "align"), [INFO] [stdout] 157 + #[cfg(all(not(feature = "align"), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `features` [INFO] [stdout] --> src/unix/notbsd/linux/mod.rs:163:23 [INFO] [stdout] | [INFO] [stdout] 163 | #[cfg(all(not(features = "align"), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] help: there is a config with a similar name and value [INFO] [stdout] | [INFO] [stdout] 163 - #[cfg(all(not(features = "align"), [INFO] [stdout] 163 + #[cfg(all(not(feature = "align"), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `cross_platform_docs` [INFO] [stdout] --> src/macros.rs:53:19 [INFO] [stdout] | [INFO] [stdout] 53 | #[cfg(not(cross_platform_docs))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/unix/notbsd/linux/mod.rs:1579:1 [INFO] [stdout] | [INFO] [stdout] 1579 | / f! { [INFO] [stdout] 1580 | | pub fn CPU_ZERO(cpuset: &mut cpu_set_t) -> () { [INFO] [stdout] 1581 | | for slot in cpuset.bits.iter_mut() { [INFO] [stdout] 1582 | | *slot = 0; [INFO] [stdout] ... | [INFO] [stdout] 1650 | | } [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(cross_platform_docs)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(cross_platform_docs)");` 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 `f` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `cross_platform_docs` [INFO] [stdout] --> src/macros.rs:58:15 [INFO] [stdout] | [INFO] [stdout] 58 | #[cfg(cross_platform_docs)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/unix/notbsd/linux/mod.rs:1579:1 [INFO] [stdout] | [INFO] [stdout] 1579 | / f! { [INFO] [stdout] 1580 | | pub fn CPU_ZERO(cpuset: &mut cpu_set_t) -> () { [INFO] [stdout] 1581 | | for slot in cpuset.bits.iter_mut() { [INFO] [stdout] 1582 | | *slot = 0; [INFO] [stdout] ... | [INFO] [stdout] 1650 | | } [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(cross_platform_docs)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(cross_platform_docs)");` 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 `f` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/macros.rs:54:20 [INFO] [stdout] | [INFO] [stdout] 54 | pub unsafe extern fn $i($($arg: $argty),*) -> $ret { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] | [INFO] [stdout] ::: src/unix/notbsd/linux/mod.rs:1579:1 [INFO] [stdout] | [INFO] [stdout] 1579 | / f! { [INFO] [stdout] 1580 | | pub fn CPU_ZERO(cpuset: &mut cpu_set_t) -> () { [INFO] [stdout] 1581 | | for slot in cpuset.bits.iter_mut() { [INFO] [stdout] 1582 | | *slot = 0; [INFO] [stdout] ... | [INFO] [stdout] 1650 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `f` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `cross_platform_docs` [INFO] [stdout] --> src/macros.rs:53:19 [INFO] [stdout] | [INFO] [stdout] 53 | #[cfg(not(cross_platform_docs))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/unix/notbsd/linux/other/mod.rs:844:1 [INFO] [stdout] | [INFO] [stdout] 844 | / f! { [INFO] [stdout] 845 | | pub fn NLA_ALIGN(len: ::c_int) -> ::c_int { [INFO] [stdout] 846 | | return ((len) + NLA_ALIGNTO - 1) & !(NLA_ALIGNTO - 1) [INFO] [stdout] 847 | | } [INFO] [stdout] 848 | | } [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(cross_platform_docs)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(cross_platform_docs)");` 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 `f` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `cross_platform_docs` [INFO] [stdout] --> src/macros.rs:58:15 [INFO] [stdout] | [INFO] [stdout] 58 | #[cfg(cross_platform_docs)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/unix/notbsd/linux/other/mod.rs:844:1 [INFO] [stdout] | [INFO] [stdout] 844 | / f! { [INFO] [stdout] 845 | | pub fn NLA_ALIGN(len: ::c_int) -> ::c_int { [INFO] [stdout] 846 | | return ((len) + NLA_ALIGNTO - 1) & !(NLA_ALIGNTO - 1) [INFO] [stdout] 847 | | } [INFO] [stdout] 848 | | } [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(cross_platform_docs)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(cross_platform_docs)");` 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 `f` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/unix/notbsd/linux/other/mod.rs:74:40 [INFO] [stdout] | [INFO] [stdout] 74 | pub sa_restorer: ::dox::Option, [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/unix/notbsd/linux/other/mod.rs:288:36 [INFO] [stdout] | [INFO] [stdout] 288 | pub const LC_PAPER_MASK: ::c_int = (1 << LC_PAPER); [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 288 - pub const LC_PAPER_MASK: ::c_int = (1 << LC_PAPER); [INFO] [stdout] 288 + pub const LC_PAPER_MASK: ::c_int = 1 << LC_PAPER; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/unix/notbsd/linux/other/mod.rs:289:35 [INFO] [stdout] | [INFO] [stdout] 289 | pub const LC_NAME_MASK: ::c_int = (1 << LC_NAME); [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 289 - pub const LC_NAME_MASK: ::c_int = (1 << LC_NAME); [INFO] [stdout] 289 + pub const LC_NAME_MASK: ::c_int = 1 << LC_NAME; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/unix/notbsd/linux/other/mod.rs:290:38 [INFO] [stdout] | [INFO] [stdout] 290 | pub const LC_ADDRESS_MASK: ::c_int = (1 << LC_ADDRESS); [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 290 - pub const LC_ADDRESS_MASK: ::c_int = (1 << LC_ADDRESS); [INFO] [stdout] 290 + pub const LC_ADDRESS_MASK: ::c_int = 1 << LC_ADDRESS; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/unix/notbsd/linux/other/mod.rs:291:40 [INFO] [stdout] | [INFO] [stdout] 291 | pub const LC_TELEPHONE_MASK: ::c_int = (1 << LC_TELEPHONE); [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 291 - pub const LC_TELEPHONE_MASK: ::c_int = (1 << LC_TELEPHONE); [INFO] [stdout] 291 + pub const LC_TELEPHONE_MASK: ::c_int = 1 << LC_TELEPHONE; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/unix/notbsd/linux/other/mod.rs:292:42 [INFO] [stdout] | [INFO] [stdout] 292 | pub const LC_MEASUREMENT_MASK: ::c_int = (1 << LC_MEASUREMENT); [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 292 - pub const LC_MEASUREMENT_MASK: ::c_int = (1 << LC_MEASUREMENT); [INFO] [stdout] 292 + pub const LC_MEASUREMENT_MASK: ::c_int = 1 << LC_MEASUREMENT; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/unix/notbsd/linux/other/mod.rs:293:45 [INFO] [stdout] | [INFO] [stdout] 293 | pub const LC_IDENTIFICATION_MASK: ::c_int = (1 << LC_IDENTIFICATION); [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 293 - pub const LC_IDENTIFICATION_MASK: ::c_int = (1 << LC_IDENTIFICATION); [INFO] [stdout] 293 + pub const LC_IDENTIFICATION_MASK: ::c_int = 1 << LC_IDENTIFICATION; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/unix/notbsd/linux/other/mod.rs:739:39 [INFO] [stdout] | [INFO] [stdout] 739 | pub const NFT_LOOKUP_F_INV: ::c_int = (1 << 0); [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 739 - pub const NFT_LOOKUP_F_INV: ::c_int = (1 << 0); [INFO] [stdout] 739 + pub const NFT_LOOKUP_F_INV: ::c_int = 1 << 0; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/unix/notbsd/linux/other/mod.rs:744:39 [INFO] [stdout] | [INFO] [stdout] 744 | pub const NFT_DYNSET_F_INV: ::c_int = (1 << 0); [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 744 - pub const NFT_DYNSET_F_INV: ::c_int = (1 << 0); [INFO] [stdout] 744 + pub const NFT_DYNSET_F_INV: ::c_int = 1 << 0; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/unix/notbsd/linux/other/mod.rs:799:38 [INFO] [stdout] | [INFO] [stdout] 799 | pub const NFT_LIMIT_F_INV: ::c_int = (1 << 0); [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 799 - pub const NFT_LIMIT_F_INV: ::c_int = (1 << 0); [INFO] [stdout] 799 + pub const NFT_LIMIT_F_INV: ::c_int = 1 << 0; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/unix/notbsd/linux/other/mod.rs:805:38 [INFO] [stdout] | [INFO] [stdout] 805 | pub const NFT_QUOTA_F_INV: ::c_int = (1 << 0); [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 805 - pub const NFT_QUOTA_F_INV: ::c_int = (1 << 0); [INFO] [stdout] 805 + pub const NFT_QUOTA_F_INV: ::c_int = 1 << 0; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/macros.rs:54:20 [INFO] [stdout] | [INFO] [stdout] 54 | pub unsafe extern fn $i($($arg: $argty),*) -> $ret { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] | [INFO] [stdout] ::: src/unix/notbsd/linux/other/mod.rs:844:1 [INFO] [stdout] | [INFO] [stdout] 844 | / f! { [INFO] [stdout] 845 | | pub fn NLA_ALIGN(len: ::c_int) -> ::c_int { [INFO] [stdout] 846 | | return ((len) + NLA_ALIGNTO - 1) & !(NLA_ALIGNTO - 1) [INFO] [stdout] 847 | | } [INFO] [stdout] 848 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `f` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique [INFO] [stdout] --> src/unix/notbsd/linux/other/mod.rs:74:9 [INFO] [stdout] | [INFO] [stdout] 74 | pub sa_restorer: ::dox::Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: the address of the same function can vary between different codegen units [INFO] [stdout] = note: furthermore, different functions could have the same address after being merged together [INFO] [stdout] = note: for more information visit [INFO] [stdout] = note: `#[warn(unpredictable_function_pointer_comparisons)]` on by default [INFO] [stdout] = note: this warning originates in the derive macro `PartialEq` which comes from the expansion of the macro `s` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique [INFO] [stdout] --> src/unix/notbsd/linux/other/mod.rs:74:9 [INFO] [stdout] | [INFO] [stdout] 74 | pub sa_restorer: ::dox::Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: the address of the same function can vary between different codegen units [INFO] [stdout] = note: furthermore, different functions could have the same address after being merged together [INFO] [stdout] = note: for more information visit [INFO] [stdout] = note: `#[warn(unpredictable_function_pointer_comparisons)]` on by default [INFO] [stdout] = note: this warning originates in the derive macro `PartialEq` which comes from the expansion of the macro `s` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.09s [INFO] running `Command { std: "docker" "inspect" "c39d2290b587e4238076b6dd28fc066bd2b28eaea4299ac7c486a152a567a43b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c39d2290b587e4238076b6dd28fc066bd2b28eaea4299ac7c486a152a567a43b", kill_on_drop: false }` [INFO] [stdout] c39d2290b587e4238076b6dd28fc066bd2b28eaea4299ac7c486a152a567a43b