editors/neovim-gtk
Neovim client library and GTK4 GUI
| Flavor | Version | Run | OSVersion | Arch | License | Restricted | Status | |
|---|---|---|---|---|---|---|---|---|
| 1.0.4 | 630 | 4.0 | i386 | gpl3 | 0 | fail |
License Permissions: dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
Events
| Machine | Type | Time | Message |
|---|---|---|---|
| m4032b | info | 2026-02-12 10:46:29.320368 | Test Started |
| m4032b | fail | 2026-02-12 10:58:58.442553 | make fake returned non-zero: 1 |
| m4032b | fail | 2026-02-12 10:58:58.643464 | Test complete. |
Log
[1m===> Faking install for neovim-gtk-1.0.4[0m
===> Generating temporary packing list
Installing nvim-gtk v1.0.4 (/magus/work/usr/mports/editors/neovim-gtk/work/neovim-gtk-1.0.4)
Locking 158 packages to latest compatible versions
Fresh heck v0.4.0
Fresh version-compare v0.1.1
warning: unexpected `cfg` condition name: `tarpaulin`
--> /magus/work/usr/mports/editors/neovim-gtk/work/neovim-gtk-1.0.4/cargo-crates/version-compare-0.1.1/src/cmp.rs:320:12
|
320 | #[cfg_attr(tarpaulin, skip)]
| ^^^^^^^^^
|
= help: expected names are: `docsrs`, `feature`, and `test` and 31 more
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(tarpaulin)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tarpaulin)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
= note: `#[warn(unexpected_cfgs)]` on by default
warning: unexpected `cfg` condition name: `tarpaulin`
--> /magus/work/usr/mports/editors/neovim-gtk/work/neovim-gtk-1.0.4/cargo-crates/version-compare-0.1.1/src/compare.rs:66:12
|
66 | #[cfg_attr(tarpaulin, skip)]
| ^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(tarpaulin)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tarpaulin)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `tarpaulin`
--> /magus/work/usr/mports/editors/neovim-gtk/work/neovim-gtk-1.0.4/cargo-crates/version-compare-0.1.1/src/manifest.rs:58:12
|
58 | #[cfg_attr(tarpaulin, skip)]
| ^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(tarpaulin)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tarpaulin)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `tarpaulin`
--> /magus/work/usr/mports/editors/neovim-gtk/work/neovim-gtk-1.0.4/cargo-crates/version-compare-0.1.1/src/part.rs:34:12
|
34 | #[cfg_attr(tarpaulin, skip)]
| ^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(tarpaulin)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tarpaulin)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `tarpaulin`
--> /magus/work/usr/mports/editors/neovim-gtk/work/neovim-gtk-1.0.4/cargo-crates/version-compare-0.1.1/src/version.rs:462:12
|
462 | #[cfg_attr(tarpaulin, skip)]
| ^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(tarpaulin)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tarpaulin)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
Fresh pkg-config v0.3.26
warning: unexpected `cfg` condition name: `procmacro2_semver_exempt`
--> /magus/work/usr/mports/editors/neovim-gtk/work/neovim-gtk-1.0.4/cargo-crates/proc-macro2-1.0.47/build.rs:61:30
|
61 | let semver_exempt = cfg!(procmacro2_semver_exempt) || docs_rs;
| ^^^^^^^^^^^^^^^^^^^^^^^^
|
= help: expected names are: `docsrs`, `feature`, and `test` and 31 more
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(procmacro2_semver_exempt)'] }
= note: see for more information about checking conditional configuration
= note: `#[warn(unexpected_cfgs)]` on by default
Fresh unicode-ident v1.0.5
warning: `version-compare` (lib) generated 5 warnings
warning: `proc-macro2` (build script) generated 1 warning
warning: unexpected `cfg` condition value: `cargo-clippy`
--> /magus/work/usr/mports/editors/neovim-gtk/work/neovim-gtk-1.0.4/cargo-crates/serde-1.0.151/src/lib.rs:93:13
|
93 | #![cfg_attr(feature = "cargo-clippy", allow(renamed_and_removed_lints))]
| ^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: expected values for `feature` are: `alloc`, `default`, `derive`, `rc`, `serde_derive`, `std`, and `unstable`
= help: consider adding `cargo-clippy` as a feature in `Cargo.toml`
= note: see for more information about checking conditional configuration
= note: `#[warn(unexpected_cfgs)]` on by default
warning: unexpected `cfg` condition value: `cargo-clippy`
--> /magus/work/usr/mports/editors/neovim-gtk/work/neovim-gtk-1.0.4/cargo-crates/serde-1.0.151/src/lib.rs:96:5
|
96 | feature = "cargo-clippy",
| ^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: expected values for `feature` are: `alloc`, `default`, `derive`, `rc`, `serde_derive`, `std`, and `unstable`
= help: consider adding `cargo-clippy` as a feature in `Cargo.toml`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `no_serde_derive`
--> /magus/work/usr/mports/editors/neovim-gtk/work/neovim-gtk-1.0.4/cargo-crates/serde-1.0.151/src/lib.rs:322:15
|
322 | #[cfg(all(not(no_serde_derive), any(feature = "std", feature = "alloc")))]
| ^^^^^^^^^^^^^^^
|
= help: expected names are: `docsrs`, `feature`, and `test` and 31 more
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_serde_derive)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_serde_derive)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `no_collections_bound`
--> /magus/work/usr/mports/editors/neovim-gtk/work/neovim-gtk-1.0.4/cargo-crates/serde-1.0.151/src/lib.rs:227:36
|
227 | #[cfg(all(feature = "std", not(no_collections_bound), no_ops_bound))]
| ^^^^^^^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_collections_bound)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_collections_bound)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `no_ops_bound`
--> /magus/work/usr/mports/editors/neovim-gtk/work/neovim-gtk-1.0.4/cargo-crates/serde-1.0.151/src/lib.rs:227:59
|
227 | #[cfg(all(feature = "std", not(no_collections_bound), no_ops_bound))]
| ^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_ops_bound)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_ops_bound)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `no_core_reverse`
--> /magus/work/usr/mports/editors/neovim-gtk/work/neovim-gtk-1.0.4/cargo-crates/serde-1.0.151/src/lib.rs:230:15
|
230 | #[cfg(not(no_core_reverse))]
| ^^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_core_reverse)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_core_reverse)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `no_ops_bound`
--> /magus/work/usr/mports/editors/neovim-gtk/work/neovim-gtk-1.0.4/cargo-crates/serde-1.0.151/src/lib.rs:233:15
|
233 | #[cfg(not(no_ops_bound))]
| ^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_ops_bound)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_ops_bound)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `no_range_inclusive`
--> /magus/work/usr/mports/editors/neovim-gtk/work/neovim-gtk-1.0.4/cargo-crates/serde-1.0.151/src/lib.rs:236:15
|
236 | #[cfg(not(no_range_inclusive))]
| ^^^^^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_range_inclusive)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_range_inclusive)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `no_target_has_atomic`
--> /magus/work/usr/mports/editors/neovim-gtk/work/neovim-gtk-1.0.4/cargo-crates/serde-1.0.151/src/lib.rs:239:32
|
239 | #[cfg(all(feature = "std", no_target_has_atomic, not(no_std_atomic)))]
| ^^^^^^^^^^^^^^^^^^^^ help: there is a config with a similar name: `target_has_atomic`
|
= help: expected values for `target_has_atomic` are: `128`, `16`, `32`, `64`, `8`, and `ptr`
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_target_has_atomic)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_target_has_atomic)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `no_std_atomic`
--> /magus/work/usr/mports/editors/neovim-gtk/work/neovim-gtk-1.0.4/cargo-crates/serde-1.0.151/src/lib.rs:239:58
|
239 | #[cfg(all(feature = "std", no_target_has_atomic, not(no_std_atomic)))]
| ^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_std_atomic)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_std_atomic)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `no_target_has_atomic`
--> /magus/work/usr/mports/editors/neovim-gtk/work/neovim-gtk-1.0.4/cargo-crates/serde-1.0.151/src/lib.rs:244:32
|
244 | #[cfg(all(feature = "std", no_target_has_atomic, not(no_std_atomic64)))]
| ^^^^^^^^^^^^^^^^^^^^ help: there is a config with a similar name: `target_has_atomic`
|
= help: expected values for `target_has_atomic` are: `128`, `16`, `32`, `64`, `8`, and `ptr`
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_target_has_atomic)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_target_has_atomic)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `no_std_atomic64`
--> /magus/work/usr/mports/editors/neovim-gtk/work/neovim-gtk-1.0.4/cargo-crates/serde-1.0.151/src/lib.rs:244:58
|
244 | #[cfg(all(feature = "std", no_target_has_atomic, not(no_std_atomic64)))]
| ^^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_std_atomic64)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_std_atomic64)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `no_target_has_atomic`
--> /magus/work/usr/mports/editors/neovim-gtk/work/neovim-gtk-1.0.4/cargo-crates/serde-1.0.151/src/lib.rs:247:36
|
247 | #[cfg(all(feature = "std", not(no_target_has_atomic)))]
| ^^^^^^^^^^^^^^^^^^^^ help: there is a config with a similar name: `target_has_atomic`
|
= help: expected values for `target_has_atomic` are: `128`, `16`, `32`, `64`, `8`, and `ptr`
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_target_has_atomic)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_target_has_atomic)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `no_target_has_atomic`
--> /magus/work/usr/mports/editors/neovim-gtk/work/neovim-gtk-1.0.4/cargo-crates/serde-1.0.151/src/lib.rs:249:36
|
249 | #[cfg(all(feature = "std", not(no_target_has_atomic), target_has_atomic = "8"))]
| ^^^^^^^^^^^^^^^^^^^^ help: there is a config with a similar name: `target_has_atomic`
|
= help: expected values for `target_has_atomic` are: `128`, `16`, `32`, `64`, `8`, and `ptr`
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_target_has_atomic)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_target_has_atomic)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `no_target_has_atomic`
--> /magus/work/usr/mports/editors/neovim-gtk/work/neovim-gtk-1.0.4/cargo-crates/serde-1.0.151/src/lib.rs:251:36
|
251 | #[cfg(all(feature = "std", not(no_target_has_atomic), target_has_atomic = "16"))]
| ^^^^^^^^^^^^^^^^^^^^ help: there is a config with a similar name: `target_has_atomic`
|
= help: expected values for `target_has_atomic` are: `128`, `16`, `32`, `64`, `8`, and `ptr`
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_target_has_atomic)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_target_has_atomic)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `no_target_has_atomic`
--> /magus/work/usr/mports/editors/neovim-gtk/work/neovim-gtk-1.0.4/cargo-crates/serde-1.0.151/src/lib.rs:253:36
|
253 | #[cfg(all(feature = "std", not(no_target_has_atomic), target_has_atomic = "32"))]
| ^^^^^^^^^^^^^^^^^^^^ help: there is a config with a similar name: `target_has_atomic`
|
= help: expected values for `target_has_atomic` are: `128`, `16`, `32`, `64`, `8`, and `ptr`
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_target_has_atomic)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_target_has_atomic)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `no_target_has_atomic`
--> /magus/work/usr/mports/editors/neovim-gtk/work/neovim-gtk-1.0.4/cargo-crates/serde-1.0.151/src/lib.rs:255:36
|
255 | #[cfg(all(feature = "std", not(no_target_has_atomic), target_has_atomic = "64"))]
| ^^^^^^^^^^^^^^^^^^^^ help: there is a config with a similar name: `target_has_atomic`
|
= help: expected values for `target_has_atomic` are: `128`, `16`, `32`, `64`, `8`, and `ptr`
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_target_has_atomic)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_target_has_atomic)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `no_target_has_atomic`
--> /magus/work/usr/mports/editors/neovim-gtk/work/neovim-gtk-1.0.4/cargo-crates/serde-1.0.151/src/lib.rs:257:36
|
257 | #[cfg(all(feature = "std", not(no_target_has_atomic), target_has_atomic = "ptr"))]
| ^^^^^^^^^^^^^^^^^^^^ help: there is a config with a similar name: `target_has_atomic`
|
= help: expected values for `target_has_atomic` are: `128`, `16`, `32`, `64`, `8`, and `ptr`
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_target_has_atomic)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_target_has_atomic)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `no_core_duration`
--> /magus/work/usr/mports/editors/neovim-gtk/work/neovim-gtk-1.0.4/cargo-crates/serde-1.0.151/src/lib.rs:260:36
|
260 | #[cfg(any(feature = "std", not(no_core_duration)))]
| ^^^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_core_duration)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_core_duration)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unused import: `mem`
--> /magus/work/usr/mports/editors/neovim-gtk/work/neovim-gtk-1.0.4/cargo-crates/serde-1.0.151/src/lib.rs:158:37
|
158 | pub use self::core::{cmp, iter, mem, num, ptr, slice, str};
| ^^^
|
note: the lint level is defined here
--> /magus/work/usr/mports/editors/neovim-gtk/work/neovim-gtk-1.0.4/cargo-crates/serde-1.0.151/src/lib.rs:140:23
|
140 | #![deny(missing_docs, unused_imports)]
| ^^^^^^^^^^^^^^
warning: unexpected `cfg` condition name: `no_integer128`
--> /magus/work/usr/mports/editors/neovim-gtk/work/neovim-gtk-1.0.4/cargo-crates/serde-1.0.151/src/integer128.rs:69:11
|
69 | #[cfg(not(no_integer128))]
| ^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_integer128)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_integer128)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `no_integer128`
--> /magus/work/usr/mports/editors/neovim-gtk/work/neovim-gtk-1.0.4/cargo-crates/serde-1.0.151/src/integer128.rs:77:7
|
77 | #[cfg(no_integer128)]
| ^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_integer128)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_integer128)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `no_integer128`
--> /magus/work/usr/mports/editors/neovim-gtk/work/neovim-gtk-1.0.4/cargo-crates/serde-1.0.151/src/de/mod.rs:121:11
|
121 | #[cfg(not(no_integer128))]
| ^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_integer128)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_integer128)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `no_core_duration`
--> /magus/work/usr/mports/editors/neovim-gtk/work/neovim-gtk-1.0.4/cargo-crates/serde-1.0.151/src/de/impls.rs:7:51
|
7 | #[cfg(any(feature = "std", feature = "alloc", not(no_core_duration)))]
| ^^^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_core_duration)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_core_duration)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `no_de_boxed_c_str`
--> /magus/work/usr/mports/editors/neovim-gtk/work/neovim-gtk-1.0.4/cargo-crates/serde-1.0.151/src/de/impls.rs:750:32
|
750 | #[cfg(all(feature = "std", not(no_de_boxed_c_str)))]
| ^^^^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_de_boxed_c_str)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_de_boxed_c_str)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `no_core_reverse`
--> /magus/work/usr/mports/editors/neovim-gtk/work/neovim-gtk-1.0.4/cargo-crates/serde-1.0.151/src/de/impls.rs:753:11
|
753 | #[cfg(not(no_core_reverse))]
| ^^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_core_reverse)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_core_reverse)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `no_de_boxed_path`
--> /magus/work/usr/mports/editors/neovim-gtk/work/neovim-gtk-1.0.4/cargo-crates/serde-1.0.151/src/de/impls.rs:1716:32
|
1716 | #[cfg(all(feature = "std", not(no_de_boxed_path)))]
| ^^^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_de_boxed_path)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_de_boxed_path)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `no_de_rc_dst`
--> /magus/work/usr/mports/editors/neovim-gtk/work/neovim-gtk-1.0.4/cargo-crates/serde-1.0.151/src/de/impls.rs:1797:11
|
1797 | #[cfg(all(no_de_rc_dst, feature = "rc", any(feature = "std", feature = "alloc")))]
| ^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_de_rc_dst)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_de_rc_dst)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `no_de_rc_dst`
--> /magus/work/usr/mports/editors/neovim-gtk/work/neovim-gtk-1.0.4/cargo-crates/serde-1.0.151/src/de/impls.rs:1809:11
|
1809 | #[cfg(all(no_de_rc_dst, feature = "rc", any(feature = "std", feature = "alloc")))]
| ^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_de_rc_dst)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_de_rc_dst)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `no_de_rc_dst`
--> /magus/work/usr/mports/editors/neovim-gtk/work/neovim-gtk-1.0.4/cargo-crates/serde-1.0.151/src/de/impls.rs:1877:9
|
1877 | not(no_de_rc_dst),
| ^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_de_rc_dst)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_de_rc_dst)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `no_de_rc_dst`
--> /magus/work/usr/mports/editors/neovim-gtk/work/neovim-gtk-1.0.4/cargo-crates/serde-1.0.151/src/de/impls.rs:1902:9
|
1902 | not(no_de_rc_dst),
| ^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_de_rc_dst)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_de_rc_dst)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `no_de_rc_dst`
--> /magus/work/usr/mports/editors/neovim-gtk/work/neovim-gtk-1.0.4/cargo-crates/serde-1.0.151/src/de/impls.rs:1918:9
|
1918 | not(no_de_rc_dst),
| ^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_de_rc_dst)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_de_rc_dst)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `no_core_duration`
--> /magus/work/usr/mports/editors/neovim-gtk/work/neovim-gtk-1.0.4/cargo-crates/serde-1.0.151/src/de/impls.rs:1965:32
|
1965 | #[cfg(any(feature = "std", not(no_core_duration)))]
| ^^^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_core_duration)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_core_duration)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `no_range_inclusive`
--> /magus/work/usr/mports/editors/neovim-gtk/work/neovim-gtk-1.0.4/cargo-crates/serde-1.0.151/src/de/impls.rs:2283:11
|
2283 | #[cfg(not(no_range_inclusive))]
| ^^^^^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_range_inclusive)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_range_inclusive)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `no_ops_bound`
--> /magus/work/usr/mports/editors/neovim-gtk/work/neovim-gtk-1.0.4/cargo-crates/serde-1.0.151/src/de/impls.rs:2435:15
|
2435 | #[cfg(any(not(no_ops_bound), all(feature = "std", not(no_collections_bound))))]
| ^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_ops_bound)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_ops_bound)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `no_collections_bound`
--> /magus/work/usr/mports/editors/neovim-gtk/work/neovim-gtk-1.0.4/cargo-crates/serde-1.0.151/src/de/impls.rs:2435:55
|
2435 | #[cfg(any(not(no_ops_bound), all(feature = "std", not(no_collections_bound))))]
| ^^^^^^^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_collections_bound)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_collections_bound)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `no_std_atomic`
--> /magus/work/usr/mports/editors/neovim-gtk/work/neovim-gtk-1.0.4/cargo-crates/serde-1.0.151/src/de/impls.rs:2663:32
|
2663 | #[cfg(all(feature = "std", not(no_std_atomic)))]
| ^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_std_atomic)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_std_atomic)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `no_std_atomic`
--> /magus/work/usr/mports/editors/neovim-gtk/work/neovim-gtk-1.0.4/cargo-crates/serde-1.0.151/src/de/impls.rs:2680:32
|
2680 | #[cfg(all(feature = "std", not(no_std_atomic)))]
| ^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_std_atomic)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_std_atomic)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `no_std_atomic64`
--> /magus/work/usr/mports/editors/neovim-gtk/work/neovim-gtk-1.0.4/cargo-crates/serde-1.0.151/src/de/impls.rs:2693:32
|
2693 | #[cfg(all(feature = "std", not(no_std_atomic64)))]
| ^^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_std_atomic64)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_std_atomic64)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `no_num_nonzero`
--> /magus/work/usr/mports/editors/neovim-gtk/work/neovim-gtk-1.0.4/cargo-crates/serde-1.0.151/src/de/impls.rs:87:23
|
87 | #[cfg(all(not(no_num_nonzero), $($($cfg)*)*))]
| ^^^^^^^^^^^^^^
...
279 | / impl_deserialize_num! {
280 | | i8, NonZeroI8 cfg(not(no_num_nonzero_signed)), deserialize_i8
281 | | num_self!(i8:visit_i8);
282 | | int_to_int!(i16:visit_i16 i32:visit_i32 i64:visit_i64);
283 | | uint_to_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64);
284 | | }
| |_- in this macro invocation
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_num_nonzero)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_num_nonzero)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
= note: this warning originates in the macro `impl_deserialize_num` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unexpected `cfg` condition name: `no_num_nonzero_signed`
--> /magus/work/usr/mports/editors/neovim-gtk/work/neovim-gtk-1.0.4/cargo-crates/serde-1.0.151/src/de/impls.rs:280:27
|
280 | i8, NonZeroI8 cfg(not(no_num_nonzero_signed)), deserialize_i8
| ^^^^^^^^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_num_nonzero_signed)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_num_nonzero_signed)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `no_num_nonzero`
--> /magus/work/usr/mports/editors/neovim-gtk/work/neovim-gtk-1.0.4/cargo-crates/serde-1.0.151/src/de/impls.rs:87:23
|
87 | #[cfg(all(not(no_num_nonzero), $($($cfg)*)*))]
| ^^^^^^^^^^^^^^
...
286 | / impl_deserialize_num! {
287 | | i16, NonZeroI16 cfg(not(no_num_nonzero_signed)), deserialize_i16
288 | | num_self!(i16:visit_i16);
289 | | num_as_self!(i8:visit_i8);
290 | | int_to_int!(i32:visit_i32 i64:visit_i64);
291 | | uint_to_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64);
292 | | }
| |_- in this macro invocation
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_num_nonzero)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_num_nonzero)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
= note: this warning originates in the macro `impl_deserialize_num` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unexpected `cfg` condition name: `no_num_nonzero_signed`
--> /magus/work/usr/mports/editors/neovim-gtk/work/neovim-gtk-1.0.4/cargo-crates/serde-1.0.151/src/de/impls.rs:287:29
|
287 | i16, NonZeroI16 cfg(not(no_num_nonzero_signed)), deserialize_i16
| ^^^^^^^^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_num_nonzero_signed)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_num_nonzero_signed)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `no_num_nonzero`
--> /magus/work/usr/mports/editors/neovim-gtk/work/neovim-gtk-1.0.4/cargo-crates/serde-1.0.151/src/de/impls.rs:87:23
|
87 | #[cfg(all(not(no_num_nonzero), $($($cfg)*)*))]
| ^^^^^^^^^^^^^^
...
294 | / impl_deserialize_num! {
295 | | i32, NonZeroI32 cfg(not(no_num_nonzero_signed)), deserialize_i32
296 | | num_self!(i32:visit_i32);
297 | | num_as_self!(i8:visit_i8 i16:visit_i16);
298 | | int_to_int!(i64:visit_i64);
299 | | uint_to_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64);
300 | | }
| |_- in this macro invocation
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_num_nonzero)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_num_nonzero)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
= note: this warning originates in the macro `impl_deserialize_num` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unexpected `cfg` condition name: `no_num_nonzero_signed`
--> /magus/work/usr/mports/editors/neovim-gtk/work/neovim-gtk-1.0.4/cargo-crates/serde-1.0.151/src/de/impls.rs:295:29
|
295 | i32, NonZeroI32 cfg(not(no_num_nonzero_signed)), deserialize_i32
| ^^^^^^^^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_num_nonzero_signed)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_num_nonzero_signed)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `no_num_nonzero`
--> /magus/work/usr/mports/editors/neovim-gtk/work/neovim-gtk-1.0.4/cargo-crates/serde-1.0.151/src/de/impls.rs:87:23
|
87 | #[cfg(all(not(no_num_nonzero), $($($cfg)*)*))]
| ^^^^^^^^^^^^^^
...
302 | / impl_deserialize_num! {
303 | | i64, NonZeroI64 cfg(not(no_num_nonzero_signed)), deserialize_i64
304 | | num_self!(i64:visit_i64);
305 | | num_as_self!(i8:visit_i8 i16:visit_i16 i32:visit_i32);
306 | | uint_to_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64);
307 | | }
| |_- in this macro invocation
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_num_nonzero)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_num_nonzero)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
= note: this warning originates in the macro `impl_deserialize_num` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unexpected `cfg` condition name: `no_num_nonzero_signed`
--> /magus/work/usr/mports/editors/neovim-gtk/work/neovim-gtk-1.0.4/cargo-crates/serde-1.0.151/src/de/impls.rs:303:29
|
303 | i64, NonZeroI64 cfg(not(no_num_nonzero_signed)), deserialize_i64
| ^^^^^^^^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_num_nonzero_signed)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_num_nonzero_signed)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `no_num_nonzero`
--> /magus/work/usr/mports/editors/neovim-gtk/work/neovim-gtk-1.0.4/cargo-crates/serde-1.0.151/src/de/impls.rs:87:23
|
87 | #[cfg(all(not(no_num_nonzero), $($($cfg)*)*))]
| ^^^^^^^^^^^^^^
...
309 | / impl_deserialize_num! {
310 | | isize, NonZeroIsize cfg(not(no_num_nonzero_signed)), deserialize_i64
311 | | num_as_self!(i8:visit_i8 i16:visit_i16);
312 | | int_to_int!(i32:visit_i32 i64:visit_i64);
313 | | uint_to_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64);
314 | | }
| |_- in this macro invocation
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_num_nonzero)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_num_nonzero)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
= note: this warning originates in the macro `impl_deserialize_num` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unexpected `cfg` condition name: `no_num_nonzero_signed`
--> /magus/work/usr/mports/editors/neovim-gtk/work/neovim-gtk-1.0.4/cargo-crates/serde-1.0.151/src/de/impls.rs:310:33
|
310 | isize, NonZeroIsize cfg(not(no_num_nonzero_signed)), deserialize_i64
| ^^^^^^^^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_num_nonzero_signed)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_num_nonzero_signed)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `no_num_nonzero`
--> /magus/work/usr/mports/editors/neovim-gtk/work/neovim-gtk-1.0.4/cargo-crates/serde-1.0.151/src/de/impls.rs:87:23
|
87 | #[cfg(all(not(no_num_nonzero), $($($cfg)*)*))]
| ^^^^^^^^^^^^^^
...
316 | / impl_deserialize_num! {
317 | | u8, NonZeroU8, deserialize_u8
318 | | num_self!(u8:visit_u8);
319 | | int_to_uint!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64);
320 | | uint_to_self!(u16:visit_u16 u32:visit_u32 u64:visit_u64);
321 | | }
| |_- in this macro invocation
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_num_nonzero)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_num_nonzero)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
= note: this warning originates in the macro `impl_deserialize_num` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unexpected `cfg` condition name: `no_num_nonzero`
--> /magus/work/usr/mports/editors/neovim-gtk/work/neovim-gtk-1.0.4/cargo-crates/serde-1.0.151/src/de/impls.rs:87:23
|
87 | #[cfg(all(not(no_num_nonzero), $($($cfg)*)*))]
| ^^^^^^^^^^^^^^
...
323 | / impl_deserialize_num! {
324 | | u16, NonZeroU16, deserialize_u16
325 | | num_self!(u16:visit_u16);
326 | | num_as_self!(u8:visit_u8);
327 | | int_to_uint!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64);
328 | | uint_to_self!(u32:visit_u32 u64:visit_u64);
329 | | }
| |_- in this macro invocation
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_num_nonzero)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_num_nonzero)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
= note: this warning originates in the macro `impl_deserialize_num` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unexpected `cfg` condition name: `no_num_nonzero`
--> /magus/work/usr/mports/editors/neovim-gtk/work/neovim-gtk-1.0.4/cargo-crates/serde-1.0.151/src/de/impls.rs:87:23
|
87 | #[cfg(all(not(no_num_nonzero), $($($cfg)*)*))]
| ^^^^^^^^^^^^^^
...
331 | / impl_deserialize_num! {
332 | | u32, NonZeroU32, deserialize_u32
333 | | num_self!(u32:visit_u32);
334 | | num_as_self!(u8:visit_u8 u16:visit_u16);
335 | | int_to_uint!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64);
336 | | uint_to_self!(u64:visit_u64);
337 | | }
| |_- in this macro invocation
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_num_nonzero)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_num_nonzero)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
= note: this warning originates in the macro `impl_deserialize_num` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unexpected `cfg` condition name: `no_num_nonzero`
--> /magus/work/usr/mports/editors/neovim-gtk/work/neovim-gtk-1.0.4/cargo-crates/serde-1.0.151/src/de/impls.rs:87:23
|
87 | #[cfg(all(not(no_num_nonzero), $($($cfg)*)*))]
| ^^^^^^^^^^^^^^
...
339 | / impl_deserialize_num! {
340 | | u64, NonZeroU64, deserialize_u64
341 | | num_self!(u64:visit_u64);
342 | | num_as_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32);
343 | | int_to_uint!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64);
344 | | }
| |_- in this macro invocation
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_num_nonzero)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_num_nonzero)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
= note: this warning originates in the macro `impl_deserialize_num` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unexpected `cfg` condition name: `no_num_nonzero`
--> /magus/work/usr/mports/editors/neovim-gtk/work/neovim-gtk-1.0.4/cargo-crates/serde-1.0.151/src/de/impls.rs:87:23
|
87 | #[cfg(all(not(no_num_nonzero), $($($cfg)*)*))]
| ^^^^^^^^^^^^^^
...
346 | / impl_deserialize_num! {
347 | | usize, NonZeroUsize, deserialize_u64
348 | | num_as_self!(u8:visit_u8 u16:visit_u16);
349 | | int_to_uint!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64);
350 | | uint_to_self!(u32:visit_u32 u64:visit_u64);
351 | | }
| |_- in this macro invocation
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_num_nonzero)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_num_nonzero)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
= note: this warning originates in the macro `impl_deserialize_num` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unexpected `cfg` condition name: `no_num_nonzero`
--> /magus/work/usr/mports/editors/neovim-gtk/work/neovim-gtk-1.0.4/cargo-crates/serde-1.0.151/src/de/impls.rs:87:23
|
87 | #[cfg(all(not(no_num_nonzero), $($($cfg)*)*))]
| ^^^^^^^^^^^^^^
...
412 | / impl_deserialize_num! {
413 | | i128, NonZeroI128 cfg(not(no_num_nonzero_signed)), deserialize_i128
414 | | num_self!(i128:visit_i128);
415 | | num_as_self!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64);
416 | | num_as_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64);
417 | | num_128!(u128:visit_u128);
418 | | }
| |_____- in this macro invocation
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_num_nonzero)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_num_nonzero)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
= note: this warning originates in the macro `impl_deserialize_num` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unexpected `cfg` condition name: `no_num_nonzero_signed`
--> /magus/work/usr/mports/editors/neovim-gtk/work/neovim-gtk-1.0.4/cargo-crates/serde-1.0.151/src/de/impls.rs:413:35
|
413 | i128, NonZeroI128 cfg(not(no_num_nonzero_signed)), deserialize_i128
| ^^^^^^^^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_num_nonzero_signed)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_num_nonzero_signed)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `no_num_nonzero`
--> /magus/work/usr/mports/editors/neovim-gtk/work/neovim-gtk-1.0.4/cargo-crates/serde-1.0.151/src/de/impls.rs:87:23
|
87 | #[cfg(all(not(no_num_nonzero), $($($cfg)*)*))]
| ^^^^^^^^^^^^^^
...
420 | / impl_deserialize_num! {
421 | | u128, NonZeroU128, deserialize_u128
422 | | num_self!(u128:visit_u128);
423 | | num_as_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64);
424 | | int_to_uint!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64);
425 | | num_128!(i128:visit_i128);
426 | | }
| |_____- in this macro invocation
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_num_nonzero)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_num_nonzero)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
= note: this warning originates in the macro `impl_deserialize_num` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unexpected `cfg` condition name: `no_target_has_atomic`
--> /magus/work/usr/mports/editors/neovim-gtk/work/neovim-gtk-1.0.4/cargo-crates/serde-1.0.151/src/de/impls.rs:2667:23
|
2667 | #[cfg(any(no_target_has_atomic, target_has_atomic = $size))]
| ^^^^^^^^^^^^^^^^^^^^ help: there is a config with a similar name: `target_has_atomic`
...
2681 | / atomic_impl! {
2682 | | AtomicBool "8"
2683 | | AtomicI8 "8"
2684 | | AtomicI16 "16"
... |
2690 | | AtomicUsize "ptr"
2691 | | }
| |_- in this macro invocation
|
= help: expected values for `target_has_atomic` are: `128`, `16`, `32`, `64`, `8`, and `ptr`
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_target_has_atomic)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_target_has_atomic)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
= note: this warning originates in the macro `atomic_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unexpected `cfg` condition name: `no_target_has_atomic`
--> /magus/work/usr/mports/editors/neovim-gtk/work/neovim-gtk-1.0.4/cargo-crates/serde-1.0.151/src/de/impls.rs:2667:23
|
2667 | #[cfg(any(no_target_has_atomic, target_has_atomic = $size))]
| ^^^^^^^^^^^^^^^^^^^^ help: there is a config with a similar name: `target_has_atomic`
...
2694 | / atomic_impl! {
2695 | | AtomicI64 "64"
2696 | | AtomicU64 "64"
2697 | | }
| |_- in this macro invocation
|
= help: expected values for `target_has_atomic` are: `128`, `16`, `32`, `64`, `8`, and `ptr`
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_target_has_atomic)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_target_has_atomic)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
= note: this warning originates in the macro `atomic_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unexpected `cfg` condition name: `no_systemtime_checked_add`
--> /magus/work/usr/mports/editors/neovim-gtk/work/neovim-gtk-1.0.4/cargo-crates/serde-1.0.151/src/de/impls.rs:2243:19
|
2243 | #[cfg(not(no_systemtime_checked_add))]
| ^^^^^^^^^^^^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_systemtime_checked_add)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_systemtime_checked_add)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `no_systemtime_checked_add`
--> /magus/work/usr/mports/editors/neovim-gtk/work/neovim-gtk-1.0.4/cargo-crates/serde-1.0.151/src/de/impls.rs:2247:15
|
2247 | #[cfg(no_systemtime_checked_add)]
| ^^^^^^^^^^^^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_systemtime_checked_add)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_systemtime_checked_add)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `no_serde_derive`
--> /magus/work/usr/mports/editors/neovim-gtk/work/neovim-gtk-1.0.4/cargo-crates/serde-1.0.151/src/de/mod.rs:1225:19
|
1225 | #[cfg(all(not(no_serde_derive), any(feature = "std", feature = "alloc")))]
| ^^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_serde_derive)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_serde_derive)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `no_relaxed_trait_bounds`
--> /magus/work/usr/mports/editors/neovim-gtk/work/neovim-gtk-1.0.4/cargo-crates/serde-1.0.151/src/ser/impls.rs:185:56
|
185 | #[cfg(all(any(feature = "std", feature = "alloc"), not(no_relaxed_trait_bounds)))]
| ^^^^^^^^^^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_relaxed_trait_bounds)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_relaxed_trait_bounds)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `no_relaxed_trait_bounds`
--> /magus/work/usr/mports/editors/neovim-gtk/work/neovim-gtk-1.0.4/cargo-crates/serde-1.0.151/src/ser/impls.rs:203:52
|
203 | #[cfg(all(any(feature = "std", feature = "alloc"), no_relaxed_trait_bounds))]
| ^^^^^^^^^^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_relaxed_trait_bounds)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_relaxed_trait_bounds)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `no_range_inclusive`
--> /magus/work/usr/mports/editors/neovim-gtk/work/neovim-gtk-1.0.4/cargo-crates/serde-1.0.151/src/ser/impls.rs:260:11
|
260 | #[cfg(not(no_range_inclusive))]
| ^^^^^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_range_inclusive)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_range_inclusive)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `no_ops_bound`
--> /magus/work/usr/mports/editors/neovim-gtk/work/neovim-gtk-1.0.4/cargo-crates/serde-1.0.151/src/ser/impls.rs:279:15
|
279 | #[cfg(any(not(no_ops_bound), all(feature = "std", not(no_collections_bound))))]
| ^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_ops_bound)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_ops_bound)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `no_collections_bound`
--> /magus/work/usr/mports/editors/neovim-gtk/work/neovim-gtk-1.0.4/cargo-crates/serde-1.0.151/src/ser/impls.rs:279:55
|
279 | #[cfg(any(not(no_ops_bound), all(feature = "std", not(no_collections_bound))))]
| ^^^^^^^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_collections_bound)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_collections_bound)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `no_relaxed_trait_bounds`
--> /magus/work/usr/mports/editors/neovim-gtk/work/neovim-gtk-1.0.4/cargo-crates/serde-1.0.151/src/ser/impls.rs:368:56
|
368 | #[cfg(all(any(feature = "std", feature = "alloc"), not(no_relaxed_trait_bounds)))]
| ^^^^^^^^^^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_relaxed_trait_bounds)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_relaxed_trait_bounds)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `no_relaxed_trait_bounds`
--> /magus/work/usr/mports/editors/neovim-gtk/work/neovim-gtk-1.0.4/cargo-crates/serde-1.0.151/src/ser/impls.rs:387:52
|
387 | #[cfg(all(any(feature = "std", feature = "alloc"), no_relaxed_trait_bounds))]
| ^^^^^^^^^^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_relaxed_trait_bounds)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_relaxed_trait_bounds)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `no_num_nonzero_signed`
--> /magus/work/usr/mports/editors/neovim-gtk/work/neovim-gtk-1.0.4/cargo-crates/serde-1.0.151/src/ser/impls.rs:528:11
|
528 | #[cfg(not(no_num_nonzero_signed))]
| ^^^^^^^^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_num_nonzero_signed)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_num_nonzero_signed)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `no_core_duration`
--> /magus/work/usr/mports/editors/neovim-gtk/work/neovim-gtk-1.0.4/cargo-crates/serde-1.0.151/src/ser/impls.rs:631:32
|
631 | #[cfg(any(feature = "std", not(no_core_duration)))]
| ^^^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_core_duration)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_core_duration)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `no_core_reverse`
--> /magus/work/usr/mports/editors/neovim-gtk/work/neovim-gtk-1.0.4/cargo-crates/serde-1.0.151/src/ser/impls.rs:932:11
|
932 | #[cfg(not(no_core_reverse))]
| ^^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_core_reverse)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_core_reverse)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `no_std_atomic`
--> /magus/work/usr/mports/editors/neovim-gtk/work/neovim-gtk-1.0.4/cargo-crates/serde-1.0.151/src/ser/impls.rs:948:32
|
948 | #[cfg(all(feature = "std", not(no_std_atomic)))]
| ^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_std_atomic)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_std_atomic)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `no_std_atomic`
--> /magus/work/usr/mports/editors/neovim-gtk/work/neovim-gtk-1.0.4/cargo-crates/serde-1.0.151/src/ser/impls.rs:966:32
|
966 | #[cfg(all(feature = "std", not(no_std_atomic)))]
| ^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_std_atomic)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_std_atomic)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `no_std_atomic64`
--> /magus/work/usr/mports/editors/neovim-gtk/work/neovim-gtk-1.0.4/cargo-crates/serde-1.0.151/src/ser/impls.rs:979:32
|
979 | #[cfg(all(feature = "std", not(no_std_atomic64)))]
| ^^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_std_atomic64)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_std_atomic64)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `no_num_nonzero`
--> /magus/work/usr/mports/editors/neovim-gtk/work/neovim-gtk-1.0.4/cargo-crates/serde-1.0.151/src/ser/impls.rs:507:23
|
507 | #[cfg(not(no_num_nonzero))]
| ^^^^^^^^^^^^^^
...
520 | / nonzero_integers! {
521 | | NonZeroU8,
522 | | NonZeroU16,
523 | | NonZeroU32,
524 | | NonZeroU64,
525 | | NonZeroUsize,
526 | | }
| |_- in this macro invocation
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_num_nonzero)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_num_nonzero)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
= note: this warning originates in the macro `nonzero_integers` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unexpected `cfg` condition name: `no_num_nonzero`
--> /magus/work/usr/mports/editors/neovim-gtk/work/neovim-gtk-1.0.4/cargo-crates/serde-1.0.151/src/ser/impls.rs:507:23
|
507 | #[cfg(not(no_num_nonzero))]
| ^^^^^^^^^^^^^^
...
529 | / nonzero_integers! {
530 | | NonZeroI8,
531 | | NonZeroI16,
532 | | NonZeroI32,
533 | | NonZeroI64,
534 | | NonZeroIsize,
535 | | }
| |_- in this macro invocation
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_num_nonzero)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_num_nonzero)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
= note: this warning originates in the macro `nonzero_integers` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unexpected `cfg` condition name: `no_num_nonzero_signed`
--> /magus/work/usr/mports/editors/neovim-gtk/work/neovim-gtk-1.0.4/cargo-crates/serde-1.0.151/src/ser/impls.rs:544:15
|
544 | #[cfg(not(no_num_nonzero_signed))]
| ^^^^^^^^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_num_nonzero_signed)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_num_nonzero_signed)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `no_num_nonzero`
--> /magus/work/usr/mports/editors/neovim-gtk/work/neovim-gtk-1.0.4/cargo-crates/serde-1.0.151/src/ser/impls.rs:507:23
|
507 | #[cfg(not(no_num_nonzero))]
| ^^^^^^^^^^^^^^
...
540 | / nonzero_integers! {
541 | | NonZeroU128,
542 | | }
| |_____- in this macro invocation
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_num_nonzero)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_num_nonzero)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
= note: this warning originates in the macro `nonzero_integers` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unexpected `cfg` condition name: `no_num_nonzero`
--> /magus/work/usr/mports/editors/neovim-gtk/work/neovim-gtk-1.0.4/cargo-crates/serde-1.0.151/src/ser/impls.rs:507:23
|
507 | #[cfg(not(no_num_nonzero))]
| ^^^^^^^^^^^^^^
...
545 | / nonzero_integers! {
546 | | NonZeroI128,
547 | | }
| |_____- in this macro invocation
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_num_nonzero)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_num_nonzero)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
= note: this warning originates in the macro `nonzero_integers` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unexpected `cfg` condition name: `no_target_has_atomic`
--> /magus/work/usr/mports/editors/neovim-gtk/work/neovim-gtk-1.0.4/cargo-crates/serde-1.0.151/src/ser/impls.rs:952:23
|
952 | #[cfg(any(no_target_has_atomic, target_has_atomic = $size))]
| ^^^^^^^^^^^^^^^^^^^^ help: there is a config with a similar name: `target_has_atomic`
...
967 | / atomic_impl! {
968 | | AtomicBool "8"
969 | | AtomicI8 "8"
970 | | AtomicI16 "16"
... |
976 | | AtomicUsize "ptr"
977 | | }
| |_- in this macro invocation
|
= help: expected values for `target_has_atomic` are: `128`, `16`, `32`, `64`, `8`, and `ptr`
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_target_has_atomic)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_target_has_atomic)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
= note: this warning originates in the macro `atomic_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unexpected `cfg` condition name: `no_target_has_atomic`
--> /magus/work/usr/mports/editors/neovim-gtk/work/neovim-gtk-1.0.4/cargo-crates/serde-1.0.151/src/ser/impls.rs:952:23
|
952 | #[cfg(any(no_target_has_atomic, target_has_atomic = $size))]
| ^^^^^^^^^^^^^^^^^^^^ help: there is a config with a similar name: `target_has_atomic`
...
980 | / atomic_impl! {
981 | | AtomicI64 "64"
982 | | AtomicU64 "64"
983 | | }
| |_- in this macro invocation
|
= help: expected values for `target_has_atomic` are: `128`, `16`, `32`, `64`, `8`, and `ptr`
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_target_has_atomic)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_target_has_atomic)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
= note: this warning originates in the macro `atomic_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unexpected `cfg` condition name: `no_iterator_try_fold`
--> /magus/work/usr/mports/editors/neovim-gtk/work/neovim-gtk-1.0.4/cargo-crates/serde-1.0.151/src/ser/mod.rs:1286:19
|
1286 | #[cfg(not(no_iterator_try_fold))]
| ^^^^^^^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_iterator_try_fold)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_iterator_try_fold)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `no_iterator_try_fold`
--> /magus/work/usr/mports/editors/neovim-gtk/work/neovim-gtk-1.0.4/cargo-crates/serde-1.0.151/src/ser/mod.rs:1292:15
|
1292 | #[cfg(no_iterator_try_fold)]
| ^^^^^^^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_iterator_try_fold)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_iterator_try_fold)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `no_iterator_try_fold`
--> /magus/work/usr/mports/editors/neovim-gtk/work/neovim-gtk-1.0.4/cargo-crates/serde-1.0.151/src/ser/mod.rs:1337:19
|
1337 | #[cfg(not(no_iterator_try_fold))]
| ^^^^^^^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_iterator_try_fold)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_iterator_try_fold)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `no_iterator_try_fold`
--> /magus/work/usr/mports/editors/neovim-gtk/work/neovim-gtk-1.0.4/cargo-crates/serde-1.0.151/src/ser/mod.rs:1343:15
|
1343 | #[cfg(no_iterator_try_fold)]
| ^^^^^^^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_iterator_try_fold)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_iterator_try_fold)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `no_serde_derive`
--> /magus/work/usr/mports/editors/neovim-gtk/work/neovim-gtk-1.0.4/cargo-crates/serde-1.0.151/src/private/mod.rs:1:11
|
1 | #[cfg(not(no_serde_derive))]
| ^^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_serde_derive)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_serde_derive)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `no_serde_derive`
--> /magus/work/usr/mports/editors/neovim-gtk/work/neovim-gtk-1.0.4/cargo-crates/serde-1.0.151/src/private/mod.rs:3:11
|
3 | #[cfg(not(no_serde_derive))]
| ^^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_serde_derive)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_serde_derive)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `no_core_try_from`
--> /magus/work/usr/mports/editors/neovim-gtk/work/neovim-gtk-1.0.4/cargo-crates/serde-1.0.151/src/private/mod.rs:25:11
|
25 | #[cfg(not(no_core_try_from))]
| ^^^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_core_try_from)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_core_try_from)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
Fresh cfg-expr v0.11.0
Fresh autocfg v1.1.0
Fresh cfg-if v1.0.0
warning: `serde` (lib) generated 89 warnings
Fresh libc v0.2.138
warning: unexpected `cfg` condition name: `libc_deny_warnings`
--> /magus/work/usr/mports/editors/neovim-gtk/work/neovim-gtk-1.0.4/cargo-crates/libc-0.2.138/src/lib.rs:20:13
|
20 | #![cfg_attr(libc_deny_warnings, deny(warnings))]
| ^^^^^^^^^^^^^^^^^^
|
= help: expected names are: `docsrs`, `feature`, and `test` and 31 more
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libc_deny_warnings)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libc_deny_warnings)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
= note: `#[warn(unexpected_cfgs)]` on by default
warning: unexpected `cfg` condition name: `libc_thread_local`
--> /magus/work/usr/mports/editors/neovim-gtk/work/neovim-gtk-1.0.4/cargo-crates/libc-0.2.138/src/lib.rs:23:13
|
23 | #![cfg_attr(libc_thread_local, feature(thread_local))]
| ^^^^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libc_thread_local)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libc_thread_local)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `libc_const_extern_fn_unstable`
--> /magus/work/usr/mports/editors/neovim-gtk/work/neovim-gtk-1.0.4/cargo-crates/libc-0.2.138/src/lib.rs:29:13
|
29 | #![cfg_attr(libc_const_extern_fn_unstable, feature(const_extern_fn))]
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libc_const_extern_fn_unstable)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libc_const_extern_fn_unstable)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `libc_priv_mod_use`
--> /magus/work/usr/mports/editors/neovim-gtk/work/neovim-gtk-1.0.4/cargo-crates/libc-0.2.138/src/lib.rs:47:14
|
47 | if #[cfg(libc_priv_mod_use)] {
| ^^^^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libc_priv_mod_use)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libc_priv_mod_use)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `libc_core_cvoid`
--> /magus/work/usr/mports/editors/neovim-gtk/work/neovim-gtk-1.0.4/cargo-crates/libc-0.2.138/src/lib.rs:48:15
|
48 | #[cfg(libc_core_cvoid)]
| ^^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libc_core_cvoid)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libc_core_cvoid)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition value: `switch`
--> /magus/work/usr/mports/editors/neovim-gtk/work/neovim-gtk-1.0.4/cargo-crates/libc-0.2.138/src/lib.rs:106:21
|
106 | } else if #[cfg(target_os = "switch")] {
| ^^^^^^^^^
|
= 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 9 more
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition value: `wasi`
--> /magus/work/usr/mports/editors/neovim-gtk/work/neovim-gtk-1.0.4/cargo-crates/libc-0.2.138/src/lib.rs:148:25
|
148 | } else if #[cfg(any(target_env = "wasi", target_os = "wasi"))] {
| ^^^^^^^^^^^^^^^^^^^
|
= note: expected values for `target_env` are: ``, `gnu`, `msvc`, `musl`, `newlib`, `nto70`, `nto71`, `nto71_iosock`, `nto80`, `ohos`, `p1`, `p2`, `relibc`, `sgx`, and `uclibc`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `libc_ptr_addr_of`
--> /magus/work/usr/mports/editors/neovim-gtk/work/neovim-gtk-1.0.4/cargo-crates/libc-0.2.138/src/macros.rs:331:11
|
331 | #[cfg(not(libc_ptr_addr_of))]
| ^^^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libc_ptr_addr_of)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libc_ptr_addr_of)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `libc_ptr_addr_of`
--> /magus/work/usr/mports/editors/neovim-gtk/work/neovim-gtk-1.0.4/cargo-crates/libc-0.2.138/src/macros.rs:338:7
|
338 | #[cfg(libc_ptr_addr_of)]
| ^^^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libc_ptr_addr_of)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libc_ptr_addr_of)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `libc_const_extern_fn`
--> /magus/work/usr/mports/editors/neovim-gtk/work/neovim-gtk-1.0.4/cargo-crates/libc-0.2.138/src/macros.rs:179:14
|
179 | if #[cfg(libc_const_extern_fn)] {
| ^^^^^^^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libc_const_extern_fn)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libc_const_extern_fn)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `libc_int128`
--> /magus/work/usr/mports/editors/neovim-gtk/work/neovim-gtk-1.0.4/cargo-crates/libc-0.2.138/src/fixed_width_ints.rs:23:18
|
23 | if #[cfg(all(libc_int128, target_arch = "aarch64", not(target_os = "windows")))] {
| ^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libc_int128)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libc_int128)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition value: `illumos`
--> /magus/work/usr/mports/editors/neovim-gtk/work/neovim-gtk-1.0.4/cargo-crates/libc-0.2.138/src/unix/mod.rs:381:21
|
381 | } else if #[cfg(target_env = "illumos")] {
| ^^^^^^^^^^
|
= note: expected values for `target_env` are: ``, `gnu`, `msvc`, `musl`, `newlib`, `nto70`, `nto71`, `nto71_iosock`, `nto80`, `ohos`, `p1`, `p2`, `relibc`, `sgx`, and `uclibc`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `libc_core_cvoid`
--> /magus/work/usr/mports/editors/neovim-gtk/work/neovim-gtk-1.0.4/cargo-crates/libc-0.2.138/src/unix/mod.rs:1526:14
|
1526 | if #[cfg(libc_core_cvoid)] {
| ^^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libc_core_cvoid)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libc_core_cvoid)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `libc_align`
--> /magus/work/usr/mports/editors/neovim-gtk/work/neovim-gtk-1.0.4/cargo-crates/libc-0.2.138/src/unix/mod.rs:1546:14
|
1546 | if #[cfg(libc_align)] {
| ^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libc_align)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libc_align)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `libc_cfg_target_vendor`
--> /magus/work/usr/mports/editors/neovim-gtk/work/neovim-gtk-1.0.4/cargo-crates/libc-0.2.138/src/unix/mod.rs:588:9
|
588 | libc_cfg_target_vendor,
| ^^^^^^^^^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libc_cfg_target_vendor)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libc_cfg_target_vendor)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `libc_cfg_target_vendor`
--> /magus/work/usr/mports/editors/neovim-gtk/work/neovim-gtk-1.0.4/cargo-crates/libc-0.2.138/src/unix/mod.rs:597:9
|
597 | libc_cfg_target_vendor,
| ^^^^^^^^^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libc_cfg_target_vendor)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libc_cfg_target_vendor)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `libc_cfg_target_vendor`
--> /magus/work/usr/mports/editors/neovim-gtk/work/neovim-gtk-1.0.4/cargo-crates/libc-0.2.138/src/unix/mod.rs:615:9
|
615 | libc_cfg_target_vendor,
| ^^^^^^^^^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libc_cfg_target_vendor)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libc_cfg_target_vendor)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `libc_cfg_target_vendor`
--> /magus/work/usr/mports/editors/neovim-gtk/work/neovim-gtk-1.0.4/cargo-crates/libc-0.2.138/src/unix/mod.rs:626:9
|
626 | libc_cfg_target_vendor,
| ^^^^^^^^^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libc_cfg_target_vendor)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libc_cfg_target_vendor)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `libc_cfg_target_vendor`
--> /magus/work/usr/mports/editors/neovim-gtk/work/neovim-gtk-1.0.4/cargo-crates/libc-0.2.138/src/unix/mod.rs:641:9
|
641 | libc_cfg_target_vendor,
| ^^^^^^^^^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libc_cfg_target_vendor)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libc_cfg_target_vendor)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `libc_cfg_target_vendor`
--> /magus/work/usr/mports/editors/neovim-gtk/work/neovim-gtk-1.0.4/cargo-crates/libc-0.2.138/src/unix/mod.rs:675:9
|
675 | libc_cfg_target_vendor,
| ^^^^^^^^^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libc_cfg_target_vendor)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libc_cfg_target_vendor)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `freebsd11`
--> /magus/work/usr/mports/editors/neovim-gtk/work/neovim-gtk-1.0.4/cargo-crates/libc-0.2.138/src/unix/mod.rs:713:40
|
713 | all(target_os = "freebsd", any(freebsd11, freebsd10)),
| ^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(freebsd11)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(freebsd11)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `freebsd10`
--> /magus/work/usr/mports/editors/neovim-gtk/work/neovim-gtk-1.0.4/cargo-crates/libc-0.2.138/src/unix/mod.rs:713:51
|
713 | all(target_os = "freebsd", any(freebsd11, freebsd10)),
| ^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(freebsd10)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(freebsd10)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `freebsd11`
--> /magus/work/usr/mports/editors/neovim-gtk/work/neovim-gtk-1.0.4/cargo-crates/libc-0.2.138/src/unix/mod.rs:726:40
|
726 | all(target_os = "freebsd", any(freebsd11, freebsd10)),
| ^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(freebsd11)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(freebsd11)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `freebsd10`
--> /magus/work/usr/mports/editors/neovim-gtk/work/neovim-gtk-1.0.4/cargo-crates/libc-0.2.138/src/unix/mod.rs:726:51
|
726 | all(target_os = "freebsd", any(freebsd11, freebsd10)),
| ^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(freebsd10)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(freebsd10)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `freebsd11`
--> /magus/work/usr/mports/editors/neovim-gtk/work/neovim-gtk-1.0.4/cargo-crates/libc-0.2.138/src/unix/mod.rs:772:40
|
772 | all(target_os = "freebsd", any(freebsd11, freebsd10)),
| ^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(freebsd11)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(freebsd11)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `freebsd10`
--> /magus/work/usr/mports/editors/neovim-gtk/work/neovim-gtk-1.0.4/cargo-crates/libc-0.2.138/src/unix/mod.rs:772:51
|
772 | all(target_os = "freebsd", any(freebsd11, freebsd10)),
| ^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(freebsd10)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(freebsd10)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `freebsd11`
--> /magus/work/usr/mports/editors/neovim-gtk/work/neovim-gtk-1.0.4/cargo-crates/libc-0.2.138/src/unix/mod.rs:810:40
|
810 | all(target_os = "freebsd", any(freebsd11, freebsd10)),
| ^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(freebsd11)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(freebsd11)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `freebsd10`
--> /magus/work/usr/mports/editors/neovim-gtk/work/neovim-gtk-1.0.4/cargo-crates/libc-0.2.138/src/unix/mod.rs:810:51
|
810 | all(target_os = "freebsd", any(freebsd11, freebsd10)),
| ^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(freebsd10)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(freebsd10)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `freebsd11`
--> /magus/work/usr/mports/editors/neovim-gtk/work/neovim-gtk-1.0.4/cargo-crates/libc-0.2.138/src/unix/mod.rs:1003:40
|
1003 | all(target_os = "freebsd", any(freebsd11, freebsd10)),
| ^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(freebsd11)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(freebsd11)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `freebsd10`
--> /magus/work/usr/mports/editors/neovim-gtk/work/neovim-gtk-1.0.4/cargo-crates/libc-0.2.138/src/unix/mod.rs:1003:51
|
1003 | all(target_os = "freebsd", any(freebsd11, freebsd10)),
| ^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(freebsd10)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(freebsd10)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `libc_cfg_target_vendor`
--> /magus/work/usr/mports/editors/neovim-gtk/work/neovim-gtk-1.0.4/cargo-crates/libc-0.2.138/src/unix/mod.rs:1177:9
|
1177 | libc_cfg_target_vendor,
| ^^^^^^^^^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libc_cfg_target_vendor)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libc_cfg_target_vendor)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `libc_cfg_target_vendor`
--> /magus/work/usr/mports/editors/neovim-gtk/work/neovim-gtk-1.0.4/cargo-crates/libc-0.2.138/src/unix/mod.rs:1190:9
|
1190 | libc_cfg_target_vendor,
| ^^^^^^^^^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libc_cfg_target_vendor)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libc_cfg_target_vendor)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `freebsd11`
--> /magus/work/usr/mports/editors/neovim-gtk/work/neovim-gtk-1.0.4/cargo-crates/libc-0.2.138/src/unix/mod.rs:1257:40
|
1257 | all(target_os = "freebsd", any(freebsd11, freebsd10)),
| ^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(freebsd11)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(freebsd11)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `freebsd10`
--> /magus/work/usr/mports/editors/neovim-gtk/work/neovim-gtk-1.0.4/cargo-crates/libc-0.2.138/src/unix/mod.rs:1257:51
|
1257 | all(target_os = "freebsd", any(freebsd11, freebsd10)),
| ^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(freebsd10)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(freebsd10)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: `extern` declarations without an explicit ABI are deprecated
--> /magus/work/usr/mports/editors/neovim-gtk/work/neovim-gtk-1.0.4/cargo-crates/libc-0.2.138/src/unix/mod.rs:1435:9
|
1435 | extern {
| ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
|
= note: `#[warn(missing_abi)]` on by default
warning: unexpected `cfg` condition name: `freebsd11`
--> /magus/work/usr/mports/editors/neovim-gtk/work/neovim-gtk-1.0.4/cargo-crates/libc-0.2.138/src/unix/mod.rs:1461:48
|
1461 | all(target_os = "freebsd", any(freebsd11, freebsd10)),
| ^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(freebsd11)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(freebsd11)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `freebsd10`
--> /magus/work/usr/mports/editors/neovim-gtk/work/neovim-gtk-1.0.4/cargo-crates/libc-0.2.138/src/unix/mod.rs:1461:59
|
1461 | all(target_os = "freebsd", any(freebsd11, freebsd10)),
| ^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(freebsd10)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(freebsd10)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: `extern` declarations without an explicit ABI are deprecated
--> /magus/work/usr/mports/editors/neovim-gtk/work/neovim-gtk-1.0.4/cargo-crates/libc-0.2.138/src/unix/mod.rs:1479:9
|
1479 | extern {
| ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
warning: `extern` declarations without an explicit ABI are deprecated
--> /magus/work/usr/mports/editors/neovim-gtk/work/neovim-gtk-1.0.4/cargo-crates/libc-0.2.138/src/macros.rs:188:43
|
188 | pub $($constness)* unsafe extern fn $i($($arg: $argty),*
| ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
|
::: /magus/work/usr/mports/editors/neovim-gtk/work/neovim-gtk-1.0.4/cargo-crates/libc-0.2.138/src/unix/bsd/mod.rs:544:1
|
544 | / f! {
545 | | pub fn CMSG_FIRSTHDR(mhdr: *const ::msghdr) -> *mut ::cmsghdr {
546 | | if (*mhdr).msg_controllen as usize >= ::mem::size_of::<::cmsghdr>() {
547 | | (*mhdr).msg_control as *mut ::cmsghdr
... |
578 | | }
| |_- in this macro invocation
|
= note: this warning originates in the macro `f` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: `extern` declarations without an explicit ABI are deprecated
--> /magus/work/usr/mports/editors/neovim-gtk/work/neovim-gtk-1.0.4/cargo-crates/libc-0.2.138/src/macros.rs:203:36
|
203 | pub $($constness)* extern fn $i($($arg: $argty),*
| ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
|
::: /magus/work/usr/mports/editors/neovim-gtk/work/neovim-gtk-1.0.4/cargo-crates/libc-0.2.138/src/unix/bsd/mod.rs:580:1
|
580 | / safe_f! {
581 | | pub {const} fn WTERMSIG(status: ::c_int) -> ::c_int {
582 | | status & 0o177
... |
600 | | }
| |_- in this macro invocation
|
= note: this warning originates in the macro `safe_f` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unexpected `cfg` condition name: `freebsd12`
--> /magus/work/usr/mports/editors/neovim-gtk/work/neovim-gtk-1.0.4/cargo-crates/libc-0.2.138/src/unix/bsd/mod.rs:619:40
|
619 | all(target_os = "freebsd", any(freebsd12, freebsd11, freebsd10)),
| ^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(freebsd12)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(freebsd12)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `freebsd11`
--> /magus/work/usr/mports/editors/neovim-gtk/work/neovim-gtk-1.0.4/cargo-crates/libc-0.2.138/src/unix/bsd/mod.rs:619:51
|
619 | all(target_os = "freebsd", any(freebsd12, freebsd11, freebsd10)),
| ^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(freebsd11)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(freebsd11)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `freebsd10`
--> /magus/work/usr/mports/editors/neovim-gtk/work/neovim-gtk-1.0.4/cargo-crates/libc-0.2.138/src/unix/bsd/mod.rs:619:62
|
619 | all(target_os = "freebsd", any(freebsd12, freebsd11, freebsd10)),
| ^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(freebsd10)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(freebsd10)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `freebsd12`
--> /magus/work/usr/mports/editors/neovim-gtk/work/neovim-gtk-1.0.4/cargo-crates/libc-0.2.138/src/unix/bsd/mod.rs:624:40
|
624 | all(target_os = "freebsd", any(freebsd12, freebsd11, freebsd10)),
| ^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(freebsd12)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(freebsd12)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `freebsd11`
--> /magus/work/usr/mports/editors/neovim-gtk/work/neovim-gtk-1.0.4/cargo-crates/libc-0.2.138/src/unix/bsd/mod.rs:624:51
|
624 | all(target_os = "freebsd", any(freebsd12, freebsd11, freebsd10)),
| ^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(freebsd11)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(freebsd11)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `freebsd10`
--> /magus/work/usr/mports/editors/neovim-gtk/work/neovim-gtk-1.0.4/cargo-crates/libc-0.2.138/src/unix/bsd/mod.rs:624:62
|
624 | all(target_os = "freebsd", any(freebsd12, freebsd11, freebsd10)),
| ^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(freebsd10)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(freebsd10)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `freebsd11`
--> /magus/work/usr/mports/editors/neovim-gtk/work/neovim-gtk-1.0.4/cargo-crates/libc-0.2.138/src/unix/bsd/mod.rs:657:40
|
657 | all(target_os = "freebsd", any(freebsd11, freebsd10)),
| ^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(freebsd11)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(freebsd11)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `freebsd10`
--> /magus/work/usr/mports/editors/neovim-gtk/work/neovim-gtk-1.0.4/cargo-crates/libc-0.2.138/src/unix/bsd/mod.rs:657:51
|
657 | all(target_os = "freebsd", any(freebsd11, freebsd10)),
| ^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(freebsd10)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(freebsd10)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `freebsd11`
--> /magus/work/usr/mports/editors/neovim-gtk/work/neovim-gtk-1.0.4/cargo-crates/libc-0.2.138/src/unix/bsd/mod.rs:668:40
|
668 | all(target_os = "freebsd", any(freebsd11, freebsd10)),
| ^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(freebsd11)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(freebsd11)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `freebsd10`
--> /magus/work/usr/mports/editors/neovim-gtk/work/neovim-gtk-1.0.4/cargo-crates/libc-0.2.138/src/unix/bsd/mod.rs:668:51
|
668 | all(target_os = "freebsd", any(freebsd11, freebsd10)),
| ^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(freebsd10)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(freebsd10)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `freebsd12`
--> /magus/work/usr/mports/editors/neovim-gtk/work/neovim-gtk-1.0.4/cargo-crates/libc-0.2.138/src/unix/bsd/mod.rs:839:40
|
839 | all(target_os = "freebsd", any(freebsd12, freebsd11, freebsd10)),
| ^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(freebsd12)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(freebsd12)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `freebsd11`
--> /magus/work/usr/mports/editors/neovim-gtk/work/neovim-gtk-1.0.4/cargo-crates/libc-0.2.138/src/unix/bsd/mod.rs:839:51
|
839 | all(target_os = "freebsd", any(freebsd12, freebsd11, freebsd10)),
| ^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(freebsd11)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(freebsd11)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `freebsd10`
--> /magus/work/usr/mports/editors/neovim-gtk/work/neovim-gtk-1.0.4/cargo-crates/libc-0.2.138/src/unix/bsd/mod.rs:839:62
|
839 | all(target_os = "freebsd", any(freebsd12, freebsd11, freebsd10)),
| ^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(freebsd10)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(freebsd10)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `libc_const_size_of`
--> /magus/work/usr/mports/editors/neovim-gtk/work/neovim-gtk-1.0.4/cargo-crates/libc-0.2.138/src/unix/bsd/freebsdlike/mod.rs:436:22
|
436 | if #[cfg(all(not(libc_const_size_of), target_pointer_width = "32"))] {
| ^^^^^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libc_const_size_of)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libc_const_size_of)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `libc_const_size_of`
--> /magus/work/usr/mports/editors/neovim-gtk/work/neovim-gtk-1.0.4/cargo-crates/libc-0.2.138/src/unix/bsd/freebsdlike/mod.rs:438:29
|
438 | } else if #[cfg(all(not(libc_const_size_of), target_pointer_width = "64"))] {
| ^^^^^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libc_const_size_of)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libc_const_size_of)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `libc_const_size_of`
--> /magus/work/usr/mports/editors/neovim-gtk/work/neovim-gtk-1.0.4/cargo-crates/libc-0.2.138/src/unix/bsd/freebsdlike/mod.rs:440:21
|
440 | } else if #[cfg(libc_const_size_of)] {
| ^^^^^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libc_const_size_of)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libc_const_size_of)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: `extern` declarations without an explicit ABI are deprecated
--> /magus/work/usr/mports/editors/neovim-gtk/work/neovim-gtk-1.0.4/cargo-crates/libc-0.2.138/src/macros.rs:203:36
|
203 | pub $($constness)* extern fn $i($($arg: $argty),*
| ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
|
::: /magus/work/usr/mports/editors/neovim-gtk/work/neovim-gtk-1.0.4/cargo-crates/libc-0.2.138/src/unix/bsd/freebsdlike/mod.rs:1434:1
|
1434 | / safe_f! {
1435 | | pub {const} fn WIFCONTINUED(status: ::c_int) -> bool {
1436 | | status == 0x13
... |
1446 | | }
| |_- in this macro invocation
|
= note: this warning originates in the macro `safe_f` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unexpected `cfg` condition name: `freebsd11`
--> /magus/work/usr/mports/editors/neovim-gtk/work/neovim-gtk-1.0.4/cargo-crates/libc-0.2.138/src/unix/bsd/freebsdlike/mod.rs:1521:40
|
1521 | all(target_os = "freebsd", any(freebsd11, freebsd10)),
| ^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(freebsd11)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(freebsd11)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `freebsd10`
--> /magus/work/usr/mports/editors/neovim-gtk/work/neovim-gtk-1.0.4/cargo-crates/libc-0.2.138/src/unix/bsd/freebsdlike/mod.rs:1521:51
|
1521 | all(target_os = "freebsd", any(freebsd11, freebsd10)),
| ^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(freebsd10)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(freebsd10)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `freebsd11`
--> /magus/work/usr/mports/editors/neovim-gtk/work/neovim-gtk-1.0.4/cargo-crates/libc-0.2.138/src/unix/bsd/freebsdlike/mod.rs:1537:40
|
1537 | all(target_os = "freebsd", any(freebsd11, freebsd10)),
| ^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(freebsd11)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(freebsd11)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `freebsd10`
--> /magus/work/usr/mports/editors/neovim-gtk/work/neovim-gtk-1.0.4/cargo-crates/libc-0.2.138/src/unix/bsd/freebsdlike/mod.rs:1537:51
|
1537 | all(target_os = "freebsd", any(freebsd11, freebsd10)),
| ^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(freebsd10)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(freebsd10)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `freebsd11`
--> /magus/work/usr/mports/editors/neovim-gtk/work/neovim-gtk-1.0.4/cargo-crates/libc-0.2.138/src/unix/bsd/freebsdlike/freebsd/mod.rs:421:19
|
421 | #[cfg(not(freebsd11))]
| ^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(freebsd11)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(freebsd11)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `freebsd11`
--> /magus/work/usr/mports/editors/neovim-gtk/work/neovim-gtk-1.0.4/cargo-crates/libc-0.2.138/src/unix/bsd/freebsdlike/freebsd/mod.rs:423:15
|
423 | #[cfg(freebsd11)]
| ^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(freebsd11)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(freebsd11)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `freebsd11`
--> /magus/work/usr/mports/editors/neovim-gtk/work/neovim-gtk-1.0.4/cargo-crates/libc-0.2.138/src/unix/bsd/freebsdlike/freebsd/mod.rs:433:19
|
433 | #[cfg(not(freebsd11))]
| ^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(freebsd11)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(freebsd11)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `freebsd11`
--> /magus/work/usr/mports/editors/neovim-gtk/work/neovim-gtk-1.0.4/cargo-crates/libc-0.2.138/src/unix/bsd/freebsdlike/freebsd/mod.rs:435:15
|
435 | #[cfg(freebsd11)]
| ^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(freebsd11)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(freebsd11)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `freebsd11`
--> /magus/work/usr/mports/editors/neovim-gtk/work/neovim-gtk-1.0.4/cargo-crates/libc-0.2.138/src/unix/bsd/freebsdlike/freebsd/mod.rs:439:19
|
439 | #[cfg(not(freebsd11))]
| ^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(freebsd11)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(freebsd11)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `freebsd11`
--> /magus/work/usr/mports/editors/neovim-gtk/work/neovim-gtk-1.0.4/cargo-crates/libc-0.2.138/src/unix/bsd/freebsdlike/freebsd/mod.rs:441:19
|
441 | #[cfg(not(freebsd11))]
| ^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(freebsd11)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(freebsd11)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `freebsd11`
--> /magus/work/usr/mports/editors/neovim-gtk/work/neovim-gtk-1.0.4/cargo-crates/libc-0.2.138/src/unix/bsd/freebsdlike/freebsd/mod.rs:443:19
|
443 | #[cfg(not(freebsd11))]
| ^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(freebsd11)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(freebsd11)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `freebsd11`
--> /magus/work/usr/mports/editors/neovim-gtk/work/neovim-gtk-1.0.4/cargo-crates/libc-0.2.138/src/unix/bsd/freebsdlike/freebsd/mod.rs:445:15
|
445 | #[cfg(freebsd11)]
| ^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(freebsd11)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(freebsd11)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `freebsd12`
--> /magus/work/usr/mports/editors/neovim-gtk/work/neovim-gtk-1.0.4/cargo-crates/libc-0.2.138/src/unix/bsd/freebsdlike/freebsd/mod.rs:585:19
|
585 | #[cfg(any(freebsd12, freebsd13, freebsd14))]
| ^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(freebsd12)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(freebsd12)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `freebsd13`
--> /magus/work/usr/mports/editors/neovim-gtk/work/neovim-gtk-1.0.4/cargo-crates/libc-0.2.138/src/unix/bsd/freebsdlike/freebsd/mod.rs:585:30
|
585 | #[cfg(any(freebsd12, freebsd13, freebsd14))]
| ^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(freebsd13)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(freebsd13)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `freebsd14`
--> /magus/work/usr/mports/editors/neovim-gtk/work/neovim-gtk-1.0.4/cargo-crates/libc-0.2.138/src/unix/bsd/freebsdlike/freebsd/mod.rs:585:41
|
585 | #[cfg(any(freebsd12, freebsd13, freebsd14))]
| ^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(freebsd14)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(freebsd14)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `freebsd12`
--> /magus/work/usr/mports/editors/neovim-gtk/work/neovim-gtk-1.0.4/cargo-crates/libc-0.2.138/src/unix/bsd/freebsdlike/freebsd/mod.rs:587:19
|
587 | #[cfg(any(freebsd12, freebsd13, freebsd14))]
| ^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(freebsd12)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(freebsd12)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `freebsd13`
--> /magus/work/usr/mports/editors/neovim-gtk/work/neovim-gtk-1.0.4/cargo-crates/libc-0.2.138/src/unix/bsd/freebsdlike/freebsd/mod.rs:587:30
|
587 | #[cfg(any(freebsd12, freebsd13, freebsd14))]
| ^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(freebsd13)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(freebsd13)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `freebsd14`
--> /magus/work/usr/mports/editors/neovim-gtk/work/neovim-gtk-1.0.4/cargo-crates/libc-0.2.138/src/unix/bsd/freebsdlike/freebsd/mod.rs:587:41
|
587 | #[cfg(any(freebsd12, freebsd13, freebsd14))]
| ^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(freebsd14)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(freebsd14)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `libc_union`
--> /magus/work/usr/mports/editors/neovim-gtk/work/neovim-gtk-1.0.4/cargo-crates/libc-0.2.138/src/unix/bsd/freebsdlike/freebsd/mod.rs:959:15
|
959 | #[cfg(libc_union)]
| ^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libc_union)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libc_union)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `libc_union`
--> /magus/work/usr/mports/editors/neovim-gtk/work/neovim-gtk-1.0.4/cargo-crates/libc-0.2.138/src/macros.rs:94:22
|
94 | if #[cfg(libc_union)] {
| ^^^^^^^^^^
|
::: /magus/work/usr/mports/editors/neovim-gtk/work/neovim-gtk-1.0.4/cargo-crates/libc-0.2.138/src/unix/bsd/freebsdlike/freebsd/mod.rs:1012:1
|
1012 | / s_no_extra_traits! {
1013 | | pub struct utmpx {
1014 | | pub ut_type: ::c_short,
1015 | | pub ut_tv: ::timeval,
... |
1220 | | }
| |_- in this macro invocation
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libc_union)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libc_union)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
= note: this warning originates in the macro `s_no_extra_traits` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unexpected `cfg` condition name: `libc_union`
--> /magus/work/usr/mports/editors/neovim-gtk/work/neovim-gtk-1.0.4/cargo-crates/libc-0.2.138/src/unix/bsd/freebsdlike/freebsd/mod.rs:1024:11
|
1024 | #[cfg(libc_union)]
| ^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libc_union)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libc_union)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `libc_union`
--> /magus/work/usr/mports/editors/neovim-gtk/work/neovim-gtk-1.0.4/cargo-crates/libc-0.2.138/src/unix/bsd/freebsdlike/freebsd/mod.rs:1080:11
|
1080 | #[cfg(libc_union)]
| ^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libc_union)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libc_union)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `libc_union`
--> /magus/work/usr/mports/editors/neovim-gtk/work/neovim-gtk-1.0.4/cargo-crates/libc-0.2.138/src/unix/bsd/freebsdlike/freebsd/mod.rs:1091:11
|
1091 | #[cfg(libc_union)]
| ^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libc_union)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libc_union)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `libc_union`
--> /magus/work/usr/mports/editors/neovim-gtk/work/neovim-gtk-1.0.4/cargo-crates/libc-0.2.138/src/unix/bsd/freebsdlike/freebsd/mod.rs:1097:11
|
1097 | #[cfg(libc_union)]
| ^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libc_union)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libc_union)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `libc_union`
--> /magus/work/usr/mports/editors/neovim-gtk/work/neovim-gtk-1.0.4/cargo-crates/libc-0.2.138/src/unix/bsd/freebsdlike/freebsd/mod.rs:1164:11
|
1164 | #[cfg(libc_union)]
| ^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libc_union)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libc_union)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `libc_union`
--> /magus/work/usr/mports/editors/neovim-gtk/work/neovim-gtk-1.0.4/cargo-crates/libc-0.2.138/src/unix/bsd/freebsdlike/freebsd/mod.rs:1192:11
|
1192 | #[cfg(libc_union)]
| ^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libc_union)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libc_union)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `libc_union`
--> /magus/work/usr/mports/editors/neovim-gtk/work/neovim-gtk-1.0.4/cargo-crates/libc-0.2.138/src/unix/bsd/freebsdlike/freebsd/mod.rs:1272:15
|
1272 | #[cfg(libc_union)]
| ^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libc_union)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libc_union)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `libc_union`
--> /magus/work/usr/mports/editors/neovim-gtk/work/neovim-gtk-1.0.4/cargo-crates/libc-0.2.138/src/unix/bsd/freebsdlike/freebsd/mod.rs:1278:15
|
1278 | #[cfg(libc_union)]
| ^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libc_union)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libc_union)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `libc_union`
--> /magus/work/usr/mports/editors/neovim-gtk/work/neovim-gtk-1.0.4/cargo-crates/libc-0.2.138/src/unix/bsd/freebsdlike/freebsd/mod.rs:1280:15
|
1280 | #[cfg(libc_union)]
| ^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libc_union)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libc_union)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `libc_union`
--> /magus/work/usr/mports/editors/neovim-gtk/work/neovim-gtk-1.0.4/cargo-crates/libc-0.2.138/src/unix/bsd/freebsdlike/freebsd/mod.rs:1288:15
|
1288 | #[cfg(libc_union)]
| ^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libc_union)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libc_union)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `libc_union`
--> /magus/work/usr/mports/editors/neovim-gtk/work/neovim-gtk-1.0.4/cargo-crates/libc-0.2.138/src/unix/bsd/freebsdlike/freebsd/mod.rs:1469:15
|
1469 | #[cfg(libc_union)]
| ^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libc_union)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libc_union)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `libc_union`
--> /magus/work/usr/mports/editors/neovim-gtk/work/neovim-gtk-1.0.4/cargo-crates/libc-0.2.138/src/unix/bsd/freebsdlike/freebsd/mod.rs:1475:15
|
1475 | #[cfg(libc_union)]
| ^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libc_union)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libc_union)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `libc_union`
--> /magus/work/usr/mports/editors/neovim-gtk/work/neovim-gtk-1.0.4/cargo-crates/libc-0.2.138/src/unix/bsd/freebsdlike/freebsd/mod.rs:1477:15
|
1477 | #[cfg(libc_union)]
| ^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libc_union)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libc_union)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `libc_union`
--> /magus/work/usr/mports/editors/neovim-gtk/work/neovim-gtk-1.0.4/cargo-crates/libc-0.2.138/src/unix/bsd/freebsdlike/freebsd/mod.rs:1485:19
|
1485 | #[cfg(not(libc_union))]
| ^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libc_union)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libc_union)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `libc_union`
--> /magus/work/usr/mports/editors/neovim-gtk/work/neovim-gtk-1.0.4/cargo-crates/libc-0.2.138/src/unix/bsd/freebsdlike/freebsd/mod.rs:1491:15
|
1491 | #[cfg(libc_union)]
| ^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libc_union)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libc_union)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `libc_union`
--> /magus/work/usr/mports/editors/neovim-gtk/work/neovim-gtk-1.0.4/cargo-crates/libc-0.2.138/src/unix/bsd/freebsdlike/freebsd/mod.rs:1499:19
|
1499 | #[cfg(not(libc_union))]
| ^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libc_union)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libc_union)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `libc_union`
--> /magus/work/usr/mports/editors/neovim-gtk/work/neovim-gtk-1.0.4/cargo-crates/libc-0.2.138/src/unix/bsd/freebsdlike/freebsd/mod.rs:1507:15
|
1507 | #[cfg(libc_union)]
| ^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libc_union)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libc_union)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `libc_union`
--> /magus/work/usr/mports/editors/neovim-gtk/work/neovim-gtk-1.0.4/cargo-crates/libc-0.2.138/src/unix/bsd/freebsdlike/freebsd/mod.rs:1517:15
|
1517 | #[cfg(libc_union)]
| ^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libc_union)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libc_union)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `libc_union`
--> /magus/work/usr/mports/editors/neovim-gtk/work/neovim-gtk-1.0.4/cargo-crates/libc-0.2.138/src/unix/bsd/freebsdlike/freebsd/mod.rs:1539:15
|
1539 | #[cfg(libc_union)]
| ^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libc_union)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libc_union)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `libc_union`
--> /magus/work/usr/mports/editors/neovim-gtk/work/neovim-gtk-1.0.4/cargo-crates/libc-0.2.138/src/unix/bsd/freebsdlike/freebsd/mod.rs:1541:15
|
1541 | #[cfg(libc_union)]
| ^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libc_union)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libc_union)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `libc_union`
--> /magus/work/usr/mports/editors/neovim-gtk/work/neovim-gtk-1.0.4/cargo-crates/libc-0.2.138/src/unix/bsd/freebsdlike/freebsd/mod.rs:1563:15
|
1563 | #[cfg(libc_union)]
| ^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libc_union)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libc_union)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `libc_union`
--> /magus/work/usr/mports/editors/neovim-gtk/work/neovim-gtk-1.0.4/cargo-crates/libc-0.2.138/src/unix/bsd/freebsdlike/freebsd/mod.rs:1605:15
|
1605 | #[cfg(libc_union)]
| ^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libc_union)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libc_union)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `libc_union`
--> /magus/work/usr/mports/editors/neovim-gtk/work/neovim-gtk-1.0.4/cargo-crates/libc-0.2.138/src/unix/bsd/freebsdlike/freebsd/mod.rs:1608:15
|
1608 | #[cfg(libc_union)]
| ^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libc_union)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libc_union)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `libc_union`
--> /magus/work/usr/mports/editors/neovim-gtk/work/neovim-gtk-1.0.4/cargo-crates/libc-0.2.138/src/unix/bsd/freebsdlike/freebsd/mod.rs:1618:15
|
1618 | #[cfg(libc_union)]
| ^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libc_union)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libc_union)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `libc_union`
--> /magus/work/usr/mports/editors/neovim-gtk/work/neovim-gtk-1.0.4/cargo-crates/libc-0.2.138/src/unix/bsd/freebsdlike/freebsd/mod.rs:1628:15
|
1628 | #[cfg(libc_union)]
| ^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libc_union)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libc_union)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `libc_union`
--> /magus/work/usr/mports/editors/neovim-gtk/work/neovim-gtk-1.0.4/cargo-crates/libc-0.2.138/src/unix/bsd/freebsdlike/freebsd/mod.rs:1731:15
|
1731 | #[cfg(libc_union)]
| ^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libc_union)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libc_union)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `libc_union`
--> /magus/work/usr/mports/editors/neovim-gtk/work/neovim-gtk-1.0.4/cargo-crates/libc-0.2.138/src/unix/bsd/freebsdlike/freebsd/mod.rs:1740:15
|
1740 | #[cfg(libc_union)]
| ^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libc_union)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libc_union)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `libc_union`
--> /magus/work/usr/mports/editors/neovim-gtk/work/neovim-gtk-1.0.4/cargo-crates/libc-0.2.138/src/unix/bsd/freebsdlike/freebsd/mod.rs:1742:15
|
1742 | #[cfg(libc_union)]
| ^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libc_union)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libc_union)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `libc_union`
--> /magus/work/usr/mports/editors/neovim-gtk/work/neovim-gtk-1.0.4/cargo-crates/libc-0.2.138/src/unix/bsd/freebsdlike/freebsd/mod.rs:1751:15
|
1751 | #[cfg(libc_union)]
| ^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libc_union)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libc_union)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `libc_union`
--> /magus/work/usr/mports/editors/neovim-gtk/work/neovim-gtk-1.0.4/cargo-crates/libc-0.2.138/src/unix/bsd/freebsdlike/freebsd/mod.rs:1761:15
|
1761 | #[cfg(libc_union)]
| ^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libc_union)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libc_union)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `libc_union`
--> /magus/work/usr/mports/editors/neovim-gtk/work/neovim-gtk-1.0.4/cargo-crates/libc-0.2.138/src/unix/bsd/freebsdlike/freebsd/mod.rs:1770:15
|
1770 | #[cfg(libc_union)]
| ^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libc_union)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libc_union)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `libc_union`
--> /magus/work/usr/mports/editors/neovim-gtk/work/neovim-gtk-1.0.4/cargo-crates/libc-0.2.138/src/unix/bsd/freebsdlike/freebsd/mod.rs:1772:15
|
1772 | #[cfg(libc_union)]
| ^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libc_union)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libc_union)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `libc_union`
--> /magus/work/usr/mports/editors/neovim-gtk/work/neovim-gtk-1.0.4/cargo-crates/libc-0.2.138/src/unix/bsd/freebsdlike/freebsd/mod.rs:1781:15
|
1781 | #[cfg(libc_union)]
| ^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libc_union)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libc_union)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `freebsd11`
--> /magus/work/usr/mports/editors/neovim-gtk/work/neovim-gtk-1.0.4/cargo-crates/libc-0.2.138/src/unix/bsd/freebsdlike/freebsd/mod.rs:3153:14
|
3153 | if #[cfg(freebsd11)] {
| ^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(freebsd11)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(freebsd11)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `freebsd11`
--> /magus/work/usr/mports/editors/neovim-gtk/work/neovim-gtk-1.0.4/cargo-crates/libc-0.2.138/src/unix/bsd/freebsdlike/freebsd/mod.rs:3334:18
|
3334 | if #[cfg(any(freebsd11, target_pointer_width = "32"))] {
| ^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(freebsd11)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(freebsd11)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `freebsd10`
--> /magus/work/usr/mports/editors/neovim-gtk/work/neovim-gtk-1.0.4/cargo-crates/libc-0.2.138/src/unix/bsd/freebsdlike/freebsd/mod.rs:3630:18
|
3630 | if #[cfg(any(freebsd10, freebsd11))] {
| ^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(freebsd10)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(freebsd10)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `freebsd11`
--> /magus/work/usr/mports/editors/neovim-gtk/work/neovim-gtk-1.0.4/cargo-crates/libc-0.2.138/src/unix/bsd/freebsdlike/freebsd/mod.rs:3630:29
|
3630 | if #[cfg(any(freebsd10, freebsd11))] {
| ^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(freebsd11)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(freebsd11)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `freebsd10`
--> /magus/work/usr/mports/editors/neovim-gtk/work/neovim-gtk-1.0.4/cargo-crates/libc-0.2.138/src/unix/bsd/freebsdlike/freebsd/mod.rs:3919:22
|
3919 | if #[cfg(not(any(freebsd10, freebsd11)))] {
| ^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(freebsd10)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(freebsd10)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `freebsd11`
--> /magus/work/usr/mports/editors/neovim-gtk/work/neovim-gtk-1.0.4/cargo-crates/libc-0.2.138/src/unix/bsd/freebsdlike/freebsd/mod.rs:3919:33
|
3919 | if #[cfg(not(any(freebsd10, freebsd11)))] {
| ^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(freebsd11)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(freebsd11)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `freebsd14`
--> /magus/work/usr/mports/editors/neovim-gtk/work/neovim-gtk-1.0.4/cargo-crates/libc-0.2.138/src/unix/bsd/freebsdlike/freebsd/mod.rs:4624:14
|
4624 | if #[cfg(freebsd14)] {
| ^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(freebsd14)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(freebsd14)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `freebsd13`
--> /magus/work/usr/mports/editors/neovim-gtk/work/neovim-gtk-1.0.4/cargo-crates/libc-0.2.138/src/unix/bsd/freebsdlike/freebsd/mod.rs:4627:21
|
4627 | } else if #[cfg(freebsd13)] {
| ^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(freebsd13)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(freebsd13)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `freebsd12`
--> /magus/work/usr/mports/editors/neovim-gtk/work/neovim-gtk-1.0.4/cargo-crates/libc-0.2.138/src/unix/bsd/freebsdlike/freebsd/mod.rs:4630:21
|
4630 | } else if #[cfg(freebsd12)] {
| ^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(freebsd12)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(freebsd12)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `freebsd10`
--> /magus/work/usr/mports/editors/neovim-gtk/work/neovim-gtk-1.0.4/cargo-crates/libc-0.2.138/src/unix/bsd/freebsdlike/freebsd/mod.rs:4633:25
|
4633 | } else if #[cfg(any(freebsd10, freebsd11))] {
| ^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(freebsd10)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(freebsd10)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `freebsd11`
--> /magus/work/usr/mports/editors/neovim-gtk/work/neovim-gtk-1.0.4/cargo-crates/libc-0.2.138/src/unix/bsd/freebsdlike/freebsd/mod.rs:4633:36
|
4633 | } else if #[cfg(any(freebsd10, freebsd11))] {
| ^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(freebsd11)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(freebsd11)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `libc_union`
--> /magus/work/usr/mports/editors/neovim-gtk/work/neovim-gtk-1.0.4/cargo-crates/libc-0.2.138/src/unix/bsd/freebsdlike/freebsd/mod.rs:1035:15
|
1035 | #[cfg(libc_union)]
| ^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libc_union)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libc_union)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `libc_union`
--> /magus/work/usr/mports/editors/neovim-gtk/work/neovim-gtk-1.0.4/cargo-crates/libc-0.2.138/src/unix/bsd/freebsdlike/freebsd/mod.rs:1037:19
|
1037 | #[cfg(not(libc_union))]
| ^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libc_union)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libc_union)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `freebsd12`
--> /magus/work/usr/mports/editors/neovim-gtk/work/neovim-gtk-1.0.4/cargo-crates/libc-0.2.138/src/unix/bsd/freebsdlike/freebsd/mod.rs:1073:19
|
1073 | #[cfg(any(freebsd12, freebsd13, freebsd14))]
| ^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(freebsd12)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(freebsd12)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `freebsd13`
--> /magus/work/usr/mports/editors/neovim-gtk/work/neovim-gtk-1.0.4/cargo-crates/libc-0.2.138/src/unix/bsd/freebsdlike/freebsd/mod.rs:1073:30
|
1073 | #[cfg(any(freebsd12, freebsd13, freebsd14))]
| ^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(freebsd13)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(freebsd13)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `freebsd14`
--> /magus/work/usr/mports/editors/neovim-gtk/work/neovim-gtk-1.0.4/cargo-crates/libc-0.2.138/src/unix/bsd/freebsdlike/freebsd/mod.rs:1073:41
|
1073 | #[cfg(any(freebsd12, freebsd13, freebsd14))]
| ^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(freebsd14)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(freebsd14)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `freebsd12`
--> /magus/work/usr/mports/editors/neovim-gtk/work/neovim-gtk-1.0.4/cargo-crates/libc-0.2.138/src/unix/bsd/freebsdlike/freebsd/mod.rs:1075:23
|
1075 | #[cfg(not(any(freebsd12, freebsd13, freebsd14)))]
| ^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(freebsd12)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(freebsd12)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `freebsd13`
--> /magus/work/usr/mports/editors/neovim-gtk/work/neovim-gtk-1.0.4/cargo-crates/libc-0.2.138/src/unix/bsd/freebsdlike/freebsd/mod.rs:1075:34
|
1075 | #[cfg(not(any(freebsd12, freebsd13, freebsd14)))]
| ^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(freebsd13)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(freebsd13)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `freebsd14`
--> /magus/work/usr/mports/editors/neovim-gtk/work/neovim-gtk-1.0.4/cargo-crates/libc-0.2.138/src/unix/bsd/freebsdlike/freebsd/mod.rs:1075:45
|
1075 | #[cfg(not(any(freebsd12, freebsd13, freebsd14)))]
| ^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(freebsd14)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(freebsd14)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `libc_union`
--> /magus/work/usr/mports/editors/neovim-gtk/work/neovim-gtk-1.0.4/cargo-crates/libc-0.2.138/src/unix/bsd/freebsdlike/freebsd/mod.rs:1087:15
|
1087 | #[cfg(libc_union)]
| ^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libc_union)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libc_union)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `libc_union`
--> /magus/work/usr/mports/editors/neovim-gtk/work/neovim-gtk-1.0.4/cargo-crates/libc-0.2.138/src/unix/bsd/freebsdlike/freebsd/mod.rs:1151:15
|
1151 | #[cfg(libc_union)]
| ^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libc_union)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libc_union)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `libc_union`
--> /magus/work/usr/mports/editors/neovim-gtk/work/neovim-gtk-1.0.4/cargo-crates/libc-0.2.138/src/unix/bsd/freebsdlike/freebsd/mod.rs:1154:19
|
1154 | #[cfg(not(libc_union))]
| ^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libc_union)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libc_union)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `libc_union`
--> /magus/work/usr/mports/editors/neovim-gtk/work/neovim-gtk-1.0.4/cargo-crates/libc-0.2.138/src/unix/bsd/freebsdlike/freebsd/mod.rs:1157:15
|
1157 | #[cfg(libc_union)]
| ^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libc_union)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libc_union)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `libc_union`
--> /magus/work/usr/mports/editors/neovim-gtk/work/neovim-gtk-1.0.4/cargo-crates/libc-0.2.138/src/unix/bsd/freebsdlike/freebsd/mod.rs:1160:19
|
1160 | #[cfg(not(libc_union))]
| ^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libc_union)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libc_union)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `libc_union`
--> /magus/work/usr/mports/editors/neovim-gtk/work/neovim-gtk-1.0.4/cargo-crates/libc-0.2.138/src/unix/bsd/freebsdlike/freebsd/mod.rs:1186:15
|
1186 | #[cfg(libc_union)]
| ^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libc_union)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libc_union)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `libc_union`
--> /magus/work/usr/mports/editors/neovim-gtk/work/neovim-gtk-1.0.4/cargo-crates/libc-0.2.138/src/unix/bsd/freebsdlike/freebsd/mod.rs:1188:19
|
1188 | #[cfg(not(libc_union))]
| ^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libc_union)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libc_union)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `libc_union`
--> /magus/work/usr/mports/editors/neovim-gtk/work/neovim-gtk-1.0.4/cargo-crates/libc-0.2.138/src/unix/bsd/freebsdlike/freebsd/mod.rs:1297:23
|
1297 | #[cfg(libc_union)]
| ^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libc_union)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libc_union)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `libc_union`
--> /magus/work/usr/mports/editors/neovim-gtk/work/neovim-gtk-1.0.4/cargo-crates/libc-0.2.138/src/unix/bsd/freebsdlike/freebsd/mod.rs:1300:27
|
1300 | #[cfg(not(libc_union))]
| ^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libc_union)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libc_union)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `libc_union`
--> /magus/work/usr/mports/editors/neovim-gtk/work/neovim-gtk-1.0.4/cargo-crates/libc-0.2.138/src/unix/bsd/freebsdlike/freebsd/mod.rs:1318:23
|
1318 | #[cfg(libc_union)]
| ^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libc_union)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libc_union)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `libc_union`
--> /magus/work/usr/mports/editors/neovim-gtk/work/neovim-gtk-1.0.4/cargo-crates/libc-0.2.138/src/unix/bsd/freebsdlike/freebsd/mod.rs:1332:23
|
1332 | #[cfg(libc_union)]
| ^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libc_union)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libc_union)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `libc_union`
--> /magus/work/usr/mports/editors/neovim-gtk/work/neovim-gtk-1.0.4/cargo-crates/libc-0.2.138/src/unix/bsd/freebsdlike/freebsd/mod.rs:1334:27
|
1334 | #[cfg(not(libc_union))]
| ^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libc_union)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libc_union)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: `extern` declarations without an explicit ABI are deprecated
--> /magus/work/usr/mports/editors/neovim-gtk/work/neovim-gtk-1.0.4/cargo-crates/libc-0.2.138/src/macros.rs:188:43
|
188 | pub $($constness)* unsafe extern fn $i($($arg: $argty),*
| ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
|
::: /magus/work/usr/mports/editors/neovim-gtk/work/neovim-gtk-1.0.4/cargo-crates/libc-0.2.138/src/unix/bsd/freebsdlike/freebsd/mod.rs:3801:1
|
3801 | / f! {
3802 | | pub fn CMSG_DATA(cmsg: *const ::cmsghdr) -> *mut ::c_uchar {
3803 | | (cmsg as *mut ::c_uchar)
3804 | | .offset(_ALIGN(::mem::size_of::<::cmsghdr>()) as isize)
... |
3910 | | }
| |_- in this macro invocation
|
= note: this warning originates in the macro `f` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: `extern` declarations without an explicit ABI are deprecated
--> /magus/work/usr/mports/editors/neovim-gtk/work/neovim-gtk-1.0.4/cargo-crates/libc-0.2.138/src/macros.rs:203:36
|
203 | pub $($constness)* extern fn $i($($arg: $argty),*
| ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
|
::: /magus/work/usr/mports/editors/neovim-gtk/work/neovim-gtk-1.0.4/cargo-crates/libc-0.2.138/src/unix/bsd/freebsdlike/freebsd/mod.rs:3912:1
|
3912 | / safe_f! {
3913 | | pub {const} fn WIFSIGNALED(status: ::c_int) -> bool {
3914 | | (status & 0o177) != 0o177 && (status & 0o177) != 0 && status != 0x13
3915 | | }
3916 | | }
| |_- in this macro invocation
|
= note: this warning originates in the macro `safe_f` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unexpected `cfg` condition name: `freebsd11`
--> /magus/work/usr/mports/editors/neovim-gtk/work/neovim-gtk-1.0.4/cargo-crates/libc-0.2.138/src/unix/bsd/freebsdlike/freebsd/mod.rs:4231:43
|
4231 | #[cfg_attr(all(target_os = "freebsd", freebsd11), link_name = "statfs@FBSD_1.0")]
| ^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(freebsd11)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(freebsd11)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `freebsd11`
--> /magus/work/usr/mports/editors/neovim-gtk/work/neovim-gtk-1.0.4/cargo-crates/libc-0.2.138/src/unix/bsd/freebsdlike/freebsd/mod.rs:4233:43
|
4233 | #[cfg_attr(all(target_os = "freebsd", freebsd11), link_name = "fstatfs@FBSD_1.0")]
| ^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(freebsd11)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(freebsd11)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `freebsd11`
--> /magus/work/usr/mports/editors/neovim-gtk/work/neovim-gtk-1.0.4/cargo-crates/libc-0.2.138/src/unix/bsd/freebsdlike/freebsd/mod.rs:4266:36
|
4266 | all(target_os = "freebsd", freebsd11),
| ^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(freebsd11)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(freebsd11)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: `extern` declarations without an explicit ABI are deprecated
--> /magus/work/usr/mports/editors/neovim-gtk/work/neovim-gtk-1.0.4/cargo-crates/libc-0.2.138/src/macros.rs:203:36
|
203 | pub $($constness)* extern fn $i($($arg: $argty),*
| ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
|
::: /magus/work/usr/mports/editors/neovim-gtk/work/neovim-gtk-1.0.4/cargo-crates/libc-0.2.138/src/unix/bsd/freebsdlike/freebsd/freebsd11/mod.rs:437:1
|
437 | / safe_f! {
438 | | pub {const} fn makedev(major: ::c_uint, minor: ::c_uint) -> ::dev_t {
439 | | let major = major as ::dev_t;
440 | | let minor = minor as ::dev_t;
... |
443 | | }
| |_- in this macro invocation
|
= note: this warning originates in the macro `safe_f` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unexpected `cfg` condition name: `libc_const_size_of`
--> /magus/work/usr/mports/editors/neovim-gtk/work/neovim-gtk-1.0.4/cargo-crates/libc-0.2.138/src/unix/bsd/freebsdlike/freebsd/x86.rs:38:14
|
38 | if #[cfg(libc_const_size_of)] {
| ^^^^^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libc_const_size_of)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libc_const_size_of)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
Fresh proc-macro2 v1.0.47
warning: unexpected `cfg` condition name: `proc_macro_span`
--> /magus/work/usr/mports/editors/neovim-gtk/work/neovim-gtk-1.0.4/cargo-crates/proc-macro2-1.0.47/src/lib.rs:91:9
|
91 | any(proc_macro_span, super_unstable),
| ^^^^^^^^^^^^^^^ help: there is a config with a similar name: `proc_macro`
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(proc_macro_span)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(proc_macro_span)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
= note: `#[warn(unexpected_cfgs)]` on by default
warning: unexpected `cfg` condition name: `super_unstable`
--> /magus/work/usr/mports/editors/neovim-gtk/work/neovim-gtk-1.0.4/cargo-crates/proc-macro2-1.0.47/src/lib.rs:91:26
|
91 | any(proc_macro_span, super_unstable),
| ^^^^^^^^^^^^^^
|
= help: expected names are: `docsrs`, `feature`, and `test` and 31 more
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(super_unstable)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(super_unstable)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `super_unstable`
--> /magus/work/usr/mports/editors/neovim-gtk/work/neovim-gtk-1.0.4/cargo-crates/proc-macro2-1.0.47/src/lib.rs:94:13
|
94 | #![cfg_attr(super_unstable, feature(proc_macro_def_site))]
| ^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(super_unstable)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(super_unstable)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `doc_cfg`
--> /magus/work/usr/mports/editors/neovim-gtk/work/neovim-gtk-1.0.4/cargo-crates/proc-macro2-1.0.47/src/lib.rs:95:13
|
95 | #![cfg_attr(doc_cfg, feature(doc_cfg))]
| ^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `procmacro2_semver_exempt`
--> /magus/work/usr/mports/editors/neovim-gtk/work/neovim-gtk-1.0.4/cargo-crates/proc-macro2-1.0.47/src/lib.rs:113:11
|
113 | #[cfg(all(procmacro2_semver_exempt, wrap_proc_macro, not(super_unstable)))]
| ^^^^^^^^^^^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(procmacro2_semver_exempt)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(procmacro2_semver_exempt)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `wrap_proc_macro`
--> /magus/work/usr/mports/editors/neovim-gtk/work/neovim-gtk-1.0.4/cargo-crates/proc-macro2-1.0.47/src/lib.rs:113:37
|
113 | #[cfg(all(procmacro2_semver_exempt, wrap_proc_macro, not(super_unstable)))]
| ^^^^^^^^^^^^^^^ help: there is a config with a similar name: `proc_macro`
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(wrap_proc_macro)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(wrap_proc_macro)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `super_unstable`
--> /magus/work/usr/mports/editors/neovim-gtk/work/neovim-gtk-1.0.4/cargo-crates/proc-macro2-1.0.47/src/lib.rs:113:58
|
113 | #[cfg(all(procmacro2_semver_exempt, wrap_proc_macro, not(super_unstable)))]
| ^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(super_unstable)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(super_unstable)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `use_proc_macro`
--> /magus/work/usr/mports/editors/neovim-gtk/work/neovim-gtk-1.0.4/cargo-crates/proc-macro2-1.0.47/src/lib.rs:121:7
|
121 | #[cfg(use_proc_macro)]
| ^^^^^^^^^^^^^^ help: there is a config with a similar name: `proc_macro`
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(use_proc_macro)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(use_proc_macro)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `wrap_proc_macro`
--> /magus/work/usr/mports/editors/neovim-gtk/work/neovim-gtk-1.0.4/cargo-crates/proc-macro2-1.0.47/src/lib.rs:128:7
|
128 | #[cfg(wrap_proc_macro)]
| ^^^^^^^^^^^^^^^ help: there is a config with a similar name: `proc_macro`
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(wrap_proc_macro)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(wrap_proc_macro)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `wrap_proc_macro`
--> /magus/work/usr/mports/editors/neovim-gtk/work/neovim-gtk-1.0.4/cargo-crates/proc-macro2-1.0.47/src/lib.rs:136:11
|
136 | #[cfg(not(wrap_proc_macro))]
| ^^^^^^^^^^^^^^^ help: there is a config with a similar name: `proc_macro`
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(wrap_proc_macro)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(wrap_proc_macro)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `wrap_proc_macro`
--> /magus/work/usr/mports/editors/neovim-gtk/work/neovim-gtk-1.0.4/cargo-crates/proc-macro2-1.0.47/src/lib.rs:139:7
|
139 | #[cfg(wrap_proc_macro)]
| ^^^^^^^^^^^^^^^ help: there is a config with a similar name: `proc_macro`
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(wrap_proc_macro)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(wrap_proc_macro)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `procmacro2_semver_exempt`
--> /magus/work/usr/mports/editors/neovim-gtk/work/neovim-gtk-1.0.4/cargo-crates/proc-macro2-1.0.47/src/lib.rs:150:7
|
150 | #[cfg(procmacro2_semver_exempt)]
| ^^^^^^^^^^^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(procmacro2_semver_exempt)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(procmacro2_semver_exempt)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `use_proc_macro`
--> /magus/work/usr/mports/editors/neovim-gtk/work/neovim-gtk-1.0.4/cargo-crates/proc-macro2-1.0.47/src/lib.rs:226:7
|
226 | #[cfg(use_proc_macro)]
| ^^^^^^^^^^^^^^ help: there is a config with a similar name: `proc_macro`
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(use_proc_macro)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(use_proc_macro)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `use_proc_macro`
--> /magus/work/usr/mports/editors/neovim-gtk/work/neovim-gtk-1.0.4/cargo-crates/proc-macro2-1.0.47/src/lib.rs:233:7
|
233 | #[cfg(use_proc_macro)]
| ^^^^^^^^^^^^^^ help: there is a config with a similar name: `proc_macro`
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(use_proc_macro)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(use_proc_macro)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `procmacro2_semver_exempt`
--> /magus/work/usr/mports/editors/neovim-gtk/work/neovim-gtk-1.0.4/cargo-crates/proc-macro2-1.0.47/src/lib.rs:311:11
|
311 | #[cfg(all(procmacro2_semver_exempt, any(not(wrap_proc_macro), super_unstable)))]
| ^^^^^^^^^^^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(procmacro2_semver_exempt)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(procmacro2_semver_exempt)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `wrap_proc_macro`
--> /magus/work/usr/mports/editors/neovim-gtk/work/neovim-gtk-1.0.4/cargo-crates/proc-macro2-1.0.47/src/lib.rs:311:45
|
311 | #[cfg(all(procmacro2_semver_exempt, any(not(wrap_proc_macro), super_unstable)))]
| ^^^^^^^^^^^^^^^ help: there is a config with a similar name: `proc_macro`
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(wrap_proc_macro)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(wrap_proc_macro)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `super_unstable`
--> /magus/work/usr/mports/editors/neovim-gtk/work/neovim-gtk-1.0.4/cargo-crates/proc-macro2-1.0.47/src/lib.rs:311:63
|
311 | #[cfg(all(procmacro2_semver_exempt, any(not(wrap_proc_macro), super_unstable)))]
| ^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(super_unstable)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(super_unstable)");` to the top of the `build.rs`
= note: see
MidnightBSD Magus