MidnightBSD Magus

sysutils/zellij

Versatile, extensible terminal multiplexer

Flavor Version Run OSVersion Arch License Restricted Status
0.42.2 625 4.0 amd64 mit 0 fail

License Permissions:

Events

Machine Type Time Message
m4064b info 2026-01-08 06:08:43.587609 Test Started
m4064b fail 2026-01-08 06:31:15.913742 A file contained the fake destdir.
m4064b fail 2026-01-08 06:31:16.112115 Test complete.

Log

===>  Faking install for zellij-0.42.2
===>   Generating temporary packing list
  Installing zellij v0.42.2 (/magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2)
     Locking 450 packages to latest compatible versions
      Adding base64 v0.13.0 (available: v0.22.1)
      Adding mio v0.7.14 (available: v0.8.11)
      Adding nix v0.23.1 (available: v0.29.0)
      Adding semver v0.11.0 (available: v1.0.17)
      Adding thiserror v1.0.61 (available: v2.0.12)
      Adding unicode-width v0.1.10 (available: v0.2.0)
       Fresh unicode-ident v1.0.1
       Fresh autocfg v1.1.0
       Fresh version_check v0.9.4
       Fresh bitflags v1.3.2
       Fresh gimli v0.26.1
warning: unused import: `core::mem`
 --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/gimli-0.26.1/src/read/value.rs:3:5
  |
3 | use core::mem;
  |     ^^^^^^^^^
  |
  = note: `#[warn(unused_imports)]` on by default

warning: field `offset_entry_count` is never read
 --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/gimli-0.26.1/src/read/lists.rs:7:5
  |
5 | pub(crate) struct ListsHeader {
  |                   ----------- field in this struct
6 |     encoding: Encoding,
7 |     offset_entry_count: u32,
  |     ^^^^^^^^^^^^^^^^^^
  |
  = note: `ListsHeader` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
  = note: `#[warn(dead_code)]` on by default

       Fresh adler v1.0.2
       Fresh pin-project-lite v0.2.14
       Fresh rustc-demangle v0.1.21
warning: `gimli` (lib) generated 2 warnings
       Fresh proc-macro2 v1.0.93
       Fresh addr2line v0.17.0
       Fresh miniz_oxide v0.5.3
warning: unused doc comment
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/miniz_oxide-0.5.3/src/deflate/core.rs:430:13
    |
430 | /             /// Put HuffmanOxide on the heap with default trick to avoid
431 | |             /// excessive stack copies.
    | |_______________________________________^
432 |               huff: Box::default(),
    |               -------------------- rustdoc does not generate documentation for expression fields
    |
    = help: use `//` for a plain comment
    = note: `#[warn(unused_doc_comments)]` on by default

warning: unused doc comment
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/miniz_oxide-0.5.3/src/deflate/core.rs:525:13
    |
525 | /             /// Put HuffmanOxide on the heap with default trick to avoid
526 | |             /// excessive stack copies.
    | |_______________________________________^
527 |               huff: Box::default(),
    |               -------------------- rustdoc does not generate documentation for expression fields
    |
    = help: use `//` for a plain comment

warning: unexpected `cfg` condition name: `fuzzing`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/miniz_oxide-0.5.3/src/inflate/core.rs:1684:18
     |
1684 |         if !cfg!(fuzzing) {
     |                  ^^^^^^^
     |
     = 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(fuzzing)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(fuzzing)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration
     = note: `#[warn(unexpected_cfgs)]` on by default

       Fresh cfg-if v1.0.0
       Fresh pkg-config v0.3.25
warning: elided lifetime has a name
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/lazy_static-1.4.0/src/inline_lazy.rs:26:43
   |
26 |     pub fn get(&'static self, f: F) -> &T
   |                                           ^ this elided lifetime gets resolved as `'static`
   |
   = note: `#[warn(elided_named_lifetimes)]` on by default
help: consider specifying it explicitly
   |
26 |     pub fn get(&'static self, f: F) -> &'static T
   |                                            +++++++

       Fresh scopeguard v1.1.0
warning: method `symmetric_difference` is never used
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/regex-syntax-0.7.1/src/hir/interval.rs:484:8
    |
396 | pub trait Interval:
    |           -------- method in this trait
...
484 |     fn symmetric_difference(
    |        ^^^^^^^^^^^^^^^^^^^^
    |
    = note: `#[warn(dead_code)]` on by default

warning: call to `.borrow()` on a reference in this situation does nothing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/regex-syntax-0.7.1/src/ast/parse.rs:386:21
    |
386 |         self.pattern.borrow()
    |                     ^^^^^^^^^ help: remove this redundant call
    |
    = note: the type `str` does not implement `Borrow`, so calling `borrow` on `&str` copies the reference, which does not do anything and can be removed
    = note: `#[warn(noop_method_call)]` on by default

warning: `miniz_oxide` (lib) generated 3 warnings
warning: `lazy_static` (lib) generated 1 warning
warning: `regex-syntax` (lib) generated 2 warnings
       Fresh quote v1.0.36
warning: `extern` declarations without an explicit ABI are deprecated
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/libc-0.2.169/src/macros.rs:260:36
     |
260  |                   pub $($constness)* extern fn $i($($arg: $argty),*) -> $ret
     |                                      ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
     |
    ::: /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/libc-0.2.169/src/unix/mod.rs:1506:1
     |
1506 | / safe_f! {
1507 | |     // It seems htonl, etc are macros on macOS. So we have to reimplement them. So let's
1508 | |     // reimplement them for all UNIX platforms
1509 | |     pub {const} fn htonl(hostlong: u32) -> u32 {
...    |
1521 | | }
     | |_- in this macro invocation
     |
     = note: `#[warn(missing_abi)]` on by default
     = note: this warning originates in the macro `safe_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/sysutils/zellij/work/zellij-0.42.2/cargo-crates/libc-0.2.169/src/macros.rs:246:43
    |
246 |                   pub $($constness)* unsafe extern fn $i($($arg: $argty),*) -> $ret
    |                                             ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
    |
   ::: /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/libc-0.2.169/src/unix/bsd/mod.rs:596:1
    |
596 | / f! {
597 | |     pub fn CMSG_FIRSTHDR(mhdr: *const crate::msghdr) -> *mut cmsghdr {
598 | |         if (*mhdr).msg_controllen as usize >= mem::size_of::() {
599 | |             (*mhdr).msg_control as *mut cmsghdr
...   |
630 | | }
    | |_- 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/sysutils/zellij/work/zellij-0.42.2/cargo-crates/libc-0.2.169/src/macros.rs:260:36
    |
260 |                   pub $($constness)* extern fn $i($($arg: $argty),*) -> $ret
    |                                      ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
    |
   ::: /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/libc-0.2.169/src/unix/bsd/mod.rs:632:1
    |
632 | / safe_f! {
633 | |     pub {const} fn WTERMSIG(status: c_int) -> c_int {
634 | |         status & 0o177
...   |
652 | | }
    | |_- 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: `extern` declarations without an explicit ABI are deprecated
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/libc-0.2.169/src/macros.rs:260:36
     |
260  |                   pub $($constness)* extern fn $i($($arg: $argty),*) -> $ret
     |                                      ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
     |
    ::: /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/libc-0.2.169/src/unix/bsd/freebsdlike/mod.rs:1484:1
     |
1484 | / safe_f! {
1485 | |     pub {const} fn WIFCONTINUED(status: c_int) -> bool {
1486 | |         status == 0x13
...    |
1496 | | }
     | |_- 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: `extern` declarations without an explicit ABI are deprecated
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/libc-0.2.169/src/macros.rs:246:43
     |
246  |                   pub $($constness)* unsafe extern fn $i($($arg: $argty),*) -> $ret
     |                                             ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
     |
    ::: /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/libc-0.2.169/src/unix/bsd/freebsdlike/freebsd/mod.rs:4882:1
     |
4882 | / f! {
4883 | |     pub fn CMSG_DATA(cmsg: *const cmsghdr) -> *mut c_uchar {
4884 | |         (cmsg as *mut c_uchar).offset(_ALIGN(mem::size_of::()) as isize)
...    |
4985 | | }
     | |_- 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/sysutils/zellij/work/zellij-0.42.2/cargo-crates/libc-0.2.169/src/macros.rs:260:36
     |
260  |                   pub $($constness)* extern fn $i($($arg: $argty),*) -> $ret
     |                                      ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
     |
    ::: /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/libc-0.2.169/src/unix/bsd/freebsdlike/freebsd/mod.rs:4987:1
     |
4987 | / safe_f! {
4988 | |     pub {const} fn WIFSIGNALED(status: c_int) -> bool {
4989 | |         (status & 0o177) != 0o177 && (status & 0o177) != 0 && status != 0x13
...    |
5031 | | }
     | |_- 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: `extern` declarations without an explicit ABI are deprecated
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/libc-0.2.169/src/macros.rs:260:36
    |
260 |                   pub $($constness)* extern fn $i($($arg: $argty),*) -> $ret
    |                                      ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
    |
   ::: /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/libc-0.2.169/src/unix/bsd/freebsdlike/freebsd/freebsd11/mod.rs:438:1
    |
438 | / safe_f! {
439 | |     pub {const} fn makedev(major: c_uint, minor: c_uint) -> crate::dev_t {
440 | |         let major = major as crate::dev_t;
441 | |         let minor = minor as crate::dev_t;
...   |
444 | | }
    | |_- 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: `extern` declarations without an explicit ABI are deprecated
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/libc-0.2.169/src/macros.rs:246:43
    |
246 |                   pub $($constness)* unsafe extern fn $i($($arg: $argty),*) -> $ret
    |                                             ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
    |
   ::: /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/libc-0.2.169/src/unix/bsd/freebsdlike/freebsd/freebsd11/mod.rs:446:1
    |
446 | / f! {
447 | |     pub fn major(dev: crate::dev_t) -> c_int {
448 | |         ((dev >> 8) & 0xff) as c_int
...   |
454 | | }
    | |_- in this macro invocation
    |
    = note: this warning originates in the macro `f` (in Nightly builds, run with -Z macro-backtrace for more info)

       Fresh libc v0.2.169
warning: unexpected `cfg` condition name: `memchr_libc`
 --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/memchr-2.5.0/src/memchr/mod.rs:6:7
  |
6 | #[cfg(memchr_libc)]
  |       ^^^^^^^^^^^
  |
  = 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(memchr_libc)'] }
  = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(memchr_libc)");` 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: `memchr_runtime_simd`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/memchr-2.5.0/src/memchr/mod.rs:12:46
   |
12 | #[cfg(all(not(miri), target_arch = "x86_64", memchr_runtime_simd))]
   |                                              ^^^^^^^^^^^^^^^^^^^
   |
   = 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(memchr_runtime_simd)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `memchr_runtime_avx`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/memchr-2.5.0/src/memchr/x86/mod.rs:45:25
   |
45 |                 if cfg!(memchr_runtime_avx) && is_x86_feature_detected!("avx2") {
   |                         ^^^^^^^^^^^^^^^^^^
...
96 |     unsafe_ifunc!(fn(u8, &[u8]) -> Option, memchr, haystack, n1)
   |     ------------------------------------------------------------------- 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(memchr_runtime_avx)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(memchr_runtime_avx)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration
   = note: this warning originates in the macro `unsafe_ifunc` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `memchr_runtime_sse2`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/memchr-2.5.0/src/memchr/x86/mod.rs:47:32
   |
47 |                 } else if cfg!(memchr_runtime_sse2) {
   |                                ^^^^^^^^^^^^^^^^^^^
...
96 |     unsafe_ifunc!(fn(u8, &[u8]) -> Option, memchr, haystack, n1)
   |     ------------------------------------------------------------------- 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(memchr_runtime_sse2)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(memchr_runtime_sse2)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration
   = note: this warning originates in the macro `unsafe_ifunc` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `memchr_runtime_avx`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/memchr-2.5.0/src/memchr/x86/mod.rs:45:25
    |
45  |                   if cfg!(memchr_runtime_avx) && is_x86_feature_detected!("avx2") {
    |                           ^^^^^^^^^^^^^^^^^^
...
101 | /     unsafe_ifunc!(
102 | |         fn(u8, u8, &[u8]) -> Option,
103 | |         memchr2,
104 | |         haystack,
105 | |         n1,
106 | |         n2
107 | |     )
    | |_____- 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(memchr_runtime_avx)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(memchr_runtime_avx)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `unsafe_ifunc` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `memchr_runtime_sse2`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/memchr-2.5.0/src/memchr/x86/mod.rs:47:32
    |
47  |                   } else if cfg!(memchr_runtime_sse2) {
    |                                  ^^^^^^^^^^^^^^^^^^^
...
101 | /     unsafe_ifunc!(
102 | |         fn(u8, u8, &[u8]) -> Option,
103 | |         memchr2,
104 | |         haystack,
105 | |         n1,
106 | |         n2
107 | |     )
    | |_____- 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(memchr_runtime_sse2)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(memchr_runtime_sse2)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `unsafe_ifunc` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `memchr_runtime_avx`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/memchr-2.5.0/src/memchr/x86/mod.rs:45:25
    |
45  |                   if cfg!(memchr_runtime_avx) && is_x86_feature_detected!("avx2") {
    |                           ^^^^^^^^^^^^^^^^^^
...
112 | /     unsafe_ifunc!(
113 | |         fn(u8, u8, u8, &[u8]) -> Option,
114 | |         memchr3,
115 | |         haystack,
...   |
118 | |         n3
119 | |     )
    | |_____- 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(memchr_runtime_avx)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(memchr_runtime_avx)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `unsafe_ifunc` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `memchr_runtime_sse2`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/memchr-2.5.0/src/memchr/x86/mod.rs:47:32
    |
47  |                   } else if cfg!(memchr_runtime_sse2) {
    |                                  ^^^^^^^^^^^^^^^^^^^
...
112 | /     unsafe_ifunc!(
113 | |         fn(u8, u8, u8, &[u8]) -> Option,
114 | |         memchr3,
115 | |         haystack,
...   |
118 | |         n3
119 | |     )
    | |_____- 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(memchr_runtime_sse2)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(memchr_runtime_sse2)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `unsafe_ifunc` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `memchr_runtime_avx`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/memchr-2.5.0/src/memchr/x86/mod.rs:45:25
    |
45  |                 if cfg!(memchr_runtime_avx) && is_x86_feature_detected!("avx2") {
    |                         ^^^^^^^^^^^^^^^^^^
...
124 |     unsafe_ifunc!(fn(u8, &[u8]) -> Option, memrchr, haystack, n1)
    |     -------------------------------------------------------------------- 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(memchr_runtime_avx)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(memchr_runtime_avx)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `unsafe_ifunc` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `memchr_runtime_sse2`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/memchr-2.5.0/src/memchr/x86/mod.rs:47:32
    |
47  |                 } else if cfg!(memchr_runtime_sse2) {
    |                                ^^^^^^^^^^^^^^^^^^^
...
124 |     unsafe_ifunc!(fn(u8, &[u8]) -> Option, memrchr, haystack, n1)
    |     -------------------------------------------------------------------- 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(memchr_runtime_sse2)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(memchr_runtime_sse2)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `unsafe_ifunc` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `memchr_runtime_avx`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/memchr-2.5.0/src/memchr/x86/mod.rs:45:25
    |
45  |                   if cfg!(memchr_runtime_avx) && is_x86_feature_detected!("avx2") {
    |                           ^^^^^^^^^^^^^^^^^^
...
129 | /     unsafe_ifunc!(
130 | |         fn(u8, u8, &[u8]) -> Option,
131 | |         memrchr2,
132 | |         haystack,
133 | |         n1,
134 | |         n2
135 | |     )
    | |_____- 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(memchr_runtime_avx)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(memchr_runtime_avx)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `unsafe_ifunc` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `memchr_runtime_sse2`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/memchr-2.5.0/src/memchr/x86/mod.rs:47:32
    |
47  |                   } else if cfg!(memchr_runtime_sse2) {
    |                                  ^^^^^^^^^^^^^^^^^^^
...
129 | /     unsafe_ifunc!(
130 | |         fn(u8, u8, &[u8]) -> Option,
131 | |         memrchr2,
132 | |         haystack,
133 | |         n1,
134 | |         n2
135 | |     )
    | |_____- 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(memchr_runtime_sse2)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(memchr_runtime_sse2)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `unsafe_ifunc` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `memchr_runtime_avx`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/memchr-2.5.0/src/memchr/x86/mod.rs:45:25
    |
45  |                   if cfg!(memchr_runtime_avx) && is_x86_feature_detected!("avx2") {
    |                           ^^^^^^^^^^^^^^^^^^
...
140 | /     unsafe_ifunc!(
141 | |         fn(u8, u8, u8, &[u8]) -> Option,
142 | |         memrchr3,
143 | |         haystack,
...   |
146 | |         n3
147 | |     )
    | |_____- 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(memchr_runtime_avx)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(memchr_runtime_avx)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `unsafe_ifunc` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `memchr_runtime_sse2`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/memchr-2.5.0/src/memchr/x86/mod.rs:47:32
    |
47  |                   } else if cfg!(memchr_runtime_sse2) {
    |                                  ^^^^^^^^^^^^^^^^^^^
...
140 | /     unsafe_ifunc!(
141 | |         fn(u8, u8, u8, &[u8]) -> Option,
142 | |         memrchr3,
143 | |         haystack,
...   |
146 | |         n3
147 | |     )
    | |_____- 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(memchr_runtime_sse2)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(memchr_runtime_sse2)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `unsafe_ifunc` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `memchr_runtime_simd`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/memchr-2.5.0/src/memchr/mod.rs:94:39
   |
94 |     #[cfg(all(target_arch = "x86_64", memchr_runtime_simd, not(miri)))]
   |                                       ^^^^^^^^^^^^^^^^^^^
   |
   = 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(memchr_runtime_simd)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `memchr_libc`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/memchr-2.5.0/src/memchr/mod.rs:101:9
    |
101 |         memchr_libc,
    |         ^^^^^^^^^^^
    |
    = 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(memchr_libc)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(memchr_libc)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `memchr_runtime_simd`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/memchr-2.5.0/src/memchr/mod.rs:102:41
    |
102 |         not(all(target_arch = "x86_64", memchr_runtime_simd)),
    |                                         ^^^^^^^^^^^^^^^^^^^
    |
    = 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(memchr_runtime_simd)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `memchr_libc`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/memchr-2.5.0/src/memchr/mod.rs:111:13
    |
111 |         not(memchr_libc),
    |             ^^^^^^^^^^^
    |
    = 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(memchr_libc)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(memchr_libc)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `memchr_runtime_simd`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/memchr-2.5.0/src/memchr/mod.rs:112:41
    |
112 |         not(all(target_arch = "x86_64", memchr_runtime_simd)),
    |                                         ^^^^^^^^^^^^^^^^^^^
    |
    = 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(memchr_runtime_simd)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `memchr_runtime_simd`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/memchr-2.5.0/src/memchr/mod.rs:158:39
    |
158 |     #[cfg(all(target_arch = "x86_64", memchr_runtime_simd, not(miri)))]
    |                                       ^^^^^^^^^^^^^^^^^^^
    |
    = 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(memchr_runtime_simd)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `memchr_runtime_simd`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/memchr-2.5.0/src/memchr/mod.rs:165:41
    |
165 |         not(all(target_arch = "x86_64", memchr_runtime_simd)),
    |                                         ^^^^^^^^^^^^^^^^^^^
    |
    = 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(memchr_runtime_simd)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `memchr_runtime_simd`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/memchr-2.5.0/src/memchr/mod.rs:216:39
    |
216 |     #[cfg(all(target_arch = "x86_64", memchr_runtime_simd, not(miri)))]
    |                                       ^^^^^^^^^^^^^^^^^^^
    |
    = 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(memchr_runtime_simd)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `memchr_runtime_simd`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/memchr-2.5.0/src/memchr/mod.rs:223:41
    |
223 |         not(all(target_arch = "x86_64", memchr_runtime_simd)),
    |                                         ^^^^^^^^^^^^^^^^^^^
    |
    = 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(memchr_runtime_simd)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `memchr_runtime_simd`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/memchr-2.5.0/src/memchr/mod.rs:267:39
    |
267 |     #[cfg(all(target_arch = "x86_64", memchr_runtime_simd, not(miri)))]
    |                                       ^^^^^^^^^^^^^^^^^^^
    |
    = 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(memchr_runtime_simd)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `memchr_libc`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/memchr-2.5.0/src/memchr/mod.rs:274:9
    |
274 |         memchr_libc,
    |         ^^^^^^^^^^^
    |
    = 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(memchr_libc)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(memchr_libc)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `memchr_runtime_simd`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/memchr-2.5.0/src/memchr/mod.rs:276:41
    |
276 |         not(all(target_arch = "x86_64", memchr_runtime_simd)),
    |                                         ^^^^^^^^^^^^^^^^^^^
    |
    = 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(memchr_runtime_simd)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `memchr_libc`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/memchr-2.5.0/src/memchr/mod.rs:285:17
    |
285 |         not(all(memchr_libc, target_os = "linux")),
    |                 ^^^^^^^^^^^
    |
    = 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(memchr_libc)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(memchr_libc)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `memchr_runtime_simd`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/memchr-2.5.0/src/memchr/mod.rs:286:41
    |
286 |         not(all(target_arch = "x86_64", memchr_runtime_simd)),
    |                                         ^^^^^^^^^^^^^^^^^^^
    |
    = 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(memchr_runtime_simd)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `memchr_runtime_simd`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/memchr-2.5.0/src/memchr/mod.rs:332:39
    |
332 |     #[cfg(all(target_arch = "x86_64", memchr_runtime_simd, not(miri)))]
    |                                       ^^^^^^^^^^^^^^^^^^^
    |
    = 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(memchr_runtime_simd)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `memchr_runtime_simd`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/memchr-2.5.0/src/memchr/mod.rs:339:41
    |
339 |         not(all(target_arch = "x86_64", memchr_runtime_simd)),
    |                                         ^^^^^^^^^^^^^^^^^^^
    |
    = 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(memchr_runtime_simd)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `memchr_runtime_simd`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/memchr-2.5.0/src/memchr/mod.rs:390:39
    |
390 |     #[cfg(all(target_arch = "x86_64", memchr_runtime_simd, not(miri)))]
    |                                       ^^^^^^^^^^^^^^^^^^^
    |
    = 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(memchr_runtime_simd)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `memchr_runtime_simd`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/memchr-2.5.0/src/memchr/mod.rs:397:41
    |
397 |         not(all(target_arch = "x86_64", memchr_runtime_simd)),
    |                                         ^^^^^^^^^^^^^^^^^^^
    |
    = 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(memchr_runtime_simd)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `memchr_runtime_simd`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/memchr-2.5.0/src/memmem/mod.rs:149:7
    |
149 | #[cfg(memchr_runtime_simd)]
    |       ^^^^^^^^^^^^^^^^^^^
    |
    = 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(memchr_runtime_simd)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `memchr_runtime_simd`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/memchr-2.5.0/src/memmem/mod.rs:156:7
    |
156 | #[cfg(memchr_runtime_simd)]
    |       ^^^^^^^^^^^^^^^^^^^
    |
    = 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(memchr_runtime_simd)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `memchr_runtime_wasm128`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/memchr-2.5.0/src/memmem/mod.rs:158:11
    |
158 | #[cfg(all(memchr_runtime_wasm128))]
    |           ^^^^^^^^^^^^^^^^^^^^^^
    |
    = 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(memchr_runtime_wasm128)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(memchr_runtime_wasm128)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `memchr_runtime_simd`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/memchr-2.5.0/src/memmem/mod.rs:160:46
    |
160 | #[cfg(all(not(miri), target_arch = "x86_64", memchr_runtime_simd))]
    |                                              ^^^^^^^^^^^^^^^^^^^
    |
    = 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(memchr_runtime_simd)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `memchr_runtime_simd`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/memchr-2.5.0/src/memmem/mod.rs:811:50
    |
811 |     #[cfg(all(not(miri), target_arch = "x86_64", memchr_runtime_simd))]
    |                                                  ^^^^^^^^^^^^^^^^^^^
    |
    = 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(memchr_runtime_simd)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `memchr_runtime_wasm128`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/memchr-2.5.0/src/memmem/mod.rs:813:11
    |
813 |     #[cfg(memchr_runtime_wasm128)]
    |           ^^^^^^^^^^^^^^^^^^^^^^
    |
    = 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(memchr_runtime_wasm128)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(memchr_runtime_wasm128)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `memchr_runtime_simd`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/memchr-2.5.0/src/memmem/mod.rs:815:50
    |
815 |     #[cfg(all(not(miri), target_arch = "x86_64", memchr_runtime_simd))]
    |                                                  ^^^^^^^^^^^^^^^^^^^
    |
    = 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(memchr_runtime_simd)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `memchr_runtime_simd`
 --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/memchr-2.5.0/src/memmem/prefilter/mod.rs:4:7
  |
4 | #[cfg(memchr_runtime_simd)]
  |       ^^^^^^^^^^^^^^^^^^^
  |
  = 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(memchr_runtime_simd)'] }
  = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of the `build.rs`
  = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `memchr_runtime_simd`
 --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/memchr-2.5.0/src/memmem/prefilter/mod.rs:6:46
  |
6 | #[cfg(all(not(miri), target_arch = "wasm32", memchr_runtime_simd))]
  |                                              ^^^^^^^^^^^^^^^^^^^
  |
  = 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(memchr_runtime_simd)'] }
  = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of the `build.rs`
  = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `memchr_runtime_simd`
 --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/memchr-2.5.0/src/memmem/prefilter/mod.rs:8:46
  |
8 | #[cfg(all(not(miri), target_arch = "x86_64", memchr_runtime_simd))]
  |                                              ^^^^^^^^^^^^^^^^^^^
  |
  = 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(memchr_runtime_simd)'] }
  = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of the `build.rs`
  = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `memchr_runtime_simd`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/memchr-2.5.0/src/memmem/prefilter/mod.rs:99:7
   |
99 | #[cfg(memchr_runtime_simd)]
   |       ^^^^^^^^^^^^^^^^^^^
   |
   = 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(memchr_runtime_simd)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `memchr_runtime_simd`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/memchr-2.5.0/src/memmem/prefilter/mod.rs:299:50
    |
299 |     #[cfg(all(not(miri), target_arch = "x86_64", memchr_runtime_simd))]
    |                                                  ^^^^^^^^^^^^^^^^^^^
    |
    = 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(memchr_runtime_simd)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `memchr_runtime_simd`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/memchr-2.5.0/src/memmem/prefilter/mod.rs:317:50
    |
317 |     #[cfg(all(not(miri), target_arch = "wasm32", memchr_runtime_simd))]
    |                                                  ^^^^^^^^^^^^^^^^^^^
    |
    = 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(memchr_runtime_simd)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `memchr_runtime_avx`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/memchr-2.5.0/src/memmem/prefilter/mod.rs:303:21
    |
303 |             if cfg!(memchr_runtime_avx) {
    |                     ^^^^^^^^^^^^^^^^^^
    |
    = 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(memchr_runtime_avx)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(memchr_runtime_avx)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `memchr_runtime_sse2`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/memchr-2.5.0/src/memmem/prefilter/mod.rs:311:17
    |
311 |         if cfg!(memchr_runtime_sse2) {
    |                 ^^^^^^^^^^^^^^^^^^^
    |
    = 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(memchr_runtime_sse2)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(memchr_runtime_sse2)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `memchr_runtime_simd`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/memchr-2.5.0/src/memmem/rarebytes.rs:99:11
   |
99 |     #[cfg(memchr_runtime_simd)]
   |           ^^^^^^^^^^^^^^^^^^^
   |
   = 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(memchr_runtime_simd)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `memchr_runtime_simd`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/memchr-2.5.0/src/memmem/rarebytes.rs:107:11
    |
107 |     #[cfg(memchr_runtime_simd)]
    |           ^^^^^^^^^^^^^^^^^^^
    |
    = 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(memchr_runtime_simd)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `memchr_runtime_avx`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/memchr-2.5.0/src/memmem/x86/avx.rs:24:22
   |
24 |             if !cfg!(memchr_runtime_avx) || !is_x86_feature_detected!("avx2") {
   |                      ^^^^^^^^^^^^^^^^^^
   |
   = 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(memchr_runtime_avx)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(memchr_runtime_avx)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `memchr_runtime_sse2`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/memchr-2.5.0/src/memmem/x86/sse.rs:14:18
   |
14 |         if !cfg!(memchr_runtime_sse2) {
   |                  ^^^^^^^^^^^^^^^^^^^
   |
   = 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(memchr_runtime_sse2)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(memchr_runtime_sse2)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `memchr_runtime_simd`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/memchr-2.5.0/src/memmem/mod.rs:838:54
    |
838 |         #[cfg(all(not(miri), target_arch = "x86_64", memchr_runtime_simd))]
    |                                                      ^^^^^^^^^^^^^^^^^^^
    |
    = 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(memchr_runtime_simd)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `memchr_runtime_simd`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/memchr-2.5.0/src/memmem/mod.rs:846:43
    |
846 |         #[cfg(all(target_arch = "wasm32", memchr_runtime_simd))]
    |                                           ^^^^^^^^^^^^^^^^^^^
    |
    = 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(memchr_runtime_simd)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `memchr_runtime_simd`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/memchr-2.5.0/src/memmem/mod.rs:884:34
    |
884 |             #[cfg(all(not(miri), memchr_runtime_simd))]
    |                                  ^^^^^^^^^^^^^^^^^^^
    |
    = 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(memchr_runtime_simd)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `memchr_runtime_simd`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/memchr-2.5.0/src/memmem/mod.rs:889:17
    |
889 |                 memchr_runtime_simd
    |                 ^^^^^^^^^^^^^^^^^^^
    |
    = 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(memchr_runtime_simd)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `memchr_runtime_simd`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/memchr-2.5.0/src/memmem/mod.rs:909:34
    |
909 |             #[cfg(all(not(miri), memchr_runtime_simd))]
    |                                  ^^^^^^^^^^^^^^^^^^^
    |
    = 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(memchr_runtime_simd)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `memchr_runtime_simd`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/memchr-2.5.0/src/memmem/mod.rs:914:17
    |
914 |                 memchr_runtime_simd
    |                 ^^^^^^^^^^^^^^^^^^^
    |
    = 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(memchr_runtime_simd)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `memchr_runtime_simd`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/memchr-2.5.0/src/memmem/mod.rs:953:34
    |
953 |             #[cfg(all(not(miri), memchr_runtime_simd))]
    |                                  ^^^^^^^^^^^^^^^^^^^
    |
    = 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(memchr_runtime_simd)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `memchr_runtime_simd`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/memchr-2.5.0/src/memmem/mod.rs:966:17
    |
966 |                 memchr_runtime_simd
    |                 ^^^^^^^^^^^^^^^^^^^
    |
    = 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(memchr_runtime_simd)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

       Fresh crossbeam-utils v0.8.15
warning: unexpected `cfg` condition name: `crossbeam_loom`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/crossbeam-utils-0.8.15/src/lib.rs:42:7
   |
42 | #[cfg(crossbeam_loom)]
   |       ^^^^^^^^^^^^^^
   |
   = 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(crossbeam_loom)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` 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: `crossbeam_loom`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/crossbeam-utils-0.8.15/src/lib.rs:63:11
   |
63 | #[cfg(not(crossbeam_loom))]
   |           ^^^^^^^^^^^^^^
   |
   = 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(crossbeam_loom)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `crossbeam_loom`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/crossbeam-utils-0.8.15/src/lib.rs:101:19
    |
101 |         #[cfg(not(crossbeam_loom))]
    |                   ^^^^^^^^^^^^^^
    |
    = 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(crossbeam_loom)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `crossbeam_no_atomic`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/crossbeam-utils-0.8.15/src/lib.rs:73:23
   |
73 |             #[cfg(not(crossbeam_no_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(crossbeam_no_atomic)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_no_atomic)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `crossbeam_no_atomic_64`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/crossbeam-utils-0.8.15/src/lib.rs:78:23
   |
78 |             #[cfg(not(crossbeam_no_atomic_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(crossbeam_no_atomic_64)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_no_atomic_64)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `crossbeam_no_atomic_cas`
 --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/crossbeam-utils-0.8.15/src/atomic/mod.rs:6:11
  |
6 | #[cfg(not(crossbeam_no_atomic_cas))]
  |           ^^^^^^^^^^^^^^^^^^^^^^^
  |
  = 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(crossbeam_no_atomic_cas)'] }
  = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_no_atomic_cas)");` to the top of the `build.rs`
  = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `crossbeam_loom`
 --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/crossbeam-utils-0.8.15/src/atomic/mod.rs:7:11
  |
7 | #[cfg(not(crossbeam_loom))]
  |           ^^^^^^^^^^^^^^
  |
  = 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(crossbeam_loom)'] }
  = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs`
  = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `crossbeam_no_atomic_cas`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/crossbeam-utils-0.8.15/src/atomic/mod.rs:26:11
   |
26 | #[cfg(not(crossbeam_no_atomic_cas))]
   |           ^^^^^^^^^^^^^^^^^^^^^^^
   |
   = 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(crossbeam_no_atomic_cas)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_no_atomic_cas)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `crossbeam_loom`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/crossbeam-utils-0.8.15/src/atomic/mod.rs:30:11
   |
30 | #[cfg(not(crossbeam_loom))]
   |           ^^^^^^^^^^^^^^
   |
   = 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(crossbeam_loom)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `crossbeam_no_atomic_cas`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/crossbeam-utils-0.8.15/src/atomic/mod.rs:34:11
   |
34 | #[cfg(not(crossbeam_no_atomic_cas))]
   |           ^^^^^^^^^^^^^^^^^^^^^^^
   |
   = 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(crossbeam_no_atomic_cas)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_no_atomic_cas)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `crossbeam_loom`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/crossbeam-utils-0.8.15/src/atomic/mod.rs:35:11
   |
35 | #[cfg(not(crossbeam_loom))]
   |           ^^^^^^^^^^^^^^
   |
   = 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(crossbeam_loom)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition value: `128`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/crossbeam-utils-0.8.15/src/atomic/mod.rs:18:47
   |
18 |     if #[cfg(any(target_pointer_width = "64", target_pointer_width = "128"))] {
   |                                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
   |
   = note: expected values for `target_pointer_width` are: `16`, `32`, and `64`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `crossbeam_no_atomic_64`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/crossbeam-utils-0.8.15/src/atomic/atomic_cell.rs:728:11
    |
728 | #[cfg(not(crossbeam_no_atomic_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(crossbeam_no_atomic_64)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_no_atomic_64)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `crossbeam_no_atomic_64`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/crossbeam-utils-0.8.15/src/atomic/atomic_cell.rs:730:11
    |
730 | #[cfg(not(crossbeam_no_atomic_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(crossbeam_no_atomic_64)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_no_atomic_64)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `crossbeam_no_atomic_64`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/crossbeam-utils-0.8.15/src/atomic/atomic_cell.rs:732:7
    |
732 | #[cfg(crossbeam_no_atomic_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(crossbeam_no_atomic_64)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_no_atomic_64)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `crossbeam_no_atomic_64`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/crossbeam-utils-0.8.15/src/atomic/atomic_cell.rs:734:7
    |
734 | #[cfg(crossbeam_no_atomic_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(crossbeam_no_atomic_64)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_no_atomic_64)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `crossbeam_no_atomic_64`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/crossbeam-utils-0.8.15/src/atomic/atomic_cell.rs:976:15
    |
976 |     #[cfg(not(crossbeam_no_atomic_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(crossbeam_no_atomic_64)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_no_atomic_64)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `crossbeam_no_atomic_64`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/crossbeam-utils-0.8.15/src/atomic/atomic_cell.rs:959:23
     |
959  |               #[cfg(not(crossbeam_no_atomic_64))]
     |                         ^^^^^^^^^^^^^^^^^^^^^^
...
991  | /     atomic! {
992  | |         T, a,
993  | |         {
994  | |             a = &*(src as *const _ as *const _);
...    |
1022 | |     }
     | |_____- 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(crossbeam_no_atomic_64)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_no_atomic_64)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration
     = note: this warning originates in the macro `atomic` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `crossbeam_no_atomic_64`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/crossbeam-utils-0.8.15/src/atomic/atomic_cell.rs:959:23
     |
959  |               #[cfg(not(crossbeam_no_atomic_64))]
     |                         ^^^^^^^^^^^^^^^^^^^^^^
...
1030 | /     atomic! {
1031 | |         T, a,
1032 | |         {
1033 | |             a = &*(dst as *const _ as *const _);
...    |
1041 | |     }
     | |_____- 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(crossbeam_no_atomic_64)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_no_atomic_64)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration
     = note: this warning originates in the macro `atomic` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `crossbeam_no_atomic_64`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/crossbeam-utils-0.8.15/src/atomic/atomic_cell.rs:959:23
     |
959  |               #[cfg(not(crossbeam_no_atomic_64))]
     |                         ^^^^^^^^^^^^^^^^^^^^^^
...
1049 | /     atomic! {
1050 | |         T, a,
1051 | |         {
1052 | |             a = &*(dst as *const _ as *const _);
...    |
1061 | |     }
     | |_____- 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(crossbeam_no_atomic_64)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_no_atomic_64)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration
     = note: this warning originates in the macro `atomic` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `crossbeam_no_atomic_64`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/crossbeam-utils-0.8.15/src/atomic/atomic_cell.rs:959:23
     |
959  |               #[cfg(not(crossbeam_no_atomic_64))]
     |                         ^^^^^^^^^^^^^^^^^^^^^^
...
1076 | /     atomic! {
1077 | |         T, a,
1078 | |         {
1079 | |             a = &*(dst as *const _ as *const _);
...    |
1120 | |     }
     | |_____- 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(crossbeam_no_atomic_64)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_no_atomic_64)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration
     = note: this warning originates in the macro `atomic` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `crossbeam_no_atomic`
 --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/crossbeam-utils-0.8.15/src/atomic/consume.rs:3:11
  |
3 | #[cfg(not(crossbeam_no_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(crossbeam_no_atomic)'] }
  = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_no_atomic)");` to the top of the `build.rs`
  = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `crossbeam_no_atomic`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/crossbeam-utils-0.8.15/src/atomic/consume.rs:29:11
   |
29 | #[cfg(not(crossbeam_no_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(crossbeam_no_atomic)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_no_atomic)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `crossbeam_no_atomic`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/crossbeam-utils-0.8.15/src/atomic/consume.rs:42:11
   |
42 | #[cfg(not(crossbeam_no_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(crossbeam_no_atomic)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_no_atomic)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `crossbeam_no_atomic_64`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/crossbeam-utils-0.8.15/src/atomic/consume.rs:77:11
   |
77 | #[cfg(not(crossbeam_no_atomic_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(crossbeam_no_atomic_64)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_no_atomic_64)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `crossbeam_no_atomic_64`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/crossbeam-utils-0.8.15/src/atomic/consume.rs:79:11
   |
79 | #[cfg(not(crossbeam_no_atomic_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(crossbeam_no_atomic_64)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_no_atomic_64)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `crossbeam_no_atomic`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/crossbeam-utils-0.8.15/src/atomic/consume.rs:82:11
   |
82 | #[cfg(not(crossbeam_no_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(crossbeam_no_atomic)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_no_atomic)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `crossbeam_loom`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/crossbeam-utils-0.8.15/src/atomic/consume.rs:88:7
   |
88 | #[cfg(crossbeam_loom)]
   |       ^^^^^^^^^^^^^^
   |
   = 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(crossbeam_loom)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `crossbeam_no_atomic`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/crossbeam-utils-0.8.15/src/atomic/consume.rs:55:19
   |
55 |         #[cfg(not(crossbeam_no_atomic))]
   |                   ^^^^^^^^^^^^^^^^^^^
...
68 | impl_atomic!(AtomicBool, bool);
   | ------------------------------ 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(crossbeam_no_atomic)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_no_atomic)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration
   = note: this warning originates in the macro `impl_atomic` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `crossbeam_loom`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/crossbeam-utils-0.8.15/src/atomic/consume.rs:60:15
   |
60 |         #[cfg(crossbeam_loom)]
   |               ^^^^^^^^^^^^^^
...
68 | impl_atomic!(AtomicBool, bool);
   | ------------------------------ 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(crossbeam_loom)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration
   = note: this warning originates in the macro `impl_atomic` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `crossbeam_no_atomic`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/crossbeam-utils-0.8.15/src/atomic/consume.rs:55:19
   |
55 |         #[cfg(not(crossbeam_no_atomic))]
   |                   ^^^^^^^^^^^^^^^^^^^
...
69 | impl_atomic!(AtomicUsize, usize);
   | -------------------------------- 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(crossbeam_no_atomic)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_no_atomic)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration
   = note: this warning originates in the macro `impl_atomic` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `crossbeam_loom`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/crossbeam-utils-0.8.15/src/atomic/consume.rs:60:15
   |
60 |         #[cfg(crossbeam_loom)]
   |               ^^^^^^^^^^^^^^
...
69 | impl_atomic!(AtomicUsize, usize);
   | -------------------------------- 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(crossbeam_loom)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration
   = note: this warning originates in the macro `impl_atomic` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `crossbeam_no_atomic`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/crossbeam-utils-0.8.15/src/atomic/consume.rs:55:19
   |
55 |         #[cfg(not(crossbeam_no_atomic))]
   |                   ^^^^^^^^^^^^^^^^^^^
...
70 | impl_atomic!(AtomicIsize, isize);
   | -------------------------------- 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(crossbeam_no_atomic)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_no_atomic)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration
   = note: this warning originates in the macro `impl_atomic` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `crossbeam_loom`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/crossbeam-utils-0.8.15/src/atomic/consume.rs:60:15
   |
60 |         #[cfg(crossbeam_loom)]
   |               ^^^^^^^^^^^^^^
...
70 | impl_atomic!(AtomicIsize, isize);
   | -------------------------------- 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(crossbeam_loom)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration
   = note: this warning originates in the macro `impl_atomic` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `crossbeam_no_atomic`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/crossbeam-utils-0.8.15/src/atomic/consume.rs:55:19
   |
55 |         #[cfg(not(crossbeam_no_atomic))]
   |                   ^^^^^^^^^^^^^^^^^^^
...
71 | impl_atomic!(AtomicU8, u8);
   | -------------------------- 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(crossbeam_no_atomic)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_no_atomic)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration
   = note: this warning originates in the macro `impl_atomic` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `crossbeam_loom`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/crossbeam-utils-0.8.15/src/atomic/consume.rs:60:15
   |
60 |         #[cfg(crossbeam_loom)]
   |               ^^^^^^^^^^^^^^
...
71 | impl_atomic!(AtomicU8, u8);
   | -------------------------- 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(crossbeam_loom)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration
   = note: this warning originates in the macro `impl_atomic` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `crossbeam_no_atomic`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/crossbeam-utils-0.8.15/src/atomic/consume.rs:55:19
   |
55 |         #[cfg(not(crossbeam_no_atomic))]
   |                   ^^^^^^^^^^^^^^^^^^^
...
72 | impl_atomic!(AtomicI8, i8);
   | -------------------------- 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(crossbeam_no_atomic)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_no_atomic)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration
   = note: this warning originates in the macro `impl_atomic` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `crossbeam_loom`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/crossbeam-utils-0.8.15/src/atomic/consume.rs:60:15
   |
60 |         #[cfg(crossbeam_loom)]
   |               ^^^^^^^^^^^^^^
...
72 | impl_atomic!(AtomicI8, i8);
   | -------------------------- 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(crossbeam_loom)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration
   = note: this warning originates in the macro `impl_atomic` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `crossbeam_no_atomic`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/crossbeam-utils-0.8.15/src/atomic/consume.rs:55:19
   |
55 |         #[cfg(not(crossbeam_no_atomic))]
   |                   ^^^^^^^^^^^^^^^^^^^
...
73 | impl_atomic!(AtomicU16, u16);
   | ---------------------------- 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(crossbeam_no_atomic)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_no_atomic)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration
   = note: this warning originates in the macro `impl_atomic` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `crossbeam_loom`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/crossbeam-utils-0.8.15/src/atomic/consume.rs:60:15
   |
60 |         #[cfg(crossbeam_loom)]
   |               ^^^^^^^^^^^^^^
...
73 | impl_atomic!(AtomicU16, u16);
   | ---------------------------- 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(crossbeam_loom)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration
   = note: this warning originates in the macro `impl_atomic` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `crossbeam_no_atomic`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/crossbeam-utils-0.8.15/src/atomic/consume.rs:55:19
   |
55 |         #[cfg(not(crossbeam_no_atomic))]
   |                   ^^^^^^^^^^^^^^^^^^^
...
74 | impl_atomic!(AtomicI16, i16);
   | ---------------------------- 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(crossbeam_no_atomic)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_no_atomic)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration
   = note: this warning originates in the macro `impl_atomic` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `crossbeam_loom`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/crossbeam-utils-0.8.15/src/atomic/consume.rs:60:15
   |
60 |         #[cfg(crossbeam_loom)]
   |               ^^^^^^^^^^^^^^
...
74 | impl_atomic!(AtomicI16, i16);
   | ---------------------------- 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(crossbeam_loom)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration
   = note: this warning originates in the macro `impl_atomic` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `crossbeam_no_atomic`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/crossbeam-utils-0.8.15/src/atomic/consume.rs:55:19
   |
55 |         #[cfg(not(crossbeam_no_atomic))]
   |                   ^^^^^^^^^^^^^^^^^^^
...
75 | impl_atomic!(AtomicU32, u32);
   | ---------------------------- 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(crossbeam_no_atomic)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_no_atomic)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration
   = note: this warning originates in the macro `impl_atomic` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `crossbeam_loom`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/crossbeam-utils-0.8.15/src/atomic/consume.rs:60:15
   |
60 |         #[cfg(crossbeam_loom)]
   |               ^^^^^^^^^^^^^^
...
75 | impl_atomic!(AtomicU32, u32);
   | ---------------------------- 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(crossbeam_loom)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration
   = note: this warning originates in the macro `impl_atomic` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `crossbeam_no_atomic`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/crossbeam-utils-0.8.15/src/atomic/consume.rs:55:19
   |
55 |         #[cfg(not(crossbeam_no_atomic))]
   |                   ^^^^^^^^^^^^^^^^^^^
...
76 | impl_atomic!(AtomicI32, i32);
   | ---------------------------- 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(crossbeam_no_atomic)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_no_atomic)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration
   = note: this warning originates in the macro `impl_atomic` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `crossbeam_loom`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/crossbeam-utils-0.8.15/src/atomic/consume.rs:60:15
   |
60 |         #[cfg(crossbeam_loom)]
   |               ^^^^^^^^^^^^^^
...
76 | impl_atomic!(AtomicI32, i32);
   | ---------------------------- 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(crossbeam_loom)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration
   = note: this warning originates in the macro `impl_atomic` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `crossbeam_no_atomic`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/crossbeam-utils-0.8.15/src/atomic/consume.rs:55:19
   |
55 |         #[cfg(not(crossbeam_no_atomic))]
   |                   ^^^^^^^^^^^^^^^^^^^
...
78 | impl_atomic!(AtomicU64, u64);
   | ---------------------------- 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(crossbeam_no_atomic)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_no_atomic)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration
   = note: this warning originates in the macro `impl_atomic` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `crossbeam_loom`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/crossbeam-utils-0.8.15/src/atomic/consume.rs:60:15
   |
60 |         #[cfg(crossbeam_loom)]
   |               ^^^^^^^^^^^^^^
...
78 | impl_atomic!(AtomicU64, u64);
   | ---------------------------- 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(crossbeam_loom)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration
   = note: this warning originates in the macro `impl_atomic` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `crossbeam_no_atomic`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/crossbeam-utils-0.8.15/src/atomic/consume.rs:55:19
   |
55 |         #[cfg(not(crossbeam_no_atomic))]
   |                   ^^^^^^^^^^^^^^^^^^^
...
80 | impl_atomic!(AtomicI64, i64);
   | ---------------------------- 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(crossbeam_no_atomic)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_no_atomic)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration
   = note: this warning originates in the macro `impl_atomic` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `crossbeam_loom`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/crossbeam-utils-0.8.15/src/atomic/consume.rs:60:15
   |
60 |         #[cfg(crossbeam_loom)]
   |               ^^^^^^^^^^^^^^
...
80 | impl_atomic!(AtomicI64, i64);
   | ---------------------------- 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(crossbeam_loom)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration
   = note: this warning originates in the macro `impl_atomic` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `crossbeam_loom`
 --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/crossbeam-utils-0.8.15/src/sync/mod.rs:7:11
  |
7 | #[cfg(not(crossbeam_loom))]
  |           ^^^^^^^^^^^^^^
  |
  = 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(crossbeam_loom)'] }
  = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs`
  = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `crossbeam_loom`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/crossbeam-utils-0.8.15/src/sync/mod.rs:10:11
   |
10 | #[cfg(not(crossbeam_loom))]
   |           ^^^^^^^^^^^^^^
   |
   = 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(crossbeam_loom)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `crossbeam_loom`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/crossbeam-utils-0.8.15/src/sync/mod.rs:15:11
   |
15 | #[cfg(not(crossbeam_loom))]
   |           ^^^^^^^^^^^^^^
   |
   = 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(crossbeam_loom)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

       Fresh memchr v2.5.0
       Fresh futures-core v0.3.28
warning: unexpected `cfg` condition name: `futures_no_atomic_cas`
 --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/futures-core-0.3.28/src/task/__internal/mod.rs:1:11
  |
1 | #[cfg(not(futures_no_atomic_cas))]
  |           ^^^^^^^^^^^^^^^^^^^^^
  |
  = 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(futures_no_atomic_cas)'] }
  = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(futures_no_atomic_cas)");` 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: `futures_no_atomic_cas`
 --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/futures-core-0.3.28/src/task/__internal/mod.rs:3:11
  |
3 | #[cfg(not(futures_no_atomic_cas))]
  |           ^^^^^^^^^^^^^^^^^^^^^
  |
  = 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(futures_no_atomic_cas)'] }
  = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(futures_no_atomic_cas)");` to the top of the `build.rs`
  = note: see  for more information about checking conditional configuration

warning: trait `AssertSync` is never used
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/futures-core-0.3.28/src/task/__internal/atomic_waker.rs:209:15
    |
209 |         trait AssertSync: Sync {}
    |               ^^^^^^^^^^
    |
    = note: `#[warn(dead_code)]` on by default

warning: unexpected `cfg` condition name: `rustbuild`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/log-0.4.17/src/lib.rs:324:13
    |
324 | #![cfg_attr(rustbuild, feature(staged_api, rustc_private))]
    |             ^^^^^^^^^
    |
    = 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(rustbuild)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(rustbuild)");` 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: `rustbuild`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/log-0.4.17/src/lib.rs:325:13
    |
325 | #![cfg_attr(rustbuild, unstable(feature = "rustc_private", issue = "27812"))]
    |             ^^^^^^^^^
    |
    = 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(rustbuild)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(rustbuild)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `has_atomics`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/log-0.4.17/src/lib.rs:347:7
    |
347 | #[cfg(has_atomics)]
    |       ^^^^^^^^^^^
    |
    = 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(has_atomics)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_atomics)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `has_atomics`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/log-0.4.17/src/lib.rs:350:11
    |
350 | #[cfg(not(has_atomics))]
    |           ^^^^^^^^^^^
    |
    = 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(has_atomics)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_atomics)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `has_atomics`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/log-0.4.17/src/lib.rs:352:11
    |
352 | #[cfg(not(has_atomics))]
    |           ^^^^^^^^^^^
    |
    = 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(has_atomics)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_atomics)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `has_atomics`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/log-0.4.17/src/lib.rs:355:11
    |
355 | #[cfg(not(has_atomics))]
    |           ^^^^^^^^^^^
    |
    = 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(has_atomics)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_atomics)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `has_atomics`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/log-0.4.17/src/lib.rs:360:11
    |
360 | #[cfg(not(has_atomics))]
    |           ^^^^^^^^^^^
    |
    = 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(has_atomics)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_atomics)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `has_atomics`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/log-0.4.17/src/lib.rs:392:11
    |
392 | #[cfg(not(has_atomics))]
    |           ^^^^^^^^^^^
    |
    = 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(has_atomics)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_atomics)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `atomic_cas`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/log-0.4.17/src/lib.rs:1406:28
     |
1406 | #[cfg(all(feature = "std", atomic_cas))]
     |                            ^^^^^^^^^^
     |
     = 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(atomic_cas)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(atomic_cas)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `atomic_cas`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/log-0.4.17/src/lib.rs:1464:7
     |
1464 | #[cfg(atomic_cas)]
     |       ^^^^^^^^^^
     |
     = 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(atomic_cas)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(atomic_cas)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `atomic_cas`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/log-0.4.17/src/lib.rs:1469:7
     |
1469 | #[cfg(atomic_cas)]
     |       ^^^^^^^^^^
     |
     = 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(atomic_cas)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(atomic_cas)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

       Fresh foldhash v0.1.4
       Fresh bitflags v2.5.0
       Fresh futures-io v0.3.28
warning: unexpected `cfg` condition name: `doc_cfg`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rand_core-0.6.3/src/lib.rs:38:13
   |
38 | #![cfg_attr(doc_cfg, feature(doc_cfg))]
   |             ^^^^^^^
   |
   = 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(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
   = note: `#[warn(unexpected_cfgs)]` on by default

warning: `libc` (lib) generated 8 warnings
warning: `libc` (lib) generated 8 warnings (8 duplicates)
warning: `memchr` (lib) generated 59 warnings
warning: `crossbeam-utils` (lib) generated 53 warnings
warning: `memchr` (lib) generated 59 warnings (59 duplicates)
warning: `futures-core` (lib) generated 3 warnings
warning: `log` (lib) generated 11 warnings
warning: `rand_core` (lib) generated 1 warning
       Fresh syn v2.0.96
       Fresh syn v1.0.96
warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/lib.rs:254:13
    |
254 | #![cfg_attr(doc_cfg, feature(doc_cfg))]
    |             ^^^^^^^
    |
    = 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(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
    = note: `#[warn(unexpected_cfgs)]` on by default

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/lib.rs:428:12
    |
428 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))]
    |            ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/lib.rs:431:12
    |
431 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))]
    |            ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/lib.rs:452:12
    |
452 | #[cfg_attr(doc_cfg, doc(cfg(all(feature = "parsing", feature = "printing"))))]
    |            ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/lib.rs:801:12
    |
801 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))]
    |            ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/lib.rs:872:12
    |
872 | #[cfg_attr(doc_cfg, doc(cfg(all(feature = "parsing", feature = "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(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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/lib.rs:892:12
    |
892 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))]
    |            ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/lib.rs:921:12
    |
921 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))]
    |            ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/lib.rs:964:12
    |
964 | #[cfg_attr(doc_cfg, doc(cfg(all(feature = "parsing", feature = "full"))))]
    |            ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/group.rs:136:12
    |
136 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))]
    |            ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/group.rs:214:12
    |
214 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))]
    |            ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/group.rs:269:12
    |
269 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))]
    |            ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/token.rs:561:12
    |
561 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))]
    |            ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/token.rs:569:12
    |
569 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))]
    |            ^^^^^^^
    |
    = 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: `syn_omit_await_from_token_macro`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/token.rs:881:11
    |
881 | #[cfg(not(syn_omit_await_from_token_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(syn_omit_await_from_token_macro)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(syn_omit_await_from_token_macro)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `syn_omit_await_from_token_macro`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/token.rs:883:7
    |
883 | #[cfg(syn_omit_await_from_token_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(syn_omit_await_from_token_macro)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(syn_omit_await_from_token_macro)");` 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/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/token.rs:394:24
    |
394 |               #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
    |                          ^^^^^^^
...
556 | / define_punctuation_structs! {
557 | |     "_" pub struct Underscore/1 /// `_`
558 | | }
    | |_- 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(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
    = note: this warning originates in the macro `define_punctuation_structs` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/token.rs:398:24
    |
398 |               #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
    |                          ^^^^^^^
...
556 | / define_punctuation_structs! {
557 | |     "_" pub struct Underscore/1 /// `_`
558 | | }
    | |_- 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(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
    = note: this warning originates in the macro `define_punctuation_structs` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/token.rs:406:24
    |
406 |               #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |                          ^^^^^^^
...
556 | / define_punctuation_structs! {
557 | |     "_" pub struct Underscore/1 /// `_`
558 | | }
    | |_- 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(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
    = note: this warning originates in the macro `define_punctuation_structs` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/token.rs:414:24
    |
414 |               #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |                          ^^^^^^^
...
556 | / define_punctuation_structs! {
557 | |     "_" pub struct Underscore/1 /// `_`
558 | | }
    | |_- 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(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
    = note: this warning originates in the macro `define_punctuation_structs` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/token.rs:418:24
    |
418 |               #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |                          ^^^^^^^
...
556 | / define_punctuation_structs! {
557 | |     "_" pub struct Underscore/1 /// `_`
558 | | }
    | |_- 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(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
    = note: this warning originates in the macro `define_punctuation_structs` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/token.rs:426:24
    |
426 |               #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |                          ^^^^^^^
...
556 | / define_punctuation_structs! {
557 | |     "_" pub struct Underscore/1 /// `_`
558 | | }
    | |_- 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(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
    = note: this warning originates in the macro `define_punctuation_structs` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/token.rs:271:24
    |
271 |               #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
    |                          ^^^^^^^
...
652 | / define_keywords! {
653 | |     "abstract"    pub struct Abstract     /// `abstract`
654 | |     "as"          pub struct As           /// `as`
655 | |     "async"       pub struct Async        /// `async`
...   |
704 | |     "yield"       pub struct Yield        /// `yield`
705 | | }
    | |_- 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(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
    = note: this warning originates in the macro `define_keywords` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/token.rs:275:24
    |
275 |               #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
    |                          ^^^^^^^
...
652 | / define_keywords! {
653 | |     "abstract"    pub struct Abstract     /// `abstract`
654 | |     "as"          pub struct As           /// `as`
655 | |     "async"       pub struct Async        /// `async`
...   |
704 | |     "yield"       pub struct Yield        /// `yield`
705 | | }
    | |_- 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(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
    = note: this warning originates in the macro `define_keywords` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/token.rs:283:24
    |
283 |               #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |                          ^^^^^^^
...
652 | / define_keywords! {
653 | |     "abstract"    pub struct Abstract     /// `abstract`
654 | |     "as"          pub struct As           /// `as`
655 | |     "async"       pub struct Async        /// `async`
...   |
704 | |     "yield"       pub struct Yield        /// `yield`
705 | | }
    | |_- 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(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
    = note: this warning originates in the macro `define_keywords` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/token.rs:291:24
    |
291 |               #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |                          ^^^^^^^
...
652 | / define_keywords! {
653 | |     "abstract"    pub struct Abstract     /// `abstract`
654 | |     "as"          pub struct As           /// `as`
655 | |     "async"       pub struct Async        /// `async`
...   |
704 | |     "yield"       pub struct Yield        /// `yield`
705 | | }
    | |_- 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(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
    = note: this warning originates in the macro `define_keywords` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/token.rs:295:24
    |
295 |               #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |                          ^^^^^^^
...
652 | / define_keywords! {
653 | |     "abstract"    pub struct Abstract     /// `abstract`
654 | |     "as"          pub struct As           /// `as`
655 | |     "async"       pub struct Async        /// `async`
...   |
704 | |     "yield"       pub struct Yield        /// `yield`
705 | | }
    | |_- 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(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
    = note: this warning originates in the macro `define_keywords` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/token.rs:303:24
    |
303 |               #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |                          ^^^^^^^
...
652 | / define_keywords! {
653 | |     "abstract"    pub struct Abstract     /// `abstract`
654 | |     "as"          pub struct As           /// `as`
655 | |     "async"       pub struct Async        /// `async`
...   |
704 | |     "yield"       pub struct Yield        /// `yield`
705 | | }
    | |_- 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(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
    = note: this warning originates in the macro `define_keywords` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/token.rs:309:24
    |
309 |               #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))]
    |                          ^^^^^^^
...
652 | / define_keywords! {
653 | |     "abstract"    pub struct Abstract     /// `abstract`
654 | |     "as"          pub struct As           /// `as`
655 | |     "async"       pub struct Async        /// `async`
...   |
704 | |     "yield"       pub struct Yield        /// `yield`
705 | | }
    | |_- 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(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
    = note: this warning originates in the macro `define_keywords` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/token.rs:317:24
    |
317 |               #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))]
    |                          ^^^^^^^
...
652 | / define_keywords! {
653 | |     "abstract"    pub struct Abstract     /// `abstract`
654 | |     "as"          pub struct As           /// `as`
655 | |     "async"       pub struct Async        /// `async`
...   |
704 | |     "yield"       pub struct Yield        /// `yield`
705 | | }
    | |_- 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(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
    = note: this warning originates in the macro `define_keywords` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/token.rs:444:24
    |
444 |               #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))]
    |                          ^^^^^^^
...
707 | / define_punctuation! {
708 | |     "+"           pub struct Add/1        /// `+`
709 | |     "+="          pub struct AddEq/2      /// `+=`
710 | |     "&"           pub struct And/1        /// `&`
...   |
753 | |     "~"           pub struct Tilde/1      /// `~`
754 | | }
    | |_- 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(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
    = note: this warning originates in the macro `define_punctuation` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/token.rs:452:24
    |
452 |               #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))]
    |                          ^^^^^^^
...
707 | / define_punctuation! {
708 | |     "+"           pub struct Add/1        /// `+`
709 | |     "+="          pub struct AddEq/2      /// `+=`
710 | |     "&"           pub struct And/1        /// `&`
...   |
753 | |     "~"           pub struct Tilde/1      /// `~`
754 | | }
    | |_- 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(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
    = note: this warning originates in the macro `define_punctuation` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/token.rs:394:24
    |
394 |               #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
    |                          ^^^^^^^
...
707 | / define_punctuation! {
708 | |     "+"           pub struct Add/1        /// `+`
709 | |     "+="          pub struct AddEq/2      /// `+=`
710 | |     "&"           pub struct And/1        /// `&`
...   |
753 | |     "~"           pub struct Tilde/1      /// `~`
754 | | }
    | |_- 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(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
    = note: this warning originates in the macro `define_punctuation_structs` which comes from the expansion of the macro `define_punctuation` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/token.rs:398:24
    |
398 |               #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
    |                          ^^^^^^^
...
707 | / define_punctuation! {
708 | |     "+"           pub struct Add/1        /// `+`
709 | |     "+="          pub struct AddEq/2      /// `+=`
710 | |     "&"           pub struct And/1        /// `&`
...   |
753 | |     "~"           pub struct Tilde/1      /// `~`
754 | | }
    | |_- 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(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
    = note: this warning originates in the macro `define_punctuation_structs` which comes from the expansion of the macro `define_punctuation` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/token.rs:406:24
    |
406 |               #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |                          ^^^^^^^
...
707 | / define_punctuation! {
708 | |     "+"           pub struct Add/1        /// `+`
709 | |     "+="          pub struct AddEq/2      /// `+=`
710 | |     "&"           pub struct And/1        /// `&`
...   |
753 | |     "~"           pub struct Tilde/1      /// `~`
754 | | }
    | |_- 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(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
    = note: this warning originates in the macro `define_punctuation_structs` which comes from the expansion of the macro `define_punctuation` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/token.rs:414:24
    |
414 |               #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |                          ^^^^^^^
...
707 | / define_punctuation! {
708 | |     "+"           pub struct Add/1        /// `+`
709 | |     "+="          pub struct AddEq/2      /// `+=`
710 | |     "&"           pub struct And/1        /// `&`
...   |
753 | |     "~"           pub struct Tilde/1      /// `~`
754 | | }
    | |_- 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(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
    = note: this warning originates in the macro `define_punctuation_structs` which comes from the expansion of the macro `define_punctuation` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/token.rs:418:24
    |
418 |               #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |                          ^^^^^^^
...
707 | / define_punctuation! {
708 | |     "+"           pub struct Add/1        /// `+`
709 | |     "+="          pub struct AddEq/2      /// `+=`
710 | |     "&"           pub struct And/1        /// `&`
...   |
753 | |     "~"           pub struct Tilde/1      /// `~`
754 | | }
    | |_- 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(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
    = note: this warning originates in the macro `define_punctuation_structs` which comes from the expansion of the macro `define_punctuation` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/token.rs:426:24
    |
426 |               #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |                          ^^^^^^^
...
707 | / define_punctuation! {
708 | |     "+"           pub struct Add/1        /// `+`
709 | |     "+="          pub struct AddEq/2      /// `+=`
710 | |     "&"           pub struct And/1        /// `&`
...   |
753 | |     "~"           pub struct Tilde/1      /// `~`
754 | | }
    | |_- 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(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
    = note: this warning originates in the macro `define_punctuation_structs` which comes from the expansion of the macro `define_punctuation` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/token.rs:503:24
    |
503 |               #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
    |                          ^^^^^^^
...
756 | / define_delimiters! {
757 | |     "{"           pub struct Brace        /// `{...}`
758 | |     "["           pub struct Bracket      /// `[...]`
759 | |     "("           pub struct Paren        /// `(...)`
760 | |     " "           pub struct Group        /// None-delimited group
761 | | }
    | |_- 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(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
    = note: this warning originates in the macro `define_delimiters` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/token.rs:507:24
    |
507 |               #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
    |                          ^^^^^^^
...
756 | / define_delimiters! {
757 | |     "{"           pub struct Brace        /// `{...}`
758 | |     "["           pub struct Bracket      /// `[...]`
759 | |     "("           pub struct Paren        /// `(...)`
760 | |     " "           pub struct Group        /// None-delimited group
761 | | }
    | |_- 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(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
    = note: this warning originates in the macro `define_delimiters` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/token.rs:515:24
    |
515 |               #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |                          ^^^^^^^
...
756 | / define_delimiters! {
757 | |     "{"           pub struct Brace        /// `{...}`
758 | |     "["           pub struct Bracket      /// `[...]`
759 | |     "("           pub struct Paren        /// `(...)`
760 | |     " "           pub struct Group        /// None-delimited group
761 | | }
    | |_- 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(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
    = note: this warning originates in the macro `define_delimiters` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/token.rs:523:24
    |
523 |               #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |                          ^^^^^^^
...
756 | / define_delimiters! {
757 | |     "{"           pub struct Brace        /// `{...}`
758 | |     "["           pub struct Bracket      /// `[...]`
759 | |     "("           pub struct Paren        /// `(...)`
760 | |     " "           pub struct Group        /// None-delimited group
761 | | }
    | |_- 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(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
    = note: this warning originates in the macro `define_delimiters` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/token.rs:527:24
    |
527 |               #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |                          ^^^^^^^
...
756 | / define_delimiters! {
757 | |     "{"           pub struct Brace        /// `{...}`
758 | |     "["           pub struct Bracket      /// `[...]`
759 | |     "("           pub struct Paren        /// `(...)`
760 | |     " "           pub struct Group        /// None-delimited group
761 | | }
    | |_- 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(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
    = note: this warning originates in the macro `define_delimiters` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/token.rs:535:24
    |
535 |               #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |                          ^^^^^^^
...
756 | / define_delimiters! {
757 | |     "{"           pub struct Brace        /// `{...}`
758 | |     "["           pub struct Bracket      /// `[...]`
759 | |     "("           pub struct Paren        /// `(...)`
760 | |     " "           pub struct Group        /// None-delimited group
761 | | }
    | |_- 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(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
    = note: this warning originates in the macro `define_delimiters` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `doc_cfg`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/ident.rs:38:12
   |
38 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))]
   |            ^^^^^^^
   |
   = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/attr.rs:463:12
    |
463 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "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(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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/attr.rs:148:16
    |
148 |     #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "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(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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/attr.rs:329:16
    |
329 |     #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "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(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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/attr.rs:360:16
    |
360 |     #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "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(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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/macros.rs:155:20
    |
155 |           #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))]
    |                      ^^^^^^^
    |
   ::: /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/attr.rs:336:1
    |
336 | / ast_enum_of_structs! {
337 | |     /// Content of a compile-time structured attribute.
338 | |     ///
339 | |     /// *This type is available only if Syn is built with the `"derive"` or `"full"`
...   |
370 | | }
    | |_- 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(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
    = note: this warning originates in the macro `generate_to_tokens` which comes from the expansion of the macro `ast_enum_of_structs` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/attr.rs:377:16
    |
377 |     #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "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(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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/attr.rs:390:16
    |
390 |     #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "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(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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/attr.rs:417:16
    |
417 |     #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "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(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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/macros.rs:155:20
    |
155 |           #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))]
    |                      ^^^^^^^
    |
   ::: /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/attr.rs:412:1
    |
412 | / ast_enum_of_structs! {
413 | |     /// Element of a compile-time attribute list.
414 | |     ///
415 | |     /// *This type is available only if Syn is built with the `"derive"` or `"full"`
...   |
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(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
    = note: this warning originates in the macro `generate_to_tokens` which comes from the expansion of the macro `ast_enum_of_structs` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/attr.rs:165:16
    |
165 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))]
    |                ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/attr.rs:213:16
    |
213 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))]
    |                ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/attr.rs:223:16
    |
223 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))]
    |                ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/attr.rs:237:16
    |
237 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))]
    |                ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/attr.rs:251:16
    |
251 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))]
    |                ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/attr.rs:557:16
    |
557 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))]
    |                ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/attr.rs:565:16
    |
565 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))]
    |                ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/attr.rs:573:16
    |
573 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))]
    |                ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/attr.rs:581:16
    |
581 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))]
    |                ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/attr.rs:630:16
    |
630 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))]
    |                ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/attr.rs:644:16
    |
644 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))]
    |                ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/attr.rs:654:16
    |
654 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))]
    |                ^^^^^^^
    |
    = 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: `doc_cfg`
 --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/data.rs:9:16
  |
9 |     #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "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(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: `doc_cfg`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/data.rs:36:16
   |
36 |     #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "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(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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/macros.rs:155:20
    |
155 |           #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))]
    |                      ^^^^^^^
    |
   ::: /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/data.rs:25:1
    |
25  | / ast_enum_of_structs! {
26  | |     /// Data stored within an enum variant or struct.
27  | |     ///
28  | |     /// *This type is available only if Syn is built with the `"derive"` or `"full"`
...   |
48  | | }
    | |_- 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(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
    = note: this warning originates in the macro `generate_to_tokens` which comes from the expansion of the macro `ast_enum_of_structs` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `doc_cfg`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/data.rs:56:16
   |
56 |     #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "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(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: `doc_cfg`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/data.rs:68:16
   |
68 |     #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "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(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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/data.rs:153:16
    |
153 |     #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "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(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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/data.rs:185:16
    |
185 |     #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "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(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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/macros.rs:155:20
    |
155 |           #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))]
    |                      ^^^^^^^
    |
   ::: /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/data.rs:173:1
    |
173 | / ast_enum_of_structs! {
174 | |     /// The visibility level of an item: inherited or `pub` or
175 | |     /// `pub(restricted)`.
176 | |     ///
...   |
200 | | }
    | |_- 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(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
    = note: this warning originates in the macro `generate_to_tokens` which comes from the expansion of the macro `ast_enum_of_structs` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/data.rs:207:16
    |
207 |     #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "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(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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/data.rs:218:16
    |
218 |     #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "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(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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/data.rs:230:16
    |
230 |     #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "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(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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/data.rs:246:16
    |
246 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))]
    |                ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/data.rs:275:16
    |
275 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))]
    |                ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/data.rs:286:16
    |
286 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))]
    |                ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/data.rs:327:16
    |
327 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))]
    |                ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/data.rs:299:20
    |
299 |         #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))]
    |                    ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/data.rs:315:20
    |
315 |         #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))]
    |                    ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/data.rs:423:16
    |
423 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))]
    |                ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/data.rs:436:16
    |
436 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))]
    |                ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/data.rs:445:16
    |
445 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))]
    |                ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/data.rs:454:16
    |
454 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))]
    |                ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/data.rs:467:16
    |
467 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))]
    |                ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/data.rs:474:16
    |
474 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))]
    |                ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/data.rs:481:16
    |
481 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))]
    |                ^^^^^^^
    |
    = 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: `doc_cfg`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/expr.rs:89:16
   |
89 |     #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "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(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: `syn_no_non_exhaustive`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/expr.rs:90:20
   |
90 |     #[cfg_attr(not(syn_no_non_exhaustive), non_exhaustive)]
   |                    ^^^^^^^^^^^^^^^^^^^^^
   |
   = 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(syn_no_non_exhaustive)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(syn_no_non_exhaustive)");` 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/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/macros.rs:155:20
    |
155 |           #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))]
    |                      ^^^^^^^
    |
   ::: /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/expr.rs:14:1
    |
14  | / ast_enum_of_structs! {
15  | |     /// A Rust expression.
16  | |     ///
17  | |     /// *This type is available only if Syn is built with the `"derive"` or `"full"`
...   |
250 | | }
    | |_- 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(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
    = note: this warning originates in the macro `generate_to_tokens` which comes from the expansion of the macro `ast_enum_of_structs` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/expr.rs:256:16
    |
256 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))]
    |                ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/expr.rs:268:16
    |
268 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))]
    |                ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/expr.rs:281:16
    |
281 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))]
    |                ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/expr.rs:294:16
    |
294 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))]
    |                ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/expr.rs:307:16
    |
307 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))]
    |                ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/expr.rs:321:16
    |
321 |     #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "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(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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/expr.rs:334:16
    |
334 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))]
    |                ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/expr.rs:346:16
    |
346 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))]
    |                ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/expr.rs:359:16
    |
359 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))]
    |                ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/expr.rs:373:16
    |
373 |     #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "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(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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/expr.rs:387:16
    |
387 |     #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "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(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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/expr.rs:400:16
    |
400 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))]
    |                ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/expr.rs:418:16
    |
418 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))]
    |                ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/expr.rs:431:16
    |
431 |     #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "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(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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/expr.rs:444:16
    |
444 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))]
    |                ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/expr.rs:464:16
    |
464 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))]
    |                ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/expr.rs:480:16
    |
480 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))]
    |                ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/expr.rs:495:16
    |
495 |     #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "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(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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/expr.rs:508:16
    |
508 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))]
    |                ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/expr.rs:523:16
    |
523 |     #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "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(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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/expr.rs:534:16
    |
534 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))]
    |                ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/expr.rs:547:16
    |
547 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))]
    |                ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/expr.rs:558:16
    |
558 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))]
    |                ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/expr.rs:572:16
    |
572 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))]
    |                ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/expr.rs:588:16
    |
588 |     #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "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(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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/expr.rs:604:16
    |
604 |     #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "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(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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/expr.rs:616:16
    |
616 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))]
    |                ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/expr.rs:629:16
    |
629 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))]
    |                ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/expr.rs:643:16
    |
643 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))]
    |                ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/expr.rs:657:16
    |
657 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))]
    |                ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/expr.rs:672:16
    |
672 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))]
    |                ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/expr.rs:687:16
    |
687 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))]
    |                ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/expr.rs:699:16
    |
699 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))]
    |                ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/expr.rs:711:16
    |
711 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))]
    |                ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/expr.rs:723:16
    |
723 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))]
    |                ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/expr.rs:737:16
    |
737 |     #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "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(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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/expr.rs:749:16
    |
749 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))]
    |                ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/expr.rs:761:16
    |
761 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))]
    |                ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/expr.rs:775:16
    |
775 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))]
    |                ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/expr.rs:850:16
    |
850 |     #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "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(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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/expr.rs:920:16
    |
920 |     #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "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(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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/expr.rs:968:16
    |
968 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))]
    |                ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/expr.rs:982:16
    |
982 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))]
    |                ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/expr.rs:999:16
    |
999 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))]
    |                ^^^^^^^
    |
    = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/expr.rs:1021:16
     |
1021 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))]
     |                ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/expr.rs:1049:16
     |
1049 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))]
     |                ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/expr.rs:1065:16
     |
1065 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))]
     |                ^^^^^^^
     |
     = 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: `syn_no_non_exhaustive`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/expr.rs:246:15
    |
246 |         #[cfg(syn_no_non_exhaustive)]
    |               ^^^^^^^^^^^^^^^^^^^^^
    |
    = 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(syn_no_non_exhaustive)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(syn_no_non_exhaustive)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `syn_no_const_vec_new`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/expr.rs:784:40
    |
784 |     #[cfg(all(feature = "parsing", not(syn_no_const_vec_new)))]
    |                                        ^^^^^^^^^^^^^^^^^^^^
    |
    = 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(syn_no_const_vec_new)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(syn_no_const_vec_new)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `syn_no_non_exhaustive`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/expr.rs:838:19
    |
838 |             #[cfg(syn_no_non_exhaustive)]
    |                   ^^^^^^^^^^^^^^^^^^^^^
    |
    = 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(syn_no_non_exhaustive)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(syn_no_non_exhaustive)");` 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/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/expr.rs:1159:16
     |
1159 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))]
     |                ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/expr.rs:1871:16
     |
1871 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))]
     |                ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/expr.rs:1966:16
     |
1966 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))]
     |                ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/expr.rs:1992:16
     |
1992 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))]
     |                ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/expr.rs:2052:16
     |
2052 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))]
     |                ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/expr.rs:2073:16
     |
2073 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))]
     |                ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/expr.rs:2090:16
     |
2090 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))]
     |                ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/expr.rs:2108:16
     |
2108 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))]
     |                ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/expr.rs:2136:16
     |
2136 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))]
     |                ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/expr.rs:2154:16
     |
2154 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))]
     |                ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/expr.rs:2195:16
     |
2195 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))]
     |                ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/expr.rs:2225:16
     |
2225 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))]
     |                ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/expr.rs:2247:16
     |
2247 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))]
     |                ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/expr.rs:2315:16
     |
2315 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))]
     |                ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/expr.rs:2338:16
     |
2338 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))]
     |                ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/expr.rs:2361:16
     |
2361 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))]
     |                ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/expr.rs:2370:16
     |
2370 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))]
     |                ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/expr.rs:2385:16
     |
2385 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))]
     |                ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/expr.rs:2394:16
     |
2394 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))]
     |                ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/expr.rs:2403:16
     |
2403 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))]
     |                ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/expr.rs:2415:16
     |
2415 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))]
     |                ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/expr.rs:2485:16
     |
2485 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))]
     |                ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/expr.rs:2536:16
     |
2536 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))]
     |                ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/expr.rs:2560:16
     |
2560 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))]
     |                ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/expr.rs:2571:16
     |
2571 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))]
     |                ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/expr.rs:2583:16
     |
2583 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))]
     |                ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/expr.rs:2637:16
     |
2637 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))]
     |                ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/expr.rs:2667:16
     |
2667 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))]
     |                ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/expr.rs:2716:16
     |
2716 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))]
     |                ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/expr.rs:2748:16
     |
2748 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))]
     |                ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/expr.rs:2790:16
     |
2790 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))]
     |                ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/expr.rs:2807:16
     |
2807 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))]
     |                ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/expr.rs:2821:16
     |
2821 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))]
     |                ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/expr.rs:2835:16
     |
2835 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))]
     |                ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/expr.rs:2868:16
     |
2868 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))]
     |                ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/expr.rs:2281:28
     |
2281 |                   #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))]
     |                              ^^^^^^^
...
2298 | /     impl_by_parsing_expr! {
2299 | |         ExprAssign, Assign, "expected assignment expression",
2300 | |         ExprAssignOp, AssignOp, "expected compound assignment expression",
2301 | |         ExprAwait, Await, "expected await expression",
...    |
2311 | |         ExprType, Type, "expected type ascription expression",
2312 | |     }
     | |_____- 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(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
     = note: this warning originates in the macro `impl_by_parsing_expr` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/expr.rs:1248:20
     |
1248 |         #[cfg_attr(doc_cfg, doc(cfg(all(feature = "full", feature = "parsing"))))]
     |                    ^^^^^^^
     |
     = 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: `syn_no_non_exhaustive`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/expr.rs:2528:23
     |
2528 |                 #[cfg(syn_no_non_exhaustive)]
     |                       ^^^^^^^^^^^^^^^^^^^^^
     |
     = 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(syn_no_non_exhaustive)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(syn_no_non_exhaustive)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `syn_no_const_vec_new`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/expr.rs:2894:23
     |
2894 |             #[cfg(not(syn_no_const_vec_new))]
     |                       ^^^^^^^^^^^^^^^^^^^^
     |
     = 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(syn_no_const_vec_new)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(syn_no_const_vec_new)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `syn_no_const_vec_new`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/expr.rs:2896:19
     |
2896 |             #[cfg(syn_no_const_vec_new)]
     |                   ^^^^^^^^^^^^^^^^^^^^
     |
     = 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(syn_no_const_vec_new)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(syn_no_const_vec_new)");` 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/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/expr.rs:2977:16
     |
2977 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))]
     |                ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/expr.rs:2987:16
     |
2987 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))]
     |                ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/expr.rs:2997:16
     |
2997 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))]
     |                ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/expr.rs:3009:16
     |
3009 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))]
     |                ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/expr.rs:3024:16
     |
3024 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))]
     |                ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/expr.rs:3035:16
     |
3035 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))]
     |                ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/expr.rs:3046:16
     |
3046 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))]
     |                ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/expr.rs:3061:16
     |
3061 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))]
     |                ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/expr.rs:3071:16
     |
3071 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))]
     |                ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/expr.rs:3080:16
     |
3080 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))]
     |                ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/expr.rs:3088:16
     |
3088 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))]
     |                ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/expr.rs:3099:16
     |
3099 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))]
     |                ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/expr.rs:3130:16
     |
3130 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))]
     |                ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/expr.rs:3142:16
     |
3142 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))]
     |                ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/expr.rs:3154:16
     |
3154 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))]
     |                ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/expr.rs:3169:16
     |
3169 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))]
     |                ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/expr.rs:3186:16
     |
3186 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))]
     |                ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/expr.rs:3200:16
     |
3200 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))]
     |                ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/expr.rs:3222:16
     |
3222 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))]
     |                ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/expr.rs:3233:16
     |
3233 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))]
     |                ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/expr.rs:3244:16
     |
3244 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))]
     |                ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/expr.rs:3254:16
     |
3254 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))]
     |                ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/expr.rs:3264:16
     |
3264 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))]
     |                ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/expr.rs:3280:16
     |
3280 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))]
     |                ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/expr.rs:3293:16
     |
3293 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))]
     |                ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/expr.rs:3306:16
     |
3306 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))]
     |                ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/expr.rs:3317:16
     |
3317 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))]
     |                ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/expr.rs:3327:16
     |
3327 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))]
     |                ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/expr.rs:3337:16
     |
3337 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))]
     |                ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/expr.rs:3347:16
     |
3347 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))]
     |                ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/expr.rs:3356:16
     |
3356 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))]
     |                ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/expr.rs:3368:16
     |
3368 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))]
     |                ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/expr.rs:3379:16
     |
3379 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))]
     |                ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/expr.rs:3389:16
     |
3389 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))]
     |                ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/expr.rs:3398:16
     |
3398 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))]
     |                ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/expr.rs:3409:16
     |
3409 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))]
     |                ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/expr.rs:3420:16
     |
3420 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))]
     |                ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/expr.rs:3430:16
     |
3430 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))]
     |                ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/expr.rs:3440:16
     |
3440 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))]
     |                ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/expr.rs:3449:16
     |
3449 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))]
     |                ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/expr.rs:3467:16
     |
3467 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))]
     |                ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/expr.rs:3480:16
     |
3480 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))]
     |                ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/expr.rs:3490:16
     |
3490 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))]
     |                ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/expr.rs:3501:16
     |
3501 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))]
     |                ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/expr.rs:3511:16
     |
3511 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))]
     |                ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/expr.rs:3520:16
     |
3520 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))]
     |                ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/expr.rs:3533:16
     |
3533 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))]
     |                ^^^^^^^
     |
     = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/generics.rs:296:5
    |
296 |     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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/generics.rs:307:5
    |
307 |     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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/generics.rs:318:5
    |
318 |     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: `doc_cfg`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/generics.rs:14:16
   |
14 |     #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "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(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: `doc_cfg`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/generics.rs:35:16
   |
35 |     #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "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(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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/macros.rs:155:20
    |
155 |           #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))]
    |                      ^^^^^^^
    |
   ::: /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/generics.rs:23:1
    |
23  | / ast_enum_of_structs! {
24  | |     /// A generic type parameter, lifetime, or const generic: `T: Into`,
25  | |     /// `'a: 'b`, `const LEN: usize`.
26  | |     ///
...   |
46  | | }
    | |_- 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(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
    = note: this warning originates in the macro `generate_to_tokens` which comes from the expansion of the macro `ast_enum_of_structs` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `doc_cfg`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/generics.rs:53:16
   |
53 |     #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "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(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: `doc_cfg`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/generics.rs:69:16
   |
69 |     #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "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(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: `doc_cfg`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/generics.rs:83:16
   |
83 |     #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "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(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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/generics.rs:363:20
    |
363 |         #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
    |                    ^^^^^^^
...
404 | generics_wrapper_impls!(ImplGenerics);
    | ------------------------------------- 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(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
    = note: this warning originates in the macro `generics_wrapper_impls` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/generics.rs:371:20
    |
371 |         #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |                    ^^^^^^^
...
404 | generics_wrapper_impls!(ImplGenerics);
    | ------------------------------------- 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(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
    = note: this warning originates in the macro `generics_wrapper_impls` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/generics.rs:382:20
    |
382 |         #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |                    ^^^^^^^
...
404 | generics_wrapper_impls!(ImplGenerics);
    | ------------------------------------- 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(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
    = note: this warning originates in the macro `generics_wrapper_impls` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/generics.rs:386:20
    |
386 |         #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |                    ^^^^^^^
...
404 | generics_wrapper_impls!(ImplGenerics);
    | ------------------------------------- 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(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
    = note: this warning originates in the macro `generics_wrapper_impls` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/generics.rs:394:20
    |
394 |         #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |                    ^^^^^^^
...
404 | generics_wrapper_impls!(ImplGenerics);
    | ------------------------------------- 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(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
    = note: this warning originates in the macro `generics_wrapper_impls` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/generics.rs:363:20
    |
363 |         #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
    |                    ^^^^^^^
...
406 | generics_wrapper_impls!(TypeGenerics);
    | ------------------------------------- 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(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
    = note: this warning originates in the macro `generics_wrapper_impls` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/generics.rs:371:20
    |
371 |         #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |                    ^^^^^^^
...
406 | generics_wrapper_impls!(TypeGenerics);
    | ------------------------------------- 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(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
    = note: this warning originates in the macro `generics_wrapper_impls` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/generics.rs:382:20
    |
382 |         #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |                    ^^^^^^^
...
406 | generics_wrapper_impls!(TypeGenerics);
    | ------------------------------------- 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(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
    = note: this warning originates in the macro `generics_wrapper_impls` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/generics.rs:386:20
    |
386 |         #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |                    ^^^^^^^
...
406 | generics_wrapper_impls!(TypeGenerics);
    | ------------------------------------- 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(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
    = note: this warning originates in the macro `generics_wrapper_impls` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/generics.rs:394:20
    |
394 |         #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |                    ^^^^^^^
...
406 | generics_wrapper_impls!(TypeGenerics);
    | ------------------------------------- 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(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
    = note: this warning originates in the macro `generics_wrapper_impls` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/generics.rs:363:20
    |
363 |         #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
    |                    ^^^^^^^
...
408 | generics_wrapper_impls!(Turbofish);
    | ---------------------------------- 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(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
    = note: this warning originates in the macro `generics_wrapper_impls` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/generics.rs:371:20
    |
371 |         #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |                    ^^^^^^^
...
408 | generics_wrapper_impls!(Turbofish);
    | ---------------------------------- 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(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
    = note: this warning originates in the macro `generics_wrapper_impls` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/generics.rs:382:20
    |
382 |         #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |                    ^^^^^^^
...
408 | generics_wrapper_impls!(Turbofish);
    | ---------------------------------- 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(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
    = note: this warning originates in the macro `generics_wrapper_impls` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/generics.rs:386:20
    |
386 |         #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |                    ^^^^^^^
...
408 | generics_wrapper_impls!(Turbofish);
    | ---------------------------------- 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(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
    = note: this warning originates in the macro `generics_wrapper_impls` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/generics.rs:394:20
    |
394 |         #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |                    ^^^^^^^
...
408 | generics_wrapper_impls!(Turbofish);
    | ---------------------------------- 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(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
    = note: this warning originates in the macro `generics_wrapper_impls` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/generics.rs:426:16
    |
426 |     #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "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(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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/generics.rs:475:16
    |
475 |     #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "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(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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/macros.rs:155:20
    |
155 |           #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))]
    |                      ^^^^^^^
    |
   ::: /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/generics.rs:470:1
    |
470 | / ast_enum_of_structs! {
471 | |     /// A trait or lifetime used as a bound on a type parameter.
472 | |     ///
473 | |     /// *This type is available only if Syn is built with the `"derive"` or `"full"`
...   |
480 | | }
    | |_- 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(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
    = note: this warning originates in the macro `generate_to_tokens` which comes from the expansion of the macro `ast_enum_of_structs` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/generics.rs:487:16
    |
487 |     #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "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(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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/generics.rs:504:16
    |
504 |     #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "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(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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/generics.rs:517:16
    |
517 |     #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "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(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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/generics.rs:535:16
    |
535 |     #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "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(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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/macros.rs:155:20
    |
155 |           #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))]
    |                      ^^^^^^^
    |
   ::: /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/generics.rs:524:1
    |
524 | / ast_enum_of_structs! {
525 | |     /// A single predicate in a `where` clause: `T: Deserialize<'de>`.
526 | |     ///
527 | |     /// *This type is available only if Syn is built with the `"derive"` or `"full"`
...   |
546 | | }
    | |_- 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(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
    = note: this warning originates in the macro `generate_to_tokens` which comes from the expansion of the macro `ast_enum_of_structs` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/generics.rs:553:16
    |
553 |     #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "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(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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/generics.rs:570:16
    |
570 |     #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "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(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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/generics.rs:583:16
    |
583 |     #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "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(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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/generics.rs:347:9
    |
347 |         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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/generics.rs:597:16
    |
597 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))]
    |                ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/generics.rs:660:16
    |
660 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))]
    |                ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/generics.rs:687:16
    |
687 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))]
    |                ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/generics.rs:725:16
    |
725 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))]
    |                ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/generics.rs:747:16
    |
747 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))]
    |                ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/generics.rs:758:16
    |
758 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))]
    |                ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/generics.rs:812:16
    |
812 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))]
    |                ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/generics.rs:831:16
    |
831 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))]
    |                ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/generics.rs:880:16
    |
880 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))]
    |                ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/generics.rs:891:16
    |
891 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))]
    |                ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/generics.rs:915:16
    |
915 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))]
    |                ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/generics.rs:946:16
    |
946 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))]
    |                ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/generics.rs:957:16
    |
957 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))]
    |                ^^^^^^^
    |
    = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/generics.rs:1032:16
     |
1032 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))]
     |                ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/generics.rs:1182:16
     |
1182 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))]
     |                ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/generics.rs:1192:16
     |
1192 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))]
     |                ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/generics.rs:1204:16
     |
1204 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))]
     |                ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/generics.rs:1243:16
     |
1243 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))]
     |                ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/generics.rs:1275:16
     |
1275 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))]
     |                ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/generics.rs:1285:16
     |
1285 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))]
     |                ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/generics.rs:1300:16
     |
1300 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))]
     |                ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/generics.rs:1310:16
     |
1310 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))]
     |                ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/generics.rs:1320:16
     |
1320 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))]
     |                ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/generics.rs:1329:16
     |
1329 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))]
     |                ^^^^^^^
     |
     = 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: `doc_cfg`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/item.rs:19:16
   |
19 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))]
   |                ^^^^^^^
   |
   = 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: `syn_no_non_exhaustive`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/item.rs:20:20
   |
20 |     #[cfg_attr(not(syn_no_non_exhaustive), non_exhaustive)]
   |                    ^^^^^^^^^^^^^^^^^^^^^
   |
   = 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(syn_no_non_exhaustive)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(syn_no_non_exhaustive)");` 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/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/macros.rs:155:20
    |
155 |           #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))]
    |                      ^^^^^^^
    |
   ::: /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/item.rs:9:1
    |
9   | / ast_enum_of_structs! {
10  | |     /// Things that can appear directly inside of a module or scope.
11  | |     ///
12  | |     /// *This type is available only if Syn is built with the `"full"` feature.*
...   |
97  | | }
    | |_- 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(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
    = note: this warning originates in the macro `generate_to_tokens` which comes from the expansion of the macro `ast_enum_of_structs` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/item.rs:103:16
    |
103 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))]
    |                ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/item.rs:121:16
    |
121 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))]
    |                ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/item.rs:137:16
    |
137 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))]
    |                ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/item.rs:154:16
    |
154 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))]
    |                ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/item.rs:167:16
    |
167 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))]
    |                ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/item.rs:181:16
    |
181 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))]
    |                ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/item.rs:201:16
    |
201 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))]
    |                ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/item.rs:215:16
    |
215 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))]
    |                ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/item.rs:229:16
    |
229 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))]
    |                ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/item.rs:244:16
    |
244 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))]
    |                ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/item.rs:263:16
    |
263 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))]
    |                ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/item.rs:279:16
    |
279 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))]
    |                ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/item.rs:299:16
    |
299 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))]
    |                ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/item.rs:316:16
    |
316 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))]
    |                ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/item.rs:333:16
    |
333 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))]
    |                ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/item.rs:348:16
    |
348 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))]
    |                ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/item.rs:477:16
    |
477 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))]
    |                ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/macros.rs:155:20
    |
155 |           #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))]
    |                      ^^^^^^^
    |
   ::: /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/item.rs:467:1
    |
467 | / ast_enum_of_structs! {
468 | |     /// A suffix of an import tree in a `use` item: `Type as Renamed` or `*`.
469 | |     ///
470 | |     /// *This type is available only if Syn is built with the `"full"` feature.*
...   |
494 | | }
    | |_- 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(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
    = note: this warning originates in the macro `generate_to_tokens` which comes from the expansion of the macro `ast_enum_of_structs` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/item.rs:500:16
    |
500 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))]
    |                ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/item.rs:512:16
    |
512 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))]
    |                ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/item.rs:522:16
    |
522 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))]
    |                ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/item.rs:534:16
    |
534 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))]
    |                ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/item.rs:544:16
    |
544 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))]
    |                ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/item.rs:561:16
    |
561 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))]
    |                ^^^^^^^
    |
    = 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: `syn_no_non_exhaustive`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/item.rs:562:20
    |
562 |     #[cfg_attr(not(syn_no_non_exhaustive), non_exhaustive)]
    |                    ^^^^^^^^^^^^^^^^^^^^^
    |
    = 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(syn_no_non_exhaustive)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(syn_no_non_exhaustive)");` 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/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/macros.rs:155:20
    |
155 |           #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))]
    |                      ^^^^^^^
    |
   ::: /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/item.rs:551:1
    |
551 | / ast_enum_of_structs! {
552 | |     /// An item within an `extern` block.
553 | |     ///
554 | |     /// *This type is available only if Syn is built with the `"full"` feature.*
...   |
601 | | }
    | |_- 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(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
    = note: this warning originates in the macro `generate_to_tokens` which comes from the expansion of the macro `ast_enum_of_structs` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/item.rs:607:16
    |
607 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))]
    |                ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/item.rs:620:16
    |
620 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))]
    |                ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/item.rs:637:16
    |
637 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))]
    |                ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/item.rs:651:16
    |
651 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))]
    |                ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/item.rs:669:16
    |
669 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))]
    |                ^^^^^^^
    |
    = 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: `syn_no_non_exhaustive`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/item.rs:670:20
    |
670 |     #[cfg_attr(not(syn_no_non_exhaustive), non_exhaustive)]
    |                    ^^^^^^^^^^^^^^^^^^^^^
    |
    = 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(syn_no_non_exhaustive)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(syn_no_non_exhaustive)");` 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/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/macros.rs:155:20
    |
155 |           #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))]
    |                      ^^^^^^^
    |
   ::: /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/item.rs:659:1
    |
659 | / ast_enum_of_structs! {
660 | |     /// An item declaration within the definition of a trait.
661 | |     ///
662 | |     /// *This type is available only if Syn is built with the `"full"` feature.*
...   |
709 | | }
    | |_- 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(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
    = note: this warning originates in the macro `generate_to_tokens` which comes from the expansion of the macro `ast_enum_of_structs` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/item.rs:715:16
    |
715 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))]
    |                ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/item.rs:731:16
    |
731 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))]
    |                ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/item.rs:744:16
    |
744 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))]
    |                ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/item.rs:761:16
    |
761 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))]
    |                ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/item.rs:779:16
    |
779 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))]
    |                ^^^^^^^
    |
    = 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: `syn_no_non_exhaustive`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/item.rs:780:20
    |
780 |     #[cfg_attr(not(syn_no_non_exhaustive), non_exhaustive)]
    |                    ^^^^^^^^^^^^^^^^^^^^^
    |
    = 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(syn_no_non_exhaustive)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(syn_no_non_exhaustive)");` 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/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/macros.rs:155:20
    |
155 |           #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))]
    |                      ^^^^^^^
    |
   ::: /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/item.rs:769:1
    |
769 | / ast_enum_of_structs! {
770 | |     /// An item within an impl block.
771 | |     ///
772 | |     /// *This type is available only if Syn is built with the `"full"` feature.*
...   |
819 | | }
    | |_- 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(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
    = note: this warning originates in the macro `generate_to_tokens` which comes from the expansion of the macro `ast_enum_of_structs` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/item.rs:825:16
    |
825 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))]
    |                ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/item.rs:844:16
    |
844 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))]
    |                ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/item.rs:858:16
    |
858 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))]
    |                ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/item.rs:876:16
    |
876 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))]
    |                ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/item.rs:889:16
    |
889 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))]
    |                ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/item.rs:927:16
    |
927 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))]
    |                ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/macros.rs:155:20
    |
155 |           #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))]
    |                      ^^^^^^^
    |
   ::: /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/item.rs:923:1
    |
923 | / ast_enum_of_structs! {
924 | |     /// An argument in a function signature: the `n: usize` in `fn f(n: usize)`.
925 | |     ///
926 | |     /// *This type is available only if Syn is built with the `"full"` feature.*
...   |
939 | | }
    | |_- 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(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
    = note: this warning originates in the macro `generate_to_tokens` which comes from the expansion of the macro `ast_enum_of_structs` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/item.rs:949:16
    |
949 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))]
    |                ^^^^^^^
    |
    = 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: `syn_no_non_exhaustive`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/item.rs:93:15
   |
93 |         #[cfg(syn_no_non_exhaustive)]
   |               ^^^^^^^^^^^^^^^^^^^^^
   |
   = 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(syn_no_non_exhaustive)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(syn_no_non_exhaustive)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `syn_no_non_exhaustive`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/item.rs:381:19
    |
381 |             #[cfg(syn_no_non_exhaustive)]
    |                   ^^^^^^^^^^^^^^^^^^^^^
    |
    = 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(syn_no_non_exhaustive)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(syn_no_non_exhaustive)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `syn_no_non_exhaustive`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/item.rs:597:15
    |
597 |         #[cfg(syn_no_non_exhaustive)]
    |               ^^^^^^^^^^^^^^^^^^^^^
    |
    = 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(syn_no_non_exhaustive)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(syn_no_non_exhaustive)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `syn_no_non_exhaustive`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/item.rs:705:15
    |
705 |         #[cfg(syn_no_non_exhaustive)]
    |               ^^^^^^^^^^^^^^^^^^^^^
    |
    = 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(syn_no_non_exhaustive)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(syn_no_non_exhaustive)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `syn_no_non_exhaustive`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/item.rs:815:15
    |
815 |         #[cfg(syn_no_non_exhaustive)]
    |               ^^^^^^^^^^^^^^^^^^^^^
    |
    = 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(syn_no_non_exhaustive)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(syn_no_non_exhaustive)");` 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/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/item.rs:976:16
    |
976 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))]
    |                ^^^^^^^
    |
    = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/item.rs:1237:16
     |
1237 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))]
     |                ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/item.rs:1264:16
     |
1264 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))]
     |                ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/item.rs:1305:16
     |
1305 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))]
     |                ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/item.rs:1338:16
     |
1338 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))]
     |                ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/item.rs:1352:16
     |
1352 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))]
     |                ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/item.rs:1401:16
     |
1401 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))]
     |                ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/item.rs:1419:16
     |
1419 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))]
     |                ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/item.rs:1500:16
     |
1500 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))]
     |                ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/item.rs:1535:16
     |
1535 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))]
     |                ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/item.rs:1564:16
     |
1564 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))]
     |                ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/item.rs:1584:16
     |
1584 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))]
     |                ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/item.rs:1680:16
     |
1680 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))]
     |                ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/item.rs:1722:16
     |
1722 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))]
     |                ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/item.rs:1745:16
     |
1745 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))]
     |                ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/item.rs:1827:16
     |
1827 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))]
     |                ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/item.rs:1843:16
     |
1843 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))]
     |                ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/item.rs:1859:16
     |
1859 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))]
     |                ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/item.rs:1903:16
     |
1903 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))]
     |                ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/item.rs:1921:16
     |
1921 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))]
     |                ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/item.rs:1971:16
     |
1971 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))]
     |                ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/item.rs:1995:16
     |
1995 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))]
     |                ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/item.rs:2019:16
     |
2019 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))]
     |                ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/item.rs:2070:16
     |
2070 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))]
     |                ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/item.rs:2144:16
     |
2144 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))]
     |                ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/item.rs:2200:16
     |
2200 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))]
     |                ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/item.rs:2260:16
     |
2260 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))]
     |                ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/item.rs:2290:16
     |
2290 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))]
     |                ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/item.rs:2319:16
     |
2319 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))]
     |                ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/item.rs:2392:16
     |
2392 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))]
     |                ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/item.rs:2410:16
     |
2410 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))]
     |                ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/item.rs:2522:16
     |
2522 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))]
     |                ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/item.rs:2603:16
     |
2603 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))]
     |                ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/item.rs:2628:16
     |
2628 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))]
     |                ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/item.rs:2668:16
     |
2668 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))]
     |                ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/item.rs:2726:16
     |
2726 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))]
     |                ^^^^^^^
     |
     = 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: `syn_no_non_exhaustive`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/item.rs:1817:23
     |
1817 |                 #[cfg(syn_no_non_exhaustive)]
     |                       ^^^^^^^^^^^^^^^^^^^^^
     |
     = 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(syn_no_non_exhaustive)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(syn_no_non_exhaustive)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `syn_no_non_exhaustive`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/item.rs:2251:23
     |
2251 |                 #[cfg(syn_no_non_exhaustive)]
     |                       ^^^^^^^^^^^^^^^^^^^^^
     |
     = 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(syn_no_non_exhaustive)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(syn_no_non_exhaustive)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `syn_no_non_exhaustive`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/item.rs:2592:27
     |
2592 |                     #[cfg(syn_no_non_exhaustive)]
     |                           ^^^^^^^^^^^^^^^^^^^^^
     |
     = 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(syn_no_non_exhaustive)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(syn_no_non_exhaustive)");` 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/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/item.rs:2772:16
     |
2772 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))]
     |                ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/item.rs:2788:16
     |
2788 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))]
     |                ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/item.rs:2800:16
     |
2800 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))]
     |                ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/item.rs:2816:16
     |
2816 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))]
     |                ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/item.rs:2831:16
     |
2831 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))]
     |                ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/item.rs:2844:16
     |
2844 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))]
     |                ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/item.rs:2862:16
     |
2862 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))]
     |                ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/item.rs:2874:16
     |
2874 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))]
     |                ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/item.rs:2889:16
     |
2889 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))]
     |                ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/item.rs:2904:16
     |
2904 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))]
     |                ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/item.rs:2930:16
     |
2930 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))]
     |                ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/item.rs:2943:16
     |
2943 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))]
     |                ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/item.rs:2965:16
     |
2965 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))]
     |                ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/item.rs:2980:16
     |
2980 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))]
     |                ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/item.rs:3002:16
     |
3002 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))]
     |                ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/item.rs:3024:16
     |
3024 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))]
     |                ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/item.rs:3035:16
     |
3035 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))]
     |                ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/item.rs:3044:16
     |
3044 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))]
     |                ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/item.rs:3051:16
     |
3051 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))]
     |                ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/item.rs:3060:16
     |
3060 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))]
     |                ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/item.rs:3067:16
     |
3067 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))]
     |                ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/item.rs:3076:16
     |
3076 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))]
     |                ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/item.rs:3092:16
     |
3092 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))]
     |                ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/item.rs:3111:16
     |
3111 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))]
     |                ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/item.rs:3131:16
     |
3131 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))]
     |                ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/item.rs:3140:16
     |
3140 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))]
     |                ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/item.rs:3156:16
     |
3156 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))]
     |                ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/item.rs:3178:16
     |
3178 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))]
     |                ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/item.rs:3194:16
     |
3194 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))]
     |                ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/item.rs:3203:16
     |
3203 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))]
     |                ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/item.rs:3213:16
     |
3213 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))]
     |                ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/item.rs:3227:16
     |
3227 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))]
     |                ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/item.rs:3238:16
     |
3238 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))]
     |                ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/item.rs:3274:16
     |
3274 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))]
     |                ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/item.rs:3309:16
     |
3309 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))]
     |                ^^^^^^^
     |
     = 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: `doc_cfg`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/file.rs:80:16
   |
80 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))]
   |                ^^^^^^^
   |
   = 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: `doc_cfg`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/file.rs:93:16
   |
93 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))]
   |                ^^^^^^^
   |
   = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/file.rs:118:16
    |
118 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))]
    |                ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/lifetime.rs:127:16
    |
127 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))]
    |                ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/lifetime.rs:145:16
    |
145 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))]
    |                ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/lit.rs:629:12
    |
629 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
    |            ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/lit.rs:640:12
    |
640 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
    |            ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/lit.rs:652:12
    |
652 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
    |            ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/macros.rs:155:20
    |
155 |           #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))]
    |                      ^^^^^^^
    |
   ::: /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/lit.rs:14:1
    |
14  | / ast_enum_of_structs! {
15  | |     /// A Rust literal such as a string or integer or boolean.
16  | |     ///
17  | |     /// # Syntax tree enum
...   |
49  | | }
    | |_- 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(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
    = note: this warning originates in the macro `generate_to_tokens` which comes from the expansion of the macro `ast_enum_of_structs` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/lit.rs:666:20
    |
666 |         #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
    |                    ^^^^^^^
...
703 | lit_extra_traits!(LitStr);
    | ------------------------- 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(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
    = note: this warning originates in the macro `lit_extra_traits` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/lit.rs:676:20
    |
676 |         #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |                    ^^^^^^^
...
703 | lit_extra_traits!(LitStr);
    | ------------------------- 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(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
    = note: this warning originates in the macro `lit_extra_traits` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/lit.rs:684:20
    |
684 |         #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |                    ^^^^^^^
...
703 | lit_extra_traits!(LitStr);
    | ------------------------- 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(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
    = note: this warning originates in the macro `lit_extra_traits` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/lit.rs:666:20
    |
666 |         #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
    |                    ^^^^^^^
...
704 | lit_extra_traits!(LitByteStr);
    | ----------------------------- 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(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
    = note: this warning originates in the macro `lit_extra_traits` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/lit.rs:676:20
    |
676 |         #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |                    ^^^^^^^
...
704 | lit_extra_traits!(LitByteStr);
    | ----------------------------- 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(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
    = note: this warning originates in the macro `lit_extra_traits` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/lit.rs:684:20
    |
684 |         #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |                    ^^^^^^^
...
704 | lit_extra_traits!(LitByteStr);
    | ----------------------------- 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(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
    = note: this warning originates in the macro `lit_extra_traits` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/lit.rs:666:20
    |
666 |         #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
    |                    ^^^^^^^
...
705 | lit_extra_traits!(LitByte);
    | -------------------------- 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(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
    = note: this warning originates in the macro `lit_extra_traits` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/lit.rs:676:20
    |
676 |         #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |                    ^^^^^^^
...
705 | lit_extra_traits!(LitByte);
    | -------------------------- 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(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
    = note: this warning originates in the macro `lit_extra_traits` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/lit.rs:684:20
    |
684 |         #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |                    ^^^^^^^
...
705 | lit_extra_traits!(LitByte);
    | -------------------------- 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(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
    = note: this warning originates in the macro `lit_extra_traits` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/lit.rs:666:20
    |
666 |         #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
    |                    ^^^^^^^
...
706 | lit_extra_traits!(LitChar);
    | -------------------------- 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(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
    = note: this warning originates in the macro `lit_extra_traits` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/lit.rs:676:20
    |
676 |         #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |                    ^^^^^^^
...
706 | lit_extra_traits!(LitChar);
    | -------------------------- 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(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
    = note: this warning originates in the macro `lit_extra_traits` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/lit.rs:684:20
    |
684 |         #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |                    ^^^^^^^
...
706 | lit_extra_traits!(LitChar);
    | -------------------------- 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(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
    = note: this warning originates in the macro `lit_extra_traits` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/lit.rs:666:20
    |
666 |         #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
    |                    ^^^^^^^
...
707 | lit_extra_traits!(LitInt);
    | ------------------------- 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(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
    = note: this warning originates in the macro `lit_extra_traits` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/lit.rs:676:20
    |
676 |         #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |                    ^^^^^^^
...
707 | lit_extra_traits!(LitInt);
    | ------------------------- 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(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
    = note: this warning originates in the macro `lit_extra_traits` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/lit.rs:684:20
    |
684 |         #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |                    ^^^^^^^
...
707 | lit_extra_traits!(LitInt);
    | ------------------------- 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(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
    = note: this warning originates in the macro `lit_extra_traits` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/lit.rs:666:20
    |
666 |         #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
    |                    ^^^^^^^
...
708 | lit_extra_traits!(LitFloat);
    | --------------------------- 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(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
    = note: this warning originates in the macro `lit_extra_traits` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/lit.rs:676:20
    |
676 |         #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |                    ^^^^^^^
...
708 | lit_extra_traits!(LitFloat);
    | --------------------------- 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(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
    = note: this warning originates in the macro `lit_extra_traits` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/lit.rs:684:20
    |
684 |         #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |                    ^^^^^^^
...
708 | lit_extra_traits!(LitFloat);
    | --------------------------- 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(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
    = note: this warning originates in the macro `lit_extra_traits` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/lit.rs:170:16
    |
170 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))]
    |                ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/lit.rs:200:16
    |
200 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))]
    |                ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/lit.rs:557:16
    |
557 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |                ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/lit.rs:567:16
    |
567 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |                ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/lit.rs:577:16
    |
577 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |                ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/lit.rs:587:16
    |
587 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |                ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/lit.rs:597:16
    |
597 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |                ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/lit.rs:607:16
    |
607 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |                ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/lit.rs:617:16
    |
617 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |                ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/lit.rs:744:16
    |
744 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))]
    |                ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/lit.rs:816:16
    |
816 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))]
    |                ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/lit.rs:827:16
    |
827 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))]
    |                ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/lit.rs:838:16
    |
838 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))]
    |                ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/lit.rs:849:16
    |
849 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))]
    |                ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/lit.rs:860:16
    |
860 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))]
    |                ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/lit.rs:871:16
    |
871 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))]
    |                ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/lit.rs:882:16
    |
882 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))]
    |                ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/lit.rs:900:16
    |
900 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))]
    |                ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/lit.rs:907:16
    |
907 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))]
    |                ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/lit.rs:914:16
    |
914 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))]
    |                ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/lit.rs:921:16
    |
921 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))]
    |                ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/lit.rs:928:16
    |
928 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))]
    |                ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/lit.rs:935:16
    |
935 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))]
    |                ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/lit.rs:942:16
    |
942 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))]
    |                ^^^^^^^
    |
    = 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: `syn_no_negative_literal_parse`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/lit.rs:1569:15
     |
1569 |         #[cfg(syn_no_negative_literal_parse)]
     |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
     |
     = 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(syn_no_negative_literal_parse)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(syn_no_negative_literal_parse)");` 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/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/mac.rs:15:16
   |
15 |     #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "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(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: `doc_cfg`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/mac.rs:29:16
   |
29 |     #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "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(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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/mac.rs:137:16
    |
137 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))]
    |                ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/mac.rs:145:16
    |
145 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))]
    |                ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/mac.rs:177:16
    |
177 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))]
    |                ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/mac.rs:201:16
    |
201 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))]
    |                ^^^^^^^
    |
    = 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: `doc_cfg`
 --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/derive.rs:8:16
  |
8 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "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(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: `doc_cfg`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/derive.rs:37:16
   |
37 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "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(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: `doc_cfg`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/derive.rs:57:16
   |
57 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "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(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: `doc_cfg`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/derive.rs:70:16
   |
70 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "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(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: `doc_cfg`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/derive.rs:83:16
   |
83 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "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(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: `doc_cfg`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/derive.rs:95:16
   |
95 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))]
   |                ^^^^^^^
   |
   = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/derive.rs:231:16
    |
231 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))]
    |                ^^^^^^^
    |
    = 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: `doc_cfg`
 --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/op.rs:6:16
  |
6 |     #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "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(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: `doc_cfg`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/op.rs:72:16
   |
72 |     #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "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(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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/op.rs:130:16
    |
130 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))]
    |                ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/op.rs:165:16
    |
165 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))]
    |                ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/op.rs:188:16
    |
188 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))]
    |                ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/op.rs:224:16
    |
224 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))]
    |                ^^^^^^^
    |
    = 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: `doc_cfg`
 --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/stmt.rs:7:16
  |
7 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))]
  |                ^^^^^^^
  |
  = 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: `doc_cfg`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/stmt.rs:19:16
   |
19 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))]
   |                ^^^^^^^
   |
   = 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: `doc_cfg`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/stmt.rs:39:16
   |
39 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))]
   |                ^^^^^^^
   |
   = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/stmt.rs:136:16
    |
136 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))]
    |                ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/stmt.rs:147:16
    |
147 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))]
    |                ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/stmt.rs:109:20
    |
109 |         #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))]
    |                    ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/stmt.rs:308:16
    |
308 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))]
    |                ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/stmt.rs:317:16
    |
317 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))]
    |                ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/stmt.rs:332:16
    |
332 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))]
    |                ^^^^^^^
    |
    = 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: `doc_cfg`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/ty.rs:16:16
   |
16 |     #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "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(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: `syn_no_non_exhaustive`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/ty.rs:17:20
   |
17 |     #[cfg_attr(not(syn_no_non_exhaustive), non_exhaustive)]
   |                    ^^^^^^^^^^^^^^^^^^^^^
   |
   = 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(syn_no_non_exhaustive)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(syn_no_non_exhaustive)");` 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/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/macros.rs:155:20
    |
155 |           #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))]
    |                      ^^^^^^^
    |
   ::: /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/ty.rs:5:1
    |
5   | / ast_enum_of_structs! {
6   | |     /// The possible types that a Rust value could have.
7   | |     ///
8   | |     /// *This type is available only if Syn is built with the `"derive"` or `"full"`
...   |
89  | | }
    | |_- 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(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
    = note: this warning originates in the macro `generate_to_tokens` which comes from the expansion of the macro `ast_enum_of_structs` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `doc_cfg`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/ty.rs:96:16
   |
96 |     #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "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(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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/ty.rs:110:16
    |
110 |     #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "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(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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/ty.rs:128:16
    |
128 |     #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "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(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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/ty.rs:141:16
    |
141 |     #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "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(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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/ty.rs:153:16
    |
153 |     #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "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(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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/ty.rs:164:16
    |
164 |     #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "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(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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/ty.rs:175:16
    |
175 |     #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "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(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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/ty.rs:186:16
    |
186 |     #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "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(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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/ty.rs:199:16
    |
199 |     #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "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(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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/ty.rs:211:16
    |
211 |     #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "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(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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/ty.rs:225:16
    |
225 |     #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "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(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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/ty.rs:239:16
    |
239 |     #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "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(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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/ty.rs:252:16
    |
252 |     #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "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(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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/ty.rs:264:16
    |
264 |     #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "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(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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/ty.rs:276:16
    |
276 |     #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "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(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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/ty.rs:288:16
    |
288 |     #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "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(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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/ty.rs:311:16
    |
311 |     #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "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(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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/ty.rs:323:16
    |
323 |     #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "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(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: `syn_no_non_exhaustive`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/ty.rs:85:15
   |
85 |         #[cfg(syn_no_non_exhaustive)]
   |               ^^^^^^^^^^^^^^^^^^^^^
   |
   = 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(syn_no_non_exhaustive)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(syn_no_non_exhaustive)");` 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/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/ty.rs:342:16
    |
342 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))]
    |                ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/ty.rs:638:16
    |
638 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))]
    |                ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/ty.rs:649:16
    |
649 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))]
    |                ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/ty.rs:662:16
    |
662 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))]
    |                ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/ty.rs:685:16
    |
685 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))]
    |                ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/ty.rs:698:16
    |
698 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))]
    |                ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/ty.rs:759:16
    |
759 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))]
    |                ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/ty.rs:768:16
    |
768 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))]
    |                ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/ty.rs:777:16
    |
777 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))]
    |                ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/ty.rs:810:16
    |
810 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))]
    |                ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/ty.rs:819:16
    |
819 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))]
    |                ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/ty.rs:855:16
    |
855 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))]
    |                ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/ty.rs:863:16
    |
863 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))]
    |                ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/ty.rs:923:16
    |
923 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))]
    |                ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/ty.rs:946:16
    |
946 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))]
    |                ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/ty.rs:957:16
    |
957 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))]
    |                ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/ty.rs:975:16
    |
975 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))]
    |                ^^^^^^^
    |
    = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/ty.rs:1049:16
     |
1049 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))]
     |                ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/ty.rs:1059:16
     |
1059 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))]
     |                ^^^^^^^
     |
     = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/ty.rs:356:20
    |
356 |         #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))]
    |                    ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/ty.rs:838:20
    |
838 |         #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))]
    |                    ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/ty.rs:881:20
    |
881 |         #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))]
    |                    ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/ty.rs:932:20
    |
932 |         #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))]
    |                    ^^^^^^^
    |
    = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/ty.rs:1079:16
     |
1079 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))]
     |                ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/ty.rs:1088:16
     |
1088 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))]
     |                ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/ty.rs:1099:16
     |
1099 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))]
     |                ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/ty.rs:1113:16
     |
1113 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))]
     |                ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/ty.rs:1123:16
     |
1123 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))]
     |                ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/ty.rs:1144:16
     |
1144 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))]
     |                ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/ty.rs:1151:16
     |
1151 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))]
     |                ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/ty.rs:1160:16
     |
1160 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))]
     |                ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/ty.rs:1167:16
     |
1167 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))]
     |                ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/ty.rs:1175:16
     |
1175 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))]
     |                ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/ty.rs:1183:16
     |
1183 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))]
     |                ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/ty.rs:1192:16
     |
1192 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))]
     |                ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/ty.rs:1201:16
     |
1201 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))]
     |                ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/ty.rs:1208:16
     |
1208 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))]
     |                ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/ty.rs:1215:16
     |
1215 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))]
     |                ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/ty.rs:1228:16
     |
1228 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))]
     |                ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/ty.rs:1240:16
     |
1240 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))]
     |                ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/ty.rs:1248:16
     |
1248 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))]
     |                ^^^^^^^
     |
     = 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: `doc_cfg`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/pat.rs:16:16
   |
16 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))]
   |                ^^^^^^^
   |
   = 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: `syn_no_non_exhaustive`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/pat.rs:17:20
   |
17 |     #[cfg_attr(not(syn_no_non_exhaustive), non_exhaustive)]
   |                    ^^^^^^^^^^^^^^^^^^^^^
   |
   = 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(syn_no_non_exhaustive)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(syn_no_non_exhaustive)");` 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/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/macros.rs:155:20
    |
155 |           #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))]
    |                      ^^^^^^^
    |
   ::: /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/pat.rs:5:1
    |
5   | / ast_enum_of_structs! {
6   | |     /// A pattern in a local binding, function signature, match expression, or
7   | |     /// various other places.
8   | |     ///
...   |
98  | | }
    | |_- 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(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
    = note: this warning originates in the macro `generate_to_tokens` which comes from the expansion of the macro `ast_enum_of_structs` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/pat.rs:104:16
    |
104 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))]
    |                ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/pat.rs:119:16
    |
119 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))]
    |                ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/pat.rs:136:16
    |
136 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))]
    |                ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/pat.rs:147:16
    |
147 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))]
    |                ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/pat.rs:158:16
    |
158 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))]
    |                ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/pat.rs:176:16
    |
176 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))]
    |                ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/pat.rs:188:16
    |
188 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))]
    |                ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/pat.rs:201:16
    |
201 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))]
    |                ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/pat.rs:214:16
    |
214 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))]
    |                ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/pat.rs:225:16
    |
225 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))]
    |                ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/pat.rs:237:16
    |
237 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))]
    |                ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/pat.rs:251:16
    |
251 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))]
    |                ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/pat.rs:263:16
    |
263 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))]
    |                ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/pat.rs:275:16
    |
275 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))]
    |                ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/pat.rs:288:16
    |
288 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))]
    |                ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/pat.rs:302:16
    |
302 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))]
    |                ^^^^^^^
    |
    = 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: `syn_no_non_exhaustive`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/pat.rs:94:15
   |
94 |         #[cfg(syn_no_non_exhaustive)]
   |               ^^^^^^^^^^^^^^^^^^^^^
   |
   = 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(syn_no_non_exhaustive)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(syn_no_non_exhaustive)");` 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/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/pat.rs:318:16
    |
318 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))]
    |                ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/pat.rs:766:16
    |
766 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))]
    |                ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/pat.rs:774:16
    |
774 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))]
    |                ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/pat.rs:788:16
    |
788 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))]
    |                ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/pat.rs:804:16
    |
804 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))]
    |                ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/pat.rs:813:16
    |
813 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))]
    |                ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/pat.rs:823:16
    |
823 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))]
    |                ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/pat.rs:831:16
    |
831 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))]
    |                ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/pat.rs:841:16
    |
841 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))]
    |                ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/pat.rs:850:16
    |
850 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))]
    |                ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/pat.rs:860:16
    |
860 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))]
    |                ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/pat.rs:868:16
    |
868 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))]
    |                ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/pat.rs:876:16
    |
876 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))]
    |                ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/pat.rs:886:16
    |
886 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))]
    |                ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/pat.rs:896:16
    |
896 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))]
    |                ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/pat.rs:904:16
    |
904 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))]
    |                ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/pat.rs:913:16
    |
913 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))]
    |                ^^^^^^^
    |
    = 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: `doc_cfg`
 --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/path.rs:9:16
  |
9 |     #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "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(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: `doc_cfg`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/path.rs:35:16
   |
35 |     #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "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(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: `doc_cfg`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/path.rs:67:16
   |
67 |     #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "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(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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/path.rs:106:16
    |
106 |     #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "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(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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/path.rs:131:16
    |
131 |     #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "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(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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/path.rs:145:16
    |
145 |     #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "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(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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/path.rs:158:16
    |
158 |     #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "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(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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/path.rs:172:16
    |
172 |     #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "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(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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/path.rs:202:16
    |
202 |     #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "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(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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/path.rs:219:16
    |
219 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))]
    |                ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/path.rs:226:16
    |
226 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))]
    |                ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/path.rs:359:16
    |
359 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))]
    |                ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/path.rs:386:16
    |
386 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))]
    |                ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/path.rs:398:16
    |
398 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))]
    |                ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/path.rs:431:16
    |
431 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))]
    |                ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/path.rs:443:16
    |
443 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))]
    |                ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/path.rs:506:20
    |
506 |         #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))]
    |                    ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/path.rs:570:20
    |
570 |         #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))]
    |                    ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/path.rs:592:20
    |
592 |         #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))]
    |                    ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/path.rs:694:16
    |
694 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))]
    |                ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/path.rs:702:16
    |
702 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))]
    |                ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/path.rs:710:16
    |
710 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))]
    |                ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/path.rs:725:16
    |
725 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))]
    |                ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/path.rs:753:16
    |
753 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))]
    |                ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/path.rs:810:16
    |
810 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))]
    |                ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/path.rs:819:16
    |
819 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))]
    |                ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/path.rs:828:16
    |
828 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))]
    |                ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/punctuated.rs:370:12
    |
370 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
    |            ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/punctuated.rs:385:12
    |
385 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/punctuated.rs:394:12
    |
394 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/punctuated.rs:407:12
    |
407 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/punctuated.rs:421:12
    |
421 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/punctuated.rs:993:12
    |
993 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
    |            ^^^^^^^
    |
    = 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: `syn_no_const_vec_new`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/punctuated.rs:53:15
   |
53 |     #[cfg(not(syn_no_const_vec_new))]
   |               ^^^^^^^^^^^^^^^^^^^^
   |
   = 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(syn_no_const_vec_new)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(syn_no_const_vec_new)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `syn_no_const_vec_new`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/punctuated.rs:62:11
   |
62 |     #[cfg(syn_no_const_vec_new)]
   |           ^^^^^^^^^^^^^^^^^^^^
   |
   = 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(syn_no_const_vec_new)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(syn_no_const_vec_new)");` 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/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/punctuated.rs:266:16
    |
266 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))]
    |                ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/punctuated.rs:287:16
    |
287 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))]
    |                ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/punctuated.rs:324:16
    |
324 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))]
    |                ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/punctuated.rs:345:16
    |
345 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))]
    |                ^^^^^^^
    |
    = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/punctuated.rs:1041:16
     |
1041 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))]
     |                ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/punctuated.rs:1052:16
     |
1052 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))]
     |                ^^^^^^^
     |
     = 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: `doc_cfg`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/parse_quote.rs:68:12
   |
68 | #[cfg_attr(doc_cfg, doc(cfg(all(feature = "parsing", feature = "printing"))))]
   |            ^^^^^^^
   |
   = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/parse_quote.rs:100:12
    |
100 | #[cfg_attr(doc_cfg, doc(cfg(all(feature = "parsing", feature = "printing"))))]
    |            ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/parse_macro_input.rs:107:12
    |
107 | #[cfg_attr(doc_cfg, doc(cfg(all(feature = "parsing", feature = "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(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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/lib.rs:576:16
    |
576 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "visit")))]
    |                ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/lib.rs:673:16
    |
673 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "visit-mut")))]
    |                ^^^^^^^
    |
    = 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: `syn_no_non_exhaustive`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/visit.rs:1216:15
     |
1216 |         #[cfg(syn_no_non_exhaustive)]
     |               ^^^^^^^^^^^^^^^^^^^^^
     |
     = 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(syn_no_non_exhaustive)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(syn_no_non_exhaustive)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `syn_no_non_exhaustive`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/visit.rs:1905:15
     |
1905 |         #[cfg(syn_no_non_exhaustive)]
     |               ^^^^^^^^^^^^^^^^^^^^^
     |
     = 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(syn_no_non_exhaustive)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(syn_no_non_exhaustive)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `syn_no_non_exhaustive`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/visit.rs:2071:15
     |
2071 |         #[cfg(syn_no_non_exhaustive)]
     |               ^^^^^^^^^^^^^^^^^^^^^
     |
     = 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(syn_no_non_exhaustive)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(syn_no_non_exhaustive)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `syn_no_non_exhaustive`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/visit.rs:2207:15
     |
2207 |         #[cfg(syn_no_non_exhaustive)]
     |               ^^^^^^^^^^^^^^^^^^^^^
     |
     = 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(syn_no_non_exhaustive)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(syn_no_non_exhaustive)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `syn_no_non_exhaustive`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/visit.rs:2807:15
     |
2807 |         #[cfg(syn_no_non_exhaustive)]
     |               ^^^^^^^^^^^^^^^^^^^^^
     |
     = 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(syn_no_non_exhaustive)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(syn_no_non_exhaustive)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `syn_no_non_exhaustive`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/visit.rs:3263:15
     |
3263 |         #[cfg(syn_no_non_exhaustive)]
     |               ^^^^^^^^^^^^^^^^^^^^^
     |
     = 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(syn_no_non_exhaustive)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(syn_no_non_exhaustive)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `syn_no_non_exhaustive`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/visit.rs:3392:15
     |
3392 |         #[cfg(syn_no_non_exhaustive)]
     |               ^^^^^^^^^^^^^^^^^^^^^
     |
     = 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(syn_no_non_exhaustive)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(syn_no_non_exhaustive)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `syn_no_non_exhaustive`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/visit_mut.rs:1217:15
     |
1217 |         #[cfg(syn_no_non_exhaustive)]
     |               ^^^^^^^^^^^^^^^^^^^^^
     |
     = 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(syn_no_non_exhaustive)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(syn_no_non_exhaustive)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `syn_no_non_exhaustive`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/visit_mut.rs:1906:15
     |
1906 |         #[cfg(syn_no_non_exhaustive)]
     |               ^^^^^^^^^^^^^^^^^^^^^
     |
     = 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(syn_no_non_exhaustive)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(syn_no_non_exhaustive)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `syn_no_non_exhaustive`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/visit_mut.rs:2071:15
     |
2071 |         #[cfg(syn_no_non_exhaustive)]
     |               ^^^^^^^^^^^^^^^^^^^^^
     |
     = 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(syn_no_non_exhaustive)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(syn_no_non_exhaustive)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `syn_no_non_exhaustive`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/visit_mut.rs:2207:15
     |
2207 |         #[cfg(syn_no_non_exhaustive)]
     |               ^^^^^^^^^^^^^^^^^^^^^
     |
     = 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(syn_no_non_exhaustive)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(syn_no_non_exhaustive)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `syn_no_non_exhaustive`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/visit_mut.rs:2807:15
     |
2807 |         #[cfg(syn_no_non_exhaustive)]
     |               ^^^^^^^^^^^^^^^^^^^^^
     |
     = 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(syn_no_non_exhaustive)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(syn_no_non_exhaustive)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `syn_no_non_exhaustive`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/visit_mut.rs:3263:15
     |
3263 |         #[cfg(syn_no_non_exhaustive)]
     |               ^^^^^^^^^^^^^^^^^^^^^
     |
     = 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(syn_no_non_exhaustive)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(syn_no_non_exhaustive)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `syn_no_non_exhaustive`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/visit_mut.rs:3392:15
     |
3392 |         #[cfg(syn_no_non_exhaustive)]
     |               ^^^^^^^^^^^^^^^^^^^^^
     |
     = 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(syn_no_non_exhaustive)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(syn_no_non_exhaustive)");` 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/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/clone.rs:7:12
  |
7 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
  |            ^^^^^^^
  |
  = 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: `doc_cfg`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/clone.rs:17:12
   |
17 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
   |            ^^^^^^^
   |
   = 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: `doc_cfg`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/clone.rs:29:12
   |
29 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
   |            ^^^^^^^
   |
   = 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: `doc_cfg`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/clone.rs:43:12
   |
43 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
   |            ^^^^^^^
   |
   = 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: `doc_cfg`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/clone.rs:46:12
   |
46 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
   |            ^^^^^^^
   |
   = 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: `doc_cfg`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/clone.rs:53:12
   |
53 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
   |            ^^^^^^^
   |
   = 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: `doc_cfg`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/clone.rs:66:12
   |
66 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
   |            ^^^^^^^
   |
   = 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: `doc_cfg`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/clone.rs:77:12
   |
77 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
   |            ^^^^^^^
   |
   = 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: `doc_cfg`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/clone.rs:80:12
   |
80 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
   |            ^^^^^^^
   |
   = 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: `doc_cfg`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/clone.rs:87:12
   |
87 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
   |            ^^^^^^^
   |
   = 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: `doc_cfg`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/clone.rs:98:12
   |
98 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
   |            ^^^^^^^
   |
   = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/clone.rs:108:12
    |
108 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
    |            ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/clone.rs:120:12
    |
120 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
    |            ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/clone.rs:135:12
    |
135 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
    |            ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/clone.rs:146:12
    |
146 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
    |            ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/clone.rs:157:12
    |
157 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
    |            ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/clone.rs:168:12
    |
168 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
    |            ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/clone.rs:179:12
    |
179 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
    |            ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/clone.rs:189:12
    |
189 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
    |            ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/clone.rs:202:12
    |
202 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
    |            ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/clone.rs:282:12
    |
282 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
    |            ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/clone.rs:293:12
    |
293 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
    |            ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/clone.rs:305:12
    |
305 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
    |            ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/clone.rs:317:12
    |
317 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
    |            ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/clone.rs:329:12
    |
329 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
    |            ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/clone.rs:341:12
    |
341 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
    |            ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/clone.rs:353:12
    |
353 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
    |            ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/clone.rs:364:12
    |
364 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
    |            ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/clone.rs:375:12
    |
375 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
    |            ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/clone.rs:387:12
    |
387 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
    |            ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/clone.rs:399:12
    |
399 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
    |            ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/clone.rs:411:12
    |
411 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
    |            ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/clone.rs:428:12
    |
428 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
    |            ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/clone.rs:439:12
    |
439 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
    |            ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/clone.rs:451:12
    |
451 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
    |            ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/clone.rs:466:12
    |
466 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
    |            ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/clone.rs:477:12
    |
477 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
    |            ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/clone.rs:490:12
    |
490 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
    |            ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/clone.rs:502:12
    |
502 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
    |            ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/clone.rs:515:12
    |
515 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
    |            ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/clone.rs:525:12
    |
525 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
    |            ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/clone.rs:537:12
    |
537 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
    |            ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/clone.rs:547:12
    |
547 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
    |            ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/clone.rs:560:12
    |
560 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
    |            ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/clone.rs:575:12
    |
575 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
    |            ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/clone.rs:586:12
    |
586 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
    |            ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/clone.rs:597:12
    |
597 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
    |            ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/clone.rs:609:12
    |
609 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
    |            ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/clone.rs:622:12
    |
622 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
    |            ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/clone.rs:635:12
    |
635 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
    |            ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/clone.rs:646:12
    |
646 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
    |            ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/clone.rs:660:12
    |
660 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
    |            ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/clone.rs:671:12
    |
671 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
    |            ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/clone.rs:682:12
    |
682 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
    |            ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/clone.rs:693:12
    |
693 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
    |            ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/clone.rs:705:12
    |
705 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
    |            ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/clone.rs:716:12
    |
716 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
    |            ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/clone.rs:727:12
    |
727 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
    |            ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/clone.rs:740:12
    |
740 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
    |            ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/clone.rs:751:12
    |
751 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
    |            ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/clone.rs:764:12
    |
764 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
    |            ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/clone.rs:776:12
    |
776 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
    |            ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/clone.rs:788:12
    |
788 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
    |            ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/clone.rs:799:12
    |
799 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
    |            ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/clone.rs:809:12
    |
809 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
    |            ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/clone.rs:819:12
    |
819 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
    |            ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/clone.rs:830:12
    |
830 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
    |            ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/clone.rs:840:12
    |
840 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
    |            ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/clone.rs:855:12
    |
855 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
    |            ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/clone.rs:867:12
    |
867 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
    |            ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/clone.rs:878:12
    |
878 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
    |            ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/clone.rs:894:12
    |
894 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
    |            ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/clone.rs:907:12
    |
907 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
    |            ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/clone.rs:920:12
    |
920 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
    |            ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/clone.rs:930:12
    |
930 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
    |            ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/clone.rs:941:12
    |
941 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
    |            ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/clone.rs:953:12
    |
953 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
    |            ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/clone.rs:968:12
    |
968 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
    |            ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/clone.rs:986:12
    |
986 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
    |            ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/clone.rs:997:12
    |
997 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
    |            ^^^^^^^
    |
    = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/clone.rs:1010:12
     |
1010 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/clone.rs:1027:12
     |
1027 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/clone.rs:1037:12
     |
1037 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/clone.rs:1064:12
     |
1064 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/clone.rs:1081:12
     |
1081 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/clone.rs:1096:12
     |
1096 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/clone.rs:1111:12
     |
1111 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/clone.rs:1123:12
     |
1123 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/clone.rs:1135:12
     |
1135 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/clone.rs:1152:12
     |
1152 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/clone.rs:1164:12
     |
1164 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/clone.rs:1177:12
     |
1177 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/clone.rs:1191:12
     |
1191 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/clone.rs:1209:12
     |
1209 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/clone.rs:1224:12
     |
1224 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/clone.rs:1243:12
     |
1243 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/clone.rs:1259:12
     |
1259 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/clone.rs:1275:12
     |
1275 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/clone.rs:1289:12
     |
1289 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/clone.rs:1303:12
     |
1303 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/clone.rs:1313:12
     |
1313 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/clone.rs:1324:12
     |
1324 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/clone.rs:1339:12
     |
1339 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/clone.rs:1349:12
     |
1349 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/clone.rs:1362:12
     |
1362 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/clone.rs:1374:12
     |
1374 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/clone.rs:1385:12
     |
1385 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/clone.rs:1395:12
     |
1395 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/clone.rs:1406:12
     |
1406 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/clone.rs:1417:12
     |
1417 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/clone.rs:1428:12
     |
1428 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/clone.rs:1440:12
     |
1440 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/clone.rs:1450:12
     |
1450 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/clone.rs:1461:12
     |
1461 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/clone.rs:1487:12
     |
1487 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/clone.rs:1498:12
     |
1498 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/clone.rs:1511:12
     |
1511 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/clone.rs:1521:12
     |
1521 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/clone.rs:1531:12
     |
1531 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/clone.rs:1542:12
     |
1542 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/clone.rs:1553:12
     |
1553 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/clone.rs:1565:12
     |
1565 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/clone.rs:1577:12
     |
1577 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/clone.rs:1587:12
     |
1587 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/clone.rs:1598:12
     |
1598 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/clone.rs:1611:12
     |
1611 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/clone.rs:1622:12
     |
1622 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/clone.rs:1633:12
     |
1633 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/clone.rs:1645:12
     |
1645 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/clone.rs:1655:12
     |
1655 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/clone.rs:1665:12
     |
1665 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/clone.rs:1678:12
     |
1678 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/clone.rs:1688:12
     |
1688 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/clone.rs:1699:12
     |
1699 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/clone.rs:1710:12
     |
1710 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/clone.rs:1722:12
     |
1722 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/clone.rs:1735:12
     |
1735 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/clone.rs:1738:12
     |
1738 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/clone.rs:1745:12
     |
1745 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/clone.rs:1757:12
     |
1757 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/clone.rs:1767:12
     |
1767 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/clone.rs:1786:12
     |
1786 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/clone.rs:1798:12
     |
1798 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/clone.rs:1810:12
     |
1810 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/clone.rs:1813:12
     |
1813 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/clone.rs:1820:12
     |
1820 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/clone.rs:1835:12
     |
1835 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/clone.rs:1850:12
     |
1850 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/clone.rs:1861:12
     |
1861 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/clone.rs:1873:12
     |
1873 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/clone.rs:1889:12
     |
1889 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/clone.rs:1914:12
     |
1914 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/clone.rs:1926:12
     |
1926 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/clone.rs:1942:12
     |
1942 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/clone.rs:1952:12
     |
1952 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/clone.rs:1962:12
     |
1962 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/clone.rs:1971:12
     |
1971 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/clone.rs:1978:12
     |
1978 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/clone.rs:1987:12
     |
1987 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/clone.rs:2001:12
     |
2001 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/clone.rs:2011:12
     |
2011 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/clone.rs:2021:12
     |
2021 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/clone.rs:2031:12
     |
2031 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/clone.rs:2043:12
     |
2043 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/clone.rs:2055:12
     |
2055 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/clone.rs:2065:12
     |
2065 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/clone.rs:2075:12
     |
2075 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/clone.rs:2085:12
     |
2085 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/clone.rs:2088:12
     |
2088 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/clone.rs:2095:12
     |
2095 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/clone.rs:2104:12
     |
2104 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/clone.rs:2114:12
     |
2114 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/clone.rs:2123:12
     |
2123 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/clone.rs:2134:12
     |
2134 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/clone.rs:2145:12
     |
2145 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/clone.rs:2158:12
     |
2158 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/clone.rs:2168:12
     |
2168 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/clone.rs:2180:12
     |
2180 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/clone.rs:2189:12
     |
2189 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/clone.rs:2198:12
     |
2198 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/clone.rs:2210:12
     |
2210 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/clone.rs:2222:12
     |
2222 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/clone.rs:2232:12
     |
2232 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
     |            ^^^^^^^
     |
     = 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: `syn_no_non_exhaustive`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/clone.rs:276:23
    |
276 |             #[cfg(any(syn_no_non_exhaustive, not(feature = "full")))]
    |                       ^^^^^^^^^^^^^^^^^^^^^
    |
    = 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(syn_no_non_exhaustive)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(syn_no_non_exhaustive)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `syn_no_non_exhaustive`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/clone.rs:849:19
    |
849 |             #[cfg(syn_no_non_exhaustive)]
    |                   ^^^^^^^^^^^^^^^^^^^^^
    |
    = 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(syn_no_non_exhaustive)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(syn_no_non_exhaustive)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `syn_no_non_exhaustive`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/clone.rs:962:19
    |
962 |             #[cfg(syn_no_non_exhaustive)]
    |                   ^^^^^^^^^^^^^^^^^^^^^
    |
    = 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(syn_no_non_exhaustive)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(syn_no_non_exhaustive)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `syn_no_non_exhaustive`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/clone.rs:1058:19
     |
1058 |             #[cfg(syn_no_non_exhaustive)]
     |                   ^^^^^^^^^^^^^^^^^^^^^
     |
     = 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(syn_no_non_exhaustive)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(syn_no_non_exhaustive)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `syn_no_non_exhaustive`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/clone.rs:1481:19
     |
1481 |             #[cfg(syn_no_non_exhaustive)]
     |                   ^^^^^^^^^^^^^^^^^^^^^
     |
     = 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(syn_no_non_exhaustive)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(syn_no_non_exhaustive)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `syn_no_non_exhaustive`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/clone.rs:1829:19
     |
1829 |             #[cfg(syn_no_non_exhaustive)]
     |                   ^^^^^^^^^^^^^^^^^^^^^
     |
     = 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(syn_no_non_exhaustive)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(syn_no_non_exhaustive)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `syn_no_non_exhaustive`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/clone.rs:1908:19
     |
1908 |             #[cfg(syn_no_non_exhaustive)]
     |                   ^^^^^^^^^^^^^^^^^^^^^
     |
     = 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(syn_no_non_exhaustive)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(syn_no_non_exhaustive)");` 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/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:8:12
  |
8 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
  |            ^^^^^^^
  |
  = 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: `doc_cfg`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:11:12
   |
11 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
   |            ^^^^^^^
   |
   = 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: `doc_cfg`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:18:12
   |
18 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
   |            ^^^^^^^
   |
   = 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: `doc_cfg`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:21:12
   |
21 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
   |            ^^^^^^^
   |
   = 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: `doc_cfg`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:28:12
   |
28 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
   |            ^^^^^^^
   |
   = 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: `doc_cfg`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:31:12
   |
31 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
   |            ^^^^^^^
   |
   = 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: `doc_cfg`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:39:12
   |
39 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
   |            ^^^^^^^
   |
   = 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: `doc_cfg`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:42:12
   |
42 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
   |            ^^^^^^^
   |
   = 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: `doc_cfg`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:53:12
   |
53 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
   |            ^^^^^^^
   |
   = 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: `doc_cfg`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:56:12
   |
56 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
   |            ^^^^^^^
   |
   = 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: `doc_cfg`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:64:12
   |
64 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
   |            ^^^^^^^
   |
   = 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: `doc_cfg`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:67:12
   |
67 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
   |            ^^^^^^^
   |
   = 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: `doc_cfg`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:74:12
   |
74 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
   |            ^^^^^^^
   |
   = 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: `doc_cfg`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:77:12
   |
77 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
   |            ^^^^^^^
   |
   = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:114:12
    |
114 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:117:12
    |
117 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:124:12
    |
124 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:127:12
    |
127 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:134:12
    |
134 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:137:12
    |
137 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:144:12
    |
144 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:147:12
    |
147 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:155:12
    |
155 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:158:12
    |
158 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:165:12
    |
165 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:168:12
    |
168 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:180:12
    |
180 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:183:12
    |
183 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:190:12
    |
190 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:193:12
    |
193 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:200:12
    |
200 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:203:12
    |
203 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:210:12
    |
210 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:213:12
    |
213 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:221:12
    |
221 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:224:12
    |
224 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:305:12
    |
305 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:308:12
    |
308 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:315:12
    |
315 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:318:12
    |
318 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:325:12
    |
325 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:328:12
    |
328 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:336:12
    |
336 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:339:12
    |
339 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:347:12
    |
347 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:350:12
    |
350 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:357:12
    |
357 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:360:12
    |
360 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:368:12
    |
368 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:371:12
    |
371 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:379:12
    |
379 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:382:12
    |
382 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:389:12
    |
389 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:392:12
    |
392 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:399:12
    |
399 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:402:12
    |
402 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:409:12
    |
409 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:412:12
    |
412 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:419:12
    |
419 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:422:12
    |
422 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:432:12
    |
432 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:435:12
    |
435 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:442:12
    |
442 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:445:12
    |
445 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:453:12
    |
453 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:456:12
    |
456 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:464:12
    |
464 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:467:12
    |
467 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:474:12
    |
474 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:477:12
    |
477 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:486:12
    |
486 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:489:12
    |
489 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:496:12
    |
496 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:499:12
    |
499 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:506:12
    |
506 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:509:12
    |
509 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:516:12
    |
516 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:519:12
    |
519 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:526:12
    |
526 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:529:12
    |
529 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:536:12
    |
536 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:539:12
    |
539 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:546:12
    |
546 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:549:12
    |
549 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:558:12
    |
558 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:561:12
    |
561 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:568:12
    |
568 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:571:12
    |
571 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:578:12
    |
578 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:581:12
    |
581 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:589:12
    |
589 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:592:12
    |
592 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:600:12
    |
600 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:603:12
    |
603 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:610:12
    |
610 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:613:12
    |
613 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:620:12
    |
620 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:623:12
    |
623 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:632:12
    |
632 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:635:12
    |
635 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:642:12
    |
642 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:645:12
    |
645 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:652:12
    |
652 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:655:12
    |
655 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:662:12
    |
662 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:665:12
    |
665 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:672:12
    |
672 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:675:12
    |
675 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:682:12
    |
682 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:685:12
    |
685 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:692:12
    |
692 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:695:12
    |
695 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:703:12
    |
703 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:706:12
    |
706 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:713:12
    |
713 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:716:12
    |
716 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:724:12
    |
724 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:727:12
    |
727 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:735:12
    |
735 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:738:12
    |
738 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:746:12
    |
746 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:749:12
    |
749 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:761:12
    |
761 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:764:12
    |
764 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:771:12
    |
771 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:774:12
    |
774 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:781:12
    |
781 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:784:12
    |
784 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:792:12
    |
792 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:795:12
    |
795 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:806:12
    |
806 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:809:12
    |
809 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:825:12
    |
825 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:828:12
    |
828 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:835:12
    |
835 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:838:12
    |
838 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:846:12
    |
846 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:849:12
    |
849 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:858:12
    |
858 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:861:12
    |
861 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:868:12
    |
868 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:871:12
    |
871 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:895:12
    |
895 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:898:12
    |
898 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:914:12
    |
914 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:917:12
    |
917 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:931:12
    |
931 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:934:12
    |
934 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:942:12
    |
942 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:945:12
    |
945 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:961:12
    |
961 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:964:12
    |
964 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:973:12
    |
973 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:976:12
    |
976 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:984:12
    |
984 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:987:12
    |
987 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:996:12
    |
996 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:999:12
    |
999 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:1008:12
     |
1008 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:1011:12
     |
1011 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:1039:12
     |
1039 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:1042:12
     |
1042 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:1050:12
     |
1050 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:1053:12
     |
1053 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:1061:12
     |
1061 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:1064:12
     |
1064 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:1072:12
     |
1072 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:1075:12
     |
1075 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:1083:12
     |
1083 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:1086:12
     |
1086 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:1093:12
     |
1093 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:1096:12
     |
1096 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:1106:12
     |
1106 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:1109:12
     |
1109 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:1117:12
     |
1117 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:1120:12
     |
1120 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:1128:12
     |
1128 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:1131:12
     |
1131 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:1139:12
     |
1139 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:1142:12
     |
1142 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:1151:12
     |
1151 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:1154:12
     |
1154 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:1163:12
     |
1163 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:1166:12
     |
1166 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:1177:12
     |
1177 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:1180:12
     |
1180 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:1188:12
     |
1188 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:1191:12
     |
1191 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:1199:12
     |
1199 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:1202:12
     |
1202 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:1210:12
     |
1210 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:1213:12
     |
1213 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:1221:12
     |
1221 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:1224:12
     |
1224 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:1231:12
     |
1231 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:1234:12
     |
1234 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:1241:12
     |
1241 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:1243:12
     |
1243 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:1261:12
     |
1261 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:1263:12
     |
1263 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:1269:12
     |
1269 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:1271:12
     |
1271 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:1273:12
     |
1273 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:1275:12
     |
1275 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:1277:12
     |
1277 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:1279:12
     |
1279 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:1282:12
     |
1282 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:1285:12
     |
1285 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:1292:12
     |
1292 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:1295:12
     |
1295 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:1303:12
     |
1303 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:1306:12
     |
1306 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:1318:12
     |
1318 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:1321:12
     |
1321 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:1333:12
     |
1333 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:1336:12
     |
1336 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:1343:12
     |
1343 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:1346:12
     |
1346 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:1353:12
     |
1353 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:1356:12
     |
1356 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:1363:12
     |
1363 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:1366:12
     |
1366 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:1377:12
     |
1377 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:1380:12
     |
1380 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:1387:12
     |
1387 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:1390:12
     |
1390 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:1417:12
     |
1417 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:1420:12
     |
1420 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:1427:12
     |
1427 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:1430:12
     |
1430 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:1439:12
     |
1439 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:1442:12
     |
1442 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:1449:12
     |
1449 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:1452:12
     |
1452 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:1459:12
     |
1459 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:1462:12
     |
1462 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:1470:12
     |
1470 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:1473:12
     |
1473 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:1480:12
     |
1480 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:1483:12
     |
1483 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:1491:12
     |
1491 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:1494:12
     |
1494 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:1502:12
     |
1502 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:1505:12
     |
1505 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:1512:12
     |
1512 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:1515:12
     |
1515 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:1522:12
     |
1522 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:1525:12
     |
1525 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:1533:12
     |
1533 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:1536:12
     |
1536 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:1543:12
     |
1543 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:1546:12
     |
1546 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:1553:12
     |
1553 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:1556:12
     |
1556 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:1563:12
     |
1563 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:1566:12
     |
1566 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:1573:12
     |
1573 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:1576:12
     |
1576 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:1583:12
     |
1583 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:1586:12
     |
1586 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:1604:12
     |
1604 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:1607:12
     |
1607 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:1614:12
     |
1614 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:1617:12
     |
1617 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:1624:12
     |
1624 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:1627:12
     |
1627 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:1634:12
     |
1634 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:1637:12
     |
1637 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:1645:12
     |
1645 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:1648:12
     |
1648 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:1656:12
     |
1656 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:1659:12
     |
1659 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:1670:12
     |
1670 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:1673:12
     |
1673 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:1681:12
     |
1681 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:1684:12
     |
1684 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:1695:12
     |
1695 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:1698:12
     |
1698 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:1709:12
     |
1709 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:1712:12
     |
1712 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:1725:12
     |
1725 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:1728:12
     |
1728 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:1736:12
     |
1736 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:1739:12
     |
1739 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:1750:12
     |
1750 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:1753:12
     |
1753 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:1769:12
     |
1769 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:1772:12
     |
1772 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:1780:12
     |
1780 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:1783:12
     |
1783 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:1791:12
     |
1791 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:1794:12
     |
1794 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:1802:12
     |
1802 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:1805:12
     |
1805 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:1814:12
     |
1814 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:1817:12
     |
1817 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:1843:12
     |
1843 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:1846:12
     |
1846 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:1853:12
     |
1853 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:1856:12
     |
1856 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:1865:12
     |
1865 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:1868:12
     |
1868 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:1875:12
     |
1875 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:1878:12
     |
1878 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:1885:12
     |
1885 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:1888:12
     |
1888 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:1895:12
     |
1895 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:1898:12
     |
1898 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:1905:12
     |
1905 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:1908:12
     |
1908 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:1915:12
     |
1915 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:1918:12
     |
1918 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:1927:12
     |
1927 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:1930:12
     |
1930 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:1945:12
     |
1945 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:1948:12
     |
1948 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:1955:12
     |
1955 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:1958:12
     |
1958 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:1965:12
     |
1965 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:1968:12
     |
1968 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:1976:12
     |
1976 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:1979:12
     |
1979 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:1987:12
     |
1987 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:1990:12
     |
1990 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:1997:12
     |
1997 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:2000:12
     |
2000 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:2007:12
     |
2007 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:2010:12
     |
2010 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:2017:12
     |
2017 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:2020:12
     |
2020 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:2032:12
     |
2032 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:2035:12
     |
2035 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:2042:12
     |
2042 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:2045:12
     |
2045 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:2052:12
     |
2052 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:2055:12
     |
2055 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:2062:12
     |
2062 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:2065:12
     |
2065 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:2072:12
     |
2072 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:2075:12
     |
2075 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:2082:12
     |
2082 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:2085:12
     |
2085 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:2099:12
     |
2099 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:2102:12
     |
2102 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:2109:12
     |
2109 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:2112:12
     |
2112 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:2120:12
     |
2120 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:2123:12
     |
2123 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:2130:12
     |
2130 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:2133:12
     |
2133 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:2140:12
     |
2140 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:2143:12
     |
2143 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:2150:12
     |
2150 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:2153:12
     |
2153 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:2168:12
     |
2168 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:2171:12
     |
2171 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:2178:12
     |
2178 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/eq.rs:2181:12
     |
2181 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
 --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/hash.rs:9:12
  |
9 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
  |            ^^^^^^^
  |
  = 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: `doc_cfg`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/hash.rs:19:12
   |
19 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
   |            ^^^^^^^
   |
   = 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: `doc_cfg`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/hash.rs:30:12
   |
30 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
   |            ^^^^^^^
   |
   = 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: `doc_cfg`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/hash.rs:44:12
   |
44 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
   |            ^^^^^^^
   |
   = 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: `doc_cfg`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/hash.rs:61:12
   |
61 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
   |            ^^^^^^^
   |
   = 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: `doc_cfg`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/hash.rs:73:12
   |
73 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
   |            ^^^^^^^
   |
   = 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: `doc_cfg`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/hash.rs:85:12
   |
85 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
   |            ^^^^^^^
   |
   = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/hash.rs:180:12
    |
180 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/hash.rs:191:12
    |
191 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/hash.rs:201:12
    |
201 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/hash.rs:211:12
    |
211 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/hash.rs:225:12
    |
225 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/hash.rs:236:12
    |
236 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/hash.rs:259:12
    |
259 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/hash.rs:269:12
    |
269 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/hash.rs:280:12
    |
280 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/hash.rs:290:12
    |
290 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/hash.rs:304:12
    |
304 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/hash.rs:507:12
    |
507 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/hash.rs:518:12
    |
518 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/hash.rs:530:12
    |
530 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/hash.rs:543:12
    |
543 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/hash.rs:555:12
    |
555 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/hash.rs:566:12
    |
566 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/hash.rs:579:12
    |
579 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/hash.rs:591:12
    |
591 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/hash.rs:602:12
    |
602 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/hash.rs:614:12
    |
614 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/hash.rs:626:12
    |
626 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/hash.rs:638:12
    |
638 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/hash.rs:654:12
    |
654 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/hash.rs:665:12
    |
665 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/hash.rs:677:12
    |
677 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/hash.rs:691:12
    |
691 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/hash.rs:702:12
    |
702 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/hash.rs:715:12
    |
715 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/hash.rs:727:12
    |
727 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/hash.rs:739:12
    |
739 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/hash.rs:750:12
    |
750 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/hash.rs:762:12
    |
762 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/hash.rs:773:12
    |
773 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/hash.rs:785:12
    |
785 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/hash.rs:799:12
    |
799 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/hash.rs:810:12
    |
810 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/hash.rs:822:12
    |
822 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/hash.rs:835:12
    |
835 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/hash.rs:847:12
    |
847 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/hash.rs:859:12
    |
859 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/hash.rs:870:12
    |
870 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/hash.rs:884:12
    |
884 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/hash.rs:895:12
    |
895 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/hash.rs:906:12
    |
906 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/hash.rs:917:12
    |
917 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/hash.rs:929:12
    |
929 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/hash.rs:941:12
    |
941 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/hash.rs:952:12
    |
952 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/hash.rs:965:12
    |
965 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/hash.rs:976:12
    |
976 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/hash.rs:990:12
    |
990 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/hash.rs:1003:12
     |
1003 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/hash.rs:1016:12
     |
1016 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/hash.rs:1038:12
     |
1038 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/hash.rs:1048:12
     |
1048 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/hash.rs:1058:12
     |
1058 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/hash.rs:1070:12
     |
1070 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/hash.rs:1089:12
     |
1089 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/hash.rs:1122:12
     |
1122 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/hash.rs:1134:12
     |
1134 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/hash.rs:1146:12
     |
1146 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/hash.rs:1160:12
     |
1160 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/hash.rs:1172:12
     |
1172 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/hash.rs:1203:12
     |
1203 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/hash.rs:1222:12
     |
1222 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/hash.rs:1245:12
     |
1245 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/hash.rs:1258:12
     |
1258 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/hash.rs:1291:12
     |
1291 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/hash.rs:1306:12
     |
1306 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/hash.rs:1318:12
     |
1318 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/hash.rs:1332:12
     |
1332 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/hash.rs:1347:12
     |
1347 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/hash.rs:1428:12
     |
1428 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/hash.rs:1442:12
     |
1442 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/hash.rs:1456:12
     |
1456 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/hash.rs:1469:12
     |
1469 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/hash.rs:1482:12
     |
1482 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/hash.rs:1494:12
     |
1494 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/hash.rs:1510:12
     |
1510 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/hash.rs:1523:12
     |
1523 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/hash.rs:1536:12
     |
1536 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/hash.rs:1550:12
     |
1550 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/hash.rs:1565:12
     |
1565 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/hash.rs:1580:12
     |
1580 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/hash.rs:1598:12
     |
1598 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/hash.rs:1612:12
     |
1612 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/hash.rs:1626:12
     |
1626 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/hash.rs:1640:12
     |
1640 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/hash.rs:1653:12
     |
1653 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/hash.rs:1663:12
     |
1663 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/hash.rs:1675:12
     |
1675 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/hash.rs:1717:12
     |
1717 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/hash.rs:1727:12
     |
1727 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/hash.rs:1739:12
     |
1739 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/hash.rs:1751:12
     |
1751 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/hash.rs:1771:12
     |
1771 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/hash.rs:1794:12
     |
1794 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/hash.rs:1805:12
     |
1805 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/hash.rs:1816:12
     |
1816 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/hash.rs:1826:12
     |
1826 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/hash.rs:1845:12
     |
1845 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/hash.rs:1856:12
     |
1856 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/hash.rs:1933:12
     |
1933 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/hash.rs:1944:12
     |
1944 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/hash.rs:1958:12
     |
1958 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/hash.rs:1969:12
     |
1969 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/hash.rs:1980:12
     |
1980 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/hash.rs:1992:12
     |
1992 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/hash.rs:2004:12
     |
2004 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/hash.rs:2017:12
     |
2017 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/hash.rs:2029:12
     |
2029 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/hash.rs:2039:12
     |
2039 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/hash.rs:2050:12
     |
2050 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/hash.rs:2063:12
     |
2063 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/hash.rs:2074:12
     |
2074 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/hash.rs:2086:12
     |
2086 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/hash.rs:2098:12
     |
2098 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/hash.rs:2108:12
     |
2108 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/hash.rs:2119:12
     |
2119 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/hash.rs:2141:12
     |
2141 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/hash.rs:2152:12
     |
2152 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/hash.rs:2163:12
     |
2163 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/hash.rs:2174:12
     |
2174 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/hash.rs:2186:12
     |
2186 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/hash.rs:2198:12
     |
2198 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/hash.rs:2215:12
     |
2215 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/hash.rs:2227:12
     |
2227 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/hash.rs:2245:12
     |
2245 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/hash.rs:2263:12
     |
2263 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/hash.rs:2290:12
     |
2290 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/hash.rs:2303:12
     |
2303 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/hash.rs:2320:12
     |
2320 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/hash.rs:2353:12
     |
2353 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/hash.rs:2366:12
     |
2366 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/hash.rs:2378:12
     |
2378 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/hash.rs:2391:12
     |
2391 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/hash.rs:2406:12
     |
2406 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/hash.rs:2479:12
     |
2479 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/hash.rs:2490:12
     |
2490 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/hash.rs:2505:12
     |
2505 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/hash.rs:2515:12
     |
2515 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/hash.rs:2525:12
     |
2525 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/hash.rs:2533:12
     |
2533 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/hash.rs:2543:12
     |
2543 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/hash.rs:2551:12
     |
2551 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/hash.rs:2566:12
     |
2566 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/hash.rs:2585:12
     |
2585 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/hash.rs:2595:12
     |
2595 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/hash.rs:2606:12
     |
2606 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/hash.rs:2618:12
     |
2618 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/hash.rs:2630:12
     |
2630 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/hash.rs:2640:12
     |
2640 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/hash.rs:2651:12
     |
2651 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/hash.rs:2661:12
     |
2661 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/hash.rs:2681:12
     |
2681 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/hash.rs:2689:12
     |
2689 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/hash.rs:2699:12
     |
2699 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/hash.rs:2709:12
     |
2709 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/hash.rs:2720:12
     |
2720 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/hash.rs:2731:12
     |
2731 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/hash.rs:2762:12
     |
2762 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/hash.rs:2772:12
     |
2772 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/hash.rs:2785:12
     |
2785 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/hash.rs:2793:12
     |
2793 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/hash.rs:2801:12
     |
2801 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/hash.rs:2812:12
     |
2812 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/hash.rs:2838:12
     |
2838 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/hash.rs:2848:12
     |
2848 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `syn_no_non_exhaustive`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/hash.rs:501:23
    |
501 |             #[cfg(any(syn_no_non_exhaustive, not(feature = "full")))]
    |                       ^^^^^^^^^^^^^^^^^^^^^
    |
    = 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(syn_no_non_exhaustive)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(syn_no_non_exhaustive)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `syn_no_non_exhaustive`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/hash.rs:1116:19
     |
1116 |             #[cfg(syn_no_non_exhaustive)]
     |                   ^^^^^^^^^^^^^^^^^^^^^
     |
     = 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(syn_no_non_exhaustive)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(syn_no_non_exhaustive)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `syn_no_non_exhaustive`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/hash.rs:1285:19
     |
1285 |             #[cfg(syn_no_non_exhaustive)]
     |                   ^^^^^^^^^^^^^^^^^^^^^
     |
     = 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(syn_no_non_exhaustive)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(syn_no_non_exhaustive)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `syn_no_non_exhaustive`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/hash.rs:1422:19
     |
1422 |             #[cfg(syn_no_non_exhaustive)]
     |                   ^^^^^^^^^^^^^^^^^^^^^
     |
     = 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(syn_no_non_exhaustive)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(syn_no_non_exhaustive)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `syn_no_non_exhaustive`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/hash.rs:1927:19
     |
1927 |             #[cfg(syn_no_non_exhaustive)]
     |                   ^^^^^^^^^^^^^^^^^^^^^
     |
     = 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(syn_no_non_exhaustive)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(syn_no_non_exhaustive)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `syn_no_non_exhaustive`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/hash.rs:2347:19
     |
2347 |             #[cfg(syn_no_non_exhaustive)]
     |                   ^^^^^^^^^^^^^^^^^^^^^
     |
     = 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(syn_no_non_exhaustive)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(syn_no_non_exhaustive)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `syn_no_non_exhaustive`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/hash.rs:2473:19
     |
2473 |             #[cfg(syn_no_non_exhaustive)]
     |                   ^^^^^^^^^^^^^^^^^^^^^
     |
     = 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(syn_no_non_exhaustive)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(syn_no_non_exhaustive)");` 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/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/debug.rs:7:12
  |
7 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
  |            ^^^^^^^
  |
  = 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: `doc_cfg`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/debug.rs:17:12
   |
17 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
   |            ^^^^^^^
   |
   = 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: `doc_cfg`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/debug.rs:29:12
   |
29 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
   |            ^^^^^^^
   |
   = 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: `doc_cfg`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/debug.rs:43:12
   |
43 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
   |            ^^^^^^^
   |
   = 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: `doc_cfg`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/debug.rs:57:12
   |
57 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
   |            ^^^^^^^
   |
   = 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: `doc_cfg`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/debug.rs:70:12
   |
70 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
   |            ^^^^^^^
   |
   = 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: `doc_cfg`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/debug.rs:81:12
   |
81 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
   |            ^^^^^^^
   |
   = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/debug.rs:229:12
    |
229 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/debug.rs:240:12
    |
240 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/debug.rs:250:12
    |
250 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/debug.rs:262:12
    |
262 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/debug.rs:277:12
    |
277 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/debug.rs:288:12
    |
288 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/debug.rs:311:12
    |
311 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/debug.rs:322:12
    |
322 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/debug.rs:333:12
    |
333 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/debug.rs:343:12
    |
343 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/debug.rs:356:12
    |
356 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/debug.rs:596:12
    |
596 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/debug.rs:607:12
    |
607 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/debug.rs:619:12
    |
619 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/debug.rs:631:12
    |
631 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/debug.rs:643:12
    |
643 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/debug.rs:655:12
    |
655 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/debug.rs:667:12
    |
667 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/debug.rs:678:12
    |
678 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/debug.rs:689:12
    |
689 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/debug.rs:701:12
    |
701 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/debug.rs:713:12
    |
713 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/debug.rs:725:12
    |
725 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/debug.rs:742:12
    |
742 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/debug.rs:753:12
    |
753 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/debug.rs:765:12
    |
765 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/debug.rs:780:12
    |
780 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/debug.rs:791:12
    |
791 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/debug.rs:804:12
    |
804 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/debug.rs:816:12
    |
816 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/debug.rs:829:12
    |
829 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/debug.rs:839:12
    |
839 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/debug.rs:851:12
    |
851 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/debug.rs:861:12
    |
861 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/debug.rs:874:12
    |
874 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/debug.rs:889:12
    |
889 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/debug.rs:900:12
    |
900 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/debug.rs:911:12
    |
911 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/debug.rs:923:12
    |
923 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/debug.rs:936:12
    |
936 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/debug.rs:949:12
    |
949 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/debug.rs:960:12
    |
960 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/debug.rs:974:12
    |
974 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/debug.rs:985:12
    |
985 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/debug.rs:996:12
    |
996 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
    |            ^^^^^^^
    |
    = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/debug.rs:1007:12
     |
1007 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/debug.rs:1019:12
     |
1019 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/debug.rs:1030:12
     |
1030 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/debug.rs:1041:12
     |
1041 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/debug.rs:1054:12
     |
1054 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/debug.rs:1065:12
     |
1065 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/debug.rs:1078:12
     |
1078 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/debug.rs:1090:12
     |
1090 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/debug.rs:1102:12
     |
1102 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/debug.rs:1121:12
     |
1121 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/debug.rs:1131:12
     |
1131 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/debug.rs:1141:12
     |
1141 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/debug.rs:1152:12
     |
1152 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/debug.rs:1170:12
     |
1170 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/debug.rs:1205:12
     |
1205 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/debug.rs:1217:12
     |
1217 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/debug.rs:1228:12
     |
1228 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/debug.rs:1244:12
     |
1244 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/debug.rs:1257:12
     |
1257 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/debug.rs:1290:12
     |
1290 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/debug.rs:1308:12
     |
1308 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/debug.rs:1331:12
     |
1331 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/debug.rs:1343:12
     |
1343 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/debug.rs:1378:12
     |
1378 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/debug.rs:1396:12
     |
1396 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/debug.rs:1407:12
     |
1407 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/debug.rs:1420:12
     |
1420 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/debug.rs:1437:12
     |
1437 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/debug.rs:1447:12
     |
1447 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/debug.rs:1542:12
     |
1542 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/debug.rs:1559:12
     |
1559 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/debug.rs:1574:12
     |
1574 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/debug.rs:1589:12
     |
1589 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/debug.rs:1601:12
     |
1601 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/debug.rs:1613:12
     |
1613 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/debug.rs:1630:12
     |
1630 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/debug.rs:1642:12
     |
1642 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/debug.rs:1655:12
     |
1655 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/debug.rs:1669:12
     |
1669 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/debug.rs:1687:12
     |
1687 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/debug.rs:1702:12
     |
1702 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/debug.rs:1721:12
     |
1721 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/debug.rs:1737:12
     |
1737 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/debug.rs:1753:12
     |
1753 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/debug.rs:1767:12
     |
1767 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/debug.rs:1781:12
     |
1781 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/debug.rs:1790:12
     |
1790 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/debug.rs:1800:12
     |
1800 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/debug.rs:1811:12
     |
1811 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/debug.rs:1859:12
     |
1859 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/debug.rs:1872:12
     |
1872 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/debug.rs:1884:12
     |
1884 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/debug.rs:1907:12
     |
1907 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/debug.rs:1925:12
     |
1925 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/debug.rs:1948:12
     |
1948 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/debug.rs:1959:12
     |
1959 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/debug.rs:1970:12
     |
1970 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/debug.rs:1982:12
     |
1982 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/debug.rs:2000:12
     |
2000 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/debug.rs:2011:12
     |
2011 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/debug.rs:2101:12
     |
2101 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/debug.rs:2112:12
     |
2112 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/debug.rs:2125:12
     |
2125 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/debug.rs:2135:12
     |
2135 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/debug.rs:2145:12
     |
2145 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/debug.rs:2156:12
     |
2156 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/debug.rs:2167:12
     |
2167 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/debug.rs:2179:12
     |
2179 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/debug.rs:2191:12
     |
2191 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/debug.rs:2201:12
     |
2201 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/debug.rs:2212:12
     |
2212 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/debug.rs:2225:12
     |
2225 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/debug.rs:2236:12
     |
2236 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/debug.rs:2247:12
     |
2247 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/debug.rs:2259:12
     |
2259 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/debug.rs:2269:12
     |
2269 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/debug.rs:2279:12
     |
2279 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/debug.rs:2298:12
     |
2298 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/debug.rs:2308:12
     |
2308 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/debug.rs:2319:12
     |
2319 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/debug.rs:2330:12
     |
2330 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/debug.rs:2342:12
     |
2342 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/debug.rs:2355:12
     |
2355 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/debug.rs:2373:12
     |
2373 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/debug.rs:2385:12
     |
2385 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/debug.rs:2400:12
     |
2400 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/debug.rs:2419:12
     |
2419 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/debug.rs:2448:12
     |
2448 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/debug.rs:2460:12
     |
2460 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/debug.rs:2474:12
     |
2474 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/debug.rs:2509:12
     |
2509 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/debug.rs:2524:12
     |
2524 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/debug.rs:2535:12
     |
2535 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/debug.rs:2547:12
     |
2547 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/debug.rs:2563:12
     |
2563 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/debug.rs:2648:12
     |
2648 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/debug.rs:2660:12
     |
2660 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/debug.rs:2676:12
     |
2676 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/debug.rs:2686:12
     |
2686 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/debug.rs:2696:12
     |
2696 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/debug.rs:2705:12
     |
2705 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/debug.rs:2714:12
     |
2714 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/debug.rs:2723:12
     |
2723 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/debug.rs:2737:12
     |
2737 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/debug.rs:2755:12
     |
2755 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/debug.rs:2765:12
     |
2765 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/debug.rs:2775:12
     |
2775 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/debug.rs:2787:12
     |
2787 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/debug.rs:2799:12
     |
2799 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/debug.rs:2809:12
     |
2809 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/debug.rs:2819:12
     |
2819 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/debug.rs:2829:12
     |
2829 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/debug.rs:2852:12
     |
2852 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/debug.rs:2861:12
     |
2861 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/debug.rs:2871:12
     |
2871 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/debug.rs:2880:12
     |
2880 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/debug.rs:2891:12
     |
2891 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/debug.rs:2902:12
     |
2902 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/debug.rs:2935:12
     |
2935 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/debug.rs:2945:12
     |
2945 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/debug.rs:2957:12
     |
2957 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/debug.rs:2966:12
     |
2966 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/debug.rs:2975:12
     |
2975 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/debug.rs:2987:12
     |
2987 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/debug.rs:3011:12
     |
3011 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/debug.rs:3021:12
     |
3021 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `syn_no_non_exhaustive`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/debug.rs:590:23
    |
590 |             #[cfg(any(syn_no_non_exhaustive, not(feature = "full")))]
    |                       ^^^^^^^^^^^^^^^^^^^^^
    |
    = 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(syn_no_non_exhaustive)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(syn_no_non_exhaustive)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `syn_no_non_exhaustive`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/debug.rs:1199:19
     |
1199 |             #[cfg(syn_no_non_exhaustive)]
     |                   ^^^^^^^^^^^^^^^^^^^^^
     |
     = 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(syn_no_non_exhaustive)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(syn_no_non_exhaustive)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `syn_no_non_exhaustive`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/debug.rs:1372:19
     |
1372 |             #[cfg(syn_no_non_exhaustive)]
     |                   ^^^^^^^^^^^^^^^^^^^^^
     |
     = 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(syn_no_non_exhaustive)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(syn_no_non_exhaustive)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `syn_no_non_exhaustive`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/debug.rs:1536:19
     |
1536 |             #[cfg(syn_no_non_exhaustive)]
     |                   ^^^^^^^^^^^^^^^^^^^^^
     |
     = 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(syn_no_non_exhaustive)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(syn_no_non_exhaustive)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `syn_no_non_exhaustive`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/debug.rs:2095:19
     |
2095 |             #[cfg(syn_no_non_exhaustive)]
     |                   ^^^^^^^^^^^^^^^^^^^^^
     |
     = 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(syn_no_non_exhaustive)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(syn_no_non_exhaustive)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `syn_no_non_exhaustive`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/debug.rs:2503:19
     |
2503 |             #[cfg(syn_no_non_exhaustive)]
     |                   ^^^^^^^^^^^^^^^^^^^^^
     |
     = 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(syn_no_non_exhaustive)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(syn_no_non_exhaustive)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `syn_no_non_exhaustive`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/gen/debug.rs:2642:19
     |
2642 |             #[cfg(syn_no_non_exhaustive)]
     |                   ^^^^^^^^^^^^^^^^^^^^^
     |
     = 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(syn_no_non_exhaustive)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(syn_no_non_exhaustive)");` 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/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/parse.rs:1065:12
     |
1065 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/parse.rs:1072:12
     |
1072 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/parse.rs:1083:12
     |
1083 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/parse.rs:1090:12
     |
1090 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/parse.rs:1100:12
     |
1100 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/parse.rs:1116:12
     |
1116 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/parse.rs:1126:12
     |
1126 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/parse.rs:1291:12
     |
1291 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/parse.rs:1299:12
     |
1299 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/parse.rs:1303:12
     |
1303 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/parse.rs:1311:12
     |
1311 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
     |            ^^^^^^^
     |
     = 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: `doc_cfg`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/reserved.rs:29:12
   |
29 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
   |            ^^^^^^^
   |
   = 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: `doc_cfg`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/reserved.rs:39:12
   |
39 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
   |            ^^^^^^^
   |
   = 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: unused import: `self as parse_module`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/lib.rs:818:28
    |
818 |     pub use crate::parse::{self as parse_module};
    |                            ^^^^^^^^^^^^^^^^^^^^
    |
    = note: `#[warn(unused_imports)]` on by default

       Fresh cc v1.0.83
warning: field `0` is never read
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/cc-1.0.83/src/lib.rs:2366:22
     |
2366 |             Catalyst(&'static str),
     |             -------- ^^^^^^^^^^^^
     |             |
     |             field in this variant
     |
     = note: `#[warn(dead_code)]` on by default
help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
     |
2366 -             Catalyst(&'static str),
2366 +             Catalyst(()),
     |

       Fresh object v0.28.4
warning: variable does not need to be mutable
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/aho-corasick-1.0.1/src/dfa.rs:572:13
    |
572 |         let mut new = &mut dfa.special;
    |             ----^^^
    |             |
    |             help: remove this `mut`
    |
    = note: `#[warn(unused_mut)]` on by default

warning: variable does not need to be mutable
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/aho-corasick-1.0.1/src/dfa.rs:683:13
    |
683 |         let mut new = &mut dfa.special;
    |             ----^^^
    |             |
    |             help: remove this `mut`

warning: variable does not need to be mutable
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/aho-corasick-1.0.1/src/nfa/contiguous.rs:983:13
    |
983 |         let mut new = &mut nfa.special;
    |             ----^^^
    |             |
    |             help: remove this `mut`

warning: trait `U8` is never used
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/aho-corasick-1.0.1/src/util/int.rs:21:18
   |
21 | pub(crate) trait U8 {
   |                  ^^
   |
   = note: `#[warn(dead_code)]` on by default

warning: method `low_u8` is never used
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/aho-corasick-1.0.1/src/util/int.rs:33:8
   |
31 | pub(crate) trait U16 {
   |                  --- method in this trait
32 |     fn as_usize(self) -> usize;
33 |     fn low_u8(self) -> u8;
   |        ^^^^^^

warning: methods `low_u8` and `high_u16` are never used
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/aho-corasick-1.0.1/src/util/int.rs:53:8
   |
51 | pub(crate) trait U32 {
   |                  --- methods in this trait
52 |     fn as_usize(self) -> usize;
53 |     fn low_u8(self) -> u8;
   |        ^^^^^^
54 |     fn low_u16(self) -> u16;
55 |     fn high_u16(self) -> u16;
   |        ^^^^^^^^

warning: methods `low_u8`, `low_u16`, `low_u32`, and `high_u32` are never used
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/aho-corasick-1.0.1/src/util/int.rs:86:8
   |
84 | pub(crate) trait U64 {
   |                  --- methods in this trait
85 |     fn as_usize(self) -> usize;
86 |     fn low_u8(self) -> u8;
   |        ^^^^^^
87 |     fn low_u16(self) -> u16;
   |        ^^^^^^^
88 |     fn low_u32(self) -> u32;
   |        ^^^^^^^
89 |     fn high_u32(self) -> u32;
   |        ^^^^^^^^

warning: trait `I32` is never used
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/aho-corasick-1.0.1/src/util/int.rs:121:18
    |
121 | pub(crate) trait I32 {
    |                  ^^^

warning: method `as_u16` is never used
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/aho-corasick-1.0.1/src/util/int.rs:150:8
    |
148 | pub(crate) trait Usize {
    |                  ----- method in this trait
149 |     fn as_u8(self) -> u8;
150 |     fn as_u16(self) -> u16;
    |        ^^^^^^

warning: trait `Pointer` is never used
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/aho-corasick-1.0.1/src/util/int.rs:212:18
    |
212 | pub(crate) trait Pointer {
    |                  ^^^^^^^

warning: trait `PointerMut` is never used
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/aho-corasick-1.0.1/src/util/int.rs:222:18
    |
222 | pub(crate) trait PointerMut {
    |                  ^^^^^^^^^^

warning: unexpected `cfg` condition name: `doc_cfg`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/semver-1.0.17/src/lib.rs:64:13
   |
64 | #![cfg_attr(doc_cfg, feature(doc_cfg))]
   |             ^^^^^^^
   |
   = 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(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
   = note: `#[warn(unexpected_cfgs)]` on by default

warning: unexpected `cfg` condition name: `no_alloc_crate`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/semver-1.0.17/src/lib.rs:65:43
   |
65 | #![cfg_attr(all(not(feature = "std"), not(no_alloc_crate)), no_std)]
   |                                           ^^^^^^^^^^^^^^
   |
   = 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_alloc_crate)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_alloc_crate)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `no_unsafe_op_in_unsafe_fn_lint`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/semver-1.0.17/src/lib.rs:66:17
   |
66 | #![cfg_attr(not(no_unsafe_op_in_unsafe_fn_lint), deny(unsafe_op_in_unsafe_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(no_unsafe_op_in_unsafe_fn_lint)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_unsafe_op_in_unsafe_fn_lint)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `no_unsafe_op_in_unsafe_fn_lint`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/semver-1.0.17/src/lib.rs:67:13
   |
67 | #![cfg_attr(no_unsafe_op_in_unsafe_fn_lint, allow(unused_unsafe))]
   |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
   |
   = 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_unsafe_op_in_unsafe_fn_lint)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_unsafe_op_in_unsafe_fn_lint)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `no_str_strip_prefix`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/semver-1.0.17/src/lib.rs:68:13
   |
68 | #![cfg_attr(no_str_strip_prefix, allow(unstable_name_collisions))]
   |             ^^^^^^^^^^^^^^^^^^^
   |
   = 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_str_strip_prefix)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_str_strip_prefix)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `no_alloc_crate`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/semver-1.0.17/src/lib.rs:89:11
   |
89 | #[cfg(not(no_alloc_crate))]
   |           ^^^^^^^^^^^^^^
   |
   = 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_alloc_crate)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_alloc_crate)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `no_const_vec_new`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/semver-1.0.17/src/lib.rs:188:12
    |
188 | #[cfg_attr(no_const_vec_new, derive(Default))]
    |            ^^^^^^^^^^^^^^^^
    |
    = 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_const_vec_new)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_const_vec_new)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `no_non_exhaustive`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/semver-1.0.17/src/lib.rs:252:16
    |
252 | #[cfg_attr(not(no_non_exhaustive), non_exhaustive)]
    |                ^^^^^^^^^^^^^^^^^
    |
    = 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_non_exhaustive)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_non_exhaustive)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `no_const_vec_new`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/semver-1.0.17/src/lib.rs:482:11
    |
482 | #[cfg(not(no_const_vec_new))]
    |           ^^^^^^^^^^^^^^^^
    |
    = 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_const_vec_new)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_const_vec_new)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `no_non_exhaustive`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/semver-1.0.17/src/lib.rs:263:11
    |
263 |     #[cfg(no_non_exhaustive)] // rustc <1.40
    |           ^^^^^^^^^^^^^^^^^
    |
    = 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_non_exhaustive)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_non_exhaustive)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `no_str_strip_prefix`
 --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/semver-1.0.17/src/backport.rs:1:7
  |
1 | #[cfg(no_str_strip_prefix)] // rustc <1.45
  |       ^^^^^^^^^^^^^^^^^^^
  |
  = 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_str_strip_prefix)'] }
  = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_str_strip_prefix)");` to the top of the `build.rs`
  = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `no_str_strip_prefix`
 --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/semver-1.0.17/src/backport.rs:6:7
  |
6 | #[cfg(no_str_strip_prefix)]
  |       ^^^^^^^^^^^^^^^^^^^
  |
  = 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_str_strip_prefix)'] }
  = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_str_strip_prefix)");` to the top of the `build.rs`
  = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `no_alloc_crate`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/semver-1.0.17/src/backport.rs:19:7
   |
19 | #[cfg(no_alloc_crate)] // rustc <1.36
   |       ^^^^^^^^^^^^^^
   |
   = 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_alloc_crate)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_alloc_crate)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `no_non_exhaustive`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/semver-1.0.17/src/display.rs:59:19
   |
59 |             #[cfg(no_non_exhaustive)]
   |                   ^^^^^^^^^^^^^^^^^
   |
   = 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_non_exhaustive)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_non_exhaustive)");` 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/sysutils/zellij/work/zellij-0.42.2/cargo-crates/semver-1.0.17/src/error.rs:29:12
   |
29 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))]
   |            ^^^^^^^
   |
   = 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: `no_non_exhaustive`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/semver-1.0.17/src/eval.rs:39:15
   |
39 |         #[cfg(no_non_exhaustive)]
   |               ^^^^^^^^^^^^^^^^^
   |
   = 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_non_exhaustive)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_non_exhaustive)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `no_exhaustive_int_match`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/semver-1.0.17/src/identifier.rs:166:19
    |
166 |             #[cfg(no_exhaustive_int_match)] // rustc <1.33
    |                   ^^^^^^^^^^^^^^^^^^^^^^^
    |
    = 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_exhaustive_int_match)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_exhaustive_int_match)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `no_nonzero_bitscan`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/semver-1.0.17/src/identifier.rs:327:11
    |
327 |     #[cfg(no_nonzero_bitscan)]
    |           ^^^^^^^^^^^^^^^^^^
    |
    = 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_nonzero_bitscan)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_nonzero_bitscan)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `no_nonzero_bitscan`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/semver-1.0.17/src/identifier.rs:416:11
    |
416 |     #[cfg(no_nonzero_bitscan)] // rustc <1.53
    |           ^^^^^^^^^^^^^^^^^^
    |
    = 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_nonzero_bitscan)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_nonzero_bitscan)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `no_const_vec_new`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/semver-1.0.17/src/parse.rs:92:27
   |
92 |                 #[cfg(not(no_const_vec_new))]
   |                           ^^^^^^^^^^^^^^^^
   |
   = 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_const_vec_new)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_const_vec_new)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `no_const_vec_new`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/semver-1.0.17/src/parse.rs:94:23
   |
94 |                 #[cfg(no_const_vec_new)] // rustc <1.39
   |                       ^^^^^^^^^^^^^^^^
   |
   = 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_const_vec_new)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_const_vec_new)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `no_const_vec_new`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/semver-1.0.17/src/lib.rs:450:15
    |
450 |     #[cfg(not(no_const_vec_new))] // rustc <1.39
    |               ^^^^^^^^^^^^^^^^
    |
    = 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_const_vec_new)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_const_vec_new)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

       Fresh num-traits v0.2.15
warning: unexpected `cfg` condition name: `has_i128`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/num-traits-0.2.15/src/lib.rs:176:7
    |
176 | #[cfg(has_i128)]
    |       ^^^^^^^^
    |
    = 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(has_i128)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` 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: `has_int_assignop_ref`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/num-traits-0.2.15/src/lib.rs:628:7
    |
628 | #[cfg(has_int_assignop_ref)]
    |       ^^^^^^^^^^^^^^^^^^^^
    |
    = 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(has_int_assignop_ref)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_int_assignop_ref)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `has_i128`
 --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/num-traits-0.2.15/src/bounds.rs:3:7
  |
3 | #[cfg(has_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(has_i128)'] }
  = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
  = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `has_i128`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/num-traits-0.2.15/src/bounds.rs:64:7
   |
64 | #[cfg(has_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(has_i128)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `has_i128`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/num-traits-0.2.15/src/bounds.rs:72:7
   |
72 | #[cfg(has_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(has_i128)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `has_i128`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/num-traits-0.2.15/src/bounds.rs:133:7
    |
133 | #[cfg(has_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(has_i128)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `has_i128`
 --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/num-traits-0.2.15/src/cast.rs:4:7
  |
4 | #[cfg(has_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(has_i128)'] }
  = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
  = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `has_i128`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/num-traits-0.2.15/src/cast.rs:207:7
    |
207 | #[cfg(has_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(has_i128)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `has_i128`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/num-traits-0.2.15/src/cast.rs:280:7
    |
280 | #[cfg(has_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(has_i128)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `has_to_int_unchecked`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/num-traits-0.2.15/src/cast.rs:294:7
    |
294 | #[cfg(has_to_int_unchecked)]
    |       ^^^^^^^^^^^^^^^^^^^^
    |
    = 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(has_to_int_unchecked)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_to_int_unchecked)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `has_to_int_unchecked`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/num-traits-0.2.15/src/cast.rs:303:11
    |
303 | #[cfg(not(has_to_int_unchecked))]
    |           ^^^^^^^^^^^^^^^^^^^^
    |
    = 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(has_to_int_unchecked)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_to_int_unchecked)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `has_i128`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/num-traits-0.2.15/src/cast.rs:597:7
    |
597 | #[cfg(has_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(has_i128)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `has_i128`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/num-traits-0.2.15/src/cast.rs:604:7
    |
604 | #[cfg(has_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(has_i128)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `has_i128`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/num-traits-0.2.15/src/cast.rs:725:7
    |
725 | #[cfg(has_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(has_i128)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `has_i128`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/num-traits-0.2.15/src/cast.rs:732:7
    |
732 | #[cfg(has_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(has_i128)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `has_i128`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/num-traits-0.2.15/src/cast.rs:805:7
    |
805 | #[cfg(has_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(has_i128)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `has_i128`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/num-traits-0.2.15/src/cast.rs:807:7
    |
807 | #[cfg(has_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(has_i128)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `has_i128`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/num-traits-0.2.15/src/cast.rs:791:42
    |
791 |         impl_as_primitive!(@ $T => #[cfg(has_i128)] impl u128);
    |                                          ^^^^^^^^
...
797 | impl_as_primitive!(u8 => { char, f32, f64 });
    | -------------------------------------------- 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(has_i128)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `impl_as_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `has_i128`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/num-traits-0.2.15/src/cast.rs:793:42
    |
793 |         impl_as_primitive!(@ $T => #[cfg(has_i128)] impl i128);
    |                                          ^^^^^^^^
...
797 | impl_as_primitive!(u8 => { char, f32, f64 });
    | -------------------------------------------- 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(has_i128)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `impl_as_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `has_i128`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/num-traits-0.2.15/src/cast.rs:791:42
    |
791 |         impl_as_primitive!(@ $T => #[cfg(has_i128)] impl u128);
    |                                          ^^^^^^^^
...
798 | impl_as_primitive!(i8 => { f32, f64 });
    | -------------------------------------- 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(has_i128)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `impl_as_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `has_i128`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/num-traits-0.2.15/src/cast.rs:793:42
    |
793 |         impl_as_primitive!(@ $T => #[cfg(has_i128)] impl i128);
    |                                          ^^^^^^^^
...
798 | impl_as_primitive!(i8 => { f32, f64 });
    | -------------------------------------- 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(has_i128)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `impl_as_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `has_i128`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/num-traits-0.2.15/src/cast.rs:791:42
    |
791 |         impl_as_primitive!(@ $T => #[cfg(has_i128)] impl u128);
    |                                          ^^^^^^^^
...
799 | impl_as_primitive!(u16 => { f32, f64 });
    | --------------------------------------- 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(has_i128)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `impl_as_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `has_i128`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/num-traits-0.2.15/src/cast.rs:793:42
    |
793 |         impl_as_primitive!(@ $T => #[cfg(has_i128)] impl i128);
    |                                          ^^^^^^^^
...
799 | impl_as_primitive!(u16 => { f32, f64 });
    | --------------------------------------- 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(has_i128)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `impl_as_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `has_i128`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/num-traits-0.2.15/src/cast.rs:791:42
    |
791 |         impl_as_primitive!(@ $T => #[cfg(has_i128)] impl u128);
    |                                          ^^^^^^^^
...
800 | impl_as_primitive!(i16 => { f32, f64 });
    | --------------------------------------- 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(has_i128)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `impl_as_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `has_i128`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/num-traits-0.2.15/src/cast.rs:793:42
    |
793 |         impl_as_primitive!(@ $T => #[cfg(has_i128)] impl i128);
    |                                          ^^^^^^^^
...
800 | impl_as_primitive!(i16 => { f32, f64 });
    | --------------------------------------- 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(has_i128)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `impl_as_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `has_i128`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/num-traits-0.2.15/src/cast.rs:791:42
    |
791 |         impl_as_primitive!(@ $T => #[cfg(has_i128)] impl u128);
    |                                          ^^^^^^^^
...
801 | impl_as_primitive!(u32 => { f32, f64 });
    | --------------------------------------- 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(has_i128)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `impl_as_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `has_i128`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/num-traits-0.2.15/src/cast.rs:793:42
    |
793 |         impl_as_primitive!(@ $T => #[cfg(has_i128)] impl i128);
    |                                          ^^^^^^^^
...
801 | impl_as_primitive!(u32 => { f32, f64 });
    | --------------------------------------- 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(has_i128)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `impl_as_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `has_i128`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/num-traits-0.2.15/src/cast.rs:791:42
    |
791 |         impl_as_primitive!(@ $T => #[cfg(has_i128)] impl u128);
    |                                          ^^^^^^^^
...
802 | impl_as_primitive!(i32 => { f32, f64 });
    | --------------------------------------- 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(has_i128)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `impl_as_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `has_i128`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/num-traits-0.2.15/src/cast.rs:793:42
    |
793 |         impl_as_primitive!(@ $T => #[cfg(has_i128)] impl i128);
    |                                          ^^^^^^^^
...
802 | impl_as_primitive!(i32 => { f32, f64 });
    | --------------------------------------- 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(has_i128)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `impl_as_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `has_i128`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/num-traits-0.2.15/src/cast.rs:791:42
    |
791 |         impl_as_primitive!(@ $T => #[cfg(has_i128)] impl u128);
    |                                          ^^^^^^^^
...
803 | impl_as_primitive!(u64 => { f32, f64 });
    | --------------------------------------- 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(has_i128)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `impl_as_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `has_i128`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/num-traits-0.2.15/src/cast.rs:793:42
    |
793 |         impl_as_primitive!(@ $T => #[cfg(has_i128)] impl i128);
    |                                          ^^^^^^^^
...
803 | impl_as_primitive!(u64 => { f32, f64 });
    | --------------------------------------- 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(has_i128)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `impl_as_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `has_i128`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/num-traits-0.2.15/src/cast.rs:791:42
    |
791 |         impl_as_primitive!(@ $T => #[cfg(has_i128)] impl u128);
    |                                          ^^^^^^^^
...
804 | impl_as_primitive!(i64 => { f32, f64 });
    | --------------------------------------- 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(has_i128)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `impl_as_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `has_i128`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/num-traits-0.2.15/src/cast.rs:793:42
    |
793 |         impl_as_primitive!(@ $T => #[cfg(has_i128)] impl i128);
    |                                          ^^^^^^^^
...
804 | impl_as_primitive!(i64 => { f32, f64 });
    | --------------------------------------- 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(has_i128)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `impl_as_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `has_i128`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/num-traits-0.2.15/src/cast.rs:791:42
    |
791 |         impl_as_primitive!(@ $T => #[cfg(has_i128)] impl u128);
    |                                          ^^^^^^^^
...
806 | impl_as_primitive!(u128 => { f32, f64 });
    | ---------------------------------------- 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(has_i128)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `impl_as_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `has_i128`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/num-traits-0.2.15/src/cast.rs:793:42
    |
793 |         impl_as_primitive!(@ $T => #[cfg(has_i128)] impl i128);
    |                                          ^^^^^^^^
...
806 | impl_as_primitive!(u128 => { f32, f64 });
    | ---------------------------------------- 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(has_i128)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `impl_as_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `has_i128`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/num-traits-0.2.15/src/cast.rs:791:42
    |
791 |         impl_as_primitive!(@ $T => #[cfg(has_i128)] impl u128);
    |                                          ^^^^^^^^
...
808 | impl_as_primitive!(i128 => { f32, f64 });
    | ---------------------------------------- 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(has_i128)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `impl_as_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `has_i128`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/num-traits-0.2.15/src/cast.rs:793:42
    |
793 |         impl_as_primitive!(@ $T => #[cfg(has_i128)] impl i128);
    |                                          ^^^^^^^^
...
808 | impl_as_primitive!(i128 => { f32, f64 });
    | ---------------------------------------- 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(has_i128)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `impl_as_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `has_i128`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/num-traits-0.2.15/src/cast.rs:791:42
    |
791 |         impl_as_primitive!(@ $T => #[cfg(has_i128)] impl u128);
    |                                          ^^^^^^^^
...
809 | impl_as_primitive!(usize => { f32, f64 });
    | ----------------------------------------- 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(has_i128)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `impl_as_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `has_i128`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/num-traits-0.2.15/src/cast.rs:793:42
    |
793 |         impl_as_primitive!(@ $T => #[cfg(has_i128)] impl i128);
    |                                          ^^^^^^^^
...
809 | impl_as_primitive!(usize => { f32, f64 });
    | ----------------------------------------- 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(has_i128)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `impl_as_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `has_i128`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/num-traits-0.2.15/src/cast.rs:791:42
    |
791 |         impl_as_primitive!(@ $T => #[cfg(has_i128)] impl u128);
    |                                          ^^^^^^^^
...
810 | impl_as_primitive!(isize => { f32, f64 });
    | ----------------------------------------- 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(has_i128)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `impl_as_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `has_i128`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/num-traits-0.2.15/src/cast.rs:793:42
    |
793 |         impl_as_primitive!(@ $T => #[cfg(has_i128)] impl i128);
    |                                          ^^^^^^^^
...
810 | impl_as_primitive!(isize => { f32, f64 });
    | ----------------------------------------- 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(has_i128)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `impl_as_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `has_i128`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/num-traits-0.2.15/src/cast.rs:791:42
    |
791 |         impl_as_primitive!(@ $T => #[cfg(has_i128)] impl u128);
    |                                          ^^^^^^^^
...
811 | impl_as_primitive!(f32 => { f32, f64 });
    | --------------------------------------- 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(has_i128)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `impl_as_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `has_i128`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/num-traits-0.2.15/src/cast.rs:793:42
    |
793 |         impl_as_primitive!(@ $T => #[cfg(has_i128)] impl i128);
    |                                          ^^^^^^^^
...
811 | impl_as_primitive!(f32 => { f32, f64 });
    | --------------------------------------- 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(has_i128)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `impl_as_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `has_i128`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/num-traits-0.2.15/src/cast.rs:791:42
    |
791 |         impl_as_primitive!(@ $T => #[cfg(has_i128)] impl u128);
    |                                          ^^^^^^^^
...
812 | impl_as_primitive!(f64 => { f32, f64 });
    | --------------------------------------- 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(has_i128)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `impl_as_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `has_i128`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/num-traits-0.2.15/src/cast.rs:793:42
    |
793 |         impl_as_primitive!(@ $T => #[cfg(has_i128)] impl i128);
    |                                          ^^^^^^^^
...
812 | impl_as_primitive!(f64 => { f32, f64 });
    | --------------------------------------- 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(has_i128)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `impl_as_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `has_i128`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/num-traits-0.2.15/src/cast.rs:791:42
    |
791 |         impl_as_primitive!(@ $T => #[cfg(has_i128)] impl u128);
    |                                          ^^^^^^^^
...
813 | impl_as_primitive!(char => { char });
    | ------------------------------------ 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(has_i128)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `impl_as_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `has_i128`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/num-traits-0.2.15/src/cast.rs:793:42
    |
793 |         impl_as_primitive!(@ $T => #[cfg(has_i128)] impl i128);
    |                                          ^^^^^^^^
...
813 | impl_as_primitive!(char => { char });
    | ------------------------------------ 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(has_i128)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `impl_as_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `has_i128`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/num-traits-0.2.15/src/cast.rs:791:42
    |
791 |         impl_as_primitive!(@ $T => #[cfg(has_i128)] impl u128);
    |                                          ^^^^^^^^
...
814 | impl_as_primitive!(bool => {});
    | ------------------------------ 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(has_i128)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `impl_as_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `has_i128`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/num-traits-0.2.15/src/cast.rs:793:42
    |
793 |         impl_as_primitive!(@ $T => #[cfg(has_i128)] impl i128);
    |                                          ^^^^^^^^
...
814 | impl_as_primitive!(bool => {});
    | ------------------------------ 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(has_i128)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `impl_as_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `has_i128`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/num-traits-0.2.15/src/cast.rs:61:11
   |
61 |     #[cfg(has_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(has_i128)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `has_i128`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/num-traits-0.2.15/src/cast.rs:107:11
    |
107 |     #[cfg(has_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(has_i128)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `has_i128`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/num-traits-0.2.15/src/cast.rs:176:23
    |
176 |                 #[cfg(has_i128)]
    |                       ^^^^^^^^
...
202 | impl_to_primitive_int!(isize);
    | ----------------------------- 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(has_i128)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `impl_to_primitive_int` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `has_i128`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/num-traits-0.2.15/src/cast.rs:186:23
    |
186 |                 #[cfg(has_i128)]
    |                       ^^^^^^^^
...
202 | impl_to_primitive_int!(isize);
    | ----------------------------- 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(has_i128)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `impl_to_primitive_int` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `has_i128`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/num-traits-0.2.15/src/cast.rs:176:23
    |
176 |                 #[cfg(has_i128)]
    |                       ^^^^^^^^
...
203 | impl_to_primitive_int!(i8);
    | -------------------------- 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(has_i128)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `impl_to_primitive_int` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `has_i128`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/num-traits-0.2.15/src/cast.rs:186:23
    |
186 |                 #[cfg(has_i128)]
    |                       ^^^^^^^^
...
203 | impl_to_primitive_int!(i8);
    | -------------------------- 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(has_i128)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `impl_to_primitive_int` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `has_i128`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/num-traits-0.2.15/src/cast.rs:176:23
    |
176 |                 #[cfg(has_i128)]
    |                       ^^^^^^^^
...
204 | impl_to_primitive_int!(i16);
    | --------------------------- 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(has_i128)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `impl_to_primitive_int` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `has_i128`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/num-traits-0.2.15/src/cast.rs:186:23
    |
186 |                 #[cfg(has_i128)]
    |                       ^^^^^^^^
...
204 | impl_to_primitive_int!(i16);
    | --------------------------- 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(has_i128)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `impl_to_primitive_int` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `has_i128`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/num-traits-0.2.15/src/cast.rs:176:23
    |
176 |                 #[cfg(has_i128)]
    |                       ^^^^^^^^
...
205 | impl_to_primitive_int!(i32);
    | --------------------------- 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(has_i128)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `impl_to_primitive_int` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `has_i128`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/num-traits-0.2.15/src/cast.rs:186:23
    |
186 |                 #[cfg(has_i128)]
    |                       ^^^^^^^^
...
205 | impl_to_primitive_int!(i32);
    | --------------------------- 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(has_i128)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `impl_to_primitive_int` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `has_i128`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/num-traits-0.2.15/src/cast.rs:176:23
    |
176 |                 #[cfg(has_i128)]
    |                       ^^^^^^^^
...
206 | impl_to_primitive_int!(i64);
    | --------------------------- 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(has_i128)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `impl_to_primitive_int` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `has_i128`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/num-traits-0.2.15/src/cast.rs:186:23
    |
186 |                 #[cfg(has_i128)]
    |                       ^^^^^^^^
...
206 | impl_to_primitive_int!(i64);
    | --------------------------- 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(has_i128)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `impl_to_primitive_int` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `has_i128`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/num-traits-0.2.15/src/cast.rs:176:23
    |
176 |                 #[cfg(has_i128)]
    |                       ^^^^^^^^
...
208 | impl_to_primitive_int!(i128);
    | ---------------------------- 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(has_i128)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `impl_to_primitive_int` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `has_i128`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/num-traits-0.2.15/src/cast.rs:186:23
    |
186 |                 #[cfg(has_i128)]
    |                       ^^^^^^^^
...
208 | impl_to_primitive_int!(i128);
    | ---------------------------- 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(has_i128)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `impl_to_primitive_int` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `has_i128`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/num-traits-0.2.15/src/cast.rs:249:23
    |
249 |                 #[cfg(has_i128)]
    |                       ^^^^^^^^
...
275 | impl_to_primitive_uint!(usize);
    | ------------------------------ 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(has_i128)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `impl_to_primitive_uint` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `has_i128`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/num-traits-0.2.15/src/cast.rs:259:23
    |
259 |                 #[cfg(has_i128)]
    |                       ^^^^^^^^
...
275 | impl_to_primitive_uint!(usize);
    | ------------------------------ 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(has_i128)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `impl_to_primitive_uint` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `has_i128`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/num-traits-0.2.15/src/cast.rs:249:23
    |
249 |                 #[cfg(has_i128)]
    |                       ^^^^^^^^
...
276 | impl_to_primitive_uint!(u8);
    | --------------------------- 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(has_i128)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `impl_to_primitive_uint` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `has_i128`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/num-traits-0.2.15/src/cast.rs:259:23
    |
259 |                 #[cfg(has_i128)]
    |                       ^^^^^^^^
...
276 | impl_to_primitive_uint!(u8);
    | --------------------------- 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(has_i128)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `impl_to_primitive_uint` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `has_i128`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/num-traits-0.2.15/src/cast.rs:249:23
    |
249 |                 #[cfg(has_i128)]
    |                       ^^^^^^^^
...
277 | impl_to_primitive_uint!(u16);
    | ---------------------------- 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(has_i128)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `impl_to_primitive_uint` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `has_i128`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/num-traits-0.2.15/src/cast.rs:259:23
    |
259 |                 #[cfg(has_i128)]
    |                       ^^^^^^^^
...
277 | impl_to_primitive_uint!(u16);
    | ---------------------------- 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(has_i128)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `impl_to_primitive_uint` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `has_i128`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/num-traits-0.2.15/src/cast.rs:249:23
    |
249 |                 #[cfg(has_i128)]
    |                       ^^^^^^^^
...
278 | impl_to_primitive_uint!(u32);
    | ---------------------------- 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(has_i128)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `impl_to_primitive_uint` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `has_i128`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/num-traits-0.2.15/src/cast.rs:259:23
    |
259 |                 #[cfg(has_i128)]
    |                       ^^^^^^^^
...
278 | impl_to_primitive_uint!(u32);
    | ---------------------------- 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(has_i128)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `impl_to_primitive_uint` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `has_i128`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/num-traits-0.2.15/src/cast.rs:249:23
    |
249 |                 #[cfg(has_i128)]
    |                       ^^^^^^^^
...
279 | impl_to_primitive_uint!(u64);
    | ---------------------------- 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(has_i128)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `impl_to_primitive_uint` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `has_i128`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/num-traits-0.2.15/src/cast.rs:259:23
    |
259 |                 #[cfg(has_i128)]
    |                       ^^^^^^^^
...
279 | impl_to_primitive_uint!(u64);
    | ---------------------------- 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(has_i128)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `impl_to_primitive_uint` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `has_i128`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/num-traits-0.2.15/src/cast.rs:249:23
    |
249 |                 #[cfg(has_i128)]
    |                       ^^^^^^^^
...
281 | impl_to_primitive_uint!(u128);
    | ----------------------------- 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(has_i128)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `impl_to_primitive_uint` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `has_i128`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/num-traits-0.2.15/src/cast.rs:259:23
    |
259 |                 #[cfg(has_i128)]
    |                       ^^^^^^^^
...
281 | impl_to_primitive_uint!(u128);
    | ----------------------------- 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(has_i128)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `impl_to_primitive_uint` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `has_i128`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/num-traits-0.2.15/src/cast.rs:376:23
    |
376 |                 #[cfg(has_i128)]
    |                       ^^^^^^^^
...
398 | impl_to_primitive_float!(f32);
    | ----------------------------- 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(has_i128)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `impl_to_primitive_float` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `has_i128`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/num-traits-0.2.15/src/cast.rs:386:23
    |
386 |                 #[cfg(has_i128)]
    |                       ^^^^^^^^
...
398 | impl_to_primitive_float!(f32);
    | ----------------------------- 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(has_i128)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `impl_to_primitive_float` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `has_i128`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/num-traits-0.2.15/src/cast.rs:376:23
    |
376 |                 #[cfg(has_i128)]
    |                       ^^^^^^^^
...
399 | impl_to_primitive_float!(f64);
    | ----------------------------- 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(has_i128)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `impl_to_primitive_float` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `has_i128`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/num-traits-0.2.15/src/cast.rs:386:23
    |
386 |                 #[cfg(has_i128)]
    |                       ^^^^^^^^
...
399 | impl_to_primitive_float!(f64);
    | ----------------------------- 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(has_i128)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `impl_to_primitive_float` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `has_i128`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/num-traits-0.2.15/src/cast.rs:452:11
    |
452 |     #[cfg(has_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(has_i128)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `has_i128`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/num-traits-0.2.15/src/cast.rs:497:11
    |
497 |     #[cfg(has_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(has_i128)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `has_i128`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/num-traits-0.2.15/src/cast.rs:548:19
    |
548 |             #[cfg(has_i128)]
    |                   ^^^^^^^^
...
592 | impl_from_primitive!(isize, to_isize);
    | ------------------------------------- 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(has_i128)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `impl_from_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `has_i128`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/num-traits-0.2.15/src/cast.rs:574:19
    |
574 |             #[cfg(has_i128)]
    |                   ^^^^^^^^
...
592 | impl_from_primitive!(isize, to_isize);
    | ------------------------------------- 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(has_i128)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `impl_from_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `has_i128`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/num-traits-0.2.15/src/cast.rs:548:19
    |
548 |             #[cfg(has_i128)]
    |                   ^^^^^^^^
...
593 | impl_from_primitive!(i8, to_i8);
    | ------------------------------- 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(has_i128)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `impl_from_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `has_i128`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/num-traits-0.2.15/src/cast.rs:574:19
    |
574 |             #[cfg(has_i128)]
    |                   ^^^^^^^^
...
593 | impl_from_primitive!(i8, to_i8);
    | ------------------------------- 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(has_i128)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `impl_from_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `has_i128`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/num-traits-0.2.15/src/cast.rs:548:19
    |
548 |             #[cfg(has_i128)]
    |                   ^^^^^^^^
...
594 | impl_from_primitive!(i16, to_i16);
    | --------------------------------- 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(has_i128)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `impl_from_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `has_i128`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/num-traits-0.2.15/src/cast.rs:574:19
    |
574 |             #[cfg(has_i128)]
    |                   ^^^^^^^^
...
594 | impl_from_primitive!(i16, to_i16);
    | --------------------------------- 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(has_i128)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `impl_from_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `has_i128`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/num-traits-0.2.15/src/cast.rs:548:19
    |
548 |             #[cfg(has_i128)]
    |                   ^^^^^^^^
...
595 | impl_from_primitive!(i32, to_i32);
    | --------------------------------- 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(has_i128)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `impl_from_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `has_i128`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/num-traits-0.2.15/src/cast.rs:574:19
    |
574 |             #[cfg(has_i128)]
    |                   ^^^^^^^^
...
595 | impl_from_primitive!(i32, to_i32);
    | --------------------------------- 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(has_i128)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `impl_from_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `has_i128`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/num-traits-0.2.15/src/cast.rs:548:19
    |
548 |             #[cfg(has_i128)]
    |                   ^^^^^^^^
...
596 | impl_from_primitive!(i64, to_i64);
    | --------------------------------- 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(has_i128)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `impl_from_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `has_i128`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/num-traits-0.2.15/src/cast.rs:574:19
    |
574 |             #[cfg(has_i128)]
    |                   ^^^^^^^^
...
596 | impl_from_primitive!(i64, to_i64);
    | --------------------------------- 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(has_i128)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `impl_from_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `has_i128`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/num-traits-0.2.15/src/cast.rs:548:19
    |
548 |             #[cfg(has_i128)]
    |                   ^^^^^^^^
...
598 | impl_from_primitive!(i128, to_i128);
    | ----------------------------------- 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(has_i128)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `impl_from_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `has_i128`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/num-traits-0.2.15/src/cast.rs:574:19
    |
574 |             #[cfg(has_i128)]
    |                   ^^^^^^^^
...
598 | impl_from_primitive!(i128, to_i128);
    | ----------------------------------- 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(has_i128)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `impl_from_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `has_i128`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/num-traits-0.2.15/src/cast.rs:548:19
    |
548 |             #[cfg(has_i128)]
    |                   ^^^^^^^^
...
599 | impl_from_primitive!(usize, to_usize);
    | ------------------------------------- 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(has_i128)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `impl_from_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `has_i128`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/num-traits-0.2.15/src/cast.rs:574:19
    |
574 |             #[cfg(has_i128)]
    |                   ^^^^^^^^
...
599 | impl_from_primitive!(usize, to_usize);
    | ------------------------------------- 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(has_i128)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `impl_from_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `has_i128`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/num-traits-0.2.15/src/cast.rs:548:19
    |
548 |             #[cfg(has_i128)]
    |                   ^^^^^^^^
...
600 | impl_from_primitive!(u8, to_u8);
    | ------------------------------- 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(has_i128)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `impl_from_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `has_i128`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/num-traits-0.2.15/src/cast.rs:574:19
    |
574 |             #[cfg(has_i128)]
    |                   ^^^^^^^^
...
600 | impl_from_primitive!(u8, to_u8);
    | ------------------------------- 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(has_i128)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `impl_from_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `has_i128`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/num-traits-0.2.15/src/cast.rs:548:19
    |
548 |             #[cfg(has_i128)]
    |                   ^^^^^^^^
...
601 | impl_from_primitive!(u16, to_u16);
    | --------------------------------- 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(has_i128)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `impl_from_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `has_i128`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/num-traits-0.2.15/src/cast.rs:574:19
    |
574 |             #[cfg(has_i128)]
    |                   ^^^^^^^^
...
601 | impl_from_primitive!(u16, to_u16);
    | --------------------------------- 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(has_i128)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `impl_from_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `has_i128`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/num-traits-0.2.15/src/cast.rs:548:19
    |
548 |             #[cfg(has_i128)]
    |                   ^^^^^^^^
...
602 | impl_from_primitive!(u32, to_u32);
    | --------------------------------- 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(has_i128)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `impl_from_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `has_i128`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/num-traits-0.2.15/src/cast.rs:574:19
    |
574 |             #[cfg(has_i128)]
    |                   ^^^^^^^^
...
602 | impl_from_primitive!(u32, to_u32);
    | --------------------------------- 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(has_i128)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `impl_from_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `has_i128`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/num-traits-0.2.15/src/cast.rs:548:19
    |
548 |             #[cfg(has_i128)]
    |                   ^^^^^^^^
...
603 | impl_from_primitive!(u64, to_u64);
    | --------------------------------- 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(has_i128)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `impl_from_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `has_i128`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/num-traits-0.2.15/src/cast.rs:574:19
    |
574 |             #[cfg(has_i128)]
    |                   ^^^^^^^^
...
603 | impl_from_primitive!(u64, to_u64);
    | --------------------------------- 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(has_i128)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `impl_from_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `has_i128`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/num-traits-0.2.15/src/cast.rs:548:19
    |
548 |             #[cfg(has_i128)]
    |                   ^^^^^^^^
...
605 | impl_from_primitive!(u128, to_u128);
    | ----------------------------------- 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(has_i128)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `impl_from_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `has_i128`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/num-traits-0.2.15/src/cast.rs:574:19
    |
574 |             #[cfg(has_i128)]
    |                   ^^^^^^^^
...
605 | impl_from_primitive!(u128, to_u128);
    | ----------------------------------- 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(has_i128)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `impl_from_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `has_i128`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/num-traits-0.2.15/src/cast.rs:548:19
    |
548 |             #[cfg(has_i128)]
    |                   ^^^^^^^^
...
606 | impl_from_primitive!(f32, to_f32);
    | --------------------------------- 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(has_i128)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `impl_from_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `has_i128`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/num-traits-0.2.15/src/cast.rs:574:19
    |
574 |             #[cfg(has_i128)]
    |                   ^^^^^^^^
...
606 | impl_from_primitive!(f32, to_f32);
    | --------------------------------- 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(has_i128)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `impl_from_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `has_i128`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/num-traits-0.2.15/src/cast.rs:548:19
    |
548 |             #[cfg(has_i128)]
    |                   ^^^^^^^^
...
607 | impl_from_primitive!(f64, to_f64);
    | --------------------------------- 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(has_i128)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `impl_from_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `has_i128`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/num-traits-0.2.15/src/cast.rs:574:19
    |
574 |             #[cfg(has_i128)]
    |                   ^^^^^^^^
...
607 | impl_from_primitive!(f64, to_f64);
    | --------------------------------- 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(has_i128)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `impl_from_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `has_i128`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/num-traits-0.2.15/src/cast.rs:626:15
    |
626 |         #[cfg(has_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(has_i128)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `has_i128`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/num-traits-0.2.15/src/cast.rs:634:15
    |
634 |         #[cfg(has_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(has_i128)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `has_i128`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/num-traits-0.2.15/src/cast.rs:659:15
    |
659 |         #[cfg(has_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(has_i128)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `has_i128`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/num-traits-0.2.15/src/cast.rs:667:15
    |
667 |         #[cfg(has_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(has_i128)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `has_copysign`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/num-traits-0.2.15/src/float.rs:1972:19
     |
1972 |             #[cfg(has_copysign)]
     |                   ^^^^^^^^^^^^
...
2060 | float_impl_std!(f32 integer_decode_f32);
     | --------------------------------------- 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(has_copysign)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_copysign)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration
     = note: this warning originates in the macro `float_impl_std` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `has_copysign`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/num-traits-0.2.15/src/float.rs:1972:19
     |
1972 |             #[cfg(has_copysign)]
     |                   ^^^^^^^^^^^^
...
2062 | float_impl_std!(f64 integer_decode_f64);
     | --------------------------------------- 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(has_copysign)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_copysign)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration
     = note: this warning originates in the macro `float_impl_std` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `has_i128`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/num-traits-0.2.15/src/identities.rs:51:7
   |
51 | #[cfg(has_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(has_i128)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `has_i128`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/num-traits-0.2.15/src/identities.rs:59:7
   |
59 | #[cfg(has_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(has_i128)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `has_i128`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/num-traits-0.2.15/src/identities.rs:140:7
    |
140 | #[cfg(has_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(has_i128)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `has_i128`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/num-traits-0.2.15/src/identities.rs:148:7
    |
148 | #[cfg(has_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(has_i128)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `has_i128`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/num-traits-0.2.15/src/int.rs:503:7
    |
503 | #[cfg(has_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(has_i128)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `has_i128`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/num-traits-0.2.15/src/int.rs:510:7
    |
510 | #[cfg(has_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(has_i128)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `has_leading_trailing_ones`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/num-traits-0.2.15/src/int.rs:407:19
    |
407 |             #[cfg(has_leading_trailing_ones)]
    |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
...
499 | prim_int_impl!(u8, i8, u8);
    | -------------------------- 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(has_leading_trailing_ones)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_leading_trailing_ones)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `prim_int_impl` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `has_leading_trailing_ones`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/num-traits-0.2.15/src/int.rs:418:19
    |
418 |             #[cfg(has_leading_trailing_ones)]
    |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
...
499 | prim_int_impl!(u8, i8, u8);
    | -------------------------- 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(has_leading_trailing_ones)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_leading_trailing_ones)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `prim_int_impl` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `has_reverse_bits`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/num-traits-0.2.15/src/int.rs:464:19
    |
464 |             #[cfg(has_reverse_bits)]
    |                   ^^^^^^^^^^^^^^^^
...
499 | prim_int_impl!(u8, i8, u8);
    | -------------------------- 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(has_reverse_bits)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_reverse_bits)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `prim_int_impl` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `has_leading_trailing_ones`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/num-traits-0.2.15/src/int.rs:407:19
    |
407 |             #[cfg(has_leading_trailing_ones)]
    |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
...
500 | prim_int_impl!(u16, i16, u16);
    | ----------------------------- 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(has_leading_trailing_ones)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_leading_trailing_ones)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `prim_int_impl` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `has_leading_trailing_ones`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/num-traits-0.2.15/src/int.rs:418:19
    |
418 |             #[cfg(has_leading_trailing_ones)]
    |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
...
500 | prim_int_impl!(u16, i16, u16);
    | ----------------------------- 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(has_leading_trailing_ones)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_leading_trailing_ones)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `prim_int_impl` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `has_reverse_bits`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/num-traits-0.2.15/src/int.rs:464:19
    |
464 |             #[cfg(has_reverse_bits)]
    |                   ^^^^^^^^^^^^^^^^
...
500 | prim_int_impl!(u16, i16, u16);
    | ----------------------------- 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(has_reverse_bits)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_reverse_bits)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `prim_int_impl` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `has_leading_trailing_ones`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/num-traits-0.2.15/src/int.rs:407:19
    |
407 |             #[cfg(has_leading_trailing_ones)]
    |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
...
501 | prim_int_impl!(u32, i32, u32);
    | ----------------------------- 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(has_leading_trailing_ones)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_leading_trailing_ones)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `prim_int_impl` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `has_leading_trailing_ones`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/num-traits-0.2.15/src/int.rs:418:19
    |
418 |             #[cfg(has_leading_trailing_ones)]
    |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
...
501 | prim_int_impl!(u32, i32, u32);
    | ----------------------------- 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(has_leading_trailing_ones)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_leading_trailing_ones)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `prim_int_impl` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `has_reverse_bits`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/num-traits-0.2.15/src/int.rs:464:19
    |
464 |             #[cfg(has_reverse_bits)]
    |                   ^^^^^^^^^^^^^^^^
...
501 | prim_int_impl!(u32, i32, u32);
    | ----------------------------- 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(has_reverse_bits)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_reverse_bits)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `prim_int_impl` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `has_leading_trailing_ones`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/num-traits-0.2.15/src/int.rs:407:19
    |
407 |             #[cfg(has_leading_trailing_ones)]
    |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
...
502 | prim_int_impl!(u64, i64, u64);
    | ----------------------------- 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(has_leading_trailing_ones)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_leading_trailing_ones)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `prim_int_impl` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `has_leading_trailing_ones`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/num-traits-0.2.15/src/int.rs:418:19
    |
418 |             #[cfg(has_leading_trailing_ones)]
    |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
...
502 | prim_int_impl!(u64, i64, u64);
    | ----------------------------- 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(has_leading_trailing_ones)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_leading_trailing_ones)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `prim_int_impl` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `has_reverse_bits`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/num-traits-0.2.15/src/int.rs:464:19
    |
464 |             #[cfg(has_reverse_bits)]
    |                   ^^^^^^^^^^^^^^^^
...
502 | prim_int_impl!(u64, i64, u64);
    | ----------------------------- 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(has_reverse_bits)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_reverse_bits)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `prim_int_impl` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `has_leading_trailing_ones`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/num-traits-0.2.15/src/int.rs:407:19
    |
407 |             #[cfg(has_leading_trailing_ones)]
    |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
...
504 | prim_int_impl!(u128, i128, u128);
    | -------------------------------- 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(has_leading_trailing_ones)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_leading_trailing_ones)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `prim_int_impl` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `has_leading_trailing_ones`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/num-traits-0.2.15/src/int.rs:418:19
    |
418 |             #[cfg(has_leading_trailing_ones)]
    |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
...
504 | prim_int_impl!(u128, i128, u128);
    | -------------------------------- 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(has_leading_trailing_ones)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_leading_trailing_ones)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `prim_int_impl` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `has_reverse_bits`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/num-traits-0.2.15/src/int.rs:464:19
    |
464 |             #[cfg(has_reverse_bits)]
    |                   ^^^^^^^^^^^^^^^^
...
504 | prim_int_impl!(u128, i128, u128);
    | -------------------------------- 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(has_reverse_bits)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_reverse_bits)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `prim_int_impl` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `has_leading_trailing_ones`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/num-traits-0.2.15/src/int.rs:407:19
    |
407 |             #[cfg(has_leading_trailing_ones)]
    |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
...
505 | prim_int_impl!(usize, isize, usize);
    | ----------------------------------- 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(has_leading_trailing_ones)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_leading_trailing_ones)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `prim_int_impl` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `has_leading_trailing_ones`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/num-traits-0.2.15/src/int.rs:418:19
    |
418 |             #[cfg(has_leading_trailing_ones)]
    |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
...
505 | prim_int_impl!(usize, isize, usize);
    | ----------------------------------- 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(has_leading_trailing_ones)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_leading_trailing_ones)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `prim_int_impl` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `has_reverse_bits`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/num-traits-0.2.15/src/int.rs:464:19
    |
464 |             #[cfg(has_reverse_bits)]
    |                   ^^^^^^^^^^^^^^^^
...
505 | prim_int_impl!(usize, isize, usize);
    | ----------------------------------- 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(has_reverse_bits)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_reverse_bits)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `prim_int_impl` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `has_leading_trailing_ones`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/num-traits-0.2.15/src/int.rs:407:19
    |
407 |             #[cfg(has_leading_trailing_ones)]
    |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
...
506 | prim_int_impl!(i8, i8, u8);
    | -------------------------- 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(has_leading_trailing_ones)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_leading_trailing_ones)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `prim_int_impl` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `has_leading_trailing_ones`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/num-traits-0.2.15/src/int.rs:418:19
    |
418 |             #[cfg(has_leading_trailing_ones)]
    |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
...
506 | prim_int_impl!(i8, i8, u8);
    | -------------------------- 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(has_leading_trailing_ones)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_leading_trailing_ones)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `prim_int_impl` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `has_reverse_bits`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/num-traits-0.2.15/src/int.rs:464:19
    |
464 |             #[cfg(has_reverse_bits)]
    |                   ^^^^^^^^^^^^^^^^
...
506 | prim_int_impl!(i8, i8, u8);
    | -------------------------- 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(has_reverse_bits)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_reverse_bits)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `prim_int_impl` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `has_leading_trailing_ones`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/num-traits-0.2.15/src/int.rs:407:19
    |
407 |             #[cfg(has_leading_trailing_ones)]
    |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
...
507 | prim_int_impl!(i16, i16, u16);
    | ----------------------------- 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(has_leading_trailing_ones)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_leading_trailing_ones)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `prim_int_impl` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `has_leading_trailing_ones`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/num-traits-0.2.15/src/int.rs:418:19
    |
418 |             #[cfg(has_leading_trailing_ones)]
    |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
...
507 | prim_int_impl!(i16, i16, u16);
    | ----------------------------- 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(has_leading_trailing_ones)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_leading_trailing_ones)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `prim_int_impl` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `has_reverse_bits`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/num-traits-0.2.15/src/int.rs:464:19
    |
464 |             #[cfg(has_reverse_bits)]
    |                   ^^^^^^^^^^^^^^^^
...
507 | prim_int_impl!(i16, i16, u16);
    | ----------------------------- 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(has_reverse_bits)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_reverse_bits)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `prim_int_impl` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `has_leading_trailing_ones`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/num-traits-0.2.15/src/int.rs:407:19
    |
407 |             #[cfg(has_leading_trailing_ones)]
    |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
...
508 | prim_int_impl!(i32, i32, u32);
    | ----------------------------- 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(has_leading_trailing_ones)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_leading_trailing_ones)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `prim_int_impl` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `has_leading_trailing_ones`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/num-traits-0.2.15/src/int.rs:418:19
    |
418 |             #[cfg(has_leading_trailing_ones)]
    |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
...
508 | prim_int_impl!(i32, i32, u32);
    | ----------------------------- 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(has_leading_trailing_ones)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_leading_trailing_ones)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `prim_int_impl` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `has_reverse_bits`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/num-traits-0.2.15/src/int.rs:464:19
    |
464 |             #[cfg(has_reverse_bits)]
    |                   ^^^^^^^^^^^^^^^^
...
508 | prim_int_impl!(i32, i32, u32);
    | ----------------------------- 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(has_reverse_bits)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_reverse_bits)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `prim_int_impl` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `has_leading_trailing_ones`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/num-traits-0.2.15/src/int.rs:407:19
    |
407 |             #[cfg(has_leading_trailing_ones)]
    |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
...
509 | prim_int_impl!(i64, i64, u64);
    | ----------------------------- 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(has_leading_trailing_ones)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_leading_trailing_ones)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `prim_int_impl` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `has_leading_trailing_ones`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/num-traits-0.2.15/src/int.rs:418:19
    |
418 |             #[cfg(has_leading_trailing_ones)]
    |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
...
509 | prim_int_impl!(i64, i64, u64);
    | ----------------------------- 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(has_leading_trailing_ones)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_leading_trailing_ones)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `prim_int_impl` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `has_reverse_bits`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/num-traits-0.2.15/src/int.rs:464:19
    |
464 |             #[cfg(has_reverse_bits)]
    |                   ^^^^^^^^^^^^^^^^
...
509 | prim_int_impl!(i64, i64, u64);
    | ----------------------------- 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(has_reverse_bits)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_reverse_bits)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `prim_int_impl` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `has_leading_trailing_ones`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/num-traits-0.2.15/src/int.rs:407:19
    |
407 |             #[cfg(has_leading_trailing_ones)]
    |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
...
511 | prim_int_impl!(i128, i128, u128);
    | -------------------------------- 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(has_leading_trailing_ones)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_leading_trailing_ones)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `prim_int_impl` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `has_leading_trailing_ones`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/num-traits-0.2.15/src/int.rs:418:19
    |
418 |             #[cfg(has_leading_trailing_ones)]
    |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
...
511 | prim_int_impl!(i128, i128, u128);
    | -------------------------------- 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(has_leading_trailing_ones)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_leading_trailing_ones)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `prim_int_impl` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `has_reverse_bits`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/num-traits-0.2.15/src/int.rs:464:19
    |
464 |             #[cfg(has_reverse_bits)]
    |                   ^^^^^^^^^^^^^^^^
...
511 | prim_int_impl!(i128, i128, u128);
    | -------------------------------- 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(has_reverse_bits)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_reverse_bits)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `prim_int_impl` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `has_leading_trailing_ones`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/num-traits-0.2.15/src/int.rs:407:19
    |
407 |             #[cfg(has_leading_trailing_ones)]
    |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
...
512 | prim_int_impl!(isize, isize, usize);
    | ----------------------------------- 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(has_leading_trailing_ones)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_leading_trailing_ones)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `prim_int_impl` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `has_leading_trailing_ones`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/num-traits-0.2.15/src/int.rs:418:19
    |
418 |             #[cfg(has_leading_trailing_ones)]
    |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
...
512 | prim_int_impl!(isize, isize, usize);
    | ----------------------------------- 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(has_leading_trailing_ones)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_leading_trailing_ones)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `prim_int_impl` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `has_reverse_bits`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/num-traits-0.2.15/src/int.rs:464:19
    |
464 |             #[cfg(has_reverse_bits)]
    |                   ^^^^^^^^^^^^^^^^
...
512 | prim_int_impl!(isize, isize, usize);
    | ----------------------------------- 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(has_reverse_bits)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_reverse_bits)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `prim_int_impl` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `has_i128`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/num-traits-0.2.15/src/ops/checked.rs:27:7
   |
27 | #[cfg(has_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(has_i128)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `has_i128`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/num-traits-0.2.15/src/ops/checked.rs:35:7
   |
35 | #[cfg(has_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(has_i128)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `has_i128`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/num-traits-0.2.15/src/ops/checked.rs:50:7
   |
50 | #[cfg(has_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(has_i128)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `has_i128`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/num-traits-0.2.15/src/ops/checked.rs:58:7
   |
58 | #[cfg(has_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(has_i128)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `has_i128`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/num-traits-0.2.15/src/ops/checked.rs:74:7
   |
74 | #[cfg(has_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(has_i128)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `has_i128`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/num-traits-0.2.15/src/ops/checked.rs:82:7
   |
82 | #[cfg(has_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(has_i128)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `has_i128`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/num-traits-0.2.15/src/ops/checked.rs:98:7
   |
98 | #[cfg(has_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(has_i128)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `has_i128`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/num-traits-0.2.15/src/ops/checked.rs:106:7
    |
106 | #[cfg(has_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(has_i128)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `has_i128`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/num-traits-0.2.15/src/ops/checked.rs:139:7
    |
139 | #[cfg(has_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(has_i128)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `has_i128`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/num-traits-0.2.15/src/ops/checked.rs:147:7
    |
147 | #[cfg(has_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(has_i128)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `has_i128`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/num-traits-0.2.15/src/ops/checked.rs:187:7
    |
187 | #[cfg(has_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(has_i128)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `has_i128`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/num-traits-0.2.15/src/ops/checked.rs:195:7
    |
195 | #[cfg(has_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(has_i128)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `has_i128`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/num-traits-0.2.15/src/ops/checked.rs:233:7
    |
233 | #[cfg(has_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(has_i128)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `has_i128`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/num-traits-0.2.15/src/ops/checked.rs:241:7
    |
241 | #[cfg(has_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(has_i128)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `has_i128`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/num-traits-0.2.15/src/ops/checked.rs:268:7
    |
268 | #[cfg(has_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(has_i128)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `has_i128`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/num-traits-0.2.15/src/ops/checked.rs:276:7
    |
276 | #[cfg(has_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(has_i128)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `has_i128`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/num-traits-0.2.15/src/ops/euclid.rs:121:7
    |
121 | #[cfg(has_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(has_i128)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `has_i128`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/num-traits-0.2.15/src/ops/euclid.rs:123:7
    |
123 | #[cfg(has_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(has_i128)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `has_div_euclid`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/num-traits-0.2.15/src/ops/euclid.rs:126:11
    |
126 | #[cfg(all(has_div_euclid, feature = "std"))]
    |           ^^^^^^^^^^^^^^
    |
    = 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(has_div_euclid)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_div_euclid)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `has_div_euclid`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/num-traits-0.2.15/src/ops/euclid.rs:129:15
    |
129 | #[cfg(not(all(has_div_euclid, feature = "std")))]
    |               ^^^^^^^^^^^^^^
    |
    = 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(has_div_euclid)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_div_euclid)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `has_div_euclid`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/num-traits-0.2.15/src/ops/euclid.rs:151:15
    |
151 | #[cfg(not(all(has_div_euclid, feature = "std")))]
    |               ^^^^^^^^^^^^^^
    |
    = 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(has_div_euclid)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_div_euclid)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `has_i128`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/num-traits-0.2.15/src/ops/euclid.rs:256:7
    |
256 | #[cfg(has_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(has_i128)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `has_i128`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/num-traits-0.2.15/src/ops/euclid.rs:258:7
    |
258 | #[cfg(has_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(has_i128)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `has_div_euclid`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/num-traits-0.2.15/src/ops/euclid.rs:72:19
    |
72  |         #[cfg(not(has_div_euclid))]
    |                   ^^^^^^^^^^^^^^
...
119 | euclid_int_impl!(isize i8 i16 i32 i64);
    | -------------------------------------- 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(has_div_euclid)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_div_euclid)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `euclid_int_impl` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `has_div_euclid`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/num-traits-0.2.15/src/ops/euclid.rs:53:15
    |
53  |         #[cfg(has_div_euclid)]
    |               ^^^^^^^^^^^^^^
...
119 | euclid_int_impl!(isize i8 i16 i32 i64);
    | -------------------------------------- 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(has_div_euclid)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_div_euclid)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `euclid_forward_impl` which comes from the expansion of the macro `euclid_int_impl` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `has_div_euclid`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/num-traits-0.2.15/src/ops/euclid.rs:104:19
    |
104 |         #[cfg(not(has_div_euclid))]
    |                   ^^^^^^^^^^^^^^
...
120 | euclid_uint_impl!(usize u8 u16 u32 u64);
    | --------------------------------------- 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(has_div_euclid)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_div_euclid)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `euclid_uint_impl` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `has_div_euclid`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/num-traits-0.2.15/src/ops/euclid.rs:53:15
    |
53  |         #[cfg(has_div_euclid)]
    |               ^^^^^^^^^^^^^^
...
120 | euclid_uint_impl!(usize u8 u16 u32 u64);
    | --------------------------------------- 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(has_div_euclid)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_div_euclid)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `euclid_forward_impl` which comes from the expansion of the macro `euclid_uint_impl` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `has_div_euclid`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/num-traits-0.2.15/src/ops/euclid.rs:72:19
    |
72  |         #[cfg(not(has_div_euclid))]
    |                   ^^^^^^^^^^^^^^
...
122 | euclid_int_impl!(i128);
    | ---------------------- 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(has_div_euclid)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_div_euclid)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `euclid_int_impl` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `has_div_euclid`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/num-traits-0.2.15/src/ops/euclid.rs:53:15
    |
53  |         #[cfg(has_div_euclid)]
    |               ^^^^^^^^^^^^^^
...
122 | euclid_int_impl!(i128);
    | ---------------------- 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(has_div_euclid)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_div_euclid)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `euclid_forward_impl` which comes from the expansion of the macro `euclid_int_impl` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `has_div_euclid`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/num-traits-0.2.15/src/ops/euclid.rs:104:19
    |
104 |         #[cfg(not(has_div_euclid))]
    |                   ^^^^^^^^^^^^^^
...
124 | euclid_uint_impl!(u128);
    | ----------------------- 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(has_div_euclid)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_div_euclid)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `euclid_uint_impl` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `has_div_euclid`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/num-traits-0.2.15/src/ops/euclid.rs:53:15
    |
53  |         #[cfg(has_div_euclid)]
    |               ^^^^^^^^^^^^^^
...
124 | euclid_uint_impl!(u128);
    | ----------------------- 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(has_div_euclid)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_div_euclid)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `euclid_forward_impl` which comes from the expansion of the macro `euclid_uint_impl` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `has_div_euclid`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/num-traits-0.2.15/src/ops/euclid.rs:53:15
    |
53  |         #[cfg(has_div_euclid)]
    |               ^^^^^^^^^^^^^^
...
127 | euclid_forward_impl!(f32 f64);
    | ----------------------------- 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(has_div_euclid)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_div_euclid)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `euclid_forward_impl` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `has_div_euclid`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/num-traits-0.2.15/src/ops/euclid.rs:204:19
    |
204 |         #[cfg(not(has_div_euclid))]
    |                   ^^^^^^^^^^^^^^
...
254 | checked_euclid_int_impl!(isize i8 i16 i32 i64);
    | ---------------------------------------------- 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(has_div_euclid)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_div_euclid)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `checked_euclid_int_impl` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `has_div_euclid`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/num-traits-0.2.15/src/ops/euclid.rs:185:15
    |
185 |         #[cfg(has_div_euclid)]
    |               ^^^^^^^^^^^^^^
...
254 | checked_euclid_int_impl!(isize i8 i16 i32 i64);
    | ---------------------------------------------- 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(has_div_euclid)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_div_euclid)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `checked_euclid_forward_impl` which comes from the expansion of the macro `checked_euclid_int_impl` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `has_div_euclid`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/num-traits-0.2.15/src/ops/euclid.rs:231:19
    |
231 |         #[cfg(not(has_div_euclid))]
    |                   ^^^^^^^^^^^^^^
...
255 | checked_euclid_uint_impl!(usize u8 u16 u32 u64);
    | ----------------------------------------------- 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(has_div_euclid)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_div_euclid)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `checked_euclid_uint_impl` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `has_div_euclid`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/num-traits-0.2.15/src/ops/euclid.rs:185:15
    |
185 |         #[cfg(has_div_euclid)]
    |               ^^^^^^^^^^^^^^
...
255 | checked_euclid_uint_impl!(usize u8 u16 u32 u64);
    | ----------------------------------------------- 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(has_div_euclid)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_div_euclid)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `checked_euclid_forward_impl` which comes from the expansion of the macro `checked_euclid_uint_impl` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `has_div_euclid`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/num-traits-0.2.15/src/ops/euclid.rs:204:19
    |
204 |         #[cfg(not(has_div_euclid))]
    |                   ^^^^^^^^^^^^^^
...
257 | checked_euclid_int_impl!(i128);
    | ------------------------------ 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(has_div_euclid)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_div_euclid)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `checked_euclid_int_impl` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `has_div_euclid`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/num-traits-0.2.15/src/ops/euclid.rs:185:15
    |
185 |         #[cfg(has_div_euclid)]
    |               ^^^^^^^^^^^^^^
...
257 | checked_euclid_int_impl!(i128);
    | ------------------------------ 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(has_div_euclid)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_div_euclid)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `checked_euclid_forward_impl` which comes from the expansion of the macro `checked_euclid_int_impl` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `has_div_euclid`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/num-traits-0.2.15/src/ops/euclid.rs:231:19
    |
231 |         #[cfg(not(has_div_euclid))]
    |                   ^^^^^^^^^^^^^^
...
259 | checked_euclid_uint_impl!(u128);
    | ------------------------------- 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(has_div_euclid)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_div_euclid)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `checked_euclid_uint_impl` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `has_div_euclid`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/num-traits-0.2.15/src/ops/euclid.rs:185:15
    |
185 |         #[cfg(has_div_euclid)]
    |               ^^^^^^^^^^^^^^
...
259 | checked_euclid_uint_impl!(u128);
    | ------------------------------- 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(has_div_euclid)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_div_euclid)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `checked_euclid_forward_impl` which comes from the expansion of the macro `checked_euclid_uint_impl` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `has_i128`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/num-traits-0.2.15/src/ops/mul_add.rs:71:7
   |
71 | #[cfg(has_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(has_i128)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `has_i128`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/num-traits-0.2.15/src/ops/mul_add.rs:102:7
    |
102 | #[cfg(has_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(has_i128)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `has_i128`
 --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/num-traits-0.2.15/src/ops/overflowing.rs:2:7
  |
2 | #[cfg(has_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(has_i128)'] }
  = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
  = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `has_i128`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/num-traits-0.2.15/src/ops/overflowing.rs:30:7
   |
30 | #[cfg(has_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(has_i128)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `has_i128`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/num-traits-0.2.15/src/ops/overflowing.rs:38:7
   |
38 | #[cfg(has_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(has_i128)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `has_i128`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/num-traits-0.2.15/src/ops/overflowing.rs:53:7
   |
53 | #[cfg(has_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(has_i128)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `has_i128`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/num-traits-0.2.15/src/ops/overflowing.rs:61:7
   |
61 | #[cfg(has_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(has_i128)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `has_i128`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/num-traits-0.2.15/src/ops/overflowing.rs:76:7
   |
76 | #[cfg(has_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(has_i128)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `has_i128`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/num-traits-0.2.15/src/ops/overflowing.rs:84:7
   |
84 | #[cfg(has_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(has_i128)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `has_i128`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/num-traits-0.2.15/src/ops/saturating.rs:32:7
   |
32 | #[cfg(has_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(has_i128)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `has_i128`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/num-traits-0.2.15/src/ops/saturating.rs:58:7
   |
58 | #[cfg(has_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(has_i128)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `has_i128`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/num-traits-0.2.15/src/ops/saturating.rs:66:7
   |
66 | #[cfg(has_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(has_i128)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `has_i128`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/num-traits-0.2.15/src/ops/saturating.rs:81:7
   |
81 | #[cfg(has_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(has_i128)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `has_i128`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/num-traits-0.2.15/src/ops/saturating.rs:89:7
   |
89 | #[cfg(has_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(has_i128)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `has_i128`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/num-traits-0.2.15/src/ops/saturating.rs:104:7
    |
104 | #[cfg(has_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(has_i128)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `has_i128`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/num-traits-0.2.15/src/ops/saturating.rs:112:7
    |
112 | #[cfg(has_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(has_i128)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `has_i128`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/num-traits-0.2.15/src/ops/wrapping.rs:35:7
   |
35 | #[cfg(has_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(has_i128)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `has_i128`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/num-traits-0.2.15/src/ops/wrapping.rs:43:7
   |
43 | #[cfg(has_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(has_i128)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `has_i128`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/num-traits-0.2.15/src/ops/wrapping.rs:58:7
   |
58 | #[cfg(has_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(has_i128)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `has_i128`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/num-traits-0.2.15/src/ops/wrapping.rs:66:7
   |
66 | #[cfg(has_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(has_i128)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `has_i128`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/num-traits-0.2.15/src/ops/wrapping.rs:81:7
   |
81 | #[cfg(has_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(has_i128)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `has_i128`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/num-traits-0.2.15/src/ops/wrapping.rs:89:7
   |
89 | #[cfg(has_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(has_i128)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `has_i128`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/num-traits-0.2.15/src/ops/wrapping.rs:130:7
    |
130 | #[cfg(has_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(has_i128)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `has_i128`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/num-traits-0.2.15/src/ops/wrapping.rs:137:7
    |
137 | #[cfg(has_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(has_i128)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `has_i128`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/num-traits-0.2.15/src/ops/wrapping.rs:175:7
    |
175 | #[cfg(has_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(has_i128)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `has_i128`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/num-traits-0.2.15/src/ops/wrapping.rs:183:7
    |
183 | #[cfg(has_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(has_i128)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `has_i128`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/num-traits-0.2.15/src/ops/wrapping.rs:210:7
    |
210 | #[cfg(has_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(has_i128)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `has_i128`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/num-traits-0.2.15/src/ops/wrapping.rs:218:7
    |
218 | #[cfg(has_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(has_i128)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `has_i128`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/num-traits-0.2.15/src/pow.rs:102:7
    |
102 | #[cfg(has_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(has_i128)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `has_i128`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/num-traits-0.2.15/src/pow.rs:104:7
    |
104 | #[cfg(has_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(has_i128)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `has_i128`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/num-traits-0.2.15/src/pow.rs:106:7
    |
106 | #[cfg(has_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(has_i128)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `has_i128`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/num-traits-0.2.15/src/pow.rs:108:7
    |
108 | #[cfg(has_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(has_i128)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `has_i128`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/num-traits-0.2.15/src/pow.rs:111:7
    |
111 | #[cfg(has_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(has_i128)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `has_i128`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/num-traits-0.2.15/src/pow.rs:113:7
    |
113 | #[cfg(has_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(has_i128)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `has_i128`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/num-traits-0.2.15/src/pow.rs:115:7
    |
115 | #[cfg(has_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(has_i128)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `has_i128`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/num-traits-0.2.15/src/pow.rs:117:7
    |
117 | #[cfg(has_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(has_i128)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `has_i128`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/num-traits-0.2.15/src/pow.rs:136:7
    |
136 | #[cfg(has_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(has_i128)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `has_i128`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/num-traits-0.2.15/src/pow.rs:138:7
    |
138 | #[cfg(has_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(has_i128)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `has_i128`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/num-traits-0.2.15/src/sign.rs:77:7
   |
77 | #[cfg(has_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(has_i128)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `has_i128`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/num-traits-0.2.15/src/sign.rs:206:7
    |
206 | #[cfg(has_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(has_i128)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unnecessary transmute
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/num-traits-0.2.15/src/float.rs:2030:30
     |
2030 |     let bits: u32 = unsafe { mem::transmute(f) };
     |                              ^^^^^^^^^^^^^^^^^ help: replace this with: `f32::to_bits(f)`
     |
     = note: `#[warn(unnecessary_transmutes)]` on by default

warning: unnecessary transmute
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/num-traits-0.2.15/src/float.rs:2046:30
     |
2046 |     let bits: u64 = unsafe { mem::transmute(f) };
     |                              ^^^^^^^^^^^^^^^^^ help: replace this with: `f64::to_bits(f)`

warning: unexpected `cfg` condition name: `doc_cfg`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rand-0.8.5/src/lib.rs:53:13
   |
53 | #![cfg_attr(doc_cfg, feature(doc_cfg))]
   |             ^^^^^^^
   |
   = 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(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
   = note: `#[warn(unexpected_cfgs)]` on by default

warning: unexpected `cfg` condition name: `features`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rand-0.8.5/src/distributions/distribution.rs:162:7
    |
162 | #[cfg(features = "nightly")]
    |       ^^^^^^^^^^^^^^^^^^^^
    |
    = note: see  for more information about checking conditional configuration
help: there is a config with a similar name and value
    |
162 - #[cfg(features = "nightly")]
162 + #[cfg(feature = "nightly")]
    |

warning: unexpected `cfg` condition name: `std`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rand-0.8.5/src/distributions/utils.rs:235:11
    |
235 | #[cfg(not(std))]
    |           ^^^ help: found config with similar value: `feature = "std"`
    |
    = 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(std)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(std)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `std`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rand-0.8.5/src/distributions/utils.rs:291:19
    |
291 |         #[cfg(not(std))]
    |                   ^^^ help: found config with similar value: `feature = "std"`
...
359 | scalar_float_impl!(f32, u32);
    | ---------------------------- 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(std)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(std)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `scalar_float_impl` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `std`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rand-0.8.5/src/distributions/utils.rs:291:19
    |
291 |         #[cfg(not(std))]
    |                   ^^^ help: found config with similar value: `feature = "std"`
...
360 | scalar_float_impl!(f64, u64);
    | ---------------------------- 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(std)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(std)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `scalar_float_impl` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rand-0.8.5/src/rng.rs:395:12
    |
395 | #[cfg_attr(doc_cfg, doc(cfg(feature = "min_const_gen")))]
    |            ^^^^^^^
    |
    = 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: `doc_cfg`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rand-0.8.5/src/rngs/mod.rs:99:12
   |
99 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))]
   |            ^^^^^^^
   |
   = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rand-0.8.5/src/rngs/mod.rs:118:12
    |
118 | #[cfg_attr(doc_cfg, doc(cfg(feature = "getrandom")))]
    |            ^^^^^^^
    |
    = 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: `doc_cfg`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rand-0.8.5/src/rngs/small.rs:79:12
   |
79 | #[cfg_attr(doc_cfg, doc(cfg(feature = "small_rng")))]
   |            ^^^^^^^
   |
   = 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: trait `Float` is never used
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rand-0.8.5/src/distributions/utils.rs:238:18
    |
238 | pub(crate) trait Float: Sized {
    |                  ^^^^^
    |
    = note: `#[warn(dead_code)]` on by default

warning: associated items `lanes`, `extract`, and `replace` are never used
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rand-0.8.5/src/distributions/utils.rs:247:8
    |
245 | pub(crate) trait FloatAsSIMD: Sized {
    |                  ----------- associated items in this trait
246 |     #[inline(always)]
247 |     fn lanes() -> usize {
    |        ^^^^^
...
255 |     fn extract(self, index: usize) -> Self {
    |        ^^^^^^^
...
260 |     fn replace(self, index: usize, new_value: Self) -> Self {
    |        ^^^^^^^

warning: method `all` is never used
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rand-0.8.5/src/distributions/utils.rs:268:8
    |
266 | pub(crate) trait BoolAsSIMD: Sized {
    |                  ---------- method in this trait
267 |     fn any(self) -> bool;
268 |     fn all(self) -> bool;
    |        ^^^

       Fresh vcpkg v0.2.15
       Fresh crossbeam-channel v0.5.4
       Fresh event-listener v2.5.2
       Fresh termcolor v1.4.1
warning: `syn` (lib) generated 1860 warnings (270 duplicates)
warning: `cc` (lib) generated 1 warning
warning: `aho-corasick` (lib) generated 11 warnings
warning: `semver` (lib) generated 22 warnings
warning: `num-traits` (lib) generated 255 warnings (16 duplicates)
warning: `rand` (lib) generated 12 warnings
       Fresh serde_derive v1.0.217
       Fresh ctor v0.1.22
       Fresh thiserror-impl v1.0.61
warning: unnecessary transmute
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.38.44/src/bitcast.rs:24:17
    |
24  |                 ::core::mem::transmute($x)
    |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: replace this with: `i32::cast_unsigned(c::LOCK_SH)`
    |
   ::: /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.38.44/src/backend/libc/fs/types.rs:961:18
    |
961 |     LockShared = bitcast!(c::LOCK_SH),
    |                  -------------------- in this macro invocation
    |
    = note: `#[warn(unnecessary_transmutes)]` on by default
    = note: this warning originates in the macro `bitcast` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unnecessary transmute
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.38.44/src/bitcast.rs:24:17
    |
24  |                 ::core::mem::transmute($x)
    |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: replace this with: `i32::cast_unsigned(c::LOCK_EX)`
    |
   ::: /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.38.44/src/backend/libc/fs/types.rs:967:21
    |
967 |     LockExclusive = bitcast!(c::LOCK_EX),
    |                     -------------------- in this macro invocation
    |
    = note: this warning originates in the macro `bitcast` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unnecessary transmute
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.38.44/src/bitcast.rs:24:17
    |
24  |                 ::core::mem::transmute($x)
    |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: replace this with: `i32::cast_unsigned(c::LOCK_UN)`
    |
   ::: /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.38.44/src/backend/libc/fs/types.rs:973:14
    |
973 |     Unlock = bitcast!(c::LOCK_UN),
    |              -------------------- in this macro invocation
    |
    = note: this warning originates in the macro `bitcast` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unnecessary transmute
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.38.44/src/bitcast.rs:24:17
    |
24  |                 ::core::mem::transmute($x)
    |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: replace this with: `i32::cast_unsigned(c::LOCK_SH | c::LOCK_NB)`
    |
   ::: /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.38.44/src/backend/libc/fs/types.rs:979:29
    |
979 |     NonBlockingLockShared = bitcast!(c::LOCK_SH | c::LOCK_NB),
    |                             --------------------------------- in this macro invocation
    |
    = note: this warning originates in the macro `bitcast` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unnecessary transmute
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.38.44/src/bitcast.rs:24:17
    |
24  |                 ::core::mem::transmute($x)
    |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: replace this with: `i32::cast_unsigned(c::LOCK_EX | c::LOCK_NB)`
    |
   ::: /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.38.44/src/backend/libc/fs/types.rs:985:32
    |
985 |     NonBlockingLockExclusive = bitcast!(c::LOCK_EX | c::LOCK_NB),
    |                                --------------------------------- in this macro invocation
    |
    = note: this warning originates in the macro `bitcast` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unnecessary transmute
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.38.44/src/bitcast.rs:24:17
    |
24  |                 ::core::mem::transmute($x)
    |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: replace this with: `i32::cast_unsigned(c::LOCK_UN | c::LOCK_NB)`
    |
   ::: /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.38.44/src/backend/libc/fs/types.rs:991:25
    |
991 |     NonBlockingUnlock = bitcast!(c::LOCK_UN | c::LOCK_NB),
    |                         --------------------------------- in this macro invocation
    |
    = note: this warning originates in the macro `bitcast` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unnecessary transmute
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.38.44/src/bitcast.rs:24:17
    |
24  |                 ::core::mem::transmute($x)
    |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: replace this with: `i32::cast_unsigned(c::POSIX_MADV_NORMAL)`
    |
   ::: /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.38.44/src/backend/libc/mm/types.rs:319:14
    |
319 |     Normal = bitcast!(c::POSIX_MADV_NORMAL),
    |              ------------------------------ in this macro invocation
    |
    = note: this warning originates in the macro `bitcast` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unnecessary transmute
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.38.44/src/bitcast.rs:24:17
    |
24  |                 ::core::mem::transmute($x)
    |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: replace this with: `i32::cast_unsigned(c::POSIX_MADV_SEQUENTIAL)`
    |
   ::: /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.38.44/src/backend/libc/mm/types.rs:327:18
    |
327 |     Sequential = bitcast!(c::POSIX_MADV_SEQUENTIAL),
    |                  ---------------------------------- in this macro invocation
    |
    = note: this warning originates in the macro `bitcast` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unnecessary transmute
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.38.44/src/bitcast.rs:24:17
    |
24  |                 ::core::mem::transmute($x)
    |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: replace this with: `i32::cast_unsigned(c::POSIX_MADV_RANDOM)`
    |
   ::: /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.38.44/src/backend/libc/mm/types.rs:335:14
    |
335 |     Random = bitcast!(c::POSIX_MADV_RANDOM),
    |              ------------------------------ in this macro invocation
    |
    = note: this warning originates in the macro `bitcast` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unnecessary transmute
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.38.44/src/bitcast.rs:24:17
    |
24  |                 ::core::mem::transmute($x)
    |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: replace this with: `i32::cast_unsigned(c::POSIX_MADV_WILLNEED)`
    |
   ::: /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.38.44/src/backend/libc/mm/types.rs:343:16
    |
343 |     WillNeed = bitcast!(c::POSIX_MADV_WILLNEED),
    |                -------------------------------- in this macro invocation
    |
    = note: this warning originates in the macro `bitcast` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unnecessary transmute
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.38.44/src/bitcast.rs:24:17
    |
24  |                 ::core::mem::transmute($x)
    |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: replace this with: `i32::cast_unsigned(c::POSIX_MADV_DONTNEED)`
    |
   ::: /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.38.44/src/backend/libc/mm/types.rs:356:16
    |
356 |     DontNeed = bitcast!(c::POSIX_MADV_DONTNEED),
    |                -------------------------------- in this macro invocation
    |
    = note: this warning originates in the macro `bitcast` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unnecessary transmute
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.38.44/src/bitcast.rs:24:17
   |
24 |                 ::core::mem::transmute($x)
   |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: replace this with: `i32::cast_unsigned(c::RLIMIT_CPU)`
   |
  ::: /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.38.44/src/backend/libc/process/types.rs:56:11
   |
56 |     Cpu = bitcast!(c::RLIMIT_CPU),
   |           ----------------------- in this macro invocation
   |
   = note: this warning originates in the macro `bitcast` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unnecessary transmute
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.38.44/src/bitcast.rs:24:17
   |
24 |                 ::core::mem::transmute($x)
   |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: replace this with: `i32::cast_unsigned(c::RLIMIT_FSIZE)`
   |
  ::: /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.38.44/src/backend/libc/process/types.rs:58:13
   |
58 |     Fsize = bitcast!(c::RLIMIT_FSIZE),
   |             ------------------------- in this macro invocation
   |
   = note: this warning originates in the macro `bitcast` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unnecessary transmute
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.38.44/src/bitcast.rs:24:17
   |
24 |                 ::core::mem::transmute($x)
   |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: replace this with: `i32::cast_unsigned(c::RLIMIT_DATA)`
   |
  ::: /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.38.44/src/backend/libc/process/types.rs:60:12
   |
60 |     Data = bitcast!(c::RLIMIT_DATA),
   |            ------------------------ in this macro invocation
   |
   = note: this warning originates in the macro `bitcast` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unnecessary transmute
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.38.44/src/bitcast.rs:24:17
   |
24 |                 ::core::mem::transmute($x)
   |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: replace this with: `i32::cast_unsigned(c::RLIMIT_STACK)`
   |
  ::: /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.38.44/src/backend/libc/process/types.rs:62:13
   |
62 |     Stack = bitcast!(c::RLIMIT_STACK),
   |             ------------------------- in this macro invocation
   |
   = note: this warning originates in the macro `bitcast` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unnecessary transmute
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.38.44/src/bitcast.rs:24:17
   |
24 |                 ::core::mem::transmute($x)
   |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: replace this with: `i32::cast_unsigned(c::RLIMIT_CORE)`
   |
  ::: /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.38.44/src/backend/libc/process/types.rs:65:12
   |
65 |     Core = bitcast!(c::RLIMIT_CORE),
   |            ------------------------ in this macro invocation
   |
   = note: this warning originates in the macro `bitcast` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unnecessary transmute
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.38.44/src/bitcast.rs:24:17
   |
24 |                 ::core::mem::transmute($x)
   |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: replace this with: `i32::cast_unsigned(c::RLIMIT_RSS)`
   |
  ::: /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.38.44/src/backend/libc/process/types.rs:69:11
   |
69 |     Rss = bitcast!(c::RLIMIT_RSS),
   |           ----------------------- in this macro invocation
   |
   = note: this warning originates in the macro `bitcast` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unnecessary transmute
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.38.44/src/bitcast.rs:24:17
   |
24 |                 ::core::mem::transmute($x)
   |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: replace this with: `i32::cast_unsigned(c::RLIMIT_NPROC)`
   |
  ::: /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.38.44/src/backend/libc/process/types.rs:72:13
   |
72 |     Nproc = bitcast!(c::RLIMIT_NPROC),
   |             ------------------------- in this macro invocation
   |
   = note: this warning originates in the macro `bitcast` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unnecessary transmute
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.38.44/src/bitcast.rs:24:17
   |
24 |                 ::core::mem::transmute($x)
   |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: replace this with: `i32::cast_unsigned(c::RLIMIT_NOFILE)`
   |
  ::: /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.38.44/src/backend/libc/process/types.rs:74:14
   |
74 |     Nofile = bitcast!(c::RLIMIT_NOFILE),
   |              -------------------------- in this macro invocation
   |
   = note: this warning originates in the macro `bitcast` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unnecessary transmute
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.38.44/src/bitcast.rs:24:17
   |
24 |                 ::core::mem::transmute($x)
   |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: replace this with: `i32::cast_unsigned(c::RLIMIT_MEMLOCK)`
   |
  ::: /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.38.44/src/backend/libc/process/types.rs:77:15
   |
77 |     Memlock = bitcast!(c::RLIMIT_MEMLOCK),
   |               --------------------------- in this macro invocation
   |
   = note: this warning originates in the macro `bitcast` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unnecessary transmute
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.38.44/src/bitcast.rs:24:17
   |
24 |                 ::core::mem::transmute($x)
   |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: replace this with: `i32::cast_unsigned(c::RLIMIT_AS)`
   |
  ::: /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.38.44/src/backend/libc/process/types.rs:80:10
   |
80 |     As = bitcast!(c::RLIMIT_AS),
   |          ---------------------- in this macro invocation
   |
   = note: this warning originates in the macro `bitcast` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unnecessary transmute
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.38.44/src/bitcast.rs:24:17
   |
24 |                 ::core::mem::transmute($x)
   |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: replace this with: `i32::cast_unsigned(c::EFD_CLOEXEC)`
   |
  ::: /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.38.44/src/backend/libc/event/types.rs:26:25
   |
26 |         const CLOEXEC = bitcast!(c::EFD_CLOEXEC);
   |                         ------------------------ in this macro invocation
   |
   = note: this warning originates in the macro `bitcast` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unnecessary transmute
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.38.44/src/bitcast.rs:24:17
   |
24 |                 ::core::mem::transmute($x)
   |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: replace this with: `i32::cast_unsigned(c::EFD_NONBLOCK)`
   |
  ::: /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.38.44/src/backend/libc/event/types.rs:29:26
   |
29 |         const NONBLOCK = bitcast!(c::EFD_NONBLOCK);
   |                          ------------------------- in this macro invocation
   |
   = note: this warning originates in the macro `bitcast` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unnecessary transmute
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.38.44/src/bitcast.rs:24:17
   |
24 |                 ::core::mem::transmute($x)
   |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: replace this with: `i32::cast_unsigned(c::EFD_SEMAPHORE)`
   |
  ::: /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.38.44/src/backend/libc/event/types.rs:32:27
   |
32 |         const SEMAPHORE = bitcast!(c::EFD_SEMAPHORE);
   |                           -------------------------- in this macro invocation
   |
   = note: this warning originates in the macro `bitcast` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unnecessary transmute
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.38.44/src/bitcast.rs:24:17
   |
24 |                 ::core::mem::transmute($x)
   |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: replace this with: `u32::cast_signed($x.bits())`
   |
  ::: /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.38.44/src/backend/libc/event/syscalls.rs:84:39
   |
84 |         ret_owned_fd(eventfd(initval, bitflags_bits!(flags)))
   |                                       --------------------- in this macro invocation
   |
   = note: this warning originates in the macro `bitcast` which comes from the expansion of the macro `bitflags_bits` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unnecessary transmute
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.38.44/src/bitcast.rs:24:17
    |
24  |                 ::core::mem::transmute($x)
    |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: replace this with: `u32::cast_signed($x.bits())`
    |
   ::: /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.38.44/src/backend/libc/fs/syscalls.rs:168:48
    |
168 |     unsafe { ret_owned_fd(c::open(c_str(path), bitflags_bits!(oflags), mode)) }
    |                                                ---------------------- in this macro invocation
    |
    = note: this warning originates in the macro `bitcast` which comes from the expansion of the macro `bitflags_bits` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unnecessary transmute
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.38.44/src/bitcast.rs:24:17
    |
24  |                 ::core::mem::transmute($x)
    |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: replace this with: `u32::cast_signed($x.bits())`
    |
   ::: /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.38.44/src/backend/libc/fs/syscalls.rs:240:13
    |
240 |             bitflags_bits!(oflags),
    |             ---------------------- in this macro invocation
    |
    = note: this warning originates in the macro `bitcast` which comes from the expansion of the macro `bitflags_bits` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unnecessary transmute
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.38.44/src/bitcast.rs:24:17
    |
24  |                 ::core::mem::transmute($x)
    |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: replace this with: `u32::cast_signed($x.bits())`
    |
   ::: /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.38.44/src/backend/libc/fs/syscalls.rs:392:13
    |
392 |             bitflags_bits!(flags),
    |             --------------------- in this macro invocation
    |
    = note: this warning originates in the macro `bitcast` which comes from the expansion of the macro `bitflags_bits` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unnecessary transmute
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.38.44/src/bitcast.rs:24:17
    |
24  |                 ::core::mem::transmute($x)
    |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: replace this with: `u32::cast_signed($x.bits())`
    |
   ::: /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.38.44/src/backend/libc/fs/syscalls.rs:444:13
    |
444 |             bitflags_bits!(flags),
    |             --------------------- in this macro invocation
    |
    = note: this warning originates in the macro `bitcast` which comes from the expansion of the macro `bitflags_bits` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unnecessary transmute
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.38.44/src/bitcast.rs:24:17
    |
24  |                 ::core::mem::transmute($x)
    |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: replace this with: `u32::cast_signed($x.bits())`
    |
   ::: /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.38.44/src/backend/libc/fs/syscalls.rs:697:13
    |
697 |             bitflags_bits!(flags),
    |             --------------------- in this macro invocation
    |
    = note: this warning originates in the macro `bitcast` which comes from the expansion of the macro `bitflags_bits` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unnecessary transmute
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.38.44/src/bitcast.rs:24:17
    |
24  |                 ::core::mem::transmute($x)
    |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: replace this with: `u32::cast_signed($x.bits())`
    |
   ::: /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.38.44/src/backend/libc/fs/syscalls.rs:780:13
    |
780 |             bitflags_bits!(flags),
    |             --------------------- in this macro invocation
    |
    = note: this warning originates in the macro `bitcast` which comes from the expansion of the macro `bitflags_bits` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unnecessary transmute
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.38.44/src/bitcast.rs:24:17
    |
24  |                 ::core::mem::transmute($x)
    |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: replace this with: `u32::cast_signed($x.bits())`
    |
   ::: /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.38.44/src/backend/libc/fs/syscalls.rs:841:13
    |
841 |             bitflags_bits!(flags),
    |             --------------------- in this macro invocation
    |
    = note: this warning originates in the macro `bitcast` which comes from the expansion of the macro `bitflags_bits` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unnecessary transmute
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.38.44/src/bitcast.rs:24:17
     |
24   |                 ::core::mem::transmute($x)
     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: replace this with: `u32::cast_signed($x.bits())`
     |
    ::: /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.38.44/src/backend/libc/fs/syscalls.rs:1027:13
     |
1027 |             bitflags_bits!(flags),
     |             --------------------- in this macro invocation
     |
     = note: this warning originates in the macro `bitcast` which comes from the expansion of the macro `bitflags_bits` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unnecessary transmute
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.38.44/src/bitcast.rs:24:17
     |
24   |                 ::core::mem::transmute($x)
     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: replace this with: `u32::cast_signed($x.bits())`
     |
    ::: /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.38.44/src/backend/libc/fs/syscalls.rs:1108:13
     |
1108 |             bitflags_bits!(flags),
     |             --------------------- in this macro invocation
     |
     = note: this warning originates in the macro `bitcast` which comes from the expansion of the macro `bitflags_bits` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unnecessary transmute
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.38.44/src/bitcast.rs:24:17
     |
24   |                 ::core::mem::transmute($x)
     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: replace this with: `i32::cast_unsigned(flags)`
     |
    ::: /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.38.44/src/backend/libc/fs/syscalls.rs:1232:33
     |
1232 |     Ok(OFlags::from_bits_retain(bitcast!(flags)))
     |                                 --------------- in this macro invocation
     |
     = note: this warning originates in the macro `bitcast` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unnecessary transmute
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.38.44/src/bitcast.rs:24:17
     |
24   |                 ::core::mem::transmute($x)
     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: replace this with: `i32::cast_unsigned(flags)`
     |
    ::: /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.38.44/src/backend/libc/fs/syscalls.rs:1242:36
     |
1242 |     Ok(SealFlags::from_bits_retain(bitcast!(flags)))
     |                                    --------------- in this macro invocation
     |
     = note: this warning originates in the macro `bitcast` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unnecessary transmute
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.38.44/src/bitcast.rs:24:17
   |
24 |                 ::core::mem::transmute($x)
   |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: replace this with: `i32::cast_unsigned(c::AT_SYMLINK_NOFOLLOW)`
   |
  ::: /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.38.44/src/backend/libc/fs/types.rs:40:34
   |
40 |         const SYMLINK_NOFOLLOW = bitcast!(c::AT_SYMLINK_NOFOLLOW);
   |                                  -------------------------------- in this macro invocation
   |
   = note: this warning originates in the macro `bitcast` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unnecessary transmute
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.38.44/src/bitcast.rs:24:17
   |
24 |                 ::core::mem::transmute($x)
   |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: replace this with: `i32::cast_unsigned(c::AT_EACCESS)`
   |
  ::: /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.38.44/src/backend/libc/fs/types.rs:44:25
   |
44 |         const EACCESS = bitcast!(c::AT_EACCESS);
   |                         ----------------------- in this macro invocation
   |
   = note: this warning originates in the macro `bitcast` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unnecessary transmute
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.38.44/src/bitcast.rs:24:17
   |
24 |                 ::core::mem::transmute($x)
   |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: replace this with: `i32::cast_unsigned(c::AT_REMOVEDIR)`
   |
  ::: /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.38.44/src/backend/libc/fs/types.rs:47:27
   |
47 |         const REMOVEDIR = bitcast!(c::AT_REMOVEDIR);
   |                           ------------------------- in this macro invocation
   |
   = note: this warning originates in the macro `bitcast` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unnecessary transmute
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.38.44/src/bitcast.rs:24:17
   |
24 |                 ::core::mem::transmute($x)
   |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: replace this with: `i32::cast_unsigned(c::AT_SYMLINK_FOLLOW)`
   |
  ::: /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.38.44/src/backend/libc/fs/types.rs:50:32
   |
50 |         const SYMLINK_FOLLOW = bitcast!(c::AT_SYMLINK_FOLLOW);
   |                                ------------------------------ in this macro invocation
   |
   = note: this warning originates in the macro `bitcast` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unnecessary transmute
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.38.44/src/bitcast.rs:24:17
   |
24 |                 ::core::mem::transmute($x)
   |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: replace this with: `i32::cast_unsigned(c::AT_EMPTY_PATH)`
   |
  ::: /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.38.44/src/backend/libc/fs/types.rs:62:28
   |
62 |         const EMPTY_PATH = bitcast!(c::AT_EMPTY_PATH);
   |                            -------------------------- in this macro invocation
   |
   = note: this warning originates in the macro `bitcast` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unnecessary transmute
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.38.44/src/bitcast.rs:24:17
   |
24 |                 ::core::mem::transmute($x)
   |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: replace this with: `i32::cast_unsigned(c::AT_RESOLVE_BENEATH)`
   |
  ::: /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.38.44/src/backend/libc/fs/types.rs:66:33
   |
66 |         const RESOLVE_BENEATH = bitcast!(c::AT_RESOLVE_BENEATH);
   |                                 ------------------------------- in this macro invocation
   |
   = note: this warning originates in the macro `bitcast` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unnecessary transmute
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.38.44/src/bitcast.rs:24:17
    |
24  |                 ::core::mem::transmute($x)
    |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: replace this with: `i32::cast_unsigned(c::O_ACCMODE)`
    |
   ::: /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.38.44/src/backend/libc/fs/types.rs:211:25
    |
211 |         const ACCMODE = bitcast!(c::O_ACCMODE);
    |                         ---------------------- in this macro invocation
    |
    = note: this warning originates in the macro `bitcast` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unnecessary transmute
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.38.44/src/bitcast.rs:24:17
    |
24  |                 ::core::mem::transmute($x)
    |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: replace this with: `i32::cast_unsigned(c::O_RDONLY | c::O_WRONLY | c::O_RDWR)`
    |
   ::: /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.38.44/src/backend/libc/fs/types.rs:220:24
    |
220 |         const RWMODE = bitcast!(c::O_RDONLY | c::O_WRONLY | c::O_RDWR);
    |                        ----------------------------------------------- in this macro invocation
    |
    = note: this warning originates in the macro `bitcast` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unnecessary transmute
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.38.44/src/bitcast.rs:24:17
    |
24  |                 ::core::mem::transmute($x)
    |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: replace this with: `i32::cast_unsigned(c::O_APPEND)`
    |
   ::: /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.38.44/src/backend/libc/fs/types.rs:223:24
    |
223 |         const APPEND = bitcast!(c::O_APPEND);
    |                        --------------------- in this macro invocation
    |
    = note: this warning originates in the macro `bitcast` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unnecessary transmute
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.38.44/src/bitcast.rs:24:17
    |
24  |                 ::core::mem::transmute($x)
    |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: replace this with: `i32::cast_unsigned(c::O_CREAT)`
    |
   ::: /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.38.44/src/backend/libc/fs/types.rs:227:24
    |
227 |         const CREATE = bitcast!(c::O_CREAT);
    |                        -------------------- in this macro invocation
    |
    = note: this warning originates in the macro `bitcast` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unnecessary transmute
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.38.44/src/bitcast.rs:24:17
    |
24  |                 ::core::mem::transmute($x)
    |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: replace this with: `i32::cast_unsigned(c::O_DIRECTORY)`
    |
   ::: /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.38.44/src/backend/libc/fs/types.rs:231:27
    |
231 |         const DIRECTORY = bitcast!(c::O_DIRECTORY);
    |                           ------------------------ in this macro invocation
    |
    = note: this warning originates in the macro `bitcast` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unnecessary transmute
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.38.44/src/bitcast.rs:24:17
    |
24  |                 ::core::mem::transmute($x)
    |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: replace this with: `i32::cast_unsigned(c::O_DSYNC)`
    |
   ::: /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.38.44/src/backend/libc/fs/types.rs:235:23
    |
235 |         const DSYNC = bitcast!(c::O_DSYNC);
    |                       -------------------- in this macro invocation
    |
    = note: this warning originates in the macro `bitcast` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unnecessary transmute
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.38.44/src/bitcast.rs:24:17
    |
24  |                 ::core::mem::transmute($x)
    |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: replace this with: `i32::cast_unsigned(c::O_EXCL)`
    |
   ::: /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.38.44/src/backend/libc/fs/types.rs:238:22
    |
238 |         const EXCL = bitcast!(c::O_EXCL);
    |                      ------------------- in this macro invocation
    |
    = note: this warning originates in the macro `bitcast` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unnecessary transmute
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.38.44/src/bitcast.rs:24:17
    |
24  |                 ::core::mem::transmute($x)
    |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: replace this with: `i32::cast_unsigned(c::O_FSYNC)`
    |
   ::: /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.38.44/src/backend/libc/fs/types.rs:245:23
    |
245 |         const FSYNC = bitcast!(c::O_FSYNC);
    |                       -------------------- in this macro invocation
    |
    = note: this warning originates in the macro `bitcast` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unnecessary transmute
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.38.44/src/bitcast.rs:24:17
    |
24  |                 ::core::mem::transmute($x)
    |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: replace this with: `i32::cast_unsigned(c::O_NOFOLLOW)`
    |
   ::: /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.38.44/src/backend/libc/fs/types.rs:249:26
    |
249 |         const NOFOLLOW = bitcast!(c::O_NOFOLLOW);
    |                          ----------------------- in this macro invocation
    |
    = note: this warning originates in the macro `bitcast` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unnecessary transmute
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.38.44/src/bitcast.rs:24:17
    |
24  |                 ::core::mem::transmute($x)
    |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: replace this with: `i32::cast_unsigned(c::O_NONBLOCK)`
    |
   ::: /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.38.44/src/backend/libc/fs/types.rs:252:26
    |
252 |         const NONBLOCK = bitcast!(c::O_NONBLOCK);
    |                          ----------------------- in this macro invocation
    |
    = note: this warning originates in the macro `bitcast` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unnecessary transmute
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.38.44/src/bitcast.rs:24:17
    |
24  |                 ::core::mem::transmute($x)
    |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: replace this with: `i32::cast_unsigned(c::O_RDONLY)`
    |
   ::: /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.38.44/src/backend/libc/fs/types.rs:255:24
    |
255 |         const RDONLY = bitcast!(c::O_RDONLY);
    |                        --------------------- in this macro invocation
    |
    = note: this warning originates in the macro `bitcast` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unnecessary transmute
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.38.44/src/bitcast.rs:24:17
    |
24  |                 ::core::mem::transmute($x)
    |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: replace this with: `i32::cast_unsigned(c::O_WRONLY)`
    |
   ::: /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.38.44/src/backend/libc/fs/types.rs:258:24
    |
258 |         const WRONLY = bitcast!(c::O_WRONLY);
    |                        --------------------- in this macro invocation
    |
    = note: this warning originates in the macro `bitcast` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unnecessary transmute
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.38.44/src/bitcast.rs:24:17
    |
24  |                 ::core::mem::transmute($x)
    |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: replace this with: `i32::cast_unsigned(c::O_RDWR)`
    |
   ::: /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.38.44/src/backend/libc/fs/types.rs:263:22
    |
263 |         const RDWR = bitcast!(c::O_RDWR);
    |                      ------------------- in this macro invocation
    |
    = note: this warning originates in the macro `bitcast` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unnecessary transmute
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.38.44/src/bitcast.rs:24:17
    |
24  |                 ::core::mem::transmute($x)
    |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: replace this with: `i32::cast_unsigned(c::O_NOCTTY)`
    |
   ::: /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.38.44/src/backend/libc/fs/types.rs:267:24
    |
267 |         const NOCTTY = bitcast!(c::O_NOCTTY);
    |                        --------------------- in this macro invocation
    |
    = note: this warning originates in the macro `bitcast` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unnecessary transmute
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.38.44/src/bitcast.rs:24:17
    |
24  |                 ::core::mem::transmute($x)
    |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: replace this with: `i32::cast_unsigned(c::O_SYNC)`
    |
   ::: /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.38.44/src/backend/libc/fs/types.rs:281:22
    |
281 |         const SYNC = bitcast!(c::O_SYNC);
    |                      ------------------- in this macro invocation
    |
    = note: this warning originates in the macro `bitcast` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unnecessary transmute
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.38.44/src/bitcast.rs:24:17
    |
24  |                 ::core::mem::transmute($x)
    |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: replace this with: `i32::cast_unsigned(c::O_TRUNC)`
    |
   ::: /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.38.44/src/backend/libc/fs/types.rs:284:23
    |
284 |         const TRUNC = bitcast!(c::O_TRUNC);
    |                       -------------------- in this macro invocation
    |
    = note: this warning originates in the macro `bitcast` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unnecessary transmute
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.38.44/src/bitcast.rs:24:17
    |
24  |                 ::core::mem::transmute($x)
    |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: replace this with: `i32::cast_unsigned(c::O_PATH)`
    |
   ::: /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.38.44/src/backend/libc/fs/types.rs:294:22
    |
294 |         const PATH = bitcast!(c::O_PATH);
    |                      ------------------- in this macro invocation
    |
    = note: this warning originates in the macro `bitcast` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unnecessary transmute
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.38.44/src/bitcast.rs:24:17
    |
24  |                 ::core::mem::transmute($x)
    |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: replace this with: `i32::cast_unsigned(c::O_CLOEXEC)`
    |
   ::: /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.38.44/src/backend/libc/fs/types.rs:297:25
    |
297 |         const CLOEXEC = bitcast!(c::O_CLOEXEC);
    |                         ---------------------- in this macro invocation
    |
    = note: this warning originates in the macro `bitcast` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unnecessary transmute
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.38.44/src/bitcast.rs:24:17
    |
24  |                 ::core::mem::transmute($x)
    |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: replace this with: `i32::cast_unsigned(c::O_DIRECT)`
    |
   ::: /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.38.44/src/backend/libc/fs/types.rs:322:24
    |
322 |         const DIRECT = bitcast!(c::O_DIRECT);
    |                        --------------------- in this macro invocation
    |
    = note: this warning originates in the macro `bitcast` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unnecessary transmute
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.38.44/src/bitcast.rs:24:17
    |
24  |                 ::core::mem::transmute($x)
    |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: replace this with: `i32::cast_unsigned(c::O_RESOLVE_BENEATH)`
    |
   ::: /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.38.44/src/backend/libc/fs/types.rs:326:33
    |
326 |         const RESOLVE_BENEATH = bitcast!(c::O_RESOLVE_BENEATH);
    |                                 ------------------------------ in this macro invocation
    |
    = note: this warning originates in the macro `bitcast` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unnecessary transmute
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.38.44/src/bitcast.rs:24:17
    |
24  |                 ::core::mem::transmute($x)
    |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: replace this with: `i32::cast_unsigned(c::O_EMPTY_PATH)`
    |
   ::: /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.38.44/src/backend/libc/fs/types.rs:330:28
    |
330 |         const EMPTY_PATH = bitcast!(c::O_EMPTY_PATH);
    |                            ------------------------- in this macro invocation
    |
    = note: this warning originates in the macro `bitcast` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unnecessary transmute
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.38.44/src/bitcast.rs:24:17
    |
24  |                 ::core::mem::transmute($x)
    |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: replace this with: `i32::cast_unsigned(c::F_SEAL_SEAL)`
    |
   ::: /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.38.44/src/backend/libc/fs/types.rs:660:22
    |
660 |         const SEAL = bitcast!(c::F_SEAL_SEAL);
    |                      ------------------------ in this macro invocation
    |
    = note: this warning originates in the macro `bitcast` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unnecessary transmute
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.38.44/src/bitcast.rs:24:17
    |
24  |                 ::core::mem::transmute($x)
    |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: replace this with: `i32::cast_unsigned(c::F_SEAL_SHRINK)`
    |
   ::: /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.38.44/src/backend/libc/fs/types.rs:662:24
    |
662 |         const SHRINK = bitcast!(c::F_SEAL_SHRINK);
    |                        -------------------------- in this macro invocation
    |
    = note: this warning originates in the macro `bitcast` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unnecessary transmute
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.38.44/src/bitcast.rs:24:17
    |
24  |                 ::core::mem::transmute($x)
    |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: replace this with: `i32::cast_unsigned(c::F_SEAL_GROW)`
    |
   ::: /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.38.44/src/backend/libc/fs/types.rs:664:22
    |
664 |         const GROW = bitcast!(c::F_SEAL_GROW);
    |                      ------------------------ in this macro invocation
    |
    = note: this warning originates in the macro `bitcast` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unnecessary transmute
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.38.44/src/bitcast.rs:24:17
    |
24  |                 ::core::mem::transmute($x)
    |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: replace this with: `i32::cast_unsigned(c::F_SEAL_WRITE)`
    |
   ::: /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.38.44/src/backend/libc/fs/types.rs:666:23
    |
666 |         const WRITE = bitcast!(c::F_SEAL_WRITE);
    |                       ------------------------- in this macro invocation
    |
    = note: this warning originates in the macro `bitcast` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unnecessary transmute
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.38.44/src/bitcast.rs:24:17
   |
24 |                 ::core::mem::transmute($x)
   |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: replace this with: `i32::cast_unsigned(c::FD_CLOEXEC)`
   |
  ::: /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.38.44/src/backend/libc/io/types.rs:13:25
   |
13 |         const CLOEXEC = bitcast!(c::FD_CLOEXEC);
   |                         ----------------------- in this macro invocation
   |
   = note: this warning originates in the macro `bitcast` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unnecessary transmute
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.38.44/src/bitcast.rs:24:17
   |
24 |                 ::core::mem::transmute($x)
   |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: replace this with: `i32::cast_unsigned(c::O_CLOEXEC)`
   |
  ::: /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.38.44/src/backend/libc/io/types.rs:60:25
   |
60 |         const CLOEXEC = bitcast!(c::O_CLOEXEC);
   |                         ---------------------- in this macro invocation
   |
   = note: this warning originates in the macro `bitcast` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unnecessary transmute
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.38.44/src/bitcast.rs:24:17
    |
24  |                 ::core::mem::transmute($x)
    |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: replace this with: `i32::cast_unsigned(flags)`
    |
   ::: /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.38.44/src/backend/libc/io/syscalls.rs:283:34
    |
283 |     Ok(FdFlags::from_bits_retain(bitcast!(flags)))
    |                                  --------------- in this macro invocation
    |
    = note: this warning originates in the macro `bitcast` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unnecessary transmute
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.38.44/src/bitcast.rs:24:17
    |
24  |                 ::core::mem::transmute($x)
    |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: replace this with: `u32::cast_signed($x.bits())`
    |
   ::: /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.38.44/src/backend/libc/io/syscalls.rs:330:13
    |
330 |             bitflags_bits!(flags),
    |             --------------------- in this macro invocation
    |
    = note: this warning originates in the macro `bitcast` which comes from the expansion of the macro `bitflags_bits` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unnecessary transmute
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.38.44/src/bitcast.rs:24:17
   |
24 |                 ::core::mem::transmute($x)
   |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: replace this with: `u32::cast_signed($x.bits())`
   |
  ::: /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.38.44/src/backend/libc/mm/syscalls.rs:56:35
   |
56 |     let err = c::msync(addr, len, bitflags_bits!(flags));
   |                                   --------------------- in this macro invocation
   |
   = note: this warning originates in the macro `bitcast` which comes from the expansion of the macro `bitflags_bits` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unnecessary transmute
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.38.44/src/bitcast.rs:24:17
   |
24 |                 ::core::mem::transmute($x)
   |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: replace this with: `u32::cast_signed($x.bits())`
   |
  ::: /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.38.44/src/backend/libc/mm/syscalls.rs:81:9
   |
81 |         bitflags_bits!(prot),
   |         -------------------- in this macro invocation
   |
   = note: this warning originates in the macro `bitcast` which comes from the expansion of the macro `bitflags_bits` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unnecessary transmute
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.38.44/src/bitcast.rs:24:17
   |
24 |                 ::core::mem::transmute($x)
   |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: replace this with: `u32::cast_signed($x.bits())`
   |
  ::: /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.38.44/src/backend/libc/mm/syscalls.rs:82:9
   |
82 |         bitflags_bits!(flags),
   |         --------------------- in this macro invocation
   |
   = note: this warning originates in the macro `bitcast` which comes from the expansion of the macro `bitflags_bits` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unnecessary transmute
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.38.44/src/bitcast.rs:24:17
    |
24  |                 ::core::mem::transmute($x)
    |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: replace this with: `u32::cast_signed($x.bits())`
    |
   ::: /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.38.44/src/backend/libc/mm/syscalls.rs:106:9
    |
106 |         bitflags_bits!(prot),
    |         -------------------- in this macro invocation
    |
    = note: this warning originates in the macro `bitcast` which comes from the expansion of the macro `bitflags_bits` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unnecessary transmute
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.38.44/src/bitcast.rs:24:17
    |
24  |                 ::core::mem::transmute($x)
    |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: replace this with: `i32::cast_unsigned(c::MAP_ANONYMOUS)`
    |
   ::: /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.38.44/src/backend/libc/mm/syscalls.rs:107:59
    |
107 |         bitflags_bits!(flags | MapFlags::from_bits_retain(bitcast!(c::MAP_ANONYMOUS))),
    |                                                           -------------------------- in this macro invocation
    |
    = note: this warning originates in the macro `bitcast` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unnecessary transmute
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.38.44/src/bitcast.rs:24:17
    |
24  |                 ::core::mem::transmute($x)
    |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: replace this with: `u32::cast_signed($x.bits())`
    |
   ::: /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.38.44/src/backend/libc/mm/syscalls.rs:107:9
    |
107 |         bitflags_bits!(flags | MapFlags::from_bits_retain(bitcast!(c::MAP_ANONYMOUS))),
    |         ------------------------------------------------------------------------------ in this macro invocation
    |
    = note: this warning originates in the macro `bitcast` which comes from the expansion of the macro `bitflags_bits` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unnecessary transmute
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.38.44/src/bitcast.rs:24:17
    |
24  |                 ::core::mem::transmute($x)
    |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: replace this with: `u32::cast_signed($x.bits())`
    |
   ::: /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.38.44/src/backend/libc/mm/syscalls.rs:123:31
    |
123 |     ret(c::mprotect(ptr, len, bitflags_bits!(flags)))
    |                               --------------------- in this macro invocation
    |
    = note: this warning originates in the macro `bitcast` which comes from the expansion of the macro `bitflags_bits` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unnecessary transmute
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.38.44/src/bitcast.rs:24:17
    |
24  |                 ::core::mem::transmute($x)
    |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: replace this with: `u32::cast_signed($x.bits())`
    |
   ::: /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.38.44/src/backend/libc/mm/syscalls.rs:236:30
    |
236 |     unsafe { ret(c::mlockall(bitflags_bits!(flags))) }
    |                              --------------------- in this macro invocation
    |
    = note: this warning originates in the macro `bitcast` which comes from the expansion of the macro `bitflags_bits` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unnecessary transmute
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.38.44/src/bitcast.rs:24:17
   |
24 |                 ::core::mem::transmute($x)
   |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: replace this with: `i32::cast_unsigned(c::PROT_READ)`
   |
  ::: /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.38.44/src/backend/libc/mm/types.rs:14:22
   |
14 |         const READ = bitcast!(c::PROT_READ);
   |                      ---------------------- in this macro invocation
   |
   = note: this warning originates in the macro `bitcast` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unnecessary transmute
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.38.44/src/bitcast.rs:24:17
   |
24 |                 ::core::mem::transmute($x)
   |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: replace this with: `i32::cast_unsigned(c::PROT_WRITE)`
   |
  ::: /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.38.44/src/backend/libc/mm/types.rs:16:23
   |
16 |         const WRITE = bitcast!(c::PROT_WRITE);
   |                       ----------------------- in this macro invocation
   |
   = note: this warning originates in the macro `bitcast` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unnecessary transmute
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.38.44/src/bitcast.rs:24:17
   |
24 |                 ::core::mem::transmute($x)
   |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: replace this with: `i32::cast_unsigned(c::PROT_EXEC)`
   |
  ::: /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.38.44/src/backend/libc/mm/types.rs:18:22
   |
18 |         const EXEC = bitcast!(c::PROT_EXEC);
   |                      ---------------------- in this macro invocation
   |
   = note: this warning originates in the macro `bitcast` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unnecessary transmute
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.38.44/src/bitcast.rs:24:17
   |
24 |                 ::core::mem::transmute($x)
   |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: replace this with: `i32::cast_unsigned(c::PROT_READ)`
   |
  ::: /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.38.44/src/backend/libc/mm/types.rs:35:22
   |
35 |         const READ = bitcast!(c::PROT_READ);
   |                      ---------------------- in this macro invocation
   |
   = note: this warning originates in the macro `bitcast` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unnecessary transmute
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.38.44/src/bitcast.rs:24:17
   |
24 |                 ::core::mem::transmute($x)
   |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: replace this with: `i32::cast_unsigned(c::PROT_WRITE)`
   |
  ::: /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.38.44/src/backend/libc/mm/types.rs:37:23
   |
37 |         const WRITE = bitcast!(c::PROT_WRITE);
   |                       ----------------------- in this macro invocation
   |
   = note: this warning originates in the macro `bitcast` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unnecessary transmute
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.38.44/src/bitcast.rs:24:17
   |
24 |                 ::core::mem::transmute($x)
   |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: replace this with: `i32::cast_unsigned(c::PROT_EXEC)`
   |
  ::: /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.38.44/src/backend/libc/mm/types.rs:39:22
   |
39 |         const EXEC = bitcast!(c::PROT_EXEC);
   |                      ---------------------- in this macro invocation
   |
   = note: this warning originates in the macro `bitcast` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unnecessary transmute
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.38.44/src/bitcast.rs:24:17
   |
24 |                 ::core::mem::transmute($x)
   |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: replace this with: `i32::cast_unsigned(c::MAP_SHARED)`
   |
  ::: /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.38.44/src/backend/libc/mm/types.rs:78:24
   |
78 |         const SHARED = bitcast!(c::MAP_SHARED);
   |                        ----------------------- in this macro invocation
   |
   = note: this warning originates in the macro `bitcast` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unnecessary transmute
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.38.44/src/bitcast.rs:24:17
   |
24 |                 ::core::mem::transmute($x)
   |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: replace this with: `i32::cast_unsigned(c::MAP_PRIVATE)`
   |
  ::: /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.38.44/src/backend/libc/mm/types.rs:94:25
   |
94 |         const PRIVATE = bitcast!(c::MAP_PRIVATE);
   |                         ------------------------ in this macro invocation
   |
   = note: this warning originates in the macro `bitcast` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unnecessary transmute
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.38.44/src/bitcast.rs:24:17
    |
24  |                 ::core::mem::transmute($x)
    |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: replace this with: `i32::cast_unsigned(c::MAP_FIXED)`
    |
   ::: /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.38.44/src/backend/libc/mm/types.rs:107:23
    |
107 |         const FIXED = bitcast!(c::MAP_FIXED);
    |                       ---------------------- in this macro invocation
    |
    = note: this warning originates in the macro `bitcast` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unnecessary transmute
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.38.44/src/bitcast.rs:24:17
    |
24  |                 ::core::mem::transmute($x)
    |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: replace this with: `i32::cast_unsigned(c::MAP_NOCORE)`
    |
   ::: /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.38.44/src/backend/libc/mm/types.rs:185:24
    |
185 |         const NOCORE = bitcast!(c::MAP_NOCORE);
    |                        ----------------------- in this macro invocation
    |
    = note: this warning originates in the macro `bitcast` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unnecessary transmute
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.38.44/src/bitcast.rs:24:17
    |
24  |                 ::core::mem::transmute($x)
    |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: replace this with: `i32::cast_unsigned(c::MAP_NOSYNC)`
    |
   ::: /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.38.44/src/backend/libc/mm/types.rs:197:24
    |
197 |         const NOSYNC = bitcast!(c::MAP_NOSYNC);
    |                        ----------------------- in this macro invocation
    |
    = note: this warning originates in the macro `bitcast` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unnecessary transmute
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.38.44/src/bitcast.rs:24:17
    |
24  |                 ::core::mem::transmute($x)
    |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: replace this with: `i32::cast_unsigned(c::MAP_STACK)`
    |
   ::: /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.38.44/src/backend/libc/mm/types.rs:218:23
    |
218 |         const STACK = bitcast!(c::MAP_STACK);
    |                       ---------------------- in this macro invocation
    |
    = note: this warning originates in the macro `bitcast` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unnecessary transmute
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.38.44/src/bitcast.rs:24:17
    |
24  |                 ::core::mem::transmute($x)
    |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: replace this with: `i32::cast_unsigned(c::MAP_PREFAULT_READ)`
    |
   ::: /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.38.44/src/backend/libc/mm/types.rs:221:31
    |
221 |         const PREFAULT_READ = bitcast!(c::MAP_PREFAULT_READ);
    |                               ------------------------------ in this macro invocation
    |
    = note: this warning originates in the macro `bitcast` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unnecessary transmute
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.38.44/src/bitcast.rs:24:17
    |
24  |                 ::core::mem::transmute($x)
    |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: replace this with: `i32::cast_unsigned(c::MS_SYNC)`
    |
   ::: /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.38.44/src/backend/libc/mm/types.rs:279:22
    |
279 |         const SYNC = bitcast!(c::MS_SYNC);
    |                      -------------------- in this macro invocation
    |
    = note: this warning originates in the macro `bitcast` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unnecessary transmute
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.38.44/src/bitcast.rs:24:17
    |
24  |                 ::core::mem::transmute($x)
    |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: replace this with: `i32::cast_unsigned(c::MS_ASYNC)`
    |
   ::: /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.38.44/src/backend/libc/mm/types.rs:282:23
    |
282 |         const ASYNC = bitcast!(c::MS_ASYNC);
    |                       --------------------- in this macro invocation
    |
    = note: this warning originates in the macro `bitcast` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unnecessary transmute
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.38.44/src/bitcast.rs:24:17
    |
24  |                 ::core::mem::transmute($x)
    |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: replace this with: `i32::cast_unsigned(c::MS_INVALIDATE)`
    |
   ::: /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.38.44/src/backend/libc/mm/types.rs:286:28
    |
286 |         const INVALIDATE = bitcast!(c::MS_INVALIDATE);
    |                            -------------------------- in this macro invocation
    |
    = note: this warning originates in the macro `bitcast` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unnecessary transmute
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.38.44/src/bitcast.rs:24:17
    |
24  |                 ::core::mem::transmute($x)
    |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: replace this with: `i32::cast_unsigned(libc::MCL_FUTURE)`
    |
   ::: /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.38.44/src/backend/libc/mm/types.rs:487:24
    |
487 |         const FUTURE = bitcast!(libc::MCL_FUTURE);
    |                        -------------------------- in this macro invocation
    |
    = note: this warning originates in the macro `bitcast` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unnecessary transmute
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.38.44/src/bitcast.rs:24:17
    |
24  |                 ::core::mem::transmute($x)
    |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: replace this with: `i32::cast_unsigned(libc::MCL_CURRENT)`
    |
   ::: /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.38.44/src/backend/libc/mm/types.rs:490:25
    |
490 |         const CURRENT = bitcast!(libc::MCL_CURRENT);
    |                         --------------------------- in this macro invocation
    |
    = note: this warning originates in the macro `bitcast` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unnecessary transmute
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.38.44/src/bitcast.rs:24:17
   |
24 |                 ::core::mem::transmute($x)
   |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: replace this with: `i32::cast_unsigned(c::MSG_DONTROUTE)`
   |
  ::: /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.38.44/src/backend/libc/net/send_recv.rs:27:27
   |
27 |         const DONTROUTE = bitcast!(c::MSG_DONTROUTE);
   |                           -------------------------- in this macro invocation
   |
   = note: this warning originates in the macro `bitcast` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unnecessary transmute
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.38.44/src/bitcast.rs:24:17
   |
24 |                 ::core::mem::transmute($x)
   |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: replace this with: `i32::cast_unsigned(c::MSG_DONTWAIT)`
   |
  ::: /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.38.44/src/backend/libc/net/send_recv.rs:30:26
   |
30 |         const DONTWAIT = bitcast!(c::MSG_DONTWAIT);
   |                          ------------------------- in this macro invocation
   |
   = note: this warning originates in the macro `bitcast` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unnecessary transmute
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.38.44/src/bitcast.rs:24:17
   |
24 |                 ::core::mem::transmute($x)
   |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: replace this with: `i32::cast_unsigned(c::MSG_EOR)`
   |
  ::: /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.38.44/src/backend/libc/net/send_recv.rs:36:21
   |
36 |         const EOT = bitcast!(c::MSG_EOR);
   |                     -------------------- in this macro invocation
   |
   = note: this warning originates in the macro `bitcast` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unnecessary transmute
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.38.44/src/bitcast.rs:24:17
   |
24 |                 ::core::mem::transmute($x)
   |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: replace this with: `i32::cast_unsigned(c::MSG_EOR)`
   |
  ::: /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.38.44/src/backend/libc/net/send_recv.rs:39:21
   |
39 |         const EOR = bitcast!(c::MSG_EOR);
   |                     -------------------- in this macro invocation
   |
   = note: this warning originates in the macro `bitcast` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unnecessary transmute
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.38.44/src/bitcast.rs:24:17
   |
24 |                 ::core::mem::transmute($x)
   |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: replace this with: `i32::cast_unsigned(c::MSG_NOSIGNAL)`
   |
  ::: /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.38.44/src/backend/libc/net/send_recv.rs:54:26
   |
54 |         const NOSIGNAL = bitcast!(c::MSG_NOSIGNAL);
   |                          ------------------------- in this macro invocation
   |
   = note: this warning originates in the macro `bitcast` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unnecessary transmute
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.38.44/src/bitcast.rs:24:17
   |
24 |                 ::core::mem::transmute($x)
   |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: replace this with: `i32::cast_unsigned(c::MSG_OOB)`
   |
  ::: /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.38.44/src/backend/libc/net/send_recv.rs:56:21
   |
56 |         const OOB = bitcast!(c::MSG_OOB);
   |                     -------------------- in this macro invocation
   |
   = note: this warning originates in the macro `bitcast` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unnecessary transmute
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.38.44/src/bitcast.rs:24:17
   |
24 |                 ::core::mem::transmute($x)
   |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: replace this with: `i32::cast_unsigned(c::MSG_CMSG_CLOEXEC)`
   |
  ::: /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.38.44/src/backend/libc/net/send_recv.rs:83:30
   |
83 |         const CMSG_CLOEXEC = bitcast!(c::MSG_CMSG_CLOEXEC);
   |                              ----------------------------- in this macro invocation
   |
   = note: this warning originates in the macro `bitcast` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unnecessary transmute
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.38.44/src/bitcast.rs:24:17
   |
24 |                 ::core::mem::transmute($x)
   |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: replace this with: `i32::cast_unsigned(c::MSG_DONTWAIT)`
   |
  ::: /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.38.44/src/backend/libc/net/send_recv.rs:86:26
   |
86 |         const DONTWAIT = bitcast!(c::MSG_DONTWAIT);
   |                          ------------------------- in this macro invocation
   |
   = note: this warning originates in the macro `bitcast` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unnecessary transmute
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.38.44/src/bitcast.rs:24:17
    |
24  |                 ::core::mem::transmute($x)
    |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: replace this with: `i32::cast_unsigned(c::MSG_OOB)`
    |
   ::: /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.38.44/src/backend/libc/net/send_recv.rs:101:21
    |
101 |         const OOB = bitcast!(c::MSG_OOB);
    |                     -------------------- in this macro invocation
    |
    = note: this warning originates in the macro `bitcast` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unnecessary transmute
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.38.44/src/bitcast.rs:24:17
    |
24  |                 ::core::mem::transmute($x)
    |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: replace this with: `i32::cast_unsigned(c::MSG_PEEK)`
    |
   ::: /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.38.44/src/backend/libc/net/send_recv.rs:103:22
    |
103 |         const PEEK = bitcast!(c::MSG_PEEK);
    |                      --------------------- in this macro invocation
    |
    = note: this warning originates in the macro `bitcast` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unnecessary transmute
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.38.44/src/bitcast.rs:24:17
    |
24  |                 ::core::mem::transmute($x)
    |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: replace this with: `i32::cast_unsigned(c::MSG_TRUNC)`
    |
   ::: /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.38.44/src/backend/libc/net/send_recv.rs:105:23
    |
105 |         const TRUNC = bitcast!(c::MSG_TRUNC);
    |                       ---------------------- in this macro invocation
    |
    = note: this warning originates in the macro `bitcast` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unnecessary transmute
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.38.44/src/bitcast.rs:24:17
    |
24  |                 ::core::mem::transmute($x)
    |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: replace this with: `i32::cast_unsigned(c::MSG_WAITALL)`
    |
   ::: /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.38.44/src/backend/libc/net/send_recv.rs:107:25
    |
107 |         const WAITALL = bitcast!(c::MSG_WAITALL);
    |                         ------------------------ in this macro invocation
    |
    = note: this warning originates in the macro `bitcast` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unnecessary transmute
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.38.44/src/bitcast.rs:24:17
   |
24 |                 ::core::mem::transmute($x)
   |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: replace this with: `u32::cast_signed($x.bits())`
   |
  ::: /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.38.44/src/backend/libc/net/syscalls.rs:50:9
   |
50 |         bitflags_bits!(flags),
   |         --------------------- in this macro invocation
   |
   = note: this warning originates in the macro `bitcast` which comes from the expansion of the macro `bitflags_bits` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unnecessary transmute
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.38.44/src/bitcast.rs:24:17
   |
24 |                 ::core::mem::transmute($x)
   |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: replace this with: `u32::cast_signed($x.bits())`
   |
  ::: /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.38.44/src/backend/libc/net/syscalls.rs:61:13
   |
61 |             bitflags_bits!(flags),
   |             --------------------- in this macro invocation
   |
   = note: this warning originates in the macro `bitcast` which comes from the expansion of the macro `bitflags_bits` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unnecessary transmute
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.38.44/src/bitcast.rs:24:17
   |
24 |                 ::core::mem::transmute($x)
   |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: replace this with: `u32::cast_signed($x.bits())`
   |
  ::: /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.38.44/src/backend/libc/net/syscalls.rs:85:9
   |
85 |         bitflags_bits!(flags),
   |         --------------------- in this macro invocation
   |
   = note: this warning originates in the macro `bitcast` which comes from the expansion of the macro `bitflags_bits` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unnecessary transmute
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.38.44/src/bitcast.rs:24:17
    |
24  |                 ::core::mem::transmute($x)
    |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: replace this with: `u32::cast_signed($x.bits())`
    |
   ::: /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.38.44/src/backend/libc/net/syscalls.rs:109:13
    |
109 |             bitflags_bits!(flags),
    |             --------------------- in this macro invocation
    |
    = note: this warning originates in the macro `bitcast` which comes from the expansion of the macro `bitflags_bits` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unnecessary transmute
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.38.44/src/bitcast.rs:24:17
    |
24  |                 ::core::mem::transmute($x)
    |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: replace this with: `u32::cast_signed($x.bits())`
    |
   ::: /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.38.44/src/backend/libc/net/syscalls.rs:128:13
    |
128 |             bitflags_bits!(flags),
    |             --------------------- in this macro invocation
    |
    = note: this warning originates in the macro `bitcast` which comes from the expansion of the macro `bitflags_bits` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unnecessary transmute
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.38.44/src/bitcast.rs:24:17
    |
24  |                 ::core::mem::transmute($x)
    |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: replace this with: `u32::cast_signed($x.bits())`
    |
   ::: /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.38.44/src/backend/libc/net/syscalls.rs:147:13
    |
147 |             bitflags_bits!(flags),
    |             --------------------- in this macro invocation
    |
    = note: this warning originates in the macro `bitcast` which comes from the expansion of the macro `bitflags_bits` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unnecessary transmute
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.38.44/src/bitcast.rs:24:17
    |
24  |                 ::core::mem::transmute($x)
    |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: replace this with: `u32::cast_signed($x.bits())`
    |
   ::: /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.38.44/src/backend/libc/net/syscalls.rs:335:17
    |
335 |                 bitflags_bits!(msg_flags),
    |                 ------------------------- in this macro invocation
    |
    = note: this warning originates in the macro `bitcast` which comes from the expansion of the macro `bitflags_bits` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unnecessary transmute
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.38.44/src/bitcast.rs:24:17
    |
24  |                 ::core::mem::transmute($x)
    |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: replace this with: `i32::cast_unsigned(msghdr.msg_flags)`
    |
   ::: /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.38.44/src/backend/libc/net/syscalls.rs:347:52
    |
347 |                 flags: RecvFlags::from_bits_retain(bitcast!(msghdr.msg_flags)),
    |                                                    -------------------------- in this macro invocation
    |
    = note: this warning originates in the macro `bitcast` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unnecessary transmute
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.38.44/src/bitcast.rs:24:17
    |
24  |                 ::core::mem::transmute($x)
    |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: replace this with: `u32::cast_signed($x.bits())`
    |
   ::: /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.38.44/src/backend/libc/net/syscalls.rs:370:13
    |
370 |             bitflags_bits!(msg_flags),
    |             ------------------------- in this macro invocation
    |
    = note: this warning originates in the macro `bitcast` which comes from the expansion of the macro `bitflags_bits` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unnecessary transmute
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.38.44/src/bitcast.rs:24:17
    |
24  |                 ::core::mem::transmute($x)
    |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: replace this with: `u32::cast_signed($x.bits())`
    |
   ::: /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.38.44/src/backend/libc/net/syscalls.rs:393:13
    |
393 |             bitflags_bits!(msg_flags),
    |             ------------------------- in this macro invocation
    |
    = note: this warning originates in the macro `bitcast` which comes from the expansion of the macro `bitflags_bits` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unnecessary transmute
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.38.44/src/bitcast.rs:24:17
    |
24  |                 ::core::mem::transmute($x)
    |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: replace this with: `u32::cast_signed($x.bits())`
    |
   ::: /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.38.44/src/backend/libc/net/syscalls.rs:416:13
    |
416 |             bitflags_bits!(msg_flags),
    |             ------------------------- in this macro invocation
    |
    = note: this warning originates in the macro `bitcast` which comes from the expansion of the macro `bitflags_bits` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unnecessary transmute
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.38.44/src/bitcast.rs:24:17
    |
24  |                 ::core::mem::transmute($x)
    |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: replace this with: `u32::cast_signed($x.bits())`
    |
   ::: /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.38.44/src/backend/libc/net/syscalls.rs:436:13
    |
436 |             bitflags_bits!(msg_flags),
    |             ------------------------- in this macro invocation
    |
    = note: this warning originates in the macro `bitcast` which comes from the expansion of the macro `bitflags_bits` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unnecessary transmute
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.38.44/src/bitcast.rs:24:17
     |
24   |                 ::core::mem::transmute($x)
     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: replace this with: `i32::cast_unsigned(c::SOCK_NONBLOCK)`
     |
    ::: /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.38.44/src/net/types.rs:1468:26
     |
1468 |         const NONBLOCK = bitcast!(c::SOCK_NONBLOCK);
     |                          -------------------------- in this macro invocation
     |
     = note: this warning originates in the macro `bitcast` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unnecessary transmute
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.38.44/src/bitcast.rs:24:17
     |
24   |                 ::core::mem::transmute($x)
     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: replace this with: `i32::cast_unsigned(c::SOCK_CLOEXEC)`
     |
    ::: /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.38.44/src/net/types.rs:1472:25
     |
1472 |         const CLOEXEC = bitcast!(c::SOCK_CLOEXEC);
     |                         ------------------------- in this macro invocation
     |
     = note: this warning originates in the macro `bitcast` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unnecessary transmute
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.38.44/src/bitcast.rs:24:17
   |
24 |                 ::core::mem::transmute($x)
   |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: replace this with: `i32::cast_unsigned(backend::process::wait::WNOHANG)`
   |
  ::: /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.38.44/src/process/wait.rs:17:24
   |
17 |         const NOHANG = bitcast!(backend::process::wait::WNOHANG);
   |                        ----------------------------------------- in this macro invocation
   |
   = note: this warning originates in the macro `bitcast` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unnecessary transmute
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.38.44/src/bitcast.rs:24:17
   |
24 |                 ::core::mem::transmute($x)
   |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: replace this with: `i32::cast_unsigned(backend::process::wait::WUNTRACED)`
   |
  ::: /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.38.44/src/process/wait.rs:21:26
   |
21 |         const UNTRACED = bitcast!(backend::process::wait::WUNTRACED);
   |                          ------------------------------------------- in this macro invocation
   |
   = note: this warning originates in the macro `bitcast` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unnecessary transmute
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.38.44/src/bitcast.rs:24:17
   |
24 |                 ::core::mem::transmute($x)
   |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: replace this with: `i32::cast_unsigned(backend::process::wait::WCONTINUED)`
   |
  ::: /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.38.44/src/process/wait.rs:26:27
   |
26 |         const CONTINUED = bitcast!(backend::process::wait::WCONTINUED);
   |                           -------------------------------------------- in this macro invocation
   |
   = note: this warning originates in the macro `bitcast` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unnecessary transmute
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.38.44/src/bitcast.rs:24:17
   |
24 |                 ::core::mem::transmute($x)
   |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: replace this with: `i32::cast_unsigned(backend::process::wait::WNOHANG)`
   |
  ::: /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.38.44/src/process/wait.rs:40:24
   |
40 |         const NOHANG = bitcast!(backend::process::wait::WNOHANG);
   |                        ----------------------------------------- in this macro invocation
   |
   = note: this warning originates in the macro `bitcast` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unnecessary transmute
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.38.44/src/bitcast.rs:24:17
   |
24 |                 ::core::mem::transmute($x)
   |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: replace this with: `i32::cast_unsigned(backend::process::wait::WCONTINUED)`
   |
  ::: /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.38.44/src/process/wait.rs:45:27
   |
45 |         const CONTINUED = bitcast!(backend::process::wait::WCONTINUED);
   |                           -------------------------------------------- in this macro invocation
   |
   = note: this warning originates in the macro `bitcast` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unnecessary transmute
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.38.44/src/bitcast.rs:24:17
   |
24 |                 ::core::mem::transmute($x)
   |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: replace this with: `i32::cast_unsigned(backend::process::wait::WEXITED)`
   |
  ::: /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.38.44/src/process/wait.rs:47:24
   |
47 |         const EXITED = bitcast!(backend::process::wait::WEXITED);
   |                        ----------------------------------------- in this macro invocation
   |
   = note: this warning originates in the macro `bitcast` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unnecessary transmute
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.38.44/src/bitcast.rs:24:17
   |
24 |                 ::core::mem::transmute($x)
   |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: replace this with: `i32::cast_unsigned(backend::process::wait::WNOWAIT)`
   |
  ::: /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.38.44/src/process/wait.rs:49:24
   |
49 |         const NOWAIT = bitcast!(backend::process::wait::WNOWAIT);
   |                        ----------------------------------------- in this macro invocation
   |
   = note: this warning originates in the macro `bitcast` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unnecessary transmute
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.38.44/src/bitcast.rs:24:17
   |
24 |                 ::core::mem::transmute($x)
   |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: replace this with: `i32::cast_unsigned(backend::process::wait::WSTOPPED)`
   |
  ::: /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.38.44/src/process/wait.rs:51:25
   |
51 |         const STOPPED = bitcast!(backend::process::wait::WSTOPPED);
   |                         ------------------------------------------ in this macro invocation
   |
   = note: this warning originates in the macro `bitcast` (in Nightly builds, run with -Z macro-backtrace for more info)

       Fresh io-lifetimes v1.0.10
warning: unexpected `cfg` condition name: `wasi_ext`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/io-lifetimes-1.0.10/src/lib.rs:32:17
   |
32 | #![cfg_attr(all(wasi_ext, target_os = "wasi"), feature(wasi_ext))]
   |                 ^^^^^^^^
   |
   = 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(wasi_ext)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(wasi_ext)");` 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: `io_safety_is_in_std`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/io-lifetimes-1.0.10/src/lib.rs:38:11
   |
38 | #[cfg(not(io_safety_is_in_std))]
   |           ^^^^^^^^^^^^^^^^^^^
   |
   = 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(io_safety_is_in_std)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(io_safety_is_in_std)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `io_safety_is_in_std`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/io-lifetimes-1.0.10/src/lib.rs:41:11
   |
41 | #[cfg(not(io_safety_is_in_std))]
   |           ^^^^^^^^^^^^^^^^^^^
   |
   = 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(io_safety_is_in_std)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(io_safety_is_in_std)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `io_safety_is_in_std`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/io-lifetimes-1.0.10/src/lib.rs:44:11
   |
44 | #[cfg(not(io_safety_is_in_std))]
   |           ^^^^^^^^^^^^^^^^^^^
   |
   = 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(io_safety_is_in_std)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(io_safety_is_in_std)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `io_safety_is_in_std`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/io-lifetimes-1.0.10/src/lib.rs:47:11
   |
47 | #[cfg(not(io_safety_is_in_std))]
   |           ^^^^^^^^^^^^^^^^^^^
   |
   = 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(io_safety_is_in_std)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(io_safety_is_in_std)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `io_safety_is_in_std`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/io-lifetimes-1.0.10/src/lib.rs:57:11
   |
57 | #[cfg(not(io_safety_is_in_std))]
   |           ^^^^^^^^^^^^^^^^^^^
   |
   = 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(io_safety_is_in_std)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(io_safety_is_in_std)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `io_safety_is_in_std`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/io-lifetimes-1.0.10/src/lib.rs:60:11
   |
60 | #[cfg(not(io_safety_is_in_std))]
   |           ^^^^^^^^^^^^^^^^^^^
   |
   = 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(io_safety_is_in_std)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(io_safety_is_in_std)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `io_safety_is_in_std`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/io-lifetimes-1.0.10/src/lib.rs:67:7
   |
67 | #[cfg(io_safety_is_in_std)]
   |       ^^^^^^^^^^^^^^^^^^^
   |
   = 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(io_safety_is_in_std)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(io_safety_is_in_std)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `io_safety_is_in_std`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/io-lifetimes-1.0.10/src/lib.rs:70:7
   |
70 | #[cfg(io_safety_is_in_std)]
   |       ^^^^^^^^^^^^^^^^^^^
   |
   = 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(io_safety_is_in_std)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(io_safety_is_in_std)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `io_safety_is_in_std`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/io-lifetimes-1.0.10/src/lib.rs:73:7
   |
73 | #[cfg(io_safety_is_in_std)]
   |       ^^^^^^^^^^^^^^^^^^^
   |
   = 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(io_safety_is_in_std)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(io_safety_is_in_std)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `io_safety_is_in_std`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/io-lifetimes-1.0.10/src/lib.rs:76:7
   |
76 | #[cfg(io_safety_is_in_std)]
   |       ^^^^^^^^^^^^^^^^^^^
   |
   = 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(io_safety_is_in_std)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(io_safety_is_in_std)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `io_safety_is_in_std`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/io-lifetimes-1.0.10/src/lib.rs:94:7
   |
94 | #[cfg(io_safety_is_in_std)]
   |       ^^^^^^^^^^^^^^^^^^^
   |
   = 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(io_safety_is_in_std)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(io_safety_is_in_std)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `io_safety_is_in_std`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/io-lifetimes-1.0.10/src/lib.rs:103:7
    |
103 | #[cfg(io_safety_is_in_std)]
    |       ^^^^^^^^^^^^^^^^^^^
    |
    = 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(io_safety_is_in_std)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(io_safety_is_in_std)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `io_safety_is_in_std`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/io-lifetimes-1.0.10/src/lib.rs:116:7
    |
116 | #[cfg(io_safety_is_in_std)]
    |       ^^^^^^^^^^^^^^^^^^^
    |
    = 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(io_safety_is_in_std)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(io_safety_is_in_std)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `io_safety_is_in_std`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/io-lifetimes-1.0.10/src/lib.rs:125:7
    |
125 | #[cfg(io_safety_is_in_std)]
    |       ^^^^^^^^^^^^^^^^^^^
    |
    = 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(io_safety_is_in_std)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(io_safety_is_in_std)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `io_safety_is_in_std`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/io-lifetimes-1.0.10/src/lib.rs:138:7
    |
138 | #[cfg(io_safety_is_in_std)]
    |       ^^^^^^^^^^^^^^^^^^^
    |
    = 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(io_safety_is_in_std)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(io_safety_is_in_std)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `io_safety_is_in_std`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/io-lifetimes-1.0.10/src/lib.rs:147:7
    |
147 | #[cfg(io_safety_is_in_std)]
    |       ^^^^^^^^^^^^^^^^^^^
    |
    = 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(io_safety_is_in_std)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(io_safety_is_in_std)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `io_safety_is_in_std`
 --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/io-lifetimes-1.0.10/src/example_ffi.rs:3:17
  |
3 | #![cfg_attr(not(io_safety_is_in_std), allow(unused_imports))]
  |                 ^^^^^^^^^^^^^^^^^^^
  |
  = 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(io_safety_is_in_std)'] }
  = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(io_safety_is_in_std)");` to the top of the `build.rs`
  = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `io_safety_is_in_std`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/io-lifetimes-1.0.10/src/lib.rs:172:11
    |
172 | #[cfg(not(io_safety_is_in_std))]
    |           ^^^^^^^^^^^^^^^^^^^
    |
    = 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(io_safety_is_in_std)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(io_safety_is_in_std)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `io_safety_is_in_std`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/io-lifetimes-1.0.10/src/lib.rs:175:11
    |
175 | #[cfg(not(io_safety_is_in_std))]
    |           ^^^^^^^^^^^^^^^^^^^
    |
    = 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(io_safety_is_in_std)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(io_safety_is_in_std)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `io_safety_is_in_std`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/io-lifetimes-1.0.10/src/lib.rs:178:11
    |
178 | #[cfg(not(io_safety_is_in_std))]
    |           ^^^^^^^^^^^^^^^^^^^
    |
    = 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(io_safety_is_in_std)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(io_safety_is_in_std)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `io_safety_is_in_std`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/io-lifetimes-1.0.10/src/lib.rs:182:11
    |
182 | #[cfg(not(io_safety_is_in_std))]
    |           ^^^^^^^^^^^^^^^^^^^
    |
    = 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(io_safety_is_in_std)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(io_safety_is_in_std)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `io_safety_is_in_std`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/io-lifetimes-1.0.10/src/lib.rs:185:11
    |
185 | #[cfg(not(io_safety_is_in_std))]
    |           ^^^^^^^^^^^^^^^^^^^
    |
    = 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(io_safety_is_in_std)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(io_safety_is_in_std)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `io_safety_is_in_std`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/io-lifetimes-1.0.10/src/lib.rs:188:11
    |
188 | #[cfg(not(io_safety_is_in_std))]
    |           ^^^^^^^^^^^^^^^^^^^
    |
    = 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(io_safety_is_in_std)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(io_safety_is_in_std)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `io_safety_is_in_std`
 --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/io-lifetimes-1.0.10/src/traits.rs:1:11
  |
1 | #[cfg(not(io_safety_is_in_std))]
  |           ^^^^^^^^^^^^^^^^^^^
  |
  = 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(io_safety_is_in_std)'] }
  = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(io_safety_is_in_std)");` to the top of the `build.rs`
  = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `io_safety_is_in_std`
 --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/io-lifetimes-1.0.10/src/traits.rs:6:11
  |
6 | #[cfg(not(io_safety_is_in_std))]
  |           ^^^^^^^^^^^^^^^^^^^
  |
  = 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(io_safety_is_in_std)'] }
  = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(io_safety_is_in_std)");` to the top of the `build.rs`
  = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `io_safety_is_in_std`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/io-lifetimes-1.0.10/src/traits.rs:17:11
   |
17 | #[cfg(not(io_safety_is_in_std))]
   |           ^^^^^^^^^^^^^^^^^^^
   |
   = 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(io_safety_is_in_std)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(io_safety_is_in_std)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `io_safety_is_in_std`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/io-lifetimes-1.0.10/src/traits.rs:37:11
   |
37 | #[cfg(not(io_safety_is_in_std))]
   |           ^^^^^^^^^^^^^^^^^^^
   |
   = 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(io_safety_is_in_std)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(io_safety_is_in_std)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `io_safety_is_in_std`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/io-lifetimes-1.0.10/src/traits.rs:57:11
   |
57 | #[cfg(not(io_safety_is_in_std))]
   |           ^^^^^^^^^^^^^^^^^^^
   |
   = 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(io_safety_is_in_std)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(io_safety_is_in_std)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `io_safety_is_in_std`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/io-lifetimes-1.0.10/src/traits.rs:238:11
    |
238 | #[cfg(not(io_safety_is_in_std))]
    |           ^^^^^^^^^^^^^^^^^^^
    |
    = 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(io_safety_is_in_std)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(io_safety_is_in_std)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `io_safety_is_in_std`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/io-lifetimes-1.0.10/src/traits.rs:247:11
    |
247 | #[cfg(not(io_safety_is_in_std))]
    |           ^^^^^^^^^^^^^^^^^^^
    |
    = 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(io_safety_is_in_std)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(io_safety_is_in_std)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `io_safety_is_in_std`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/io-lifetimes-1.0.10/src/traits.rs:256:11
    |
256 | #[cfg(not(io_safety_is_in_std))]
    |           ^^^^^^^^^^^^^^^^^^^
    |
    = 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(io_safety_is_in_std)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(io_safety_is_in_std)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `io_safety_is_in_std`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/io-lifetimes-1.0.10/src/traits.rs:265:11
    |
265 | #[cfg(not(io_safety_is_in_std))]
    |           ^^^^^^^^^^^^^^^^^^^
    |
    = 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(io_safety_is_in_std)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(io_safety_is_in_std)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `io_safety_is_in_std`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/io-lifetimes-1.0.10/src/traits.rs:274:11
    |
274 | #[cfg(not(io_safety_is_in_std))]
    |           ^^^^^^^^^^^^^^^^^^^
    |
    = 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(io_safety_is_in_std)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(io_safety_is_in_std)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `io_safety_is_in_std`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/io-lifetimes-1.0.10/src/traits.rs:283:11
    |
283 | #[cfg(not(io_safety_is_in_std))]
    |           ^^^^^^^^^^^^^^^^^^^
    |
    = 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(io_safety_is_in_std)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(io_safety_is_in_std)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `io_safety_is_in_std`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/io-lifetimes-1.0.10/src/example_ffi.rs:27:5
   |
27 |     io_safety_is_in_std,
   |     ^^^^^^^^^^^^^^^^^^^
   |
   = 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(io_safety_is_in_std)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(io_safety_is_in_std)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition value: `async_std`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/io-lifetimes-1.0.10/src/views.rs:239:7
    |
239 | #[cfg(feature = "async_std")]
    |       ^^^^^^^^^^-----------
    |                 |
    |                 help: there is a expected value with a similar name: `"async-std"`
    |
    = note: expected values for `feature` are: `async-std`, `close`, `default`, `fs-err`, `hermit-abi`, `libc`, `mio`, `os_pipe`, `socket2`, `tokio`, and `windows-sys`
    = help: consider adding `async_std` as a feature in `Cargo.toml`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition value: `async_std`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/io-lifetimes-1.0.10/src/views.rs:242:7
    |
242 | #[cfg(feature = "async_std")]
    |       ^^^^^^^^^^-----------
    |                 |
    |                 help: there is a expected value with a similar name: `"async-std"`
    |
    = note: expected values for `feature` are: `async-std`, `close`, `default`, `fs-err`, `hermit-abi`, `libc`, `mio`, `os_pipe`, `socket2`, `tokio`, and `windows-sys`
    = help: consider adding `async_std` as a feature in `Cargo.toml`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition value: `async_std`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/io-lifetimes-1.0.10/src/views.rs:245:7
    |
245 | #[cfg(feature = "async_std")]
    |       ^^^^^^^^^^-----------
    |                 |
    |                 help: there is a expected value with a similar name: `"async-std"`
    |
    = note: expected values for `feature` are: `async-std`, `close`, `default`, `fs-err`, `hermit-abi`, `libc`, `mio`, `os_pipe`, `socket2`, `tokio`, and `windows-sys`
    = help: consider adding `async_std` as a feature in `Cargo.toml`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition value: `async_std`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/io-lifetimes-1.0.10/src/views.rs:248:7
    |
248 | #[cfg(feature = "async_std")]
    |       ^^^^^^^^^^-----------
    |                 |
    |                 help: there is a expected value with a similar name: `"async-std"`
    |
    = note: expected values for `feature` are: `async-std`, `close`, `default`, `fs-err`, `hermit-abi`, `libc`, `mio`, `os_pipe`, `socket2`, `tokio`, and `windows-sys`
    = help: consider adding `async_std` as a feature in `Cargo.toml`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition value: `async_std`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/io-lifetimes-1.0.10/src/views.rs:251:7
    |
251 | #[cfg(feature = "async_std")]
    |       ^^^^^^^^^^-----------
    |                 |
    |                 help: there is a expected value with a similar name: `"async-std"`
    |
    = note: expected values for `feature` are: `async-std`, `close`, `default`, `fs-err`, `hermit-abi`, `libc`, `mio`, `os_pipe`, `socket2`, `tokio`, and `windows-sys`
    = help: consider adding `async_std` as a feature in `Cargo.toml`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition value: `async_std`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/io-lifetimes-1.0.10/src/views.rs:254:7
    |
254 | #[cfg(feature = "async_std")]
    |       ^^^^^^^^^^-----------
    |                 |
    |                 help: there is a expected value with a similar name: `"async-std"`
    |
    = note: expected values for `feature` are: `async-std`, `close`, `default`, `fs-err`, `hermit-abi`, `libc`, `mio`, `os_pipe`, `socket2`, `tokio`, and `windows-sys`
    = help: consider adding `async_std` as a feature in `Cargo.toml`
    = note: see  for more information about checking conditional configuration

       Fresh thiserror-impl v2.0.12
       Fresh memoffset v0.6.5
warning: unexpected `cfg` condition name: `doctests`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/memoffset-0.6.5/src/lib.rs:65:7
   |
65 | #[cfg(doctests)]
   |       ^^^^^^^^ help: there is a config with a similar name: `doctest`
   |
   = 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(doctests)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doctests)");` 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: `doctests`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/memoffset-0.6.5/src/lib.rs:68:7
   |
68 | #[cfg(doctests)]
   |       ^^^^^^^^ help: there is a config with a similar name: `doctest`
   |
   = 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(doctests)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doctests)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `raw_ref_macros`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/memoffset-0.6.5/src/raw_field.rs:22:7
   |
22 | #[cfg(raw_ref_macros)]
   |       ^^^^^^^^^^^^^^
   |
   = 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(raw_ref_macros)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(raw_ref_macros)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `raw_ref_macros`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/memoffset-0.6.5/src/raw_field.rs:30:11
   |
30 | #[cfg(not(raw_ref_macros))]
   |           ^^^^^^^^^^^^^^
   |
   = 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(raw_ref_macros)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(raw_ref_macros)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `allow_clippy`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/memoffset-0.6.5/src/raw_field.rs:42:7
   |
42 | #[cfg(allow_clippy)]
   |       ^^^^^^^^^^^^
   |
   = 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(allow_clippy)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(allow_clippy)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `allow_clippy`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/memoffset-0.6.5/src/raw_field.rs:54:11
   |
54 | #[cfg(not(allow_clippy))]
   |           ^^^^^^^^^^^^
   |
   = 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(allow_clippy)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(allow_clippy)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `tuple_ty`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/memoffset-0.6.5/src/raw_field.rs:102:7
    |
102 | #[cfg(tuple_ty)]
    |       ^^^^^^^^
    |
    = 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(tuple_ty)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tuple_ty)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `maybe_uninit`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/memoffset-0.6.5/src/offset_of.rs:23:7
   |
23 | #[cfg(maybe_uninit)]
   |       ^^^^^^^^^^^^
   |
   = 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(maybe_uninit)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(maybe_uninit)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `maybe_uninit`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/memoffset-0.6.5/src/offset_of.rs:37:11
   |
37 | #[cfg(not(maybe_uninit))]
   |           ^^^^^^^^^^^^
   |
   = 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(maybe_uninit)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(maybe_uninit)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `tuple_ty`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/memoffset-0.6.5/src/offset_of.rs:111:7
    |
111 | #[cfg(tuple_ty)]
    |       ^^^^^^^^
    |
    = 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(tuple_ty)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tuple_ty)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

       Fresh phf_generator v0.11.1
warning: struct `OpensslCallbacks` is never constructed
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/build/run_bindgen.rs:217:8
    |
217 | struct OpensslCallbacks;
    |        ^^^^^^^^^^^^^^^^
    |
    = note: `#[warn(dead_code)]` on by default

       Fresh num_cpus v1.13.1
warning: unexpected `cfg` condition value: `nacl`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/num_cpus-1.13.1/src/lib.rs:331:5
    |
331 |     target_os = "nacl",
    |     ^^^^^^^^^^^^^^^^^^
    |
    = 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
    = note: `#[warn(unexpected_cfgs)]` on by default

warning: unexpected `cfg` condition value: `nacl`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/num_cpus-1.13.1/src/lib.rs:412:5
    |
412 |     target_os = "nacl",
    |     ^^^^^^^^^^^^^^^^^^
    |
    = 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

       Fresh concurrent-queue v2.2.0
warning: unexpected `cfg` condition name: `loom`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/concurrent-queue-2.2.0/src/bounded.rs:144:23
    |
144 |                 #[cfg(loom)]
    |                       ^^^^ help: found config with similar value: `feature = "loom"`
    |
    = 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(loom)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(loom)");` 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: `loom`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/concurrent-queue-2.2.0/src/bounded.rs:216:23
    |
216 |                 #[cfg(loom)]
    |                       ^^^^ help: found config with similar value: `feature = "loom"`
    |
    = 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(loom)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(loom)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `loom`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/concurrent-queue-2.2.0/src/unbounded.rs:42:15
   |
42 |     #[cfg(not(loom))]
   |               ^^^^ help: found config with similar value: `feature = "loom"`
   |
   = 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(loom)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(loom)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `loom`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/concurrent-queue-2.2.0/src/unbounded.rs:48:15
   |
48 |     #[cfg(not(loom))]
   |               ^^^^ help: found config with similar value: `feature = "loom"`
   |
   = 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(loom)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(loom)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `loom`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/concurrent-queue-2.2.0/src/unbounded.rs:53:11
   |
53 |     #[cfg(loom)]
   |           ^^^^ help: found config with similar value: `feature = "loom"`
   |
   = 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(loom)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(loom)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `loom`
 --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/concurrent-queue-2.2.0/src/sync.rs:3:44
  |
3 | #[cfg(all(feature = "portable-atomic", not(loom)))]
  |                                            ^^^^ help: found config with similar value: `feature = "loom"`
  |
  = 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(loom)'] }
  = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(loom)");` to the top of the `build.rs`
  = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `loom`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/concurrent-queue-2.2.0/src/sync.rs:15:49
   |
15 | #[cfg(all(not(feature = "portable-atomic"), not(loom)))]
   |                                                 ^^^^ help: found config with similar value: `feature = "loom"`
   |
   = 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(loom)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(loom)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `loom`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/concurrent-queue-2.2.0/src/sync.rs:31:7
   |
31 | #[cfg(loom)]
   |       ^^^^ help: found config with similar value: `feature = "loom"`
   |
   = 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(loom)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(loom)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `loom`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/concurrent-queue-2.2.0/src/sync.rs:55:7
   |
55 | #[cfg(loom)]
   |       ^^^^ help: found config with similar value: `feature = "loom"`
   |
   = 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(loom)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(loom)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `loom`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/concurrent-queue-2.2.0/src/sync.rs:58:11
   |
58 | #[cfg(not(loom))]
   |           ^^^^ help: found config with similar value: `feature = "loom"`
   |
   = 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(loom)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(loom)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `loom`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/concurrent-queue-2.2.0/src/lib.rs:538:13
    |
538 |         not(loom)
    |             ^^^^ help: found config with similar value: `feature = "loom"`
    |
    = 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(loom)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(loom)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: method `with` is never used
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/concurrent-queue-2.2.0/src/sync.rs:66:12
   |
63 |     pub(crate) trait UnsafeCellExt {
   |                      ------------- method in this trait
...
66 |         fn with(&self, f: F) -> R
   |            ^^^^
   |
   = note: `#[warn(dead_code)]` on by default

       Fresh parking v2.0.0
warning: unexpected `cfg` condition value: `rust_1_40`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/target-lexicon-0.13.1/src/data_model.rs:43:12
   |
43 | #[cfg_attr(feature = "rust_1_40", non_exhaustive)]
   |            ^^^^^^^^^^^^^^^^^^^^^
   |
   = note: expected values for `feature` are: `arch_zkasm`, `default`, `serde`, `serde_support`, and `std`
   = help: consider adding `rust_1_40` 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: `rust_1_40`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/target-lexicon-0.13.1/src/triple.rs:55:12
   |
55 | #[cfg_attr(feature = "rust_1_40", non_exhaustive)]
   |            ^^^^^^^^^^^^^^^^^^^^^
   |
   = note: expected values for `feature` are: `arch_zkasm`, `default`, `serde`, `serde_support`, and `std`
   = help: consider adding `rust_1_40` as a feature in `Cargo.toml`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition value: `rust_1_40`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/target-lexicon-0.13.1/src/targets.rs:14:12
   |
14 | #[cfg_attr(feature = "rust_1_40", non_exhaustive)]
   |            ^^^^^^^^^^^^^^^^^^^^^
   |
   = note: expected values for `feature` are: `arch_zkasm`, `default`, `serde`, `serde_support`, and `std`
   = help: consider adding `rust_1_40` as a feature in `Cargo.toml`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition value: `rust_1_40`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/target-lexicon-0.13.1/src/targets.rs:61:12
   |
61 | #[cfg_attr(feature = "rust_1_40", non_exhaustive)]
   |            ^^^^^^^^^^^^^^^^^^^^^
   |
   = note: expected values for `feature` are: `arch_zkasm`, `default`, `serde`, `serde_support`, and `std`
   = help: consider adding `rust_1_40` as a feature in `Cargo.toml`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition value: `rust_1_40`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/target-lexicon-0.13.1/src/targets.rs:111:12
    |
111 | #[cfg_attr(feature = "rust_1_40", non_exhaustive)]
    |            ^^^^^^^^^^^^^^^^^^^^^
    |
    = note: expected values for `feature` are: `arch_zkasm`, `default`, `serde`, `serde_support`, and `std`
    = help: consider adding `rust_1_40` as a feature in `Cargo.toml`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition value: `rust_1_40`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/target-lexicon-0.13.1/src/targets.rs:390:12
    |
390 | #[cfg_attr(feature = "rust_1_40", non_exhaustive)]
    |            ^^^^^^^^^^^^^^^^^^^^^
    |
    = note: expected values for `feature` are: `arch_zkasm`, `default`, `serde`, `serde_support`, and `std`
    = help: consider adding `rust_1_40` as a feature in `Cargo.toml`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition value: `rust_1_40`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/target-lexicon-0.13.1/src/targets.rs:411:12
    |
411 | #[cfg_attr(feature = "rust_1_40", non_exhaustive)]
    |            ^^^^^^^^^^^^^^^^^^^^^
    |
    = note: expected values for `feature` are: `arch_zkasm`, `default`, `serde`, `serde_support`, and `std`
    = help: consider adding `rust_1_40` as a feature in `Cargo.toml`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition value: `rust_1_40`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/target-lexicon-0.13.1/src/targets.rs:444:12
    |
444 | #[cfg_attr(feature = "rust_1_40", non_exhaustive)]
    |            ^^^^^^^^^^^^^^^^^^^^^
    |
    = note: expected values for `feature` are: `arch_zkasm`, `default`, `serde`, `serde_support`, and `std`
    = help: consider adding `rust_1_40` as a feature in `Cargo.toml`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition value: `rust_1_40`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/target-lexicon-0.13.1/src/targets.rs:467:12
    |
467 | #[cfg_attr(feature = "rust_1_40", non_exhaustive)]
    |            ^^^^^^^^^^^^^^^^^^^^^
    |
    = note: expected values for `feature` are: `arch_zkasm`, `default`, `serde`, `serde_support`, and `std`
    = help: consider adding `rust_1_40` as a feature in `Cargo.toml`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition value: `rust_1_40`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/target-lexicon-0.13.1/src/targets.rs:490:12
    |
490 | #[cfg_attr(feature = "rust_1_40", non_exhaustive)]
    |            ^^^^^^^^^^^^^^^^^^^^^
    |
    = note: expected values for `feature` are: `arch_zkasm`, `default`, `serde`, `serde_support`, and `std`
    = help: consider adding `rust_1_40` as a feature in `Cargo.toml`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition value: `rust_1_40`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/target-lexicon-0.13.1/src/targets.rs:515:12
    |
515 | #[cfg_attr(feature = "rust_1_40", non_exhaustive)]
    |            ^^^^^^^^^^^^^^^^^^^^^
    |
    = note: expected values for `feature` are: `arch_zkasm`, `default`, `serde`, `serde_support`, and `std`
    = help: consider adding `rust_1_40` as a feature in `Cargo.toml`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition value: `rust_1_40`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/target-lexicon-0.13.1/src/targets.rs:574:12
    |
574 | #[cfg_attr(feature = "rust_1_40", non_exhaustive)]
    |            ^^^^^^^^^^^^^^^^^^^^^
    |
    = note: expected values for `feature` are: `arch_zkasm`, `default`, `serde`, `serde_support`, and `std`
    = help: consider adding `rust_1_40` as a feature in `Cargo.toml`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition value: `rust_1_40`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/target-lexicon-0.13.1/src/targets.rs:649:12
    |
649 | #[cfg_attr(feature = "rust_1_40", non_exhaustive)]
    |            ^^^^^^^^^^^^^^^^^^^^^
    |
    = note: expected values for `feature` are: `arch_zkasm`, `default`, `serde`, `serde_support`, and `std`
    = help: consider adding `rust_1_40` as a feature in `Cargo.toml`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition value: `rust_1_40`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/target-lexicon-0.13.1/src/targets.rs:793:12
    |
793 | #[cfg_attr(feature = "rust_1_40", non_exhaustive)]
    |            ^^^^^^^^^^^^^^^^^^^^^
    |
    = note: expected values for `feature` are: `arch_zkasm`, `default`, `serde`, `serde_support`, and `std`
    = help: consider adding `rust_1_40` as a feature in `Cargo.toml`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition value: `rust_1_40`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/target-lexicon-0.13.1/src/targets.rs:881:12
    |
881 | #[cfg_attr(feature = "rust_1_40", non_exhaustive)]
    |            ^^^^^^^^^^^^^^^^^^^^^
    |
    = note: expected values for `feature` are: `arch_zkasm`, `default`, `serde`, `serde_support`, and `std`
    = help: consider adding `rust_1_40` as a feature in `Cargo.toml`
    = note: see  for more information about checking conditional configuration

warning: `rustix` (lib) generated 134 warnings (3 duplicates)
warning: `io-lifetimes` (lib) generated 42 warnings
warning: `memoffset` (lib) generated 10 warnings
warning: `openssl-sys` (build script) generated 1 warning
warning: `num_cpus` (lib) generated 2 warnings
warning: `concurrent-queue` (lib) generated 12 warnings
warning: `target-lexicon` (build script) generated 15 warnings
       Fresh value-bag v1.0.0-alpha.9
warning: unexpected `cfg` condition name: `value_bag_capture_const_type_id`
 --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/value-bag-1.0.0-alpha.9/src/lib.rs:7:13
  |
7 | #![cfg_attr(value_bag_capture_const_type_id, feature(const_type_id))]
  |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  |
  = 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(value_bag_capture_const_type_id)'] }
  = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(value_bag_capture_const_type_id)");` 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: `value_bag_capture_const_type_id`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/value-bag-1.0.0-alpha.9/src/internal/cast/primitive.rs:16:11
   |
16 |     #[cfg(value_bag_capture_const_type_id)]
   |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
   |
   = 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(value_bag_capture_const_type_id)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(value_bag_capture_const_type_id)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `value_bag_capture_ctor`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/value-bag-1.0.0-alpha.9/src/internal/cast/primitive.rs:104:15
    |
104 |     #[cfg(all(value_bag_capture_ctor, not(miri)))]
    |               ^^^^^^^^^^^^^^^^^^^^^^
    |
    = 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(value_bag_capture_ctor)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(value_bag_capture_ctor)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `value_bag_capture_ctor`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/value-bag-1.0.0-alpha.9/src/internal/cast/primitive.rs:295:19
    |
295 |     #[cfg(any(all(value_bag_capture_ctor, miri), value_bag_capture_fallback))]
    |                   ^^^^^^^^^^^^^^^^^^^^^^
    |
    = 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(value_bag_capture_ctor)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(value_bag_capture_ctor)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `value_bag_capture_fallback`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/value-bag-1.0.0-alpha.9/src/internal/cast/primitive.rs:295:50
    |
295 |     #[cfg(any(all(value_bag_capture_ctor, miri), value_bag_capture_fallback))]
    |                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^
    |
    = 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(value_bag_capture_fallback)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(value_bag_capture_fallback)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: methods `borrowed_u128` and `borrowed_i128` are never used
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/value-bag-1.0.0-alpha.9/src/internal/mod.rs:150:8
    |
143 | pub(super) trait InternalVisitor<'v> {
    |                  --------------- methods in this trait
...
150 |     fn borrowed_u128(&mut self, v: &'v u128) -> Result<(), Error> {
    |        ^^^^^^^^^^^^^
...
154 |     fn borrowed_i128(&mut self, v: &'v i128) -> Result<(), Error> {
    |        ^^^^^^^^^^^^^
    |
    = note: `#[warn(dead_code)]` on by default

       Fresh rustix v0.37.28
warning: unexpected `cfg` condition name: `linux_raw`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/lib.rs:100:13
    |
100 | #![cfg_attr(linux_raw, deny(unsafe_code))]
    |             ^^^^^^^^^
    |
    = 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(linux_raw)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_raw)");` 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: `rustc_attrs`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/lib.rs:101:13
    |
101 | #![cfg_attr(rustc_attrs, feature(rustc_attrs))]
    |             ^^^^^^^^^^^
    |
    = 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(rustc_attrs)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(rustc_attrs)");` 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/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/lib.rs:102:13
    |
102 | #![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: `wasi_ext`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/lib.rs:103:17
    |
103 | #![cfg_attr(all(wasi_ext, target_os = "wasi", feature = "std"), feature(wasi_ext))]
    |                 ^^^^^^^^
    |
    = 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(wasi_ext)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(wasi_ext)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `io_lifetimes_use_std`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/lib.rs:104:13
    |
104 | #![cfg_attr(io_lifetimes_use_std, feature(io_safety))]
    |             ^^^^^^^^^^^^^^^^^^^^
    |
    = 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(io_lifetimes_use_std)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(io_lifetimes_use_std)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `core_ffi_c`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/lib.rs:105:13
    |
105 | #![cfg_attr(core_ffi_c, feature(core_ffi_c))]
    |             ^^^^^^^^^^
    |
    = 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(core_ffi_c)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(core_ffi_c)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `core_c_str`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/lib.rs:106:13
    |
106 | #![cfg_attr(core_c_str, feature(core_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(core_c_str)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(core_c_str)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `alloc_c_string`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/lib.rs:107:13
    |
107 | #![cfg_attr(alloc_c_string, feature(alloc_ffi))]
    |             ^^^^^^^^^^^^^^
    |
    = 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(alloc_c_string)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(alloc_c_string)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `alloc_c_string`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/lib.rs:108:13
    |
108 | #![cfg_attr(alloc_c_string, feature(alloc_c_string))]
    |             ^^^^^^^^^^^^^^
    |
    = 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(alloc_c_string)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(alloc_c_string)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `core_intrinsics`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/lib.rs:112:39
    |
112 |     any(feature = "rustc-dep-of-std", core_intrinsics),
    |                                       ^^^^^^^^^^^^^^^
    |
    = 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(core_intrinsics)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(core_intrinsics)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `asm_experimental_arch`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/lib.rs:115:13
    |
115 | #![cfg_attr(asm_experimental_arch, feature(asm_experimental_arch))]
    |             ^^^^^^^^^^^^^^^^^^^^^
    |
    = 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(asm_experimental_arch)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(asm_experimental_arch)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_raw`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/lib.rs:146:9
    |
146 |     all(linux_raw, feature = "use-libc-auxv"),
    |         ^^^^^^^^^
    |
    = 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(linux_raw)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_raw)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libc`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/lib.rs:147:9
    |
147 |     all(libc, not(any(windows, target_os = "wasi")))
    |         ^^^^ help: found config with similar value: `feature = "libc"`
    |
    = 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)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libc)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_raw`
 --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/weak.rs:9:13
  |
9 | #![cfg_attr(linux_raw, allow(unsafe_code))]
  |             ^^^^^^^^^
  |
  = 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(linux_raw)'] }
  = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_raw)");` to the top of the `build.rs`
  = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libc`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/lib.rs:153:12
    |
153 | #[cfg_attr(libc, path = "backend/libc/mod.rs")]
    |            ^^^^ help: found config with similar value: `feature = "libc"`
    |
    = 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)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libc)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_raw`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/lib.rs:154:12
    |
154 | #[cfg_attr(linux_raw, path = "backend/linux_raw/mod.rs")]
    |            ^^^^^^^^^
    |
    = 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(linux_raw)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_raw)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `wasi`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/lib.rs:155:12
    |
155 | #[cfg_attr(wasi, path = "backend/wasi/mod.rs")]
    |            ^^^^ help: found config with similar value: `target_os = "wasi"`
    |
    = 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(wasi)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(wasi)");` 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/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/lib.rs:174:12
    |
174 | #[cfg_attr(doc_cfg, doc(cfg(feature = "fs")))]
    |            ^^^^^^^
    |
    = 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: `linux_kernel`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/lib.rs:177:7
    |
177 | #[cfg(linux_kernel)]
    |       ^^^^^^^^^^^^
    |
    = 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(linux_kernel)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_kernel)");` 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/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/lib.rs:195:12
    |
195 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "fs", feature = "net"))))]
    |            ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/lib.rs:212:12
    |
212 | #[cfg_attr(doc_cfg, doc(cfg(feature = "termios")))]
    |            ^^^^^^^
    |
    = 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: `linux_raw`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/lib.rs:235:5
    |
235 |     linux_raw,
    |     ^^^^^^^^^
    |
    = 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(linux_raw)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_raw)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition value: `mustang`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/lib.rs:239:9
    |
239 |     not(target_vendor = "mustang"),
    |         ^^^^^^^^^^^^^^^^^^^^^^^^^
    |
    = note: expected values for `target_vendor` are: `amd`, `apple`, `espressif`, `fortanix`, `ibm`, `kmc`, `mti`, `nintendo`, `nvidia`, `openwrt`, `pc`, `risc0`, `sony`, `sun`, `unikraft`, `unknown`, `uwp`, `win7`, and `wrs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_kernel`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/weak.rs:123:11
    |
123 | #[cfg(not(linux_kernel))]
    |           ^^^^^^^^^^^^
    |
    = 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(linux_kernel)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_kernel)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_kernel`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/weak.rs:139:7
    |
139 | #[cfg(linux_kernel)]
    |       ^^^^^^^^^^^^
    |
    = 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(linux_kernel)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_kernel)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_kernel`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/mod.rs:55:7
   |
55 | #[cfg(linux_kernel)]
   |       ^^^^^^^^^^^^
   |
   = 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(linux_kernel)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_kernel)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_kernel`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/mod.rs:97:11
   |
97 | #[cfg(all(linux_kernel, target_env = "gnu"))]
   |           ^^^^^^^^^^^^
   |
   = 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(linux_kernel)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_kernel)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_kernel`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/conv.rs:110:7
    |
110 | #[cfg(linux_kernel)]
    |       ^^^^^^^^^^^^
    |
    = 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(linux_kernel)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_kernel)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `bsd`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/conv.rs:255:5
    |
255 |     bsd,
    |     ^^^
    |
    = 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(bsd)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(bsd)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `solarish`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/conv.rs:256:5
    |
256 |     solarish,
    |     ^^^^^^^^
    |
    = 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(solarish)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(solarish)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `bsd`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/conv.rs:270:5
    |
270 |     bsd,
    |     ^^^
    |
    = 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(bsd)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(bsd)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `solarish`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/conv.rs:271:5
    |
271 |     solarish,
    |     ^^^^^^^^
    |
    = 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(solarish)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(solarish)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_like`
 --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/offset.rs:6:15
  |
6 | #[cfg(not(any(linux_like, windows, target_os = "hurd")))]
  |               ^^^^^^^^^^
  |
  = 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(linux_like)'] }
  = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_like)");` to the top of the `build.rs`
  = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_like`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/offset.rs:13:11
   |
13 | #[cfg(any(linux_like, target_os = "hurd"))]
   |           ^^^^^^^^^^
   |
   = 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(linux_like)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_like)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_like`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/offset.rs:20:7
   |
20 | #[cfg(linux_like)]
   |       ^^^^^^^^^^
   |
   = 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(linux_like)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_like)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_like`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/offset.rs:23:15
   |
23 | #[cfg(not(any(linux_like, windows, target_os = "wasi")))]
   |               ^^^^^^^^^^
   |
   = 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(linux_like)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_like)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_like`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/offset.rs:28:5
   |
28 |     linux_like,
   |     ^^^^^^^^^^
   |
   = 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(linux_like)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_like)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_like`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/offset.rs:36:15
   |
36 | #[cfg(not(any(linux_like, windows, target_os = "fuchsia", target_os = "wasi")))]
   |               ^^^^^^^^^^
   |
   = 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(linux_like)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_like)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_like`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/offset.rs:39:7
   |
39 | #[cfg(linux_like)]
   |       ^^^^^^^^^^
   |
   = 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(linux_like)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_like)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_like`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/offset.rs:45:7
   |
45 | #[cfg(linux_like)]
   |       ^^^^^^^^^^
   |
   = 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(linux_like)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_like)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_like`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/offset.rs:105:15
    |
105 | #[cfg(not(any(linux_like, windows, target_os = "redox")))]
    |               ^^^^^^^^^^
    |
    = 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(linux_like)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_like)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_like`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/offset.rs:108:7
    |
108 | #[cfg(linux_like)]
    |       ^^^^^^^^^^
    |
    = 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(linux_like)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_like)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_kernel`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/offset.rs:115:7
    |
115 | #[cfg(linux_kernel)]
    |       ^^^^^^^^^^^^
    |
    = 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(linux_kernel)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_kernel)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `apple`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/offset.rs:119:5
    |
119 |     apple,
    |     ^^^^^ help: found config with similar value: `target_vendor = "apple"`
    |
    = 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(apple)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(apple)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_like`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/offset.rs:120:5
    |
120 |     linux_like,
    |     ^^^^^^^^^^
    |
    = 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(linux_like)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_like)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `netbsdlike`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/offset.rs:121:5
    |
121 |     netbsdlike,
    |     ^^^^^^^^^^
    |
    = 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(netbsdlike)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(netbsdlike)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `solarish`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/offset.rs:122:5
    |
122 |     solarish,
    |     ^^^^^^^^
    |
    = 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(solarish)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(solarish)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_like`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/offset.rs:131:11
    |
131 | #[cfg(any(linux_like, target_os = "hurd"))]
    |           ^^^^^^^^^^
    |
    = 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(linux_like)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_like)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_kernel`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/offset.rs:135:15
    |
135 | #[cfg(not(any(linux_kernel, windows, target_os = "emscripten", target_os = "hurd")))]
    |               ^^^^^^^^^^^^
    |
    = 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(linux_kernel)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_kernel)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_kernel`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/offset.rs:137:11
    |
137 | #[cfg(any(linux_kernel, target_os = "emscripten", target_os = "hurd"))]
    |           ^^^^^^^^^^^^
    |
    = 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(linux_kernel)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_kernel)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `apple`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/offset.rs:140:5
    |
140 |     apple,
    |     ^^^^^ help: found config with similar value: `target_vendor = "apple"`
    |
    = 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(apple)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(apple)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_kernel`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/offset.rs:141:5
    |
141 |     linux_kernel,
    |     ^^^^^^^^^^^^
    |
    = 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(linux_kernel)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_kernel)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `apple`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/offset.rs:211:7
    |
211 | #[cfg(apple)]
    |       ^^^^^ help: found config with similar value: `target_vendor = "apple"`
    |
    = 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(apple)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(apple)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `apple`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/offset.rs:231:7
    |
231 | #[cfg(apple)]
    |       ^^^^^ help: found config with similar value: `target_vendor = "apple"`
    |
    = 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(apple)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(apple)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `apple`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/offset.rs:297:5
    |
297 |     apple,
    |     ^^^^^ help: found config with similar value: `target_vendor = "apple"`
    |
    = 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(apple)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(apple)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_kernel`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/offset.rs:298:5
    |
298 |     linux_kernel,
    |     ^^^^^^^^^^^^
    |
    = 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(linux_kernel)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_kernel)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `netbsdlike`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/offset.rs:299:5
    |
299 |     netbsdlike,
    |     ^^^^^^^^^^
    |
    = 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(netbsdlike)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(netbsdlike)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `solarish`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/offset.rs:300:5
    |
300 |     solarish,
    |     ^^^^^^^^
    |
    = 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(solarish)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(solarish)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_like`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/offset.rs:315:5
    |
315 |     linux_like,
    |     ^^^^^^^^^^
    |
    = 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(linux_like)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_like)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `solarish`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/offset.rs:316:5
    |
316 |     solarish,
    |     ^^^^^^^^
    |
    = 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(solarish)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(solarish)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_like`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/offset.rs:326:5
    |
326 |     linux_like,
    |     ^^^^^^^^^^
    |
    = 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(linux_like)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_like)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_like`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/offset.rs:335:7
    |
335 | #[cfg(linux_like)]
    |       ^^^^^^^^^^
    |
    = 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(linux_like)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_like)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_kernel`
 --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/c.rs:4:11
  |
4 | #[cfg(all(linux_kernel, target_env = "musl"))]
  |           ^^^^^^^^^^^^
  |
  = 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(linux_kernel)'] }
  = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_kernel)");` to the top of the `build.rs`
  = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_kernel`
 --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/c.rs:8:11
  |
8 | #[cfg(all(linux_kernel, target_env = "musl"))]
  |           ^^^^^^^^^^^^
  |
  = 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(linux_kernel)'] }
  = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_kernel)");` to the top of the `build.rs`
  = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_kernel`
 --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/fs/mod.rs:3:7
  |
3 | #[cfg(linux_kernel)]
  |       ^^^^^^^^^^^^
  |
  = 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(linux_kernel)'] }
  = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_kernel)");` to the top of the `build.rs`
  = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `solarish`
 --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/fs/dir.rs:4:15
  |
4 | #[cfg(not(any(solarish, target_os = "haiku")))]
  |               ^^^^^^^^
  |
  = 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(solarish)'] }
  = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(solarish)");` to the top of the `build.rs`
  = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `solarish`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/fs/dir.rs:10:5
   |
10 |     solarish,
   |     ^^^^^^^^
   |
   = 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(solarish)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(solarish)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `solarish`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/fs/dir.rs:17:15
   |
17 | #[cfg(not(any(solarish, target_os = "haiku", target_os = "redox", target_os = "wasi")))]
   |               ^^^^^^^^
   |
   = 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(solarish)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(solarish)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_like`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/fs/dir.rs:23:15
   |
23 | #[cfg(not(any(linux_like, target_os = "hurd")))]
   |               ^^^^^^^^^^
   |
   = 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(linux_like)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_like)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_like`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/fs/dir.rs:25:11
   |
25 | #[cfg(any(linux_like, target_os = "hurd"))]
   |           ^^^^^^^^^^
   |
   = 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(linux_like)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_like)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `solarish`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/fs/dir.rs:210:19
    |
210 |     #[cfg(not(any(solarish, target_os = "aix", target_os = "haiku")))]
    |                   ^^^^^^^^
    |
    = 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(solarish)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(solarish)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `freebsdlike`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/fs/dir.rs:213:19
    |
213 |     #[cfg(not(any(freebsdlike, netbsdlike)))]
    |                   ^^^^^^^^^^^
    |
    = 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(freebsdlike)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(freebsdlike)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `netbsdlike`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/fs/dir.rs:213:32
    |
213 |     #[cfg(not(any(freebsdlike, netbsdlike)))]
    |                                ^^^^^^^^^^
    |
    = 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(netbsdlike)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(netbsdlike)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `freebsdlike`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/fs/dir.rs:216:15
    |
216 |     #[cfg(any(freebsdlike, netbsdlike))]
    |               ^^^^^^^^^^^
    |
    = 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(freebsdlike)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(freebsdlike)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `netbsdlike`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/fs/dir.rs:216:28
    |
216 |     #[cfg(any(freebsdlike, netbsdlike))]
    |                            ^^^^^^^^^^
    |
    = 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(netbsdlike)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(netbsdlike)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `solarish`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/fs/dir.rs:151:9
    |
151 |         solarish,
    |         ^^^^^^^^
    |
    = 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(solarish)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(solarish)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `solarish`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/fs/dir.rs:163:19
    |
163 |     #[cfg(not(any(solarish, target_os = "haiku", target_os = "redox", target_os = "wasi")))]
    |                   ^^^^^^^^
    |
    = 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(solarish)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(solarish)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `solarish`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/fs/dir.rs:126:35
    |
126 |                     #[cfg(not(any(solarish, target_os = "aix", target_os = "haiku")))]
    |                                   ^^^^^^^^
    |
    = 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(solarish)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(solarish)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `freebsdlike`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/fs/dir.rs:129:35
    |
129 |                     #[cfg(not(any(freebsdlike, netbsdlike)))]
    |                                   ^^^^^^^^^^^
    |
    = 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(freebsdlike)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(freebsdlike)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `netbsdlike`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/fs/dir.rs:129:48
    |
129 |                     #[cfg(not(any(freebsdlike, netbsdlike)))]
    |                                                ^^^^^^^^^^
    |
    = 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(netbsdlike)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(netbsdlike)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `freebsdlike`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/fs/dir.rs:132:31
    |
132 |                     #[cfg(any(freebsdlike, netbsdlike))]
    |                               ^^^^^^^^^^^
    |
    = 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(freebsdlike)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(freebsdlike)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `netbsdlike`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/fs/dir.rs:132:44
    |
132 |                     #[cfg(any(freebsdlike, netbsdlike))]
    |                                            ^^^^^^^^^^
    |
    = 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(netbsdlike)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(netbsdlike)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `solarish`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/fs/dir.rs:230:19
    |
230 |     #[cfg(not(any(solarish, target_os = "aix", target_os = "haiku")))]
    |                   ^^^^^^^^
    |
    = 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(solarish)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(solarish)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `freebsdlike`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/fs/dir.rs:237:19
    |
237 |     #[cfg(not(any(freebsdlike, netbsdlike)))]
    |                   ^^^^^^^^^^^
    |
    = 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(freebsdlike)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(freebsdlike)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `netbsdlike`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/fs/dir.rs:237:32
    |
237 |     #[cfg(not(any(freebsdlike, netbsdlike)))]
    |                                ^^^^^^^^^^
    |
    = 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(netbsdlike)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(netbsdlike)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `freebsdlike`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/fs/dir.rs:244:15
    |
244 |     #[cfg(any(freebsdlike, netbsdlike))]
    |               ^^^^^^^^^^^
    |
    = 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(freebsdlike)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(freebsdlike)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `netbsdlike`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/fs/dir.rs:244:28
    |
244 |     #[cfg(any(freebsdlike, netbsdlike))]
    |                            ^^^^^^^^^^
    |
    = 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(netbsdlike)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(netbsdlike)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `apple`
 --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/fs/makedev.rs:6:5
  |
6 |     apple,
  |     ^^^^^ help: found config with similar value: `target_vendor = "apple"`
  |
  = 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(apple)'] }
  = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(apple)");` to the top of the `build.rs`
  = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `solarish`
 --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/fs/makedev.rs:7:5
  |
7 |     solarish,
  |     ^^^^^^^^
  |
  = 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(solarish)'] }
  = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(solarish)");` to the top of the `build.rs`
  = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `solarish`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/fs/makedev.rs:17:7
   |
17 | #[cfg(solarish)]
   |       ^^^^^^^^
   |
   = 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(solarish)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(solarish)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `apple`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/fs/makedev.rs:48:7
   |
48 | #[cfg(apple)]
   |       ^^^^^ help: found config with similar value: `target_vendor = "apple"`
   |
   = 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(apple)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(apple)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `apple`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/fs/makedev.rs:63:5
   |
63 |     apple,
   |     ^^^^^ help: found config with similar value: `target_vendor = "apple"`
   |
   = 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(apple)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(apple)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `freebsdlike`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/fs/makedev.rs:64:5
   |
64 |     freebsdlike,
   |     ^^^^^^^^^^^
   |
   = 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(freebsdlike)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(freebsdlike)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `apple`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/fs/makedev.rs:75:5
   |
75 |     apple,
   |     ^^^^^ help: found config with similar value: `target_vendor = "apple"`
   |
   = 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(apple)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(apple)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `freebsdlike`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/fs/makedev.rs:76:5
   |
76 |     freebsdlike,
   |     ^^^^^^^^^^^
   |
   = 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(freebsdlike)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(freebsdlike)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `apple`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/fs/makedev.rs:102:5
    |
102 |     apple,
    |     ^^^^^ help: found config with similar value: `target_vendor = "apple"`
    |
    = 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(apple)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(apple)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `freebsdlike`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/fs/makedev.rs:103:5
    |
103 |     freebsdlike,
    |     ^^^^^^^^^^^
    |
    = 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(freebsdlike)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(freebsdlike)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `apple`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/fs/makedev.rs:114:5
    |
114 |     apple,
    |     ^^^^^ help: found config with similar value: `target_vendor = "apple"`
    |
    = 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(apple)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(apple)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `freebsdlike`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/fs/makedev.rs:115:5
    |
115 |     freebsdlike,
    |     ^^^^^^^^^^^
    |
    = 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(freebsdlike)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(freebsdlike)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_kernel`
 --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/fs/syscalls.rs:5:11
  |
5 | #[cfg(any(linux_kernel, target_os = "fuchsia"))]
  |           ^^^^^^^^^^^^
  |
  = 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(linux_kernel)'] }
  = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_kernel)");` to the top of the `build.rs`
  = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `apple`
 --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/fs/syscalls.rs:8:5
  |
8 |     apple,
  |     ^^^^^ help: found config with similar value: `target_vendor = "apple"`
  |
  = 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(apple)'] }
  = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(apple)");` to the top of the `build.rs`
  = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `netbsdlike`
 --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/fs/syscalls.rs:9:5
  |
9 |     netbsdlike,
  |     ^^^^^^^^^^
  |
  = 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(netbsdlike)'] }
  = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(netbsdlike)");` to the top of the `build.rs`
  = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `solarish`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/fs/syscalls.rs:10:5
   |
10 |     solarish,
   |     ^^^^^^^^
   |
   = 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(solarish)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(solarish)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `apple`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/fs/syscalls.rs:17:5
   |
17 |     apple,
   |     ^^^^^ help: found config with similar value: `target_vendor = "apple"`
   |
   = 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(apple)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(apple)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `netbsdlike`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/fs/syscalls.rs:18:5
   |
18 |     netbsdlike,
   |     ^^^^^^^^^^
   |
   = 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(netbsdlike)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(netbsdlike)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `solarish`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/fs/syscalls.rs:19:5
   |
19 |     solarish,
   |     ^^^^^^^^
   |
   = 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(solarish)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(solarish)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_kernel`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/fs/syscalls.rs:20:5
   |
20 |     linux_kernel,
   |     ^^^^^^^^^^^^
   |
   = 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(linux_kernel)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_kernel)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `solarish`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/fs/syscalls.rs:29:5
   |
29 |     solarish,
   |     ^^^^^^^^
   |
   = 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(solarish)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(solarish)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `apple`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/fs/syscalls.rs:45:7
   |
45 | #[cfg(apple)]
   |       ^^^^^ help: found config with similar value: `target_vendor = "apple"`
   |
   = 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(apple)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(apple)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `apple`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/fs/syscalls.rs:48:5
   |
48 |     apple,
   |     ^^^^^ help: found config with similar value: `target_vendor = "apple"`
   |
   = 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(apple)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(apple)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `netbsdlike`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/fs/syscalls.rs:49:5
   |
49 |     netbsdlike,
   |     ^^^^^^^^^^
   |
   = 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(netbsdlike)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(netbsdlike)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `solarish`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/fs/syscalls.rs:50:5
   |
50 |     solarish,
   |     ^^^^^^^^
   |
   = 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(solarish)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(solarish)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `netbsdlike`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/fs/syscalls.rs:57:5
   |
57 |     netbsdlike,
   |     ^^^^^^^^^^
   |
   = 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(netbsdlike)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(netbsdlike)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `solarish`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/fs/syscalls.rs:58:5
   |
58 |     solarish,
   |     ^^^^^^^^
   |
   = 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(solarish)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(solarish)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_kernel`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/fs/syscalls.rs:66:11
   |
66 | #[cfg(any(linux_kernel, target_os = "freebsd"))]
   |           ^^^^^^^^^^^^
   |
   = 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(linux_kernel)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_kernel)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_kernel`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/fs/syscalls.rs:68:11
   |
68 | #[cfg(any(linux_kernel, target_os = "freebsd", target_os = "fuchsia"))]
   |           ^^^^^^^^^^^^
   |
   = 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(linux_kernel)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_kernel)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `solarish`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/fs/syscalls.rs:71:5
   |
71 |     solarish,
   |     ^^^^^^^^
   |
   = 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(solarish)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(solarish)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `apple`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/fs/syscalls.rs:79:15
   |
79 | #[cfg(not(any(apple, target_os = "redox", target_os = "wasi")))]
   |               ^^^^^ help: found config with similar value: `target_vendor = "apple"`
   |
   = 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(apple)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(apple)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `apple`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/fs/syscalls.rs:91:7
   |
91 | #[cfg(apple)]
   |       ^^^^^ help: found config with similar value: `target_vendor = "apple"`
   |
   = 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(apple)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(apple)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `apple`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/fs/syscalls.rs:95:7
   |
95 | #[cfg(apple)]
   |       ^^^^^ help: found config with similar value: `target_vendor = "apple"`
   |
   = 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(apple)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(apple)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_kernel`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/fs/syscalls.rs:100:7
    |
100 | #[cfg(linux_kernel)]
    |       ^^^^^^^^^^^^
    |
    = 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(linux_kernel)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_kernel)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `apple`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/fs/syscalls.rs:108:11
    |
108 | #[cfg(any(apple, linux_kernel))]
    |           ^^^^^ help: found config with similar value: `target_vendor = "apple"`
    |
    = 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(apple)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(apple)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_kernel`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/fs/syscalls.rs:108:18
    |
108 | #[cfg(any(apple, linux_kernel))]
    |                  ^^^^^^^^^^^^
    |
    = 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(linux_kernel)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_kernel)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_kernel`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/fs/syscalls.rs:125:11
    |
125 | #[cfg(all(linux_kernel, target_env = "gnu", not(target_os = "hurd")))]
    |           ^^^^^^^^^^^^
    |
    = 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(linux_kernel)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_kernel)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `solarish`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/fs/syscalls.rs:174:5
    |
174 |     solarish,
    |     ^^^^^^^^
    |
    = 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(solarish)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(solarish)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_kernel`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/fs/syscalls.rs:223:7
    |
223 | #[cfg(linux_kernel)]
    |       ^^^^^^^^^^^^
    |
    = 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(linux_kernel)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_kernel)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_kernel`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/fs/syscalls.rs:464:11
    |
464 | #[cfg(all(linux_kernel, any(target_pointer_width = "32", target_arch = "mips64")))]
    |           ^^^^^^^^^^^^
    |
    = 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(linux_kernel)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_kernel)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_kernel`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/fs/syscalls.rs:743:15
    |
743 | #[cfg(not(any(linux_kernel, target_os = "redox", target_os = "wasi")))]
    |               ^^^^^^^^^^^^
    |
    = 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(linux_kernel)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_kernel)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_kernel`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/fs/syscalls.rs:760:7
    |
760 | #[cfg(linux_kernel)]
    |       ^^^^^^^^^^^^
    |
    = 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(linux_kernel)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_kernel)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `apple`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/fs/syscalls.rs:792:7
    |
792 | #[cfg(apple)]
    |       ^^^^^ help: found config with similar value: `target_vendor = "apple"`
    |
    = 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(apple)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(apple)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `apple`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/fs/syscalls.rs:831:15
    |
831 | #[cfg(not(any(apple, target_os = "redox", target_os = "wasi")))]
    |               ^^^^^ help: found config with similar value: `target_vendor = "apple"`
    |
    = 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(apple)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(apple)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_kernel`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/fs/syscalls.rs:849:7
    |
849 | #[cfg(linux_kernel)]
    |       ^^^^^^^^^^^^
    |
    = 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(linux_kernel)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_kernel)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `apple`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/fs/syscalls.rs:895:5
    |
895 |     apple,
    |     ^^^^^ help: found config with similar value: `target_vendor = "apple"`
    |
    = 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(apple)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(apple)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `netbsdlike`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/fs/syscalls.rs:896:5
    |
896 |     netbsdlike,
    |     ^^^^^^^^^^
    |
    = 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(netbsdlike)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(netbsdlike)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `solarish`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/fs/syscalls.rs:897:5
    |
897 |     solarish,
    |     ^^^^^^^^
    |
    = 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(solarish)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(solarish)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_kernel`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/fs/syscalls.rs:940:11
    |
940 | #[cfg(any(linux_kernel, target_os = "freebsd", target_os = "fuchsia"))]
    |           ^^^^^^^^^^^^
    |
    = 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(linux_kernel)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_kernel)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_kernel`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/fs/syscalls.rs:948:11
    |
948 | #[cfg(any(linux_kernel, target_os = "freebsd", target_os = "fuchsia"))]
    |           ^^^^^^^^^^^^
    |
    = 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(linux_kernel)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_kernel)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_kernel`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/fs/syscalls.rs:1010:15
     |
1010 | #[cfg(not(any(linux_kernel, target_os = "wasi")))]
     |               ^^^^^^^^^^^^
     |
     = 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(linux_kernel)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_kernel)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_kernel`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/fs/syscalls.rs:1015:7
     |
1015 | #[cfg(linux_kernel)]
     |       ^^^^^^^^^^^^
     |
     = 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(linux_kernel)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_kernel)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_kernel`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/fs/syscalls.rs:1030:7
     |
1030 | #[cfg(linux_kernel)]
     |       ^^^^^^^^^^^^
     |
     = 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(linux_kernel)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_kernel)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_kernel`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/fs/syscalls.rs:1042:15
     |
1042 | #[cfg(not(any(linux_kernel, target_os = "wasi")))]
     |               ^^^^^^^^^^^^
     |
     = 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(linux_kernel)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_kernel)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_kernel`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/fs/syscalls.rs:1055:7
     |
1055 | #[cfg(linux_kernel)]
     |       ^^^^^^^^^^^^
     |
     = 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(linux_kernel)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_kernel)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_kernel`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/fs/syscalls.rs:1103:11
     |
1103 | #[cfg(all(linux_kernel, any(target_pointer_width = "32", target_arch = "mips64")))]
     |           ^^^^^^^^^^^^
     |
     = 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(linux_kernel)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_kernel)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `solarish`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/fs/syscalls.rs:1113:5
     |
1113 |     solarish,
     |     ^^^^^^^^
     |
     = 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(solarish)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(solarish)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `apple`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/fs/syscalls.rs:1254:5
     |
1254 |     apple,
     |     ^^^^^ help: found config with similar value: `target_vendor = "apple"`
     |
     = 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(apple)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(apple)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `netbsdlike`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/fs/syscalls.rs:1255:5
     |
1255 |     netbsdlike,
     |     ^^^^^^^^^^
     |
     = 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(netbsdlike)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(netbsdlike)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `solarish`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/fs/syscalls.rs:1256:5
     |
1256 |     solarish,
     |     ^^^^^^^^
     |
     = 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(solarish)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(solarish)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `apple`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/fs/syscalls.rs:1290:7
     |
1290 | #[cfg(apple)]
     |       ^^^^^ help: found config with similar value: `target_vendor = "apple"`
     |
     = 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(apple)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(apple)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `apple`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/fs/syscalls.rs:1326:5
     |
1326 |     apple,
     |     ^^^^^ help: found config with similar value: `target_vendor = "apple"`
     |
     = 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(apple)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(apple)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_kernel`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/fs/syscalls.rs:1340:11
     |
1340 | #[cfg(any(linux_kernel, target_os = "freebsd"))]
     |           ^^^^^^^^^^^^
     |
     = 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(linux_kernel)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_kernel)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_kernel`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/fs/syscalls.rs:1361:7
     |
1361 | #[cfg(linux_kernel)]
     |       ^^^^^^^^^^^^
     |
     = 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(linux_kernel)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_kernel)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_kernel`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/fs/syscalls.rs:1386:11
     |
1386 | #[cfg(all(linux_kernel, 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(linux_kernel)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_kernel)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_kernel`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/fs/syscalls.rs:1388:11
     |
1388 | #[cfg(all(linux_kernel, 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(linux_kernel)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_kernel)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_kernel`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/fs/syscalls.rs:1391:7
     |
1391 | #[cfg(linux_kernel)]
     |       ^^^^^^^^^^^^
     |
     = 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(linux_kernel)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_kernel)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_kernel`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/fs/syscalls.rs:1399:7
     |
1399 | #[cfg(linux_kernel)]
     |       ^^^^^^^^^^^^
     |
     = 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(linux_kernel)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_kernel)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_kernel`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/fs/syscalls.rs:1420:11
     |
1420 | #[cfg(all(linux_kernel, 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(linux_kernel)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_kernel)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_kernel`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/fs/syscalls.rs:1457:11
     |
1457 | #[cfg(all(linux_kernel, target_arch = "mips64"))]
     |           ^^^^^^^^^^^^
     |
     = 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(linux_kernel)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_kernel)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_kernel`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/fs/syscalls.rs:1494:11
     |
1494 | #[cfg(all(linux_kernel, 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(linux_kernel)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_kernel)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_kernel`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/fs/syscalls.rs:1529:11
     |
1529 | #[cfg(all(linux_kernel, target_arch = "mips64"))]
     |           ^^^^^^^^^^^^
     |
     = 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(linux_kernel)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_kernel)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_kernel`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/fs/syscalls.rs:1562:7
     |
1562 | #[cfg(linux_kernel)]
     |       ^^^^^^^^^^^^
     |
     = 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(linux_kernel)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_kernel)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_kernel`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/fs/syscalls.rs:1578:7
     |
1578 | #[cfg(linux_kernel)]
     |       ^^^^^^^^^^^^
     |
     = 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(linux_kernel)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_kernel)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_kernel`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/fs/syscalls.rs:1621:7
     |
1621 | #[cfg(linux_kernel)]
     |       ^^^^^^^^^^^^
     |
     = 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(linux_kernel)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_kernel)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `apple`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/fs/syscalls.rs:1634:7
     |
1634 | #[cfg(apple)]
     |       ^^^^^ help: found config with similar value: `target_vendor = "apple"`
     |
     = 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(apple)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(apple)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `apple`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/fs/syscalls.rs:1658:7
     |
1658 | #[cfg(apple)]
     |       ^^^^^ help: found config with similar value: `target_vendor = "apple"`
     |
     = 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(apple)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(apple)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `apple`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/fs/syscalls.rs:1672:7
     |
1672 | #[cfg(apple)]
     |       ^^^^^ help: found config with similar value: `target_vendor = "apple"`
     |
     = 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(apple)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(apple)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `apple`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/fs/syscalls.rs:1681:7
     |
1681 | #[cfg(apple)]
     |       ^^^^^ help: found config with similar value: `target_vendor = "apple"`
     |
     = 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(apple)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(apple)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `apple`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/fs/syscalls.rs:1684:7
     |
1684 | #[cfg(apple)]
     |       ^^^^^ help: found config with similar value: `target_vendor = "apple"`
     |
     = 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(apple)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(apple)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `apple`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/fs/syscalls.rs:1691:7
     |
1691 | #[cfg(apple)]
     |       ^^^^^ help: found config with similar value: `target_vendor = "apple"`
     |
     = 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(apple)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(apple)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `apple`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/fs/syscalls.rs:1704:7
     |
1704 | #[cfg(apple)]
     |       ^^^^^ help: found config with similar value: `target_vendor = "apple"`
     |
     = 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(apple)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(apple)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `apple`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/fs/syscalls.rs:1732:7
     |
1732 | #[cfg(apple)]
     |       ^^^^^ help: found config with similar value: `target_vendor = "apple"`
     |
     = 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(apple)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(apple)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `apple`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/fs/syscalls.rs:1769:7
     |
1769 | #[cfg(apple)]
     |       ^^^^^ help: found config with similar value: `target_vendor = "apple"`
     |
     = 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(apple)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(apple)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `apple`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/fs/syscalls.rs:1776:7
     |
1776 | #[cfg(apple)]
     |       ^^^^^ help: found config with similar value: `target_vendor = "apple"`
     |
     = 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(apple)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(apple)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `apple`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/fs/syscalls.rs:1844:7
     |
1844 | #[cfg(apple)]
     |       ^^^^^ help: found config with similar value: `target_vendor = "apple"`
     |
     = 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(apple)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(apple)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `apple`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/fs/syscalls.rs:1848:7
     |
1848 | #[cfg(apple)]
     |       ^^^^^ help: found config with similar value: `target_vendor = "apple"`
     |
     = 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(apple)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(apple)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_kernel`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/fs/syscalls.rs:1860:7
     |
1860 | #[cfg(linux_kernel)]
     |       ^^^^^^^^^^^^
     |
     = 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(linux_kernel)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_kernel)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_kernel`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/fs/syscalls.rs:1879:7
     |
1879 | #[cfg(linux_kernel)]
     |       ^^^^^^^^^^^^
     |
     = 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(linux_kernel)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_kernel)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `apple`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/fs/syscalls.rs:1884:11
     |
1884 | #[cfg(any(apple, linux_kernel))]
     |           ^^^^^ help: found config with similar value: `target_vendor = "apple"`
     |
     = 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(apple)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(apple)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_kernel`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/fs/syscalls.rs:1884:18
     |
1884 | #[cfg(any(apple, linux_kernel))]
     |                  ^^^^^^^^^^^^
     |
     = 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(linux_kernel)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_kernel)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `apple`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/fs/syscalls.rs:1911:11
     |
1911 | #[cfg(any(apple, linux_kernel))]
     |           ^^^^^ help: found config with similar value: `target_vendor = "apple"`
     |
     = 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(apple)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(apple)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_kernel`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/fs/syscalls.rs:1911:18
     |
1911 | #[cfg(any(apple, linux_kernel))]
     |                  ^^^^^^^^^^^^
     |
     = 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(linux_kernel)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_kernel)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `apple`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/fs/syscalls.rs:1938:11
     |
1938 | #[cfg(any(apple, linux_kernel))]
     |           ^^^^^ help: found config with similar value: `target_vendor = "apple"`
     |
     = 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(apple)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(apple)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_kernel`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/fs/syscalls.rs:1938:18
     |
1938 | #[cfg(any(apple, linux_kernel))]
     |                  ^^^^^^^^^^^^
     |
     = 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(linux_kernel)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_kernel)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `apple`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/fs/syscalls.rs:1965:11
     |
1965 | #[cfg(any(apple, linux_kernel))]
     |           ^^^^^ help: found config with similar value: `target_vendor = "apple"`
     |
     = 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(apple)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(apple)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_kernel`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/fs/syscalls.rs:1965:18
     |
1965 | #[cfg(any(apple, linux_kernel))]
     |                  ^^^^^^^^^^^^
     |
     = 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(linux_kernel)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_kernel)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `apple`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/fs/syscalls.rs:1996:11
     |
1996 | #[cfg(any(apple, linux_kernel))]
     |           ^^^^^ help: found config with similar value: `target_vendor = "apple"`
     |
     = 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(apple)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(apple)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_kernel`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/fs/syscalls.rs:1996:18
     |
1996 | #[cfg(any(apple, linux_kernel))]
     |                  ^^^^^^^^^^^^
     |
     = 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(linux_kernel)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_kernel)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `apple`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/fs/syscalls.rs:2027:11
     |
2027 | #[cfg(any(apple, linux_kernel))]
     |           ^^^^^ help: found config with similar value: `target_vendor = "apple"`
     |
     = 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(apple)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(apple)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_kernel`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/fs/syscalls.rs:2027:18
     |
2027 | #[cfg(any(apple, linux_kernel))]
     |                  ^^^^^^^^^^^^
     |
     = 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(linux_kernel)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_kernel)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `apple`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/fs/syscalls.rs:2058:11
     |
2058 | #[cfg(any(apple, linux_kernel))]
     |           ^^^^^ help: found config with similar value: `target_vendor = "apple"`
     |
     = 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(apple)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(apple)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_kernel`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/fs/syscalls.rs:2058:18
     |
2058 | #[cfg(any(apple, linux_kernel))]
     |                  ^^^^^^^^^^^^
     |
     = 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(linux_kernel)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_kernel)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `apple`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/fs/syscalls.rs:2076:11
     |
2076 | #[cfg(any(apple, linux_kernel))]
     |           ^^^^^ help: found config with similar value: `target_vendor = "apple"`
     |
     = 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(apple)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(apple)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_kernel`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/fs/syscalls.rs:2076:18
     |
2076 | #[cfg(any(apple, linux_kernel))]
     |                  ^^^^^^^^^^^^
     |
     = 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(linux_kernel)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_kernel)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `apple`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/fs/syscalls.rs:2094:11
     |
2094 | #[cfg(any(apple, linux_kernel))]
     |           ^^^^^ help: found config with similar value: `target_vendor = "apple"`
     |
     = 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(apple)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(apple)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_kernel`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/fs/syscalls.rs:2094:18
     |
2094 | #[cfg(any(apple, linux_kernel))]
     |                  ^^^^^^^^^^^^
     |
     = 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(linux_kernel)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_kernel)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `apple`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/fs/syscalls.rs:2109:11
     |
2109 | #[cfg(any(apple, linux_kernel))]
     |           ^^^^^ help: found config with similar value: `target_vendor = "apple"`
     |
     = 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(apple)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(apple)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_kernel`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/fs/syscalls.rs:2109:18
     |
2109 | #[cfg(any(apple, linux_kernel))]
     |                  ^^^^^^^^^^^^
     |
     = 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(linux_kernel)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_kernel)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `apple`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/fs/syscalls.rs:2122:11
     |
2122 | #[cfg(any(apple, linux_kernel))]
     |           ^^^^^ help: found config with similar value: `target_vendor = "apple"`
     |
     = 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(apple)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(apple)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_kernel`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/fs/syscalls.rs:2122:18
     |
2122 | #[cfg(any(apple, linux_kernel))]
     |                  ^^^^^^^^^^^^
     |
     = 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(linux_kernel)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_kernel)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `apple`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/fs/syscalls.rs:2139:11
     |
2139 | #[cfg(any(apple, linux_kernel))]
     |           ^^^^^ help: found config with similar value: `target_vendor = "apple"`
     |
     = 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(apple)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(apple)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_kernel`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/fs/syscalls.rs:2139:18
     |
2139 | #[cfg(any(apple, linux_kernel))]
     |                  ^^^^^^^^^^^^
     |
     = 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(linux_kernel)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_kernel)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_kernel`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/fs/syscalls.rs:156:15
    |
156 |     #[cfg(all(linux_kernel, target_env = "gnu", not(target_os = "hurd")))]
    |               ^^^^^^^^^^^^
    |
    = 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(linux_kernel)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_kernel)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_kernel`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/fs/syscalls.rs:440:15
    |
440 |     #[cfg(all(linux_kernel, any(target_pointer_width = "32", target_arch = "mips64")))]
    |               ^^^^^^^^^^^^
    |
    = 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(linux_kernel)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_kernel)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_kernel`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/fs/syscalls.rs:451:19
    |
451 |     #[cfg(not(all(linux_kernel, any(target_pointer_width = "32", target_arch = "mips64"))))]
    |                   ^^^^^^^^^^^^
    |
    = 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(linux_kernel)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_kernel)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `apple`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/fs/syscalls.rs:573:9
    |
573 |         apple,
    |         ^^^^^ help: found config with similar value: `target_vendor = "apple"`
    |
    = 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(apple)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(apple)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `apple`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/fs/syscalls.rs:592:11
    |
592 |     #[cfg(apple)]
    |           ^^^^^ help: found config with similar value: `target_vendor = "apple"`
    |
    = 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(apple)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(apple)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `freebsdlike`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/fs/syscalls.rs:996:19
    |
996 |         #[cfg(any(freebsdlike, target_os = "linux", target_os = "solaris"))]
    |                   ^^^^^^^^^^^
    |
    = 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(freebsdlike)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(freebsdlike)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `freebsdlike`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/fs/syscalls.rs:998:19
    |
998 |         #[cfg(any(freebsdlike, target_os = "linux", target_os = "solaris"))]
    |                   ^^^^^^^^^^^
    |
    = 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(freebsdlike)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(freebsdlike)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_kernel`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/fs/syscalls.rs:1084:15
     |
1084 |     #[cfg(all(linux_kernel, any(target_pointer_width = "32", target_arch = "mips64")))]
     |               ^^^^^^^^^^^^
     |
     = 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(linux_kernel)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_kernel)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_kernel`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/fs/syscalls.rs:1095:19
     |
1095 |     #[cfg(not(all(linux_kernel, any(target_pointer_width = "32", target_arch = "mips64"))))]
     |                   ^^^^^^^^^^^^
     |
     = 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(linux_kernel)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_kernel)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `apple`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/fs/syscalls.rs:1175:9
     |
1175 |         apple,
     |         ^^^^^ help: found config with similar value: `target_vendor = "apple"`
     |
     = 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(apple)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(apple)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `apple`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/fs/syscalls.rs:1189:11
     |
1189 |     #[cfg(apple)]
     |           ^^^^^ help: found config with similar value: `target_vendor = "apple"`
     |
     = 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(apple)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(apple)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_kernel`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/fs/syscalls.rs:1271:15
     |
1271 |     #[cfg(any(linux_kernel, target_os = "fuchsia"))]
     |               ^^^^^^^^^^^^
     |
     = 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(linux_kernel)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_kernel)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_kernel`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/fs/syscalls.rs:1276:19
     |
1276 |     #[cfg(not(any(linux_kernel, target_os = "fuchsia")))]
     |                   ^^^^^^^^^^^^
     |
     = 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(linux_kernel)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_kernel)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_kernel`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/fs/syscalls.rs:1350:11
     |
1350 |     #[cfg(linux_kernel)]
     |           ^^^^^^^^^^^^
     |
     = 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(linux_kernel)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_kernel)");` 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/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/weak.rs:47:54
     |
47   |           $vis static $name: $crate::weak::Weak $ret> =
     |                                                        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
     |
    ::: /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/fs/syscalls.rs:1343:5
     |
1343 | /     weakcall! {
1344 | |         fn memfd_create(
1345 | |             name: *const c::c_char,
1346 | |             flags: c::c_uint
1347 | |         ) -> c::c_int
1348 | |     }
     | |_____- in this macro invocation
     |
     = note: `#[warn(missing_abi)]` on by default
     = note: this warning originates in the macro `weak` which comes from the expansion of the macro `weakcall` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `apple`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/fs/types.rs:311:7
    |
311 | #[cfg(apple)]
    |       ^^^^^ help: found config with similar value: `target_vendor = "apple"`
    |
    = 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(apple)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(apple)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `apple`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/fs/types.rs:325:7
    |
325 | #[cfg(apple)]
    |       ^^^^^ help: found config with similar value: `target_vendor = "apple"`
    |
    = 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(apple)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(apple)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `apple`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/fs/types.rs:336:7
    |
336 | #[cfg(apple)]
    |       ^^^^^ help: found config with similar value: `target_vendor = "apple"`
    |
    = 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(apple)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(apple)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_kernel`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/fs/types.rs:365:7
    |
365 | #[cfg(linux_kernel)]
    |       ^^^^^^^^^^^^
    |
    = 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(linux_kernel)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_kernel)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_kernel`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/fs/types.rs:392:7
    |
392 | #[cfg(linux_kernel)]
    |       ^^^^^^^^^^^^
    |
    = 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(linux_kernel)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_kernel)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `apple`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/fs/types.rs:503:5
    |
503 |     apple,
    |     ^^^^^ help: found config with similar value: `target_vendor = "apple"`
    |
    = 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(apple)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(apple)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `netbsdlike`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/fs/types.rs:504:5
    |
504 |     netbsdlike,
    |     ^^^^^^^^^^
    |
    = 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(netbsdlike)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(netbsdlike)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `solarish`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/fs/types.rs:505:5
    |
505 |     solarish,
    |     ^^^^^^^^
    |
    = 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(solarish)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(solarish)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `netbsdlike`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/fs/types.rs:710:15
    |
710 | #[cfg(not(any(netbsdlike, solarish, target_os = "aix", target_os = "redox")))]
    |               ^^^^^^^^^^
    |
    = 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(netbsdlike)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(netbsdlike)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `solarish`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/fs/types.rs:710:27
    |
710 | #[cfg(not(any(netbsdlike, solarish, target_os = "aix", target_os = "redox")))]
    |                           ^^^^^^^^
    |
    = 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(solarish)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(solarish)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_like`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/fs/types.rs:855:15
    |
855 | #[cfg(not(any(linux_like, target_os = "hurd")))]
    |               ^^^^^^^^^^
    |
    = 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(linux_like)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_like)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_kernel`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/fs/types.rs:863:9
    |
863 |     all(linux_kernel, 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(linux_kernel)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_kernel)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_kernel`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/fs/types.rs:877:11
    |
877 | #[cfg(all(linux_kernel, 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(linux_kernel)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_kernel)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_like`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/fs/types.rs:905:5
    |
905 |     linux_like,
    |     ^^^^^^^^^^
    |
    = 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(linux_like)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_like)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `solarish`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/fs/types.rs:906:5
    |
906 |     solarish,
    |     ^^^^^^^^
    |
    = 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(solarish)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(solarish)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_like`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/fs/types.rs:919:7
    |
919 | #[cfg(linux_like)]
    |       ^^^^^^^^^^
    |
    = 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(linux_like)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_like)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `apple`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/fs/types.rs:1053:7
     |
1053 | #[cfg(apple)]
     |       ^^^^^ help: found config with similar value: `target_vendor = "apple"`
     |
     = 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(apple)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(apple)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_kernel`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/fs/types.rs:1059:7
     |
1059 | #[cfg(linux_kernel)]
     |       ^^^^^^^^^^^^
     |
     = 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(linux_kernel)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_kernel)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_kernel`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/fs/types.rs:1113:7
     |
1113 | #[cfg(linux_kernel)]
     |       ^^^^^^^^^^^^
     |
     = 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(linux_kernel)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_kernel)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_kernel`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/fs/types.rs:1132:7
     |
1132 | #[cfg(linux_kernel)]
     |       ^^^^^^^^^^^^
     |
     = 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(linux_kernel)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_kernel)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_kernel`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/fs/types.rs:1140:7
     |
1140 | #[cfg(linux_kernel)]
     |       ^^^^^^^^^^^^
     |
     = 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(linux_kernel)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_kernel)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_kernel`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/fs/types.rs:1143:7
     |
1143 | #[cfg(linux_kernel)]
     |       ^^^^^^^^^^^^
     |
     = 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(linux_kernel)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_kernel)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `bsd`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/fs/types.rs:217:13
    |
217 |             bsd,
    |             ^^^
    |
    = 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(bsd)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(bsd)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `netbsdlike`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/fs/types.rs:243:13
    |
243 |             netbsdlike,
    |             ^^^^^^^^^^
    |
    = 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(netbsdlike)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(netbsdlike)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `solarish`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/fs/types.rs:480:19
    |
480 |     #[cfg(not(any(solarish, target_os = "haiku", target_os = "redox")))]
    |                   ^^^^^^^^
    |
    = 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(solarish)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(solarish)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_kernel`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/fs/types.rs:596:14
    |
596 |        #[cfg(linux_kernel)]
    |              ^^^^^^^^^^^^
    |
    = 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(linux_kernel)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_kernel)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `bsd`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/fs/types.rs:718:13
    |
718 |             bsd,
    |             ^^^
    |
    = 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(bsd)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(bsd)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `bsd`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/fs/types.rs:727:13
    |
727 |             bsd,
    |             ^^^
    |
    = 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(bsd)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(bsd)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `bsd`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/fs/types.rs:736:13
    |
736 |             bsd,
    |             ^^^
    |
    = 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(bsd)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(bsd)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `bsd`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/fs/types.rs:748:13
    |
748 |             bsd,
    |             ^^^
    |
    = 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(bsd)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(bsd)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `bsd`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/fs/types.rs:758:13
    |
758 |             bsd,
    |             ^^^
    |
    = 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(bsd)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(bsd)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `bsd`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/fs/types.rs:768:13
    |
768 |             bsd,
    |             ^^^
    |
    = 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(bsd)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(bsd)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `bsd`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/fs/types.rs:778:13
    |
778 |             bsd,
    |             ^^^
    |
    = 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(bsd)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(bsd)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_kernel`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/io/mod.rs:12:7
   |
12 | #[cfg(linux_kernel)]
   |       ^^^^^^^^^^^^
   |
   = 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(linux_kernel)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_kernel)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `bsd`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/io/errno.rs:28:9
   |
28 |         bsd,
   |         ^^^
   |
   = 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(bsd)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(bsd)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `bsd`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/io/errno.rs:43:11
   |
43 |     #[cfg(bsd)]
   |           ^^^
   |
   = 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(bsd)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(bsd)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `bsd`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/io/errno.rs:47:9
   |
47 |         bsd,
   |         ^^^
   |
   = 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(bsd)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(bsd)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `bsd`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/io/errno.rs:59:9
   |
59 |         bsd,
   |         ^^^
   |
   = 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(bsd)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(bsd)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `bsd`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/io/errno.rs:72:9
   |
72 |         bsd,
   |         ^^^
   |
   = 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(bsd)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(bsd)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `bsd`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/io/errno.rs:81:11
   |
81 |     #[cfg(bsd)]
   |           ^^^
   |
   = 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(bsd)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(bsd)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `bsd`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/io/errno.rs:85:9
   |
85 |         bsd,
   |         ^^^
   |
   = 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(bsd)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(bsd)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `bsd`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/io/errno.rs:95:9
   |
95 |         bsd,
   |         ^^^
   |
   = 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(bsd)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(bsd)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `bsd`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/io/errno.rs:105:9
    |
105 |         bsd,
    |         ^^^
    |
    = 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(bsd)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(bsd)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `bsd`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/io/errno.rs:126:9
    |
126 |         bsd,
    |         ^^^
    |
    = 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(bsd)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(bsd)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `bsd`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/io/errno.rs:135:9
    |
135 |         bsd,
    |         ^^^
    |
    = 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(bsd)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(bsd)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `bsd`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/io/errno.rs:154:9
    |
154 |         bsd,
    |         ^^^
    |
    = 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(bsd)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(bsd)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `freebsdlike`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/io/errno.rs:172:11
    |
172 |     #[cfg(freebsdlike)]
    |           ^^^^^^^^^^^
    |
    = 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(freebsdlike)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(freebsdlike)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `bsd`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/io/errno.rs:176:9
    |
176 |         bsd,
    |         ^^^
    |
    = 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(bsd)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(bsd)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `solarish`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/io/errno.rs:177:9
    |
177 |         solarish,
    |         ^^^^^^^^
    |
    = 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(solarish)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(solarish)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `bsd`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/io/errno.rs:196:15
    |
196 |     #[cfg(any(bsd, target_env = "newlib"))]
    |               ^^^
    |
    = 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(bsd)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(bsd)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `bsd`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/io/errno.rs:205:9
    |
205 |         bsd,
    |         ^^^
    |
    = 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(bsd)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(bsd)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `solarish`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/io/errno.rs:206:9
    |
206 |         solarish,
    |         ^^^^^^^^
    |
    = 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(solarish)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(solarish)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `bsd`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/io/errno.rs:249:9
    |
249 |         bsd,
    |         ^^^
    |
    = 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(bsd)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(bsd)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `solarish`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/io/errno.rs:250:9
    |
250 |         solarish,
    |         ^^^^^^^^
    |
    = 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(solarish)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(solarish)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `bsd`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/io/errno.rs:260:9
    |
260 |         bsd,
    |         ^^^
    |
    = 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(bsd)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(bsd)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `solarish`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/io/errno.rs:261:9
    |
261 |         solarish,
    |         ^^^^^^^^
    |
    = 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(solarish)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(solarish)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `bsd`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/io/errno.rs:271:9
    |
271 |         bsd,
    |         ^^^
    |
    = 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(bsd)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(bsd)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `solarish`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/io/errno.rs:272:9
    |
272 |         solarish,
    |         ^^^^^^^^
    |
    = 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(solarish)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(solarish)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `bsd`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/io/errno.rs:282:9
    |
282 |         bsd,
    |         ^^^
    |
    = 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(bsd)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(bsd)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `solarish`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/io/errno.rs:283:9
    |
283 |         solarish,
    |         ^^^^^^^^
    |
    = 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(solarish)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(solarish)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `bsd`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/io/errno.rs:293:9
    |
293 |         bsd,
    |         ^^^
    |
    = 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(bsd)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(bsd)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `bsd`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/io/errno.rs:302:9
    |
302 |         bsd,
    |         ^^^
    |
    = 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(bsd)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(bsd)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `bsd`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/io/errno.rs:311:9
    |
311 |         bsd,
    |         ^^^
    |
    = 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(bsd)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(bsd)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `bsd`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/io/errno.rs:320:9
    |
320 |         bsd,
    |         ^^^
    |
    = 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(bsd)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(bsd)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `bsd`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/io/errno.rs:329:9
    |
329 |         bsd,
    |         ^^^
    |
    = 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(bsd)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(bsd)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `bsd`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/io/errno.rs:339:9
    |
339 |         bsd,
    |         ^^^
    |
    = 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(bsd)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(bsd)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `bsd`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/io/errno.rs:349:9
    |
349 |         bsd,
    |         ^^^
    |
    = 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(bsd)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(bsd)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `bsd`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/io/errno.rs:358:9
    |
358 |         bsd,
    |         ^^^
    |
    = 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(bsd)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(bsd)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `bsd`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/io/errno.rs:368:9
    |
368 |         bsd,
    |         ^^^
    |
    = 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(bsd)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(bsd)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `bsd`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/io/errno.rs:378:9
    |
378 |         bsd,
    |         ^^^
    |
    = 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(bsd)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(bsd)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `bsd`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/io/errno.rs:389:9
    |
389 |         bsd,
    |         ^^^
    |
    = 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(bsd)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(bsd)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `solarish`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/io/errno.rs:390:9
    |
390 |         solarish,
    |         ^^^^^^^^
    |
    = 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(solarish)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(solarish)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `bsd`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/io/errno.rs:412:9
    |
412 |         bsd,
    |         ^^^
    |
    = 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(bsd)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(bsd)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `solarish`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/io/errno.rs:413:9
    |
413 |         solarish,
    |         ^^^^^^^^
    |
    = 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(solarish)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(solarish)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `bsd`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/io/errno.rs:422:11
    |
422 |     #[cfg(bsd)]
    |           ^^^
    |
    = 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(bsd)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(bsd)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `bsd`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/io/errno.rs:435:9
    |
435 |         bsd,
    |         ^^^
    |
    = 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(bsd)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(bsd)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `bsd`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/io/errno.rs:444:15
    |
444 |     #[cfg(any(bsd, target_os = "haiku"))]
    |               ^^^
    |
    = 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(bsd)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(bsd)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `bsd`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/io/errno.rs:450:9
    |
450 |         bsd,
    |         ^^^
    |
    = 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(bsd)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(bsd)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `freebsdlike`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/io/errno.rs:459:9
    |
459 |         freebsdlike,
    |         ^^^^^^^^^^^
    |
    = 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(freebsdlike)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(freebsdlike)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `solarish`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/io/errno.rs:477:9
    |
477 |         solarish,
    |         ^^^^^^^^
    |
    = 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(solarish)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(solarish)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `bsd`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/io/errno.rs:478:9
    |
478 |         bsd,
    |         ^^^
    |
    = 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(bsd)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(bsd)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `bsd`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/io/errno.rs:494:9
    |
494 |         bsd,
    |         ^^^
    |
    = 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(bsd)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(bsd)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `solarish`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/io/errno.rs:495:9
    |
495 |         solarish,
    |         ^^^^^^^^
    |
    = 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(solarish)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(solarish)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `bsd`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/io/errno.rs:514:9
    |
514 |         bsd,
    |         ^^^
    |
    = 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(bsd)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(bsd)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `bsd`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/io/errno.rs:524:9
    |
524 |         bsd,
    |         ^^^
    |
    = 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(bsd)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(bsd)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `freebsdlike`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/io/errno.rs:539:9
    |
539 |         freebsdlike,
    |         ^^^^^^^^^^^
    |
    = 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(freebsdlike)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(freebsdlike)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `freebsdlike`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/io/errno.rs:548:9
    |
548 |         freebsdlike,
    |         ^^^^^^^^^^^
    |
    = 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(freebsdlike)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(freebsdlike)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `bsd`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/io/errno.rs:573:9
    |
573 |         bsd,
    |         ^^^
    |
    = 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(bsd)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(bsd)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `solarish`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/io/errno.rs:574:9
    |
574 |         solarish,
    |         ^^^^^^^^
    |
    = 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(solarish)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(solarish)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `freebsdlike`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/io/errno.rs:583:19
    |
583 |     #[cfg(not(any(freebsdlike, netbsdlike, windows, target_os = "haiku")))]
    |                   ^^^^^^^^^^^
    |
    = 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(freebsdlike)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(freebsdlike)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `netbsdlike`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/io/errno.rs:583:32
    |
583 |     #[cfg(not(any(freebsdlike, netbsdlike, windows, target_os = "haiku")))]
    |                                ^^^^^^^^^^
    |
    = 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(netbsdlike)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(netbsdlike)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `bsd`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/io/errno.rs:595:9
    |
595 |         bsd,
    |         ^^^
    |
    = 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(bsd)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(bsd)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `freebsdlike`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/io/errno.rs:612:19
    |
612 |     #[cfg(not(any(freebsdlike, netbsdlike, windows, target_os = "haiku")))]
    |                   ^^^^^^^^^^^
    |
    = 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(freebsdlike)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(freebsdlike)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `netbsdlike`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/io/errno.rs:612:32
    |
612 |     #[cfg(not(any(freebsdlike, netbsdlike, windows, target_os = "haiku")))]
    |                                ^^^^^^^^^^
    |
    = 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(netbsdlike)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(netbsdlike)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `bsd`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/io/errno.rs:624:11
    |
624 |     #[cfg(bsd)]
    |           ^^^
    |
    = 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(bsd)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(bsd)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `bsd`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/io/errno.rs:627:11
    |
627 |     #[cfg(bsd)]
    |           ^^^
    |
    = 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(bsd)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(bsd)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `bsd`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/io/errno.rs:630:11
    |
630 |     #[cfg(bsd)]
    |           ^^^
    |
    = 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(bsd)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(bsd)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `bsd`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/io/errno.rs:633:11
    |
633 |     #[cfg(bsd)]
    |           ^^^
    |
    = 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(bsd)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(bsd)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `bsd`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/io/errno.rs:653:9
    |
653 |         bsd,
    |         ^^^
    |
    = 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(bsd)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(bsd)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `bsd`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/io/errno.rs:666:9
    |
666 |         bsd,
    |         ^^^
    |
    = 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(bsd)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(bsd)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `solarish`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/io/errno.rs:667:9
    |
667 |         solarish,
    |         ^^^^^^^^
    |
    = 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(solarish)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(solarish)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `bsd`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/io/errno.rs:677:9
    |
677 |         bsd,
    |         ^^^
    |
    = 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(bsd)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(bsd)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `bsd`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/io/errno.rs:686:9
    |
686 |         bsd,
    |         ^^^
    |
    = 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(bsd)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(bsd)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `solarish`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/io/errno.rs:687:9
    |
687 |         solarish,
    |         ^^^^^^^^
    |
    = 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(solarish)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(solarish)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `bsd`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/io/errno.rs:701:11
    |
701 |     #[cfg(bsd)]
    |           ^^^
    |
    = 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(bsd)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(bsd)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `bsd`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/io/errno.rs:717:9
    |
717 |         bsd,
    |         ^^^
    |
    = 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(bsd)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(bsd)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `bsd`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/io/errno.rs:729:9
    |
729 |         bsd,
    |         ^^^
    |
    = 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(bsd)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(bsd)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `freebsdlike`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/io/errno.rs:738:19
    |
738 |     #[cfg(not(any(freebsdlike, windows, target_os = "openbsd", target_os = "wasi")))]
    |                   ^^^^^^^^^^^
    |
    = 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(freebsdlike)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(freebsdlike)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `bsd`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/io/errno.rs:754:9
    |
754 |         bsd,
    |         ^^^
    |
    = 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(bsd)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(bsd)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `solarish`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/io/errno.rs:755:9
    |
755 |         solarish,
    |         ^^^^^^^^
    |
    = 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(solarish)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(solarish)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `bsd`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/io/errno.rs:765:9
    |
765 |         bsd,
    |         ^^^
    |
    = 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(bsd)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(bsd)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `bsd`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/io/errno.rs:782:9
    |
782 |         bsd,
    |         ^^^
    |
    = 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(bsd)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(bsd)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_kernel`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/io/poll_fd.rs:41:13
   |
41 |             linux_kernel,
   |             ^^^^^^^^^^^^
   |
   = 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(linux_kernel)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_kernel)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_kernel`
 --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/io/types.rs:3:7
  |
3 | #[cfg(linux_kernel)]
  |       ^^^^^^^^^^^^
  |
  = 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(linux_kernel)'] }
  = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_kernel)");` to the top of the `build.rs`
  = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_kernel`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/io/types.rs:17:7
   |
17 | #[cfg(linux_kernel)]
   |       ^^^^^^^^^^^^
   |
   = 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(linux_kernel)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_kernel)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_kernel`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/io/types.rs:37:7
   |
37 | #[cfg(linux_kernel)]
   |       ^^^^^^^^^^^^
   |
   = 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(linux_kernel)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_kernel)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `apple`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/io/types.rs:69:15
   |
69 | #[cfg(not(any(apple, target_os = "wasi")))]
   |               ^^^^^ help: found config with similar value: `target_vendor = "apple"`
   |
   = 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(apple)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(apple)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_kernel`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/io/types.rs:91:11
   |
91 | #[cfg(any(linux_kernel, target_os = "freebsd", target_os = "illumos"))]
   |           ^^^^^^^^^^^^
   |
   = 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(linux_kernel)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_kernel)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `solarish`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/io/types.rs:108:5
    |
108 |     solarish,
    |     ^^^^^^^^
    |
    = 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(solarish)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(solarish)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_kernel`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/io/types.rs:130:7
    |
130 | #[cfg(linux_kernel)]
    |       ^^^^^^^^^^^^
    |
    = 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(linux_kernel)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_kernel)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_kernel`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/io/types.rs:137:7
    |
137 | #[cfg(linux_kernel)]
    |       ^^^^^^^^^^^^
    |
    = 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(linux_kernel)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_kernel)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `apple`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/io/types.rs:60:13
   |
60 |             apple,
   |             ^^^^^ help: found config with similar value: `target_vendor = "apple"`
   |
   = 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(apple)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(apple)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `solarish`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/io/types.rs:79:13
   |
79 |             solarish,
   |             ^^^^^^^^
   |
   = 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(solarish)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(solarish)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_kernel`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/io/syscalls.rs:18:11
   |
18 | #[cfg(any(linux_kernel, target_os = "freebsd", target_os = "illumos"))]
   |           ^^^^^^^^^^^^
   |
   = 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(linux_kernel)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_kernel)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `apple`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/io/syscalls.rs:20:15
   |
20 | #[cfg(not(any(apple, target_os = "aix", target_os = "haiku", target_os = "wasi")))]
   |               ^^^^^ help: found config with similar value: `target_vendor = "apple"`
   |
   = 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(apple)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(apple)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_kernel`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/io/syscalls.rs:28:7
   |
28 | #[cfg(linux_kernel)]
   |       ^^^^^^^^^^^^
   |
   = 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(linux_kernel)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_kernel)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `bsd`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/io/syscalls.rs:34:7
   |
34 | #[cfg(bsd)]
   |       ^^^
   |
   = 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(bsd)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(bsd)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `solarish`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/io/syscalls.rs:36:7
   |
36 | #[cfg(solarish)]
   |       ^^^^^^^^
   |
   = 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(solarish)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(solarish)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `bsd`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/io/syscalls.rs:253:7
    |
253 | #[cfg(bsd)]
    |       ^^^
    |
    = 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(bsd)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(bsd)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_kernel`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/io/syscalls.rs:258:11
    |
258 | #[cfg(any(linux_kernel, target_os = "emscripten", target_os = "nto"))]
    |           ^^^^^^^^^^^^
    |
    = 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(linux_kernel)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_kernel)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `bsd`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/io/syscalls.rs:264:5
    |
264 |     bsd,
    |     ^^^
    |
    = 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(bsd)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(bsd)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_kernel`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/io/syscalls.rs:265:5
    |
265 |     linux_kernel,
    |     ^^^^^^^^^^^^
    |
    = 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(linux_kernel)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_kernel)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_kernel`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/io/syscalls.rs:278:7
    |
278 | #[cfg(linux_kernel)]
    |       ^^^^^^^^^^^^
    |
    = 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(linux_kernel)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_kernel)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_kernel`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/io/syscalls.rs:303:7
    |
303 | #[cfg(linux_kernel)]
    |       ^^^^^^^^^^^^
    |
    = 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(linux_kernel)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_kernel)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_kernel`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/io/syscalls.rs:313:7
    |
313 | #[cfg(linux_kernel)]
    |       ^^^^^^^^^^^^
    |
    = 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(linux_kernel)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_kernel)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_kernel`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/io/syscalls.rs:347:11
    |
347 | #[cfg(all(linux_kernel, not(any(target_arch = "sparc", target_arch = "sparc64"))))]
    |           ^^^^^^^^^^^^
    |
    = 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(linux_kernel)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_kernel)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_kernel`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/io/syscalls.rs:358:7
    |
358 | #[cfg(linux_kernel)]
    |       ^^^^^^^^^^^^
    |
    = 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(linux_kernel)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_kernel)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `apple`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/io/syscalls.rs:448:5
    |
448 |     apple,
    |     ^^^^^ help: found config with similar value: `target_vendor = "apple"`
    |
    = 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(apple)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(apple)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `apple`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/io/syscalls.rs:467:5
    |
467 |     apple,
    |     ^^^^^ help: found config with similar value: `target_vendor = "apple"`
    |
    = 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(apple)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(apple)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `apple`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/io/syscalls.rs:481:7
    |
481 | #[cfg(apple)]
    |       ^^^^^ help: found config with similar value: `target_vendor = "apple"`
    |
    = 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(apple)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(apple)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `bsd`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/io/syscalls.rs:502:7
    |
502 | #[cfg(bsd)]
    |       ^^^
    |
    = 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(bsd)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(bsd)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `bsd`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/io/syscalls.rs:507:7
    |
507 | #[cfg(bsd)]
    |       ^^^
    |
    = 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(bsd)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(bsd)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `apple`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/io/syscalls.rs:540:15
    |
540 | #[cfg(not(any(apple, target_os = "aix", target_os = "haiku", target_os = "wasi")))]
    |               ^^^^^ help: found config with similar value: `target_vendor = "apple"`
    |
    = 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(apple)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(apple)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_kernel`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/io/syscalls.rs:561:7
    |
561 | #[cfg(linux_kernel)]
    |       ^^^^^^^^^^^^
    |
    = 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(linux_kernel)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_kernel)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_kernel`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/io/syscalls.rs:586:7
    |
586 | #[cfg(linux_kernel)]
    |       ^^^^^^^^^^^^
    |
    = 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(linux_kernel)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_kernel)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `solarish`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/io/syscalls.rs:601:7
    |
601 | #[cfg(solarish)]
    |       ^^^^^^^^
    |
    = 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(solarish)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(solarish)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `solarish`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/io/syscalls.rs:606:7
    |
606 | #[cfg(solarish)]
    |       ^^^^^^^^
    |
    = 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(solarish)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(solarish)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `solarish`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/io/syscalls.rs:623:7
    |
623 | #[cfg(solarish)]
    |       ^^^^^^^^
    |
    = 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(solarish)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(solarish)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `solarish`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/io/syscalls.rs:632:7
    |
632 | #[cfg(solarish)]
    |       ^^^^^^^^
    |
    = 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(solarish)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(solarish)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `solarish`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/io/syscalls.rs:648:7
    |
648 | #[cfg(solarish)]
    |       ^^^^^^^^
    |
    = 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(solarish)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(solarish)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `solarish`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/io/syscalls.rs:674:7
    |
674 | #[cfg(solarish)]
    |       ^^^^^^^^
    |
    = 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(solarish)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(solarish)");` 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/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/weak.rs:47:54
    |
47  |           $vis static $name: $crate::weak::Weak $ret> =
    |                                                        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
    |
   ::: /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/io/syscalls.rs:288:9
    |
288 | /         weakcall! {
289 | |             fn eventfd(
290 | |                 initval: c::c_uint,
291 | |                 flags: c::c_int
292 | |             ) -> c::c_int
293 | |         }
    | |_________- in this macro invocation
    |
    = note: this warning originates in the macro `weak` which comes from the expansion of the macro `weakcall` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `linux_kernel`
 --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/process/mod.rs:1:11
  |
1 | #[cfg(any(linux_kernel, target_os = "dragonfly", target_os = "fuchsia"))]
  |           ^^^^^^^^^^^^
  |
  = 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(linux_kernel)'] }
  = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_kernel)");` to the top of the `build.rs`
  = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_kernel`
 --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/process/syscalls.rs:7:7
  |
7 | #[cfg(linux_kernel)]
  |       ^^^^^^^^^^^^
  |
  = 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(linux_kernel)'] }
  = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_kernel)");` to the top of the `build.rs`
  = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_kernel`
 --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/process/syscalls.rs:9:11
  |
9 | #[cfg(any(linux_kernel, target_os = "dragonfly", target_os = "fuchsia"))]
  |           ^^^^^^^^^^^^
  |
  = 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(linux_kernel)'] }
  = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_kernel)");` to the top of the `build.rs`
  = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_kernel`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/process/syscalls.rs:19:7
   |
19 | #[cfg(linux_kernel)]
   |       ^^^^^^^^^^^^
   |
   = 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(linux_kernel)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_kernel)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_kernel`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/process/syscalls.rs:26:7
   |
26 | #[cfg(linux_kernel)]
   |       ^^^^^^^^^^^^
   |
   = 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(linux_kernel)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_kernel)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_kernel`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/process/syscalls.rs:63:7
   |
63 | #[cfg(linux_kernel)]
   |       ^^^^^^^^^^^^
   |
   = 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(linux_kernel)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_kernel)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_kernel`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/process/syscalls.rs:78:7
   |
78 | #[cfg(linux_kernel)]
   |       ^^^^^^^^^^^^
   |
   = 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(linux_kernel)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_kernel)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_kernel`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/process/syscalls.rs:83:7
   |
83 | #[cfg(linux_kernel)]
   |       ^^^^^^^^^^^^
   |
   = 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(linux_kernel)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_kernel)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_kernel`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/process/syscalls.rs:184:11
    |
184 | #[cfg(any(linux_kernel, target_os = "dragonfly", target_os = "fuchsia"))]
    |           ^^^^^^^^^^^^
    |
    = 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(linux_kernel)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_kernel)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_kernel`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/process/syscalls.rs:196:11
    |
196 | #[cfg(any(linux_kernel, target_os = "dragonfly", target_os = "fuchsia"))]
    |           ^^^^^^^^^^^^
    |
    = 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(linux_kernel)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_kernel)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_kernel`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/process/syscalls.rs:328:7
    |
328 | #[cfg(linux_kernel)]
    |       ^^^^^^^^^^^^
    |
    = 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(linux_kernel)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_kernel)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_kernel`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/process/syscalls.rs:575:7
    |
575 | #[cfg(linux_kernel)]
    |       ^^^^^^^^^^^^
    |
    = 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(linux_kernel)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_kernel)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `freebsdlike`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/process/syscalls.rs:587:7
    |
587 | #[cfg(freebsdlike)]
    |       ^^^^^^^^^^^
    |
    = 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(freebsdlike)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(freebsdlike)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_kernel`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/process/syscalls.rs:616:7
    |
616 | #[cfg(linux_kernel)]
    |       ^^^^^^^^^^^^
    |
    = 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(linux_kernel)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_kernel)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition value: `solid`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/process/syscalls.rs:504:35
    |
504 |     #[cfg(any(target_os = "wasi", target_os = "solid"))]
    |                                   ^^^^^^^^^^^^^^^^^^^
    |
    = 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 name: `linux_kernel`
 --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/process/types.rs:4:7
  |
4 | #[cfg(linux_kernel)]
  |       ^^^^^^^^^^^^
  |
  = 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(linux_kernel)'] }
  = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_kernel)");` to the top of the `build.rs`
  = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_kernel`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/process/types.rs:14:7
   |
14 | #[cfg(linux_kernel)]
   |       ^^^^^^^^^^^^
   |
   = 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(linux_kernel)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_kernel)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `apple`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/process/types.rs:134:7
    |
134 | #[cfg(apple)]
    |       ^^^^^ help: found config with similar value: `target_vendor = "apple"`
    |
    = 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(apple)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(apple)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_kernel`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/process/types.rs:350:7
    |
350 | #[cfg(linux_kernel)]
    |       ^^^^^^^^^^^^
    |
    = 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(linux_kernel)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_kernel)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_kernel`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/process/types.rs:358:11
    |
358 | #[cfg(any(linux_kernel, target_os = "dragonfly", target_os = "fuchsia"))]
    |           ^^^^^^^^^^^^
    |
    = 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(linux_kernel)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_kernel)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_kernel`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/process/types.rs:361:11
    |
361 | #[cfg(any(linux_kernel, target_os = "dragonfly", target_os = "fuchsia"))]
    |           ^^^^^^^^^^^^
    |
    = 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(linux_kernel)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_kernel)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_kernel`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/process/types.rs:369:11
    |
369 | #[cfg(any(linux_kernel, target_os = "fuchsia"))]
    |           ^^^^^^^^^^^^
    |
    = 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(linux_kernel)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_kernel)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `apple`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/process/types.rs:63:19
   |
63 |     #[cfg(not(any(apple, solarish, target_os = "haiku")))]
   |                   ^^^^^ help: found config with similar value: `target_vendor = "apple"`
   |
   = 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(apple)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(apple)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `solarish`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/process/types.rs:63:26
   |
63 |     #[cfg(not(any(apple, solarish, target_os = "haiku")))]
   |                          ^^^^^^^^
   |
   = 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(solarish)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(solarish)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `solarish`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/process/types.rs:66:19
   |
66 |     #[cfg(not(any(solarish, target_os = "haiku")))]
   |                   ^^^^^^^^
   |
   = 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(solarish)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(solarish)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `solarish`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/process/types.rs:71:19
   |
71 |     #[cfg(not(any(solarish, target_os = "aix", target_os = "haiku")))]
   |                   ^^^^^^^^
   |
   = 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(solarish)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(solarish)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `bsd`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/process/types.rs:78:9
   |
78 |         bsd,
   |         ^^^
   |
   = 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(bsd)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(bsd)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `solarish`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/process/types.rs:79:9
   |
79 |         solarish,
   |         ^^^^^^^^
   |
   = 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(solarish)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(solarish)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `bsd`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/process/types.rs:87:9
   |
87 |         bsd,
   |         ^^^
   |
   = 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(bsd)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(bsd)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `solarish`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/process/types.rs:88:9
   |
88 |         solarish,
   |         ^^^^^^^^
   |
   = 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(solarish)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(solarish)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `bsd`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/process/types.rs:96:9
   |
96 |         bsd,
   |         ^^^
   |
   = 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(bsd)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(bsd)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `solarish`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/process/types.rs:97:9
   |
97 |         solarish,
   |         ^^^^^^^^
   |
   = 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(solarish)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(solarish)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `bsd`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/process/types.rs:105:9
    |
105 |         bsd,
    |         ^^^
    |
    = 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(bsd)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(bsd)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `solarish`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/process/types.rs:106:9
    |
106 |         solarish,
    |         ^^^^^^^^
    |
    = 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(solarish)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(solarish)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `bsd`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/process/types.rs:114:9
    |
114 |         bsd,
    |         ^^^
    |
    = 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(bsd)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(bsd)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `solarish`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/process/types.rs:115:9
    |
115 |         solarish,
    |         ^^^^^^^^
    |
    = 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(solarish)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(solarish)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `bsd`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/process/types.rs:123:9
    |
123 |         bsd,
    |         ^^^
    |
    = 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(bsd)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(bsd)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `solarish`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/process/types.rs:124:9
    |
124 |         solarish,
    |         ^^^^^^^^
    |
    = 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(solarish)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(solarish)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `bsd`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/process/types.rs:186:9
    |
186 |         bsd,
    |         ^^^
    |
    = 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(bsd)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(bsd)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `solarish`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/process/types.rs:187:9
    |
187 |         solarish,
    |         ^^^^^^^^
    |
    = 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(solarish)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(solarish)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_kernel`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/process/types.rs:192:13
    |
192 |             linux_kernel,
    |             ^^^^^^^^^^^^
    |
    = 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(linux_kernel)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_kernel)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `bsd`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/process/types.rs:233:19
    |
233 |     #[cfg(not(any(bsd, target_os = "haiku", target_os = "hurd")))]
    |                   ^^^
    |
    = 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(bsd)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(bsd)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `bsd`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/process/types.rs:240:15
    |
240 |     #[cfg(any(bsd, solarish, target_os = "aix", target_os = "hermit"))]
    |               ^^^
    |
    = 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(bsd)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(bsd)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `solarish`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/process/types.rs:240:20
    |
240 |     #[cfg(any(bsd, solarish, target_os = "aix", target_os = "hermit"))]
    |                    ^^^^^^^^
    |
    = 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(solarish)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(solarish)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_kernel`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/process/types.rs:244:9
    |
244 |         linux_kernel,
    |         ^^^^^^^^^^^^
    |
    = 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(linux_kernel)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_kernel)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `bsd`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/process/types.rs:254:11
    |
254 |     #[cfg(bsd)]
    |           ^^^
    |
    = 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(bsd)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(bsd)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `bsd`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/process/types.rs:286:17
    |
286 |                 bsd,
    |                 ^^^
    |
    = 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(bsd)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(bsd)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `solarish`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/process/types.rs:287:17
    |
287 |                 solarish,
    |                 ^^^^^^^^
    |
    = 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(solarish)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(solarish)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_kernel`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/process/types.rs:292:21
    |
292 |                     linux_kernel,
    |                     ^^^^^^^^^^^^
    |
    = 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(linux_kernel)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_kernel)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `bsd`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/process/types.rs:316:27
    |
316 |             #[cfg(not(any(bsd, target_os = "haiku", target_os = "hurd")))]
    |                           ^^^
    |
    = 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(bsd)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(bsd)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `bsd`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/process/types.rs:319:19
    |
319 |             #[cfg(bsd)]
    |                   ^^^
    |
    = 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(bsd)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(bsd)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `bsd`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/process/types.rs:321:19
    |
321 |             #[cfg(bsd)]
    |                   ^^^
    |
    = 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(bsd)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(bsd)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_kernel`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/termios/syscalls.rs:31:5
   |
31 |     linux_kernel,
   |     ^^^^^^^^^^^^
   |
   = 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(linux_kernel)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_kernel)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition value: `x32`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/termios/syscalls.rs:35:9
   |
35 |         target_arch = "x32",
   |         ^^^^^^^^^^^^^^^^^^^
   |
   = note: expected values for `target_arch` are: `aarch64`, `amdgpu`, `arm`, `arm64ec`, `avr`, `bpf`, `csky`, `hexagon`, `loongarch64`, `m68k`, `mips`, `mips32r6`, `mips64`, `mips64r6`, `msp430`, `nvptx64`, `powerpc`, `powerpc64`, `riscv32`, `riscv64`, `s390x`, `sparc`, `sparc64`, `wasm32`, `wasm64`, `x86`, `x86_64`, and `xtensa`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_kernel`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/termios/syscalls.rs:81:5
   |
81 |     linux_kernel,
   |     ^^^^^^^^^^^^
   |
   = 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(linux_kernel)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_kernel)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition value: `x32`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/termios/syscalls.rs:85:9
   |
85 |         target_arch = "x32",
   |         ^^^^^^^^^^^^^^^^^^^
   |
   = note: expected values for `target_arch` are: `aarch64`, `amdgpu`, `arm`, `arm64ec`, `avr`, `bpf`, `csky`, `hexagon`, `loongarch64`, `m68k`, `mips`, `mips32r6`, `mips64`, `mips64r6`, `msp430`, `nvptx64`, `powerpc`, `powerpc64`, `riscv32`, `riscv64`, `s390x`, `sparc`, `sparc64`, `wasm32`, `wasm64`, `x86`, `x86_64`, and `xtensa`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_kernel`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/termios/types.rs:77:5
   |
77 |     linux_kernel,
   |     ^^^^^^^^^^^^
   |
   = 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(linux_kernel)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_kernel)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition value: `x32`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/termios/types.rs:81:9
   |
81 |         target_arch = "x32",
   |         ^^^^^^^^^^^^^^^^^^^
   |
   = note: expected values for `target_arch` are: `aarch64`, `amdgpu`, `arm`, `arm64ec`, `avr`, `bpf`, `csky`, `hexagon`, `loongarch64`, `m68k`, `mips`, `mips32r6`, `mips64`, `mips64r6`, `msp430`, `nvptx64`, `powerpc`, `powerpc64`, `riscv32`, `riscv64`, `s390x`, `sparc`, `sparc64`, `wasm32`, `wasm64`, `x86`, `x86_64`, and `xtensa`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `bsd`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/termios/types.rs:131:5
    |
131 |     bsd,
    |     ^^^
    |
    = 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(bsd)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(bsd)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `solarish`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/termios/types.rs:132:5
    |
132 |     solarish,
    |     ^^^^^^^^
    |
    = 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(solarish)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(solarish)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `solarish`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/termios/types.rs:198:11
    |
198 | #[cfg(any(solarish, target_os = "haiku"))]
    |           ^^^^^^^^
    |
    = 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(solarish)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(solarish)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `freebsdlike`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/termios/types.rs:217:5
    |
217 |     freebsdlike,
    |     ^^^^^^^^^^^
    |
    = 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(freebsdlike)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(freebsdlike)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `netbsdlike`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/termios/types.rs:218:5
    |
218 |     netbsdlike,
    |     ^^^^^^^^^^
    |
    = 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(netbsdlike)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(netbsdlike)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `solarish`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/termios/types.rs:219:5
    |
219 |     solarish,
    |     ^^^^^^^^
    |
    = 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(solarish)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(solarish)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `apple`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/termios/types.rs:233:5
    |
233 |     apple,
    |     ^^^^^ help: found config with similar value: `target_vendor = "apple"`
    |
    = 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(apple)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(apple)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `freebsdlike`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/termios/types.rs:234:5
    |
234 |     freebsdlike,
    |     ^^^^^^^^^^^
    |
    = 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(freebsdlike)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(freebsdlike)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `bsd`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/termios/types.rs:254:11
    |
254 | #[cfg(not(bsd))]
    |           ^^^
    |
    = 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(bsd)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(bsd)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `bsd`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/termios/types.rs:258:11
    |
258 | #[cfg(not(bsd))]
    |           ^^^
    |
    = 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(bsd)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(bsd)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `bsd`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/termios/types.rs:262:15
    |
262 | #[cfg(not(any(bsd, solarish, target_os = "redox")))]
    |               ^^^
    |
    = 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(bsd)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(bsd)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `solarish`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/termios/types.rs:262:20
    |
262 | #[cfg(not(any(bsd, solarish, target_os = "redox")))]
    |                    ^^^^^^^^
    |
    = 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(solarish)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(solarish)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `bsd`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/termios/types.rs:266:15
    |
266 | #[cfg(not(any(bsd, solarish, target_os = "fuchsia", target_os = "redox")))]
    |               ^^^
    |
    = 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(bsd)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(bsd)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `solarish`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/termios/types.rs:266:20
    |
266 | #[cfg(not(any(bsd, solarish, target_os = "fuchsia", target_os = "redox")))]
    |                    ^^^^^^^^
    |
    = 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(solarish)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(solarish)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `bsd`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/termios/types.rs:270:15
    |
270 | #[cfg(not(any(bsd, solarish, target_os = "fuchsia", target_os = "redox")))]
    |               ^^^
    |
    = 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(bsd)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(bsd)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `solarish`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/termios/types.rs:270:20
    |
270 | #[cfg(not(any(bsd, solarish, target_os = "fuchsia", target_os = "redox")))]
    |                    ^^^^^^^^
    |
    = 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(solarish)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(solarish)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `bsd`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/termios/types.rs:274:15
    |
274 | #[cfg(not(any(bsd, solarish, target_os = "redox")))]
    |               ^^^
    |
    = 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(bsd)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(bsd)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `solarish`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/termios/types.rs:274:20
    |
274 | #[cfg(not(any(bsd, solarish, target_os = "redox")))]
    |                    ^^^^^^^^
    |
    = 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(solarish)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(solarish)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `bsd`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/termios/types.rs:278:15
    |
278 | #[cfg(not(any(bsd, solarish, target_os = "fuchsia", target_os = "redox")))]
    |               ^^^
    |
    = 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(bsd)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(bsd)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `solarish`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/termios/types.rs:278:20
    |
278 | #[cfg(not(any(bsd, solarish, target_os = "fuchsia", target_os = "redox")))]
    |                    ^^^^^^^^
    |
    = 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(solarish)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(solarish)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `bsd`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/termios/types.rs:284:5
    |
284 |     bsd,
    |     ^^^
    |
    = 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(bsd)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(bsd)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `solarish`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/termios/types.rs:285:5
    |
285 |     solarish,
    |     ^^^^^^^^
    |
    = 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(solarish)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(solarish)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `bsd`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/termios/types.rs:295:5
    |
295 |     bsd,
    |     ^^^
    |
    = 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(bsd)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(bsd)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `solarish`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/termios/types.rs:296:5
    |
296 |     solarish,
    |     ^^^^^^^^
    |
    = 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(solarish)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(solarish)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `bsd`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/termios/types.rs:306:5
    |
306 |     bsd,
    |     ^^^
    |
    = 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(bsd)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(bsd)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `solarish`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/termios/types.rs:307:5
    |
307 |     solarish,
    |     ^^^^^^^^
    |
    = 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(solarish)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(solarish)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `netbsdlike`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/termios/types.rs:315:15
    |
315 | #[cfg(not(any(netbsdlike, solarish, target_os = "dragonfly", target_os = "redox")))]
    |               ^^^^^^^^^^
    |
    = 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(netbsdlike)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(netbsdlike)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `solarish`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/termios/types.rs:315:27
    |
315 | #[cfg(not(any(netbsdlike, solarish, target_os = "dragonfly", target_os = "redox")))]
    |                           ^^^^^^^^
    |
    = 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(solarish)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(solarish)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `netbsdlike`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/termios/types.rs:320:5
    |
320 |     netbsdlike,
    |     ^^^^^^^^^^
    |
    = 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(netbsdlike)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(netbsdlike)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `solarish`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/termios/types.rs:321:5
    |
321 |     solarish,
    |     ^^^^^^^^
    |
    = 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(solarish)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(solarish)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `bsd`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/termios/types.rs:331:5
    |
331 |     bsd,
    |     ^^^
    |
    = 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(bsd)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(bsd)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `solarish`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/termios/types.rs:332:5
    |
332 |     solarish,
    |     ^^^^^^^^
    |
    = 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(solarish)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(solarish)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `bsd`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/termios/types.rs:342:5
    |
342 |     bsd,
    |     ^^^
    |
    = 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(bsd)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(bsd)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `solarish`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/termios/types.rs:343:5
    |
343 |     solarish,
    |     ^^^^^^^^
    |
    = 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(solarish)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(solarish)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `bsd`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/termios/types.rs:353:5
    |
353 |     bsd,
    |     ^^^
    |
    = 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(bsd)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(bsd)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `solarish`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/termios/types.rs:354:5
    |
354 |     solarish,
    |     ^^^^^^^^
    |
    = 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(solarish)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(solarish)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `bsd`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/termios/types.rs:362:15
    |
362 | #[cfg(not(any(bsd, solarish, target_os = "redox")))]
    |               ^^^
    |
    = 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(bsd)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(bsd)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `solarish`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/termios/types.rs:362:20
    |
362 | #[cfg(not(any(bsd, solarish, target_os = "redox")))]
    |                    ^^^^^^^^
    |
    = 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(solarish)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(solarish)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `bsd`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/termios/types.rs:366:15
    |
366 | #[cfg(not(any(bsd, solarish, target_os = "fuchsia", target_os = "redox")))]
    |               ^^^
    |
    = 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(bsd)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(bsd)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `solarish`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/termios/types.rs:366:20
    |
366 | #[cfg(not(any(bsd, solarish, target_os = "fuchsia", target_os = "redox")))]
    |                    ^^^^^^^^
    |
    = 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(solarish)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(solarish)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `bsd`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/termios/types.rs:372:5
    |
372 |     bsd,
    |     ^^^
    |
    = 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(bsd)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(bsd)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `solarish`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/termios/types.rs:373:5
    |
373 |     solarish,
    |     ^^^^^^^^
    |
    = 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(solarish)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(solarish)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `bsd`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/termios/types.rs:381:36
    |
381 | #[cfg(not(any(target_env = "musl", bsd, solarish, target_os = "redox")))]
    |                                    ^^^
    |
    = 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(bsd)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(bsd)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `solarish`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/termios/types.rs:381:41
    |
381 | #[cfg(not(any(target_env = "musl", bsd, solarish, target_os = "redox")))]
    |                                         ^^^^^^^^
    |
    = 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(solarish)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(solarish)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `bsd`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/termios/types.rs:385:15
    |
385 | #[cfg(not(any(bsd, solarish, target_os = "fuchsia", target_os = "redox")))]
    |               ^^^
    |
    = 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(bsd)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(bsd)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `solarish`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/termios/types.rs:385:20
    |
385 | #[cfg(not(any(bsd, solarish, target_os = "fuchsia", target_os = "redox")))]
    |                    ^^^^^^^^
    |
    = 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(solarish)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(solarish)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `bsd`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/termios/types.rs:391:5
    |
391 |     bsd,
    |     ^^^
    |
    = 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(bsd)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(bsd)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `solarish`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/termios/types.rs:392:5
    |
392 |     solarish,
    |     ^^^^^^^^
    |
    = 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(solarish)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(solarish)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `bsd`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/termios/types.rs:400:36
    |
400 | #[cfg(not(any(target_env = "musl", bsd, solarish, target_os = "redox")))]
    |                                    ^^^
    |
    = 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(bsd)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(bsd)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `solarish`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/termios/types.rs:400:41
    |
400 | #[cfg(not(any(target_env = "musl", bsd, solarish, target_os = "redox")))]
    |                                         ^^^^^^^^
    |
    = 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(solarish)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(solarish)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `bsd`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/termios/types.rs:404:15
    |
404 | #[cfg(not(any(bsd, solarish, target_os = "fuchsia", target_os = "redox")))]
    |               ^^^
    |
    = 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(bsd)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(bsd)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `solarish`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/termios/types.rs:404:20
    |
404 | #[cfg(not(any(bsd, solarish, target_os = "fuchsia", target_os = "redox")))]
    |                    ^^^^^^^^
    |
    = 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(solarish)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(solarish)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `bsd`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/termios/types.rs:410:5
    |
410 |     bsd,
    |     ^^^
    |
    = 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(bsd)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(bsd)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `solarish`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/termios/types.rs:411:5
    |
411 |     solarish,
    |     ^^^^^^^^
    |
    = 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(solarish)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(solarish)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `apple`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/termios/types.rs:480:5
    |
480 |     apple,
    |     ^^^^^ help: found config with similar value: `target_vendor = "apple"`
    |
    = 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(apple)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(apple)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `bsd`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/termios/types.rs:489:15
    |
489 | #[cfg(not(any(bsd, solarish, target_os = "aix", target_os = "haiku")))]
    |               ^^^
    |
    = 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(bsd)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(bsd)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `solarish`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/termios/types.rs:489:20
    |
489 | #[cfg(not(any(bsd, solarish, target_os = "aix", target_os = "haiku")))]
    |                    ^^^^^^^^
    |
    = 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(solarish)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(solarish)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `bsd`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/termios/types.rs:493:15
    |
493 | #[cfg(not(any(bsd, solarish, target_os = "aix", target_os = "haiku")))]
    |               ^^^
    |
    = 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(bsd)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(bsd)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `solarish`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/termios/types.rs:493:20
    |
493 | #[cfg(not(any(bsd, solarish, target_os = "aix", target_os = "haiku")))]
    |                    ^^^^^^^^
    |
    = 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(solarish)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(solarish)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `apple`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/termios/types.rs:498:5
    |
498 |     apple,
    |     ^^^^^ help: found config with similar value: `target_vendor = "apple"`
    |
    = 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(apple)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(apple)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `bsd`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/termios/types.rs:507:15
    |
507 | #[cfg(not(any(bsd, target_os = "aix", target_os = "haiku", target_os = "solaris")))]
    |               ^^^
    |
    = 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(bsd)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(bsd)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `bsd`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/termios/types.rs:511:15
    |
511 | #[cfg(not(any(bsd, target_os = "aix", target_os = "haiku", target_os = "solaris")))]
    |               ^^^
    |
    = 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(bsd)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(bsd)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `bsd`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/termios/types.rs:515:15
    |
515 | #[cfg(not(any(bsd, target_os = "aix", target_os = "haiku", target_os = "solaris")))]
    |               ^^^
    |
    = 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(bsd)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(bsd)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `bsd`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/termios/types.rs:519:15
    |
519 | #[cfg(not(any(bsd, target_os = "aix", target_os = "haiku", target_os = "solaris")))]
    |               ^^^
    |
    = 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(bsd)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(bsd)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `bsd`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/termios/types.rs:526:5
    |
526 |     bsd,
    |     ^^^
    |
    = 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(bsd)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(bsd)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `bsd`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/termios/types.rs:537:5
    |
537 |     bsd,
    |     ^^^
    |
    = 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(bsd)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(bsd)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `bsd`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/termios/types.rs:548:5
    |
548 |     bsd,
    |     ^^^
    |
    = 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(bsd)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(bsd)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `bsd`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/termios/types.rs:559:5
    |
559 |     bsd,
    |     ^^^
    |
    = 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(bsd)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(bsd)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_kernel`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/termios/types.rs:567:7
    |
567 | #[cfg(linux_kernel)]
    |       ^^^^^^^^^^^^
    |
    = 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(linux_kernel)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_kernel)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `solarish`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/termios/types.rs:633:5
    |
633 |     solarish,
    |     ^^^^^^^^
    |
    = 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(solarish)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(solarish)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `solarish`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/termios/types.rs:642:5
    |
642 |     solarish,
    |     ^^^^^^^^
    |
    = 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(solarish)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(solarish)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `bsd`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/termios/types.rs:650:15
    |
650 | #[cfg(not(any(bsd, target_os = "haiku", target_os = "hurd", target_os = "redox")))]
    |               ^^^
    |
    = 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(bsd)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(bsd)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `bsd`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/termios/types.rs:655:5
    |
655 |     bsd,
    |     ^^^
    |
    = 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(bsd)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(bsd)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `solarish`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/termios/types.rs:656:5
    |
656 |     solarish,
    |     ^^^^^^^^
    |
    = 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(solarish)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(solarish)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `bsd`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/termios/types.rs:668:5
    |
668 |     bsd,
    |     ^^^
    |
    = 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(bsd)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(bsd)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `bsd`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/termios/types.rs:684:5
    |
684 |     bsd,
    |     ^^^
    |
    = 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(bsd)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(bsd)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `solarish`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/termios/types.rs:685:5
    |
685 |     solarish,
    |     ^^^^^^^^
    |
    = 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(solarish)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(solarish)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `bsd`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/termios/types.rs:728:5
    |
728 |     bsd,
    |     ^^^
    |
    = 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(bsd)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(bsd)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `solarish`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/termios/types.rs:729:5
    |
729 |     solarish,
    |     ^^^^^^^^
    |
    = 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(solarish)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(solarish)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_kernel`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/time/syscalls.rs:14:11
   |
14 | #[cfg(any(linux_kernel, target_os = "fuchsia"))]
   |           ^^^^^^^^^^^^
   |
   = 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(linux_kernel)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_kernel)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_kernel`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/time/syscalls.rs:23:5
   |
23 |     linux_kernel,
   |     ^^^^^^^^^^^^
   |
   = 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(linux_kernel)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_kernel)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_kernel`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/time/syscalls.rs:29:5
   |
29 |     linux_kernel,
   |     ^^^^^^^^^^^^
   |
   = 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(linux_kernel)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_kernel)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_kernel`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/time/syscalls.rs:35:5
   |
35 |     linux_kernel,
   |     ^^^^^^^^^^^^
   |
   = 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(linux_kernel)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_kernel)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_kernel`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/time/syscalls.rs:41:5
   |
41 |     linux_kernel,
   |     ^^^^^^^^^^^^
   |
   = 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(linux_kernel)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_kernel)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_kernel`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/time/syscalls.rs:48:5
   |
48 |     linux_kernel,
   |     ^^^^^^^^^^^^
   |
   = 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(linux_kernel)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_kernel)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_kernel`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/time/syscalls.rs:90:5
   |
90 |     linux_kernel,
   |     ^^^^^^^^^^^^
   |
   = 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(linux_kernel)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_kernel)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_kernel`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/time/syscalls.rs:149:5
    |
149 |     linux_kernel,
    |     ^^^^^^^^^^^^
    |
    = 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(linux_kernel)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_kernel)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_kernel`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/time/syscalls.rs:234:5
    |
234 |     linux_kernel,
    |     ^^^^^^^^^^^^
    |
    = 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(linux_kernel)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_kernel)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `apple`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/time/syscalls.rs:257:9
    |
257 |     all(apple, not(target_os = "macos"))
    |         ^^^^^ help: found config with similar value: `target_vendor = "apple"`
    |
    = 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(apple)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(apple)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `apple`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/time/syscalls.rs:290:9
    |
290 |     all(apple, not(target_os = "macos"))
    |         ^^^^^ help: found config with similar value: `target_vendor = "apple"`
    |
    = 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(apple)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(apple)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_kernel`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/time/syscalls.rs:293:5
    |
293 |     linux_kernel,
    |     ^^^^^^^^^^^^
    |
    = 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(linux_kernel)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_kernel)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_kernel`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/time/syscalls.rs:309:11
    |
309 | #[cfg(any(linux_kernel, target_os = "fuchsia"))]
    |           ^^^^^^^^^^^^
    |
    = 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(linux_kernel)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_kernel)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_kernel`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/time/syscalls.rs:315:11
    |
315 | #[cfg(any(linux_kernel, target_os = "fuchsia"))]
    |           ^^^^^^^^^^^^
    |
    = 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(linux_kernel)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_kernel)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_kernel`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/time/syscalls.rs:359:11
    |
359 | #[cfg(any(linux_kernel, target_os = "fuchsia"))]
    |           ^^^^^^^^^^^^
    |
    = 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(linux_kernel)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_kernel)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_kernel`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/time/syscalls.rs:431:11
    |
431 | #[cfg(any(linux_kernel, target_os = "fuchsia"))]
    |           ^^^^^^^^^^^^
    |
    = 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(linux_kernel)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_kernel)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_kernel`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/time/syscalls.rs:461:11
    |
461 | #[cfg(any(linux_kernel, target_os = "fuchsia"))]
    |           ^^^^^^^^^^^^
    |
    = 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(linux_kernel)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_kernel)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_kernel`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/time/syscalls.rs:64:9
   |
64 |         linux_kernel,
   |         ^^^^^^^^^^^^
   |
   = 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(linux_kernel)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_kernel)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_kernel`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/time/syscalls.rs:79:9
   |
79 |         linux_kernel,
   |         ^^^^^^^^^^^^
   |
   = 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(linux_kernel)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_kernel)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_kernel`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/time/syscalls.rs:116:9
    |
116 |         linux_kernel,
    |         ^^^^^^^^^^^^
    |
    = 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(linux_kernel)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_kernel)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_kernel`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/time/syscalls.rs:138:9
    |
138 |         linux_kernel,
    |         ^^^^^^^^^^^^
    |
    = 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(linux_kernel)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_kernel)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_kernel`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/time/syscalls.rs:203:13
    |
203 |             linux_kernel,
    |             ^^^^^^^^^^^^
    |
    = 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(linux_kernel)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_kernel)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_kernel`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/time/syscalls.rs:221:13
    |
221 |             linux_kernel,
    |             ^^^^^^^^^^^^
    |
    = 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(linux_kernel)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_kernel)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_kernel`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/time/syscalls.rs:176:19
    |
176 |             #[cfg(linux_kernel)]
    |                   ^^^^^^^^^^^^
    |
    = 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(linux_kernel)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_kernel)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_kernel`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/time/syscalls.rs:183:23
    |
183 |             #[cfg(not(linux_kernel))]
    |                       ^^^^^^^^^^^^
    |
    = 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(linux_kernel)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_kernel)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_kernel`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/time/syscalls.rs:189:19
    |
189 |             #[cfg(linux_kernel)]
    |                   ^^^^^^^^^^^^
    |
    = 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(linux_kernel)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_kernel)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_kernel`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/time/syscalls.rs:192:19
    |
192 |             #[cfg(linux_kernel)]
    |                   ^^^^^^^^^^^^
    |
    = 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(linux_kernel)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_kernel)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_kernel`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/time/syscalls.rs:195:23
    |
195 |             #[cfg(any(linux_kernel, target_os = "openbsd"))]
    |                       ^^^^^^^^^^^^
    |
    = 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(linux_kernel)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_kernel)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_kernel`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/time/syscalls.rs:198:19
    |
198 |             #[cfg(linux_kernel)]
    |                   ^^^^^^^^^^^^
    |
    = 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(linux_kernel)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_kernel)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_kernel`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/time/syscalls.rs:262:9
    |
262 |         linux_kernel,
    |         ^^^^^^^^^^^^
    |
    = 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(linux_kernel)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_kernel)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_kernel`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/time/syscalls.rs:278:9
    |
278 |         linux_kernel,
    |         ^^^^^^^^^^^^
    |
    = 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(linux_kernel)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_kernel)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_kernel`
 --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/time/types.rs:4:11
  |
4 | #[cfg(any(linux_kernel, target_os = "fuchsia"))]
  |           ^^^^^^^^^^^^
  |
  = 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(linux_kernel)'] }
  = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_kernel)");` to the top of the `build.rs`
  = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_kernel`
 --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/time/types.rs:9:5
  |
9 |     linux_kernel,
  |     ^^^^^^^^^^^^
  |
  = 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(linux_kernel)'] }
  = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_kernel)");` to the top of the `build.rs`
  = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_kernel`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/time/types.rs:17:5
   |
17 |     linux_kernel,
   |     ^^^^^^^^^^^^
   |
   = 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(linux_kernel)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_kernel)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_kernel`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/time/types.rs:33:5
   |
33 |     linux_kernel,
   |     ^^^^^^^^^^^^
   |
   = 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(linux_kernel)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_kernel)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_kernel`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/time/types.rs:42:5
   |
42 |     linux_kernel,
   |     ^^^^^^^^^^^^
   |
   = 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(linux_kernel)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_kernel)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_kernel`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/time/types.rs:58:5
   |
58 |     linux_kernel,
   |     ^^^^^^^^^^^^
   |
   = 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(linux_kernel)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_kernel)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_kernel`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/time/types.rs:68:5
   |
68 |     linux_kernel,
   |     ^^^^^^^^^^^^
   |
   = 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(linux_kernel)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_kernel)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_kernel`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/time/types.rs:87:5
   |
87 |     linux_kernel,
   |     ^^^^^^^^^^^^
   |
   = 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(linux_kernel)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_kernel)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_kernel`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/time/types.rs:102:5
    |
102 |     linux_kernel,
    |     ^^^^^^^^^^^^
    |
    = 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(linux_kernel)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_kernel)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `apple`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/time/types.rs:125:15
    |
125 | #[cfg(not(any(apple, target_os = "wasi")))]
    |               ^^^^^ help: found config with similar value: `target_vendor = "apple"`
    |
    = 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(apple)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(apple)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `apple`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/time/types.rs:168:7
    |
168 | #[cfg(apple)]
    |       ^^^^^ help: found config with similar value: `target_vendor = "apple"`
    |
    = 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(apple)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(apple)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_kernel`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/time/types.rs:225:11
    |
225 | #[cfg(any(linux_kernel, target_os = "fuchsia"))]
    |           ^^^^^^^^^^^^
    |
    = 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(linux_kernel)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_kernel)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_kernel`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/time/types.rs:238:11
    |
238 | #[cfg(any(linux_kernel, target_os = "fuchsia"))]
    |           ^^^^^^^^^^^^
    |
    = 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(linux_kernel)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_kernel)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_kernel`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/time/types.rs:253:11
    |
253 | #[cfg(any(linux_kernel, target_os = "fuchsia"))]
    |           ^^^^^^^^^^^^
    |
    = 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(linux_kernel)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_kernel)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_kernel`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/time/types.rs:263:11
    |
263 | #[cfg(any(linux_kernel, target_os = "fuchsia"))]
    |           ^^^^^^^^^^^^
    |
    = 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(linux_kernel)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_kernel)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_kernel`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/time/types.rs:276:11
    |
276 | #[cfg(any(linux_kernel, target_os = "fuchsia"))]
    |           ^^^^^^^^^^^^
    |
    = 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(linux_kernel)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_kernel)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_kernel`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/time/types.rs:292:11
    |
292 | #[cfg(any(linux_kernel, target_os = "fuchsia"))]
    |           ^^^^^^^^^^^^
    |
    = 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(linux_kernel)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_kernel)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_kernel`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/time/types.rs:308:11
    |
308 | #[cfg(any(linux_kernel, target_os = "fuchsia"))]
    |           ^^^^^^^^^^^^
    |
    = 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(linux_kernel)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_kernel)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_kernel`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/time/types.rs:322:11
    |
322 | #[cfg(any(linux_kernel, target_os = "fuchsia"))]
    |           ^^^^^^^^^^^^
    |
    = 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(linux_kernel)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_kernel)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_kernel`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/time/types.rs:340:11
    |
340 | #[cfg(any(linux_kernel, target_os = "fuchsia"))]
    |           ^^^^^^^^^^^^
    |
    = 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(linux_kernel)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_kernel)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `freebsdlike`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/time/types.rs:138:15
    |
138 |     #[cfg(any(freebsdlike, target_os = "openbsd"))]
    |               ^^^^^^^^^^^
    |
    = 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(freebsdlike)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(freebsdlike)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `solarish`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/time/types.rs:142:19
    |
142 |     #[cfg(not(any(solarish, target_os = "netbsd", target_os = "redox")))]
    |                   ^^^^^^^^
    |
    = 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(solarish)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(solarish)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `solarish`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/time/types.rs:146:19
    |
146 |     #[cfg(not(any(solarish, target_os = "netbsd", target_os = "redox")))]
    |                   ^^^^^^^^
    |
    = 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(solarish)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(solarish)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_kernel`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/time/types.rs:150:15
    |
150 |     #[cfg(any(linux_kernel, target_os = "freebsd"))]
    |               ^^^^^^^^^^^^
    |
    = 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(linux_kernel)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_kernel)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_kernel`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/time/types.rs:154:15
    |
154 |     #[cfg(any(linux_kernel, target_os = "freebsd"))]
    |               ^^^^^^^^^^^^
    |
    = 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(linux_kernel)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_kernel)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_kernel`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/time/types.rs:158:11
    |
158 |     #[cfg(linux_kernel)]
    |           ^^^^^^^^^^^^
    |
    = 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(linux_kernel)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_kernel)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_kernel`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/time/types.rs:204:11
    |
204 |     #[cfg(linux_kernel)]
    |           ^^^^^^^^^^^^
    |
    = 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(linux_kernel)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_kernel)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_kernel`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/time/types.rs:208:11
    |
208 |     #[cfg(linux_kernel)]
    |           ^^^^^^^^^^^^
    |
    = 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(linux_kernel)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_kernel)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_kernel`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/time/types.rs:212:15
    |
212 |     #[cfg(any(linux_kernel, target_os = "openbsd"))]
    |               ^^^^^^^^^^^^
    |
    = 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(linux_kernel)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_kernel)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_kernel`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/backend/libc/time/types.rs:216:11
    |
216 |     #[cfg(linux_kernel)]
    |           ^^^^^^^^^^^^
    |
    = 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(linux_kernel)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_kernel)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_kernel`
 --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/fs/mod.rs:7:7
  |
7 | #[cfg(linux_kernel)]
  |       ^^^^^^^^^^^^
  |
  = 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(linux_kernel)'] }
  = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_kernel)");` to the top of the `build.rs`
  = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `apple`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/fs/mod.rs:14:5
   |
14 |     apple,
   |     ^^^^^ help: found config with similar value: `target_vendor = "apple"`
   |
   = 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(apple)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(apple)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `netbsdlike`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/fs/mod.rs:15:5
   |
15 |     netbsdlike,
   |     ^^^^^^^^^^
   |
   = 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(netbsdlike)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(netbsdlike)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `solarish`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/fs/mod.rs:16:5
   |
16 |     solarish,
   |     ^^^^^^^^
   |
   = 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(solarish)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(solarish)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `apple`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/fs/mod.rs:23:7
   |
23 | #[cfg(apple)]
   |       ^^^^^ help: found config with similar value: `target_vendor = "apple"`
   |
   = 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(apple)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(apple)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `apple`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/fs/mod.rs:25:7
   |
25 | #[cfg(apple)]
   |       ^^^^^ help: found config with similar value: `target_vendor = "apple"`
   |
   = 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(apple)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(apple)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `apple`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/fs/mod.rs:29:7
   |
29 | #[cfg(apple)]
   |       ^^^^^ help: found config with similar value: `target_vendor = "apple"`
   |
   = 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(apple)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(apple)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_kernel`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/fs/mod.rs:33:11
   |
33 | #[cfg(any(linux_kernel, target_os = "freebsd"))]
   |           ^^^^^^^^^^^^
   |
   = 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(linux_kernel)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_kernel)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_kernel`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/fs/mod.rs:35:7
   |
35 | #[cfg(linux_kernel)]
   |       ^^^^^^^^^^^^
   |
   = 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(linux_kernel)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_kernel)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_kernel`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/fs/mod.rs:37:7
   |
37 | #[cfg(linux_kernel)]
   |       ^^^^^^^^^^^^
   |
   = 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(linux_kernel)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_kernel)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_kernel`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/fs/mod.rs:39:7
   |
39 | #[cfg(linux_kernel)]
   |       ^^^^^^^^^^^^
   |
   = 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(linux_kernel)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_kernel)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_kernel`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/fs/mod.rs:43:7
   |
43 | #[cfg(linux_kernel)]
   |       ^^^^^^^^^^^^
   |
   = 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(linux_kernel)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_kernel)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `apple`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/fs/mod.rs:47:11
   |
47 | #[cfg(any(apple, linux_kernel))]
   |           ^^^^^ help: found config with similar value: `target_vendor = "apple"`
   |
   = 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(apple)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(apple)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_kernel`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/fs/mod.rs:47:18
   |
47 | #[cfg(any(apple, linux_kernel))]
   |                  ^^^^^^^^^^^^
   |
   = 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(linux_kernel)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_kernel)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_kernel`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/fs/mod.rs:50:7
   |
50 | #[cfg(linux_kernel)]
   |       ^^^^^^^^^^^^
   |
   = 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(linux_kernel)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_kernel)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_kernel`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/fs/mod.rs:56:7
   |
56 | #[cfg(linux_kernel)]
   |       ^^^^^^^^^^^^
   |
   = 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(linux_kernel)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_kernel)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `apple`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/fs/mod.rs:63:5
   |
63 |     apple,
   |     ^^^^^ help: found config with similar value: `target_vendor = "apple"`
   |
   = 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(apple)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(apple)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `netbsdlike`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/fs/mod.rs:64:5
   |
64 |     netbsdlike,
   |     ^^^^^^^^^^
   |
   = 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(netbsdlike)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(netbsdlike)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `solarish`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/fs/mod.rs:65:5
   |
65 |     solarish,
   |     ^^^^^^^^
   |
   = 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(solarish)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(solarish)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `apple`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/fs/mod.rs:72:7
   |
72 | #[cfg(apple)]
   |       ^^^^^ help: found config with similar value: `target_vendor = "apple"`
   |
   = 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(apple)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(apple)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `apple`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/fs/mod.rs:74:7
   |
74 | #[cfg(apple)]
   |       ^^^^^ help: found config with similar value: `target_vendor = "apple"`
   |
   = 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(apple)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(apple)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `apple`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/fs/mod.rs:78:7
   |
78 | #[cfg(apple)]
   |       ^^^^^ help: found config with similar value: `target_vendor = "apple"`
   |
   = 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(apple)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(apple)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_kernel`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/fs/mod.rs:82:11
   |
82 | #[cfg(any(linux_kernel, target_os = "freebsd"))]
   |           ^^^^^^^^^^^^
   |
   = 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(linux_kernel)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_kernel)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_kernel`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/fs/mod.rs:84:7
   |
84 | #[cfg(linux_kernel)]
   |       ^^^^^^^^^^^^
   |
   = 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(linux_kernel)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_kernel)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_kernel`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/fs/mod.rs:86:7
   |
86 | #[cfg(linux_kernel)]
   |       ^^^^^^^^^^^^
   |
   = 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(linux_kernel)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_kernel)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_kernel`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/fs/mod.rs:88:7
   |
88 | #[cfg(linux_kernel)]
   |       ^^^^^^^^^^^^
   |
   = 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(linux_kernel)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_kernel)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_kernel`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/fs/mod.rs:92:7
   |
92 | #[cfg(linux_kernel)]
   |       ^^^^^^^^^^^^
   |
   = 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(linux_kernel)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_kernel)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `apple`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/fs/mod.rs:96:11
   |
96 | #[cfg(any(apple, linux_kernel))]
   |           ^^^^^ help: found config with similar value: `target_vendor = "apple"`
   |
   = 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(apple)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(apple)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_kernel`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/fs/mod.rs:96:18
   |
96 | #[cfg(any(apple, linux_kernel))]
   |                  ^^^^^^^^^^^^
   |
   = 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(linux_kernel)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_kernel)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `wasi_ext`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/fs/mod.rs:104:11
    |
104 | #[cfg(all(wasi_ext, target_os = "wasi"))]
    |           ^^^^^^^^
    |
    = 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(wasi_ext)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(wasi_ext)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `solarish`
 --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/fs/abs.rs:4:5
  |
4 |     solarish,
  |     ^^^^^^^^
  |
  = 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(solarish)'] }
  = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(solarish)");` to the top of the `build.rs`
  = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `solarish`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/fs/abs.rs:27:5
   |
27 |     solarish,
   |     ^^^^^^^^
   |
   = 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(solarish)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(solarish)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `apple`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/fs/at.rs:10:7
   |
10 | #[cfg(apple)]
   |       ^^^^^ help: found config with similar value: `target_vendor = "apple"`
   |
   = 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(apple)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(apple)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `apple`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/fs/at.rs:12:15
   |
12 | #[cfg(not(any(apple, target_os = "wasi")))]
   |               ^^^^^ help: found config with similar value: `target_vendor = "apple"`
   |
   = 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(apple)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(apple)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_kernel`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/fs/at.rs:14:7
   |
14 | #[cfg(linux_kernel)]
   |       ^^^^^^^^^^^^
   |
   = 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(linux_kernel)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_kernel)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_kernel`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/fs/at.rs:200:7
    |
200 | #[cfg(linux_kernel)]
    |       ^^^^^^^^^^^^
    |
    = 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(linux_kernel)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_kernel)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `apple`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/fs/at.rs:355:7
    |
355 | #[cfg(apple)]
    |       ^^^^^ help: found config with similar value: `target_vendor = "apple"`
    |
    = 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(apple)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(apple)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `apple`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/fs/at.rs:376:15
    |
376 | #[cfg(not(any(apple, target_os = "wasi")))]
    |               ^^^^^ help: found config with similar value: `target_vendor = "apple"`
    |
    = 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(apple)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(apple)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `apple`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/fs/constants.rs:11:7
   |
11 | #[cfg(apple)]
   |       ^^^^^ help: found config with similar value: `target_vendor = "apple"`
   |
   = 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(apple)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(apple)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_kernel`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/fs/constants.rs:14:7
   |
14 | #[cfg(linux_kernel)]
   |       ^^^^^^^^^^^^
   |
   = 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(linux_kernel)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_kernel)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_kernel`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/fs/fcntl.rs:58:11
   |
58 | #[cfg(any(linux_kernel, target_os = "freebsd", target_os = "fuchsia"))]
   |           ^^^^^^^^^^^^
   |
   = 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(linux_kernel)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_kernel)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_kernel`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/fs/fcntl.rs:65:11
   |
65 | #[cfg(any(linux_kernel, target_os = "freebsd", target_os = "fuchsia"))]
   |           ^^^^^^^^^^^^
   |
   = 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(linux_kernel)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_kernel)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_kernel`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/fs/fcntl.rs:74:11
   |
74 | #[cfg(any(linux_kernel, target_os = "freebsd", target_os = "fuchsia"))]
   |           ^^^^^^^^^^^^
   |
   = 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(linux_kernel)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_kernel)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `netbsdlike`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/fs/fd.rs:16:5
   |
16 |     netbsdlike,
   |     ^^^^^^^^^^
   |
   = 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(netbsdlike)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(netbsdlike)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `solarish`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/fs/fd.rs:17:5
   |
17 |     solarish,
   |     ^^^^^^^^
   |
   = 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(solarish)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(solarish)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `solarish`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/fs/fd.rs:27:5
   |
27 |     solarish,
   |     ^^^^^^^^
   |
   = 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(solarish)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(solarish)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_kernel`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/fs/fd.rs:38:7
   |
38 | #[cfg(linux_kernel)]
   |       ^^^^^^^^^^^^
   |
   = 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(linux_kernel)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_kernel)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_kernel`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/fs/fd.rs:62:7
   |
62 | #[cfg(linux_kernel)]
   |       ^^^^^^^^^^^^
   |
   = 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(linux_kernel)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_kernel)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_kernel`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/fs/fd.rs:70:7
   |
70 | #[cfg(linux_kernel)]
   |       ^^^^^^^^^^^^
   |
   = 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(linux_kernel)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_kernel)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `solarish`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/fs/fd.rs:164:5
    |
164 |     solarish,
    |     ^^^^^^^^
    |
    = 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(solarish)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(solarish)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `netbsdlike`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/fs/fd.rs:224:5
    |
224 |     netbsdlike,
    |     ^^^^^^^^^^
    |
    = 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(netbsdlike)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(netbsdlike)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `solarish`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/fs/fd.rs:225:5
    |
225 |     solarish,
    |     ^^^^^^^^
    |
    = 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(solarish)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(solarish)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `apple`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/fs/fd.rs:294:5
    |
294 |     apple,
    |     ^^^^^ help: found config with similar value: `target_vendor = "apple"`
    |
    = 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(apple)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(apple)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_kernel`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/fs/fd.rs:335:7
    |
335 | #[cfg(linux_kernel)]
    |       ^^^^^^^^^^^^
    |
    = 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(linux_kernel)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_kernel)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_kernel`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/fs/fd.rs:251:15
    |
251 |     #[cfg(any(linux_kernel, target_os = "fuchsia", target_os = "emscripten"))]
    |               ^^^^^^^^^^^^
    |
    = 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(linux_kernel)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_kernel)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_kernel`
 --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/io/mod.rs:7:11
  |
7 | #[cfg(any(linux_kernel, target_os = "freebsd", target_os = "illumos"))]
  |           ^^^^^^^^^^^^
  |
  = 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(linux_kernel)'] }
  = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_kernel)");` to the top of the `build.rs`
  = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `bsd`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/io/mod.rs:17:7
   |
17 | #[cfg(bsd)]
   |       ^^^
   |
   = 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(bsd)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(bsd)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `solarish`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/io/mod.rs:22:7
   |
22 | #[cfg(solarish)]
   |       ^^^^^^^^
   |
   = 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(solarish)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(solarish)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_kernel`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/io/mod.rs:24:31
   |
24 | #[cfg(all(feature = "procfs", linux_kernel))]
   |                               ^^^^^^^^^^^^
   |
   = 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(linux_kernel)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_kernel)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_kernel`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/io/mod.rs:32:7
   |
32 | #[cfg(linux_kernel)]
   |       ^^^^^^^^^^^^
   |
   = 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(linux_kernel)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_kernel)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_kernel`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/io/mod.rs:38:11
   |
38 | #[cfg(any(linux_kernel, target_os = "freebsd", target_os = "illumos"))]
   |           ^^^^^^^^^^^^
   |
   = 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(linux_kernel)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_kernel)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_kernel`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/io/mod.rs:49:31
   |
49 | #[cfg(all(feature = "procfs", linux_kernel))]
   |                               ^^^^^^^^^^^^
   |
   = 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(linux_kernel)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_kernel)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `apple`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/io/ioctl.rs:59:7
   |
59 | #[cfg(apple)]
   |       ^^^^^ help: found config with similar value: `target_vendor = "apple"`
   |
   = 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(apple)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(apple)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_kernel`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/io/ioctl.rs:112:7
    |
112 | #[cfg(linux_kernel)]
    |       ^^^^^^^^^^^^
    |
    = 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(linux_kernel)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_kernel)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_kernel`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/io/ioctl.rs:120:7
    |
120 | #[cfg(linux_kernel)]
    |       ^^^^^^^^^^^^
    |
    = 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(linux_kernel)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_kernel)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_kernel`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/io/ioctl.rs:135:11
    |
135 | #[cfg(all(linux_kernel, not(any(target_arch = "sparc", target_arch = "sparc64"))))]
    |           ^^^^^^^^^^^^
    |
    = 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(linux_kernel)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_kernel)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_kernel`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/io/ioctl.rs:143:7
    |
143 | #[cfg(linux_kernel)]
    |       ^^^^^^^^^^^^
    |
    = 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(linux_kernel)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_kernel)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `apple`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/io/kqueue.rs:157:11
    |
157 | #[cfg(any(apple, freebsdlike))]
    |           ^^^^^ help: found config with similar value: `target_vendor = "apple"`
    |
    = 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(apple)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(apple)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `freebsdlike`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/io/kqueue.rs:157:18
    |
157 | #[cfg(any(apple, freebsdlike))]
    |                  ^^^^^^^^^^^
    |
    = 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(freebsdlike)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(freebsdlike)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `apple`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/io/kqueue.rs:313:11
    |
313 | #[cfg(any(apple, freebsdlike))]
    |           ^^^^^ help: found config with similar value: `target_vendor = "apple"`
    |
    = 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(apple)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(apple)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `freebsdlike`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/io/kqueue.rs:313:18
    |
313 | #[cfg(any(apple, freebsdlike))]
    |                  ^^^^^^^^^^^
    |
    = 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(freebsdlike)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(freebsdlike)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `apple`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/io/kqueue.rs:344:11
    |
344 | #[cfg(any(apple, freebsdlike))]
    |           ^^^^^ help: found config with similar value: `target_vendor = "apple"`
    |
    = 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(apple)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(apple)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `freebsdlike`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/io/kqueue.rs:344:18
    |
344 | #[cfg(any(apple, freebsdlike))]
    |                  ^^^^^^^^^^^
    |
    = 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(freebsdlike)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(freebsdlike)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `apple`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/io/kqueue.rs:348:11
    |
348 | #[cfg(any(apple, freebsdlike))]
    |           ^^^^^ help: found config with similar value: `target_vendor = "apple"`
    |
    = 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(apple)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(apple)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `freebsdlike`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/io/kqueue.rs:348:18
    |
348 | #[cfg(any(apple, freebsdlike))]
    |                  ^^^^^^^^^^^
    |
    = 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(freebsdlike)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(freebsdlike)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `apple`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/io/kqueue.rs:64:23
   |
64 |             #[cfg(any(apple, freebsdlike))]
   |                       ^^^^^ help: found config with similar value: `target_vendor = "apple"`
   |
   = 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(apple)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(apple)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `freebsdlike`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/io/kqueue.rs:64:30
   |
64 |             #[cfg(any(apple, freebsdlike))]
   |                              ^^^^^^^^^^^
   |
   = 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(freebsdlike)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(freebsdlike)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `apple`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/io/kqueue.rs:43:27
   |
43 |                 #[cfg(any(apple, target_os = "freebsd", target_os = "netbsd"))]
   |                           ^^^^^ help: found config with similar value: `target_vendor = "apple"`
   |
   = 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(apple)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(apple)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `apple`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/io/kqueue.rs:145:23
    |
145 |             #[cfg(any(apple, freebsdlike))]
    |                       ^^^^^ help: found config with similar value: `target_vendor = "apple"`
    |
    = 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(apple)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(apple)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `freebsdlike`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/io/kqueue.rs:145:30
    |
145 |             #[cfg(any(apple, freebsdlike))]
    |                              ^^^^^^^^^^^
    |
    = 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(freebsdlike)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(freebsdlike)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `apple`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/io/kqueue.rs:131:31
    |
131 |                     #[cfg(any(apple, target_os = "freebsd", target_os = "netbsd"))]
    |                               ^^^^^ help: found config with similar value: `target_vendor = "apple"`
    |
    = 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(apple)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(apple)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `apple`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/io/kqueue.rs:214:15
    |
214 |     #[cfg(any(apple, freebsdlike))]
    |               ^^^^^ help: found config with similar value: `target_vendor = "apple"`
    |
    = 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(apple)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(apple)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `freebsdlike`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/io/kqueue.rs:214:22
    |
214 |     #[cfg(any(apple, freebsdlike))]
    |                      ^^^^^^^^^^^
    |
    = 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(freebsdlike)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(freebsdlike)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_kernel`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/io/pipe.rs:11:7
   |
11 | #[cfg(linux_kernel)]
   |       ^^^^^^^^^^^^
   |
   = 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(linux_kernel)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_kernel)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `apple`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/io/pipe.rs:14:11
   |
14 | #[cfg(not(apple))]
   |           ^^^^^ help: found config with similar value: `target_vendor = "apple"`
   |
   = 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(apple)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(apple)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_kernel`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/io/pipe.rs:17:7
   |
17 | #[cfg(linux_kernel)]
   |       ^^^^^^^^^^^^
   |
   = 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(linux_kernel)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_kernel)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `solarish`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/io/pipe.rs:29:5
   |
29 |     solarish,
   |     ^^^^^^^^
   |
   = 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(solarish)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(solarish)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `apple`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/io/pipe.rs:87:15
   |
87 | #[cfg(not(any(apple, target_os = "aix", target_os = "haiku")))]
   |               ^^^^^ help: found config with similar value: `target_vendor = "apple"`
   |
   = 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(apple)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(apple)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_kernel`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/io/pipe.rs:113:7
    |
113 | #[cfg(linux_kernel)]
    |       ^^^^^^^^^^^^
    |
    = 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(linux_kernel)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_kernel)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_kernel`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/io/pipe.rs:149:7
    |
149 | #[cfg(linux_kernel)]
    |       ^^^^^^^^^^^^
    |
    = 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(linux_kernel)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_kernel)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_kernel`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/io/read_write.rs:14:7
   |
14 | #[cfg(linux_kernel)]
   |       ^^^^^^^^^^^^
   |
   = 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(linux_kernel)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_kernel)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_kernel`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/io/read_write.rs:233:7
    |
233 | #[cfg(linux_kernel)]
    |       ^^^^^^^^^^^^
    |
    = 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(linux_kernel)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_kernel)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_kernel`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/io/read_write.rs:252:7
    |
252 | #[cfg(linux_kernel)]
    |       ^^^^^^^^^^^^
    |
    = 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(linux_kernel)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_kernel)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `staged_api`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/io/seek_from.rs:11:12
   |
11 | #[cfg_attr(staged_api, stable(feature = "rust1", since = "1.0.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(staged_api)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(staged_api)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `staged_api`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/io/seek_from.rs:14:16
   |
14 |     #[cfg_attr(staged_api, stable(feature = "rust1", since = "1.0.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(staged_api)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(staged_api)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `staged_api`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/io/seek_from.rs:15:22
   |
15 |     Start(#[cfg_attr(staged_api, stable(feature = "rust1", since = "1.0.0"))] u64),
   |                      ^^^^^^^^^^
   |
   = 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(staged_api)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(staged_api)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `staged_api`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/io/seek_from.rs:22:16
   |
22 |     #[cfg_attr(staged_api, stable(feature = "rust1", since = "1.0.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(staged_api)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(staged_api)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `staged_api`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/io/seek_from.rs:23:20
   |
23 |     End(#[cfg_attr(staged_api, stable(feature = "rust1", since = "1.0.0"))] 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(staged_api)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(staged_api)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `staged_api`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/io/seek_from.rs:30:16
   |
30 |     #[cfg_attr(staged_api, stable(feature = "rust1", since = "1.0.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(staged_api)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(staged_api)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `staged_api`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/io/seek_from.rs:31:24
   |
31 |     Current(#[cfg_attr(staged_api, stable(feature = "rust1", since = "1.0.0"))] 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(staged_api)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(staged_api)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `freebsdlike`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/io/seek_from.rs:38:15
   |
38 |     #[cfg(any(freebsdlike, target_os = "linux", target_os = "solaris"))]
   |               ^^^^^^^^^^^
   |
   = 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(freebsdlike)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(freebsdlike)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `freebsdlike`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/io/seek_from.rs:46:15
   |
46 |     #[cfg(any(freebsdlike, target_os = "linux", target_os = "solaris"))]
   |               ^^^^^^^^^^^
   |
   = 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(freebsdlike)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(freebsdlike)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `apple`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/termios/constants.rs:36:13
   |
36 |             apple,
   |             ^^^^^ help: found config with similar value: `target_vendor = "apple"`
   |
   = 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(apple)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(apple)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `bsd`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/termios/constants.rs:43:23
   |
43 |         #[cfg(not(any(bsd, solarish, target_os = "aix", target_os = "haiku")))]
   |                       ^^^
   |
   = 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(bsd)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(bsd)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `solarish`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/termios/constants.rs:43:28
   |
43 |         #[cfg(not(any(bsd, solarish, target_os = "aix", target_os = "haiku")))]
   |                            ^^^^^^^^
   |
   = 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(solarish)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(solarish)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `bsd`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/termios/constants.rs:45:23
   |
45 |         #[cfg(not(any(bsd, solarish, target_os = "aix", target_os = "haiku")))]
   |                       ^^^
   |
   = 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(bsd)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(bsd)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `solarish`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/termios/constants.rs:45:28
   |
45 |         #[cfg(not(any(bsd, solarish, target_os = "aix", target_os = "haiku")))]
   |                            ^^^^^^^^
   |
   = 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(solarish)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(solarish)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `apple`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/termios/constants.rs:48:13
   |
48 |             apple,
   |             ^^^^^ help: found config with similar value: `target_vendor = "apple"`
   |
   = 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(apple)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(apple)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `bsd`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/termios/constants.rs:55:23
   |
55 |         #[cfg(not(any(bsd, target_os = "aix", target_os = "haiku", target_os = "solaris")))]
   |                       ^^^
   |
   = 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(bsd)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(bsd)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `bsd`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/termios/constants.rs:57:23
   |
57 |         #[cfg(not(any(bsd, target_os = "aix", target_os = "haiku", target_os = "solaris")))]
   |                       ^^^
   |
   = 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(bsd)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(bsd)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `bsd`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/termios/constants.rs:59:23
   |
59 |         #[cfg(not(any(bsd, target_os = "aix", target_os = "haiku", target_os = "solaris")))]
   |                       ^^^
   |
   = 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(bsd)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(bsd)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `bsd`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/termios/constants.rs:61:23
   |
61 |         #[cfg(not(any(bsd, target_os = "aix", target_os = "haiku", target_os = "solaris")))]
   |                       ^^^
   |
   = 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(bsd)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(bsd)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `bsd`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/termios/constants.rs:66:13
   |
66 |             bsd,
   |             ^^^
   |
   = 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(bsd)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(bsd)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `bsd`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/termios/constants.rs:75:13
   |
75 |             bsd,
   |             ^^^
   |
   = 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(bsd)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(bsd)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `bsd`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/termios/constants.rs:84:13
   |
84 |             bsd,
   |             ^^^
   |
   = 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(bsd)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(bsd)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `bsd`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/termios/constants.rs:93:13
   |
93 |             bsd,
   |             ^^^
   |
   = 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(bsd)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(bsd)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_kernel`
 --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/termios/tc.rs:6:5
  |
6 |     linux_kernel,
  |     ^^^^^^^^^^^^
  |
  = 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(linux_kernel)'] }
  = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_kernel)");` to the top of the `build.rs`
  = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition value: `x32`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/termios/tc.rs:10:9
   |
10 |         target_arch = "x32",
   |         ^^^^^^^^^^^^^^^^^^^
   |
   = note: expected values for `target_arch` are: `aarch64`, `amdgpu`, `arm`, `arm64ec`, `avr`, `bpf`, `csky`, `hexagon`, `loongarch64`, `m68k`, `mips`, `mips32r6`, `mips64`, `mips64r6`, `msp430`, `nvptx64`, `powerpc`, `powerpc64`, `riscv32`, `riscv64`, `s390x`, `sparc`, `sparc64`, `wasm32`, `wasm64`, `x86`, `x86_64`, and `xtensa`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_kernel`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/termios/tc.rs:57:5
   |
57 |     linux_kernel,
   |     ^^^^^^^^^^^^
   |
   = 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(linux_kernel)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_kernel)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition value: `x32`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/termios/tc.rs:61:9
   |
61 |         target_arch = "x32",
   |         ^^^^^^^^^^^^^^^^^^^
   |
   = note: expected values for `target_arch` are: `aarch64`, `amdgpu`, `arm`, `arm64ec`, `avr`, `bpf`, `csky`, `hexagon`, `loongarch64`, `m68k`, `mips`, `mips32r6`, `mips64`, `mips64r6`, `msp430`, `nvptx64`, `powerpc`, `powerpc64`, `riscv32`, `riscv64`, `s390x`, `sparc`, `sparc64`, `wasm32`, `wasm64`, `x86`, `x86_64`, and `xtensa`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_kernel`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/termios/tc.rs:159:5
    |
159 |     linux_kernel,
    |     ^^^^^^^^^^^^
    |
    = 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(linux_kernel)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_kernel)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition value: `x32`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/termios/tc.rs:163:9
    |
163 |         target_arch = "x32",
    |         ^^^^^^^^^^^^^^^^^^^
    |
    = note: expected values for `target_arch` are: `aarch64`, `amdgpu`, `arm`, `arm64ec`, `avr`, `bpf`, `csky`, `hexagon`, `loongarch64`, `m68k`, `mips`, `mips32r6`, `mips64`, `mips64r6`, `msp430`, `nvptx64`, `powerpc`, `powerpc64`, `riscv32`, `riscv64`, `s390x`, `sparc`, `sparc64`, `wasm32`, `wasm64`, `x86`, `x86_64`, and `xtensa`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_kernel`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/process/mod.rs:13:7
   |
13 | #[cfg(linux_kernel)]
   |       ^^^^^^^^^^^^
   |
   = 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(linux_kernel)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_kernel)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_kernel`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/process/mod.rs:17:7
   |
17 | #[cfg(linux_kernel)]
   |       ^^^^^^^^^^^^
   |
   = 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(linux_kernel)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_kernel)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_kernel`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/process/mod.rs:25:11
   |
25 | #[cfg(any(linux_kernel, target_os = "dragonfly", target_os = "fuchsia"))]
   |           ^^^^^^^^^^^^
   |
   = 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(linux_kernel)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_kernel)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_kernel`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/process/mod.rs:45:7
   |
45 | #[cfg(linux_kernel)]
   |       ^^^^^^^^^^^^
   |
   = 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(linux_kernel)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_kernel)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_kernel`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/process/mod.rs:49:7
   |
49 | #[cfg(linux_kernel)]
   |       ^^^^^^^^^^^^
   |
   = 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(linux_kernel)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_kernel)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_kernel`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/process/mod.rs:57:11
   |
57 | #[cfg(any(linux_kernel, target_os = "dragonfly", target_os = "fuchsia"))]
   |           ^^^^^^^^^^^^
   |
   = 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(linux_kernel)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_kernel)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_kernel`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/process/id.rs:12:7
   |
12 | #[cfg(linux_kernel)]
   |       ^^^^^^^^^^^^
   |
   = 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(linux_kernel)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_kernel)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_kernel`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/process/id.rs:47:7
   |
47 | #[cfg(linux_kernel)]
   |       ^^^^^^^^^^^^
   |
   = 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(linux_kernel)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_kernel)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_kernel`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/process/id.rs:168:7
    |
168 | #[cfg(linux_kernel)]
    |       ^^^^^^^^^^^^
    |
    = 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(linux_kernel)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_kernel)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_kernel`
 --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/process/rlimit.rs:1:7
  |
1 | #[cfg(linux_kernel)]
  |       ^^^^^^^^^^^^
  |
  = 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(linux_kernel)'] }
  = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_kernel)");` to the top of the `build.rs`
  = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_kernel`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/process/rlimit.rs:49:7
   |
49 | #[cfg(linux_kernel)]
   |       ^^^^^^^^^^^^
   |
   = 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(linux_kernel)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_kernel)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_kernel`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/process/system.rs:15:7
   |
15 | #[cfg(linux_kernel)]
   |       ^^^^^^^^^^^^
   |
   = 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(linux_kernel)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_kernel)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_kernel`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/process/system.rs:121:7
    |
121 | #[cfg(linux_kernel)]
    |       ^^^^^^^^^^^^
    |
    = 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(linux_kernel)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_kernel)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_kernel`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/process/system.rs:72:11
   |
72 |     #[cfg(linux_kernel)]
   |           ^^^^^^^^^^^^
   |
   = 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(linux_kernel)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_kernel)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_kernel`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/process/system.rs:87:19
   |
87 |         #[cfg(not(linux_kernel))]
   |                   ^^^^^^^^^^^^
   |
   = 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(linux_kernel)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_kernel)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_kernel`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/process/system.rs:99:15
   |
99 |         #[cfg(linux_kernel)]
   |               ^^^^^^^^^^^^
   |
   = 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(linux_kernel)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_kernel)");` 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/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/process/umask.rs:17:12
   |
17 | #[cfg_attr(doc_cfg, doc(cfg(feature = "fs")))]
   |            ^^^^^^^
   |
   = 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: `linux_raw`
 --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/process/wait.rs:8:7
  |
8 | #[cfg(linux_raw)]
  |       ^^^^^^^^^
  |
  = 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(linux_raw)'] }
  = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_raw)");` to the top of the `build.rs`
  = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_raw`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/process/wait.rs:220:11
    |
220 |     #[cfg(linux_raw)]
    |           ^^^^^^^^^
    |
    = 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(linux_raw)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_raw)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `linux_raw`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustix-0.37.28/src/process/wait.rs:225:15
    |
225 |     #[cfg(not(linux_raw))]
    |               ^^^^^^^^^
    |
    = 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(linux_raw)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(linux_raw)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

       Fresh crossbeam-epoch v0.9.8
warning: unexpected `cfg` condition name: `crossbeam_loom`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/crossbeam-epoch-0.9.8/src/lib.rs:66:7
   |
66 | #[cfg(crossbeam_loom)]
   |       ^^^^^^^^^^^^^^
   |
   = 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(crossbeam_loom)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` 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: `crossbeam_loom`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/crossbeam-epoch-0.9.8/src/lib.rs:71:7
   |
71 | #[cfg(crossbeam_loom)]
   |       ^^^^^^^^^^^^^^
   |
   = 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(crossbeam_loom)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `crossbeam_no_atomic_cas`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/crossbeam-epoch-0.9.8/src/lib.rs:94:11
   |
94 | #[cfg(not(crossbeam_no_atomic_cas))]
   |           ^^^^^^^^^^^^^^^^^^^^^^^
   |
   = 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(crossbeam_no_atomic_cas)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_no_atomic_cas)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `crossbeam_loom`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/crossbeam-epoch-0.9.8/src/lib.rs:95:11
   |
95 | #[cfg(not(crossbeam_loom))]
   |           ^^^^^^^^^^^^^^
   |
   = 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(crossbeam_loom)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `crossbeam_no_atomic_cas`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/crossbeam-epoch-0.9.8/src/lib.rs:143:11
    |
143 | #[cfg(not(crossbeam_no_atomic_cas))]
    |           ^^^^^^^^^^^^^^^^^^^^^^^
    |
    = 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(crossbeam_no_atomic_cas)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_no_atomic_cas)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `crossbeam_loom`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/crossbeam-epoch-0.9.8/src/atomic.rs:1590:21
     |
1590 | #[cfg(all(test, not(crossbeam_loom)))]
     |                     ^^^^^^^^^^^^^^
     |
     = 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(crossbeam_loom)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `crossbeam_const_fn_trait_bound`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/crossbeam-epoch-0.9.8/src/atomic.rs:345:15
    |
345 |     #[cfg(all(crossbeam_const_fn_trait_bound, not(crossbeam_loom)))]
    |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    |
    = 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(crossbeam_const_fn_trait_bound)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_const_fn_trait_bound)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `crossbeam_loom`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/crossbeam-epoch-0.9.8/src/atomic.rs:345:51
    |
345 |     #[cfg(all(crossbeam_const_fn_trait_bound, not(crossbeam_loom)))]
    |                                                   ^^^^^^^^^^^^^^
    |
    = 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(crossbeam_loom)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `crossbeam_const_fn_trait_bound`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/crossbeam-epoch-0.9.8/src/atomic.rs:354:19
    |
354 |     #[cfg(not(all(crossbeam_const_fn_trait_bound, not(crossbeam_loom))))]
    |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    |
    = 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(crossbeam_const_fn_trait_bound)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_const_fn_trait_bound)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `crossbeam_loom`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/crossbeam-epoch-0.9.8/src/atomic.rs:354:55
    |
354 |     #[cfg(not(all(crossbeam_const_fn_trait_bound, not(crossbeam_loom))))]
    |                                                       ^^^^^^^^^^^^^^
    |
    = 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(crossbeam_loom)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `crossbeam_loom`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/crossbeam-epoch-0.9.8/src/atomic.rs:868:15
    |
868 |         #[cfg(crossbeam_loom)]
    |               ^^^^^^^^^^^^^^
    |
    = 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(crossbeam_loom)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `crossbeam_loom`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/crossbeam-epoch-0.9.8/src/atomic.rs:875:19
    |
875 |         #[cfg(not(crossbeam_loom))]
    |                   ^^^^^^^^^^^^^^
    |
    = 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(crossbeam_loom)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `crossbeam_loom`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/crossbeam-epoch-0.9.8/src/collector.rs:112:21
    |
112 | #[cfg(all(test, not(crossbeam_loom)))]
    |                     ^^^^^^^^^^^^^^
    |
    = 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(crossbeam_loom)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `crossbeam_loom`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/crossbeam-epoch-0.9.8/src/deferred.rs:81:21
   |
81 | #[cfg(all(test, not(crossbeam_loom)))]
   |                     ^^^^^^^^^^^^^^
   |
   = 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(crossbeam_loom)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `crossbeam_sanitize`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/crossbeam-epoch-0.9.8/src/internal.rs:58:11
   |
58 | #[cfg(not(crossbeam_sanitize))]
   |           ^^^^^^^^^^^^^^^^^^
   |
   = 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(crossbeam_sanitize)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_sanitize)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `crossbeam_sanitize`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/crossbeam-epoch-0.9.8/src/internal.rs:60:7
   |
60 | #[cfg(crossbeam_sanitize)]
   |       ^^^^^^^^^^^^^^^^^^
   |
   = 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(crossbeam_sanitize)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_sanitize)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `crossbeam_sanitize`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/crossbeam-epoch-0.9.8/src/internal.rs:378:11
    |
378 | #[cfg(not(crossbeam_sanitize))] // `crossbeam_sanitize` reduces the size of `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(crossbeam_sanitize)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_sanitize)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `crossbeam_loom`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/crossbeam-epoch-0.9.8/src/internal.rs:629:21
    |
629 | #[cfg(all(test, not(crossbeam_loom)))]
    |                     ^^^^^^^^^^^^^^
    |
    = 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(crossbeam_loom)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `crossbeam_sanitize`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/crossbeam-epoch-0.9.8/src/internal.rs:112:19
    |
112 |         #[cfg(not(crossbeam_sanitize))]
    |                   ^^^^^^^^^^^^^^^^^^
    |
    = 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(crossbeam_sanitize)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_sanitize)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `crossbeam_sanitize`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/crossbeam-epoch-0.9.8/src/internal.rs:180:15
    |
180 |         #[cfg(crossbeam_sanitize)]
    |               ^^^^^^^^^^^^^^^^^^
    |
    = 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(crossbeam_sanitize)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_sanitize)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `crossbeam_sanitize`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/crossbeam-epoch-0.9.8/src/internal.rs:281:29
    |
281 |         let steps = if cfg!(crossbeam_sanitize) {
    |                             ^^^^^^^^^^^^^^^^^^
    |
    = 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(crossbeam_sanitize)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_sanitize)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `crossbeam_loom`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/crossbeam-epoch-0.9.8/src/sync/list.rs:298:21
    |
298 | #[cfg(all(test, not(crossbeam_loom)))]
    |                     ^^^^^^^^^^^^^^
    |
    = 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(crossbeam_loom)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `crossbeam_loom`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/crossbeam-epoch-0.9.8/src/sync/queue.rs:218:21
    |
218 | #[cfg(all(test, not(crossbeam_loom)))]
    |                     ^^^^^^^^^^^^^^
    |
    = 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(crossbeam_loom)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `crossbeam_loom`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/crossbeam-epoch-0.9.8/src/default.rs:48:21
   |
48 | #[cfg(all(test, not(crossbeam_loom)))]
   |                     ^^^^^^^^^^^^^^
   |
   = 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(crossbeam_loom)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

       Fresh unicode-width v0.1.10
       Fresh fastrand v1.7.0
warning: unexpected `cfg` condition value: `128`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/fastrand-1.7.0/src/lib.rs:502:11
    |
502 |     #[cfg(target_pointer_width = "128")]
    |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    |
    = note: expected values for `target_pointer_width` are: `16`, `32`, and `64`
    = note: see  for more information about checking conditional configuration
    = note: `#[warn(unexpected_cfgs)]` on by default

       Fresh waker-fn v1.1.0
       Fresh io-lifetimes v2.0.3
warning: unexpected `cfg` condition name: `wasi_ext`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/io-lifetimes-2.0.3/src/lib.rs:32:17
   |
32 | #![cfg_attr(all(wasi_ext, target_os = "wasi"), feature(wasi_ext))]
   |                 ^^^^^^^^
   |
   = 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(wasi_ext)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(wasi_ext)");` 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: `doc_cfg`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/io-lifetimes-2.0.3/src/lib.rs:35:13
   |
35 | #![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 value: `async_std`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/io-lifetimes-2.0.3/src/views.rs:239:7
    |
239 | #[cfg(feature = "async_std")]
    |       ^^^^^^^^^^-----------
    |                 |
    |                 help: there is a expected value with a similar name: `"async-std"`
    |
    = note: expected values for `feature` are: `async-std`, `close`, `default`, `hermit-abi`, `libc`, `mio`, `os_pipe`, `socket2`, `tokio`, and `windows-sys`
    = help: consider adding `async_std` as a feature in `Cargo.toml`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition value: `async_std`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/io-lifetimes-2.0.3/src/views.rs:242:7
    |
242 | #[cfg(feature = "async_std")]
    |       ^^^^^^^^^^-----------
    |                 |
    |                 help: there is a expected value with a similar name: `"async-std"`
    |
    = note: expected values for `feature` are: `async-std`, `close`, `default`, `hermit-abi`, `libc`, `mio`, `os_pipe`, `socket2`, `tokio`, and `windows-sys`
    = help: consider adding `async_std` as a feature in `Cargo.toml`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition value: `async_std`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/io-lifetimes-2.0.3/src/views.rs:245:7
    |
245 | #[cfg(feature = "async_std")]
    |       ^^^^^^^^^^-----------
    |                 |
    |                 help: there is a expected value with a similar name: `"async-std"`
    |
    = note: expected values for `feature` are: `async-std`, `close`, `default`, `hermit-abi`, `libc`, `mio`, `os_pipe`, `socket2`, `tokio`, and `windows-sys`
    = help: consider adding `async_std` as a feature in `Cargo.toml`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition value: `async_std`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/io-lifetimes-2.0.3/src/views.rs:248:7
    |
248 | #[cfg(feature = "async_std")]
    |       ^^^^^^^^^^-----------
    |                 |
    |                 help: there is a expected value with a similar name: `"async-std"`
    |
    = note: expected values for `feature` are: `async-std`, `close`, `default`, `hermit-abi`, `libc`, `mio`, `os_pipe`, `socket2`, `tokio`, and `windows-sys`
    = help: consider adding `async_std` as a feature in `Cargo.toml`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition value: `async_std`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/io-lifetimes-2.0.3/src/views.rs:251:7
    |
251 | #[cfg(feature = "async_std")]
    |       ^^^^^^^^^^-----------
    |                 |
    |                 help: there is a expected value with a similar name: `"async-std"`
    |
    = note: expected values for `feature` are: `async-std`, `close`, `default`, `hermit-abi`, `libc`, `mio`, `os_pipe`, `socket2`, `tokio`, and `windows-sys`
    = help: consider adding `async_std` as a feature in `Cargo.toml`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition value: `async_std`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/io-lifetimes-2.0.3/src/views.rs:254:7
    |
254 | #[cfg(feature = "async_std")]
    |       ^^^^^^^^^^-----------
    |                 |
    |                 help: there is a expected value with a similar name: `"async-std"`
    |
    = note: expected values for `feature` are: `async-std`, `close`, `default`, `hermit-abi`, `libc`, `mio`, `os_pipe`, `socket2`, `tokio`, and `windows-sys`
    = help: consider adding `async_std` as a feature in `Cargo.toml`
    = note: see  for more information about checking conditional configuration

       Fresh cranelift-isle v0.116.1
       Fresh itertools v0.10.5
       Fresh typenum v1.15.0
warning: unexpected `cfg` condition value: `cargo-clippy`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/typenum-1.15.0/src/lib.rs:51:5
   |
51 |     feature = "cargo-clippy",
   |     ^^^^^^^^^^^^^^^^^^^^^^^^
   |
   = note: expected values for `feature` are: `force_unix_path_separator`, `i128`, `no_std`, `scale-info`, `scale_info`, and `strict`
   = 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/sysutils/zellij/work/zellij-0.42.2/cargo-crates/typenum-1.15.0/src/lib.rs:61:13
   |
61 | #![cfg_attr(feature = "cargo-clippy", deny(clippy::missing_inline_in_public_items))]
   |             ^^^^^^^^^^^^^^^^^^^^^^^^
   |
   = note: expected values for `feature` are: `force_unix_path_separator`, `i128`, `no_std`, `scale-info`, `scale_info`, and `strict`
   = 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: `tests`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/typenum-1.15.0/src/bit.rs:187:7
    |
187 | #[cfg(tests)]
    |       ^^^^^ help: there is a config with a similar name: `test`
    |
    = 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(tests)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tests)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `tests`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/typenum-1.15.0/src/uint.rs:1656:7
     |
1656 | #[cfg(tests)]
     |       ^^^^^ help: there is a config with a similar name: `test`
     |
     = 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(tests)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tests)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition value: `cargo-clippy`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/typenum-1.15.0/src/uint.rs:1709:16
     |
1709 |     #[cfg_attr(feature = "cargo-clippy", allow(clippy::suspicious_arithmetic_impl))]
     |                ^^^^^^^^^^^^^^^^^^^^^^^^
     |
     = note: expected values for `feature` are: `force_unix_path_separator`, `i128`, `no_std`, `scale-info`, `scale_info`, and `strict`
     = help: consider adding `cargo-clippy` as a feature in `Cargo.toml`
     = note: see  for more information about checking conditional configuration

       Fresh wasmtime-versioned-export-macros v29.0.1
warning: `value-bag` (lib) generated 6 warnings
warning: `rustix` (lib) generated 707 warnings
warning: `crossbeam-epoch` (lib) generated 24 warnings
warning: `fastrand` (lib) generated 1 warning
warning: `io-lifetimes` (lib) generated 8 warnings
warning: `typenum` (lib) generated 5 warnings
       Fresh log v0.4.17
       Fresh backtrace v0.3.65
warning: unexpected `cfg` condition name: `backtrace_in_libstd`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/backtrace-0.3.65/src/lib.rs:99:13
   |
99 | #![cfg_attr(backtrace_in_libstd, allow(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(backtrace_in_libstd)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(backtrace_in_libstd)");` 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: `backtrace_in_libstd`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/backtrace-0.3.65/src/symbolize/mod.rs:477:17
    |
477 |         any(not(backtrace_in_libstd), feature = "backtrace"),
    |                 ^^^^^^^^^^^^^^^^^^^
    |
    = 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(backtrace_in_libstd)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(backtrace_in_libstd)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition value: `backtrace`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/backtrace-0.3.65/src/symbolize/mod.rs:477:39
    |
477 |         any(not(backtrace_in_libstd), feature = "backtrace"),
    |                                       ^^^^^^^^^^-----------
    |                                                 |
    |                                                 help: there is a expected value with a similar name: `"libbacktrace"`
    |
    = note: expected values for `feature` are: `coresymbolication`, `cpp_demangle`, `dbghelp`, `default`, `dladdr`, `gimli-symbolize`, `kernel32`, `libbacktrace`, `libunwind`, `rustc-serialize`, `serde`, `serialize-rustc`, `serialize-serde`, `std`, `unix-backtrace`, `verify-winapi`, and `winapi`
    = help: consider adding `backtrace` as a feature in `Cargo.toml`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `backtrace_in_libstd`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/backtrace-0.3.65/src/symbolize/gimli.rs:22:7
   |
22 | #[cfg(backtrace_in_libstd)]
   |       ^^^^^^^^^^^^^^^^^^^
   |
   = 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(backtrace_in_libstd)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(backtrace_in_libstd)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `backtrace_in_libstd`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/backtrace-0.3.65/src/symbolize/gimli.rs:26:11
   |
26 | #[cfg(not(backtrace_in_libstd))]
   |           ^^^^^^^^^^^^^^^^^^^
   |
   = 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(backtrace_in_libstd)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(backtrace_in_libstd)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition value: `dl_iterate_phdr`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/backtrace-0.3.65/src/symbolize/gimli.rs:181:40
    |
181 |             all(target_os = "android", feature = "dl_iterate_phdr"),
    |                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^
    |
    = note: expected values for `feature` are: `coresymbolication`, `cpp_demangle`, `dbghelp`, `default`, `dladdr`, `gimli-symbolize`, `kernel32`, `libbacktrace`, `libunwind`, `rustc-serialize`, `serde`, `serialize-rustc`, `serialize-serde`, `std`, `unix-backtrace`, `verify-winapi`, and `winapi`
    = help: consider adding `dl_iterate_phdr` as a feature in `Cargo.toml`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition value: `libnx`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/backtrace-0.3.65/src/symbolize/gimli.rs:187:21
    |
187 |     } else if #[cfg(target_env = "libnx")] {
    |                     ^^^^^^^^^^
    |
    = 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: field `addr` is never read
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/backtrace-0.3.65/src/symbolize/gimli.rs:408:14
    |
408 |     Symtab { addr: *mut c_void, name: &'a [u8] },
    |     ------   ^^^^
    |     |
    |     field in this variant
    |
    = note: `#[warn(dead_code)]` on by default

warning: creating a mutable reference to mutable static
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/backtrace-0.3.65/src/symbolize/gimli.rs:266:11
    |
266 |         f(MAPPINGS_CACHE.get_or_insert_with(|| Cache::new()))
    |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ mutable reference to mutable static
    |
    = note: for more information, see 
    = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
    = note: `#[warn(static_mut_refs)]` on by default

       Fresh smallvec v1.13.2
       Fresh cranelift-bitset v0.116.1
       Fresh crossbeam-deque v0.8.1
       Fresh cranelift-codegen-meta v0.116.1
       Fresh futures-lite v1.13.0
warning: elided lifetime has a name
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/futures-lite-1.13.0/src/io.rs:1625:88
     |
1625 |     fn read_until<'a>(&'a mut self, byte: u8, buf: &'a mut Vec) -> ReadUntilFuture<'_, Self>
     |                   -- lifetime `'a` declared here                                       ^^ this elided lifetime gets resolved as `'a`
     |
     = note: `#[warn(elided_named_lifetimes)]` on by default

warning: elided lifetime has a name
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/futures-lite-1.13.0/src/io.rs:1658:75
     |
1658 |     fn read_line<'a>(&'a mut self, buf: &'a mut String) -> ReadLineFuture<'_, Self>
     |                  -- lifetime `'a` declared here                           ^^ this elided lifetime gets resolved as `'a`

       Fresh heck v0.4.0
       Fresh zerocopy v0.7.34
warning: unnecessary qualification
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/zerocopy-0.7.34/src/util.rs:597:32
    |
597 |     let remainder = t.addr() % mem::align_of::();
    |                                ^^^^^^^^^^^^^^^^^^
    |
note: the lint level is defined here
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/zerocopy-0.7.34/src/lib.rs:174:5
    |
174 |     unused_qualifications,
    |     ^^^^^^^^^^^^^^^^^^^^^
help: remove the unnecessary path segments
    |
597 -     let remainder = t.addr() % mem::align_of::();
597 +     let remainder = t.addr() % align_of::();
    |

warning: unnecessary qualification
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/zerocopy-0.7.34/src/lib.rs:333:35
    |
333 | const POINTER_WIDTH_BITS: usize = mem::size_of::() * 8;
    |                                   ^^^^^^^^^^^^^^^^^^^^^
    |
help: remove the unnecessary path segments
    |
333 - const POINTER_WIDTH_BITS: usize = mem::size_of::() * 8;
333 + const POINTER_WIDTH_BITS: usize = size_of::() * 8;
    |

warning: unnecessary qualification
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/zerocopy-0.7.34/src/lib.rs:488:44
    |
488 |             align: match NonZeroUsize::new(mem::align_of::()) {
    |                                            ^^^^^^^^^^^^^^^^^^
    |
help: remove the unnecessary path segments
    |
488 -             align: match NonZeroUsize::new(mem::align_of::()) {
488 +             align: match NonZeroUsize::new(align_of::()) {
    |

warning: unnecessary qualification
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/zerocopy-0.7.34/src/lib.rs:492:49
    |
492 |             size_info: SizeInfo::Sized { _size: mem::size_of::() },
    |                                                 ^^^^^^^^^^^^^^^^^
    |
help: remove the unnecessary path segments
    |
492 -             size_info: SizeInfo::Sized { _size: mem::size_of::() },
492 +             size_info: SizeInfo::Sized { _size: size_of::() },
    |

warning: unnecessary qualification
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/zerocopy-0.7.34/src/lib.rs:511:44
    |
511 |             align: match NonZeroUsize::new(mem::align_of::()) {
    |                                            ^^^^^^^^^^^^^^^^^^
    |
help: remove the unnecessary path segments
    |
511 -             align: match NonZeroUsize::new(mem::align_of::()) {
511 +             align: match NonZeroUsize::new(align_of::()) {
    |

warning: unnecessary qualification
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/zerocopy-0.7.34/src/lib.rs:517:29
    |
517 |                 _elem_size: mem::size_of::(),
    |                             ^^^^^^^^^^^^^^^^^
    |
help: remove the unnecessary path segments
    |
517 -                 _elem_size: mem::size_of::(),
517 +                 _elem_size: size_of::(),
    |

warning: unnecessary qualification
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/zerocopy-0.7.34/src/lib.rs:1418:19
     |
1418 |         let len = mem::size_of_val(self);
     |                   ^^^^^^^^^^^^^^^^
     |
help: remove the unnecessary path segments
     |
1418 -         let len = mem::size_of_val(self);
1418 +         let len = size_of_val(self);
     |

warning: unnecessary qualification
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/zerocopy-0.7.34/src/lib.rs:2714:19
     |
2714 |         let len = mem::size_of_val(self);
     |                   ^^^^^^^^^^^^^^^^
     |
help: remove the unnecessary path segments
     |
2714 -         let len = mem::size_of_val(self);
2714 +         let len = size_of_val(self);
     |

warning: unnecessary qualification
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/zerocopy-0.7.34/src/lib.rs:2789:19
     |
2789 |         let len = mem::size_of_val(self);
     |                   ^^^^^^^^^^^^^^^^
     |
help: remove the unnecessary path segments
     |
2789 -         let len = mem::size_of_val(self);
2789 +         let len = size_of_val(self);
     |

warning: unnecessary qualification
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/zerocopy-0.7.34/src/lib.rs:2863:27
     |
2863 |         if bytes.len() != mem::size_of_val(self) {
     |                           ^^^^^^^^^^^^^^^^
     |
help: remove the unnecessary path segments
     |
2863 -         if bytes.len() != mem::size_of_val(self) {
2863 +         if bytes.len() != size_of_val(self) {
     |

warning: unnecessary qualification
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/zerocopy-0.7.34/src/lib.rs:2920:20
     |
2920 |         let size = mem::size_of_val(self);
     |                    ^^^^^^^^^^^^^^^^
     |
help: remove the unnecessary path segments
     |
2920 -         let size = mem::size_of_val(self);
2920 +         let size = size_of_val(self);
     |

warning: unnecessary qualification
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/zerocopy-0.7.34/src/lib.rs:2981:45
     |
2981 |         let start = bytes.len().checked_sub(mem::size_of_val(self))?;
     |                                             ^^^^^^^^^^^^^^^^
     |
help: remove the unnecessary path segments
     |
2981 -         let start = bytes.len().checked_sub(mem::size_of_val(self))?;
2981 +         let start = bytes.len().checked_sub(size_of_val(self))?;
     |

warning: unnecessary qualification
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/zerocopy-0.7.34/src/lib.rs:4161:27
     |
4161 |         if bytes.len() != mem::size_of::() || !util::aligned_to::<_, T>(bytes.deref()) {
     |                           ^^^^^^^^^^^^^^^^^
     |
help: remove the unnecessary path segments
     |
4161 -         if bytes.len() != mem::size_of::() || !util::aligned_to::<_, T>(bytes.deref()) {
4161 +         if bytes.len() != size_of::() || !util::aligned_to::<_, T>(bytes.deref()) {
     |

warning: unnecessary qualification
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/zerocopy-0.7.34/src/lib.rs:4176:26
     |
4176 |         if bytes.len() < mem::size_of::() || !util::aligned_to::<_, T>(bytes.deref()) {
     |                          ^^^^^^^^^^^^^^^^^
     |
help: remove the unnecessary path segments
     |
4176 -         if bytes.len() < mem::size_of::() || !util::aligned_to::<_, T>(bytes.deref()) {
4176 +         if bytes.len() < size_of::() || !util::aligned_to::<_, T>(bytes.deref()) {
     |

warning: unnecessary qualification
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/zerocopy-0.7.34/src/lib.rs:4179:46
     |
4179 |         let (bytes, suffix) = bytes.split_at(mem::size_of::());
     |                                              ^^^^^^^^^^^^^^^^^
     |
help: remove the unnecessary path segments
     |
4179 -         let (bytes, suffix) = bytes.split_at(mem::size_of::());
4179 +         let (bytes, suffix) = bytes.split_at(size_of::());
     |

warning: unnecessary qualification
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/zerocopy-0.7.34/src/lib.rs:4194:46
     |
4194 |         let split_at = bytes_len.checked_sub(mem::size_of::())?;
     |                                              ^^^^^^^^^^^^^^^^^
     |
help: remove the unnecessary path segments
     |
4194 -         let split_at = bytes_len.checked_sub(mem::size_of::())?;
4194 +         let split_at = bytes_len.checked_sub(size_of::())?;
     |

warning: unnecessary qualification
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/zerocopy-0.7.34/src/lib.rs:4221:26
     |
4221 |             .checked_rem(mem::size_of::())
     |                          ^^^^^^^^^^^^^^^^^
     |
help: remove the unnecessary path segments
     |
4221 -             .checked_rem(mem::size_of::())
4221 +             .checked_rem(size_of::())
     |

warning: unnecessary qualification
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/zerocopy-0.7.34/src/lib.rs:4243:34
     |
4243 |         let expected_len = match mem::size_of::().checked_mul(count) {
     |                                  ^^^^^^^^^^^^^^^^^
     |
help: remove the unnecessary path segments
     |
4243 -         let expected_len = match mem::size_of::().checked_mul(count) {
4243 +         let expected_len = match size_of::().checked_mul(count) {
     |

warning: unnecessary qualification
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/zerocopy-0.7.34/src/lib.rs:4268:34
     |
4268 |         let expected_len = match mem::size_of::().checked_mul(count) {
     |                                  ^^^^^^^^^^^^^^^^^
     |
help: remove the unnecessary path segments
     |
4268 -         let expected_len = match mem::size_of::().checked_mul(count) {
4268 +         let expected_len = match size_of::().checked_mul(count) {
     |

warning: unnecessary qualification
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/zerocopy-0.7.34/src/lib.rs:4795:25
     |
4795 |         let elem_size = mem::size_of::();
     |                         ^^^^^^^^^^^^^^^^^
     |
help: remove the unnecessary path segments
     |
4795 -         let elem_size = mem::size_of::();
4795 +         let elem_size = size_of::();
     |

warning: unnecessary qualification
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/zerocopy-0.7.34/src/lib.rs:4825:25
     |
4825 |         let elem_size = mem::size_of::();
     |                         ^^^^^^^^^^^^^^^^^
     |
help: remove the unnecessary path segments
     |
4825 -         let elem_size = mem::size_of::();
4825 +         let elem_size = size_of::();
     |

warning: this item cannot be used as its where bounds are not satisfied for the `Self` type
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/zerocopy-0.7.34/src/lib.rs:958:5
    |
958 | /     fn only_derive_is_allowed_to_implement_this_trait()
959 | |     where
960 | |         Self: Sized,
    | |____________________^
    |
    = note: `#[warn(dead_code)]` on by default

warning: this item cannot be used as its where bounds are not satisfied for the `Self` type
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/zerocopy-0.7.34/src/macros.rs:380:17
     |
380  |                   fn only_derive_is_allowed_to_implement_this_trait() {}
     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
     |
    ::: /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/zerocopy-0.7.34/src/lib.rs:994:1
     |
994  | / safety_comment! {
995  | |     /// SAFETY:
996  | |     /// `str` and `ManuallyDrop<[T]>` [1] have the same representations as
997  | |     /// `[u8]` and `[T]` repsectively. `str` has different bit validity than
...    |
1011 | |     unsafe_impl_known_layout!(T: ?Sized + KnownLayout => #[repr(T)] ManuallyDrop);
1012 | | }
     | |_- in this macro invocation
     |
     = note: this warning originates in the macro `unsafe_impl_known_layout` which comes from the expansion of the macro `safety_comment` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: this item cannot be used as its where bounds are not satisfied for the `Self` type
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/zerocopy-0.7.34/src/macros.rs:180:9
     |
180  |           fn only_derive_is_allowed_to_implement_this_trait() {}
     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
     |
    ::: /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/zerocopy-0.7.34/src/lib.rs:3183:1
     |
3183 | / safety_comment! {
3184 | |     /// SAFETY:
3185 | |     /// - `FromZeroes`, `AsBytes`, `Unaligned`: Per the reference [1], `str`
3186 | |     ///   has the same layout as `[u8]`, and `[u8]` is `FromZeroes`, `AsBytes`,
...    |
3222 | |     unsafe_impl!(str: TryFromBytes; |candidate: &[u8]| core::str::from_utf8(candidate).is_ok());
3223 | | }
     | |_- in this macro invocation
     |
     = note: this warning originates in the macro `unsafe_impl` which comes from the expansion of the macro `safety_comment` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: this item cannot be used as its where bounds are not satisfied for the `Self` type
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/zerocopy-0.7.34/src/macros.rs:180:9
     |
180  |           fn only_derive_is_allowed_to_implement_this_trait() {}
     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
     |
    ::: /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/zerocopy-0.7.34/src/lib.rs:3518:1
     |
3518 | / safety_comment! {
3519 | |     /// SAFETY:
3520 | |     /// Per the reference [1]:
3521 | |     ///
...    |
3585 | |     unsafe_impl!(T: Unaligned => Unaligned for [T]);
3586 | | }
     | |_- in this macro invocation
     |
     = note: this warning originates in the macro `unsafe_impl` which comes from the expansion of the macro `safety_comment` (in Nightly builds, run with -Z macro-backtrace for more info)

       Fresh allocator-api2 v0.2.21
warning: implicit autoref creates a reference to the dereference of a raw pointer
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/allocator-api2-0.2.21/src/stable/vec/mod.rs:1902:30
     |
1902 |         let count = unsafe { (*other).len() };
     |                              ^^^^^^^^^^^^^^
     |
     = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements
     = note: `#[warn(dangerous_implicit_autorefs)]` on by default
help: try using a raw pointer method instead; or if this reference is intentional, make it explicit
     |
1902 |         let count = unsafe { (&(*other)).len() };
     |                              ++        +

       Fresh prost-derive v0.11.9
       Fresh target-lexicon v0.13.1
warning: unexpected `cfg` condition value: `cargo-clippy`
 --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/target-lexicon-0.13.1/src/lib.rs:6:5
  |
6 |     feature = "cargo-clippy",
  |     ^^^^^^^^^^^^^^^^^^^^^^^^
  |
  = note: expected values for `feature` are: `arch_zkasm`, `default`, `serde`, `serde_support`, and `std`
  = 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: `rust_1_40`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/target-lexicon-0.13.1/src/data_model.rs:43:12
   |
43 | #[cfg_attr(feature = "rust_1_40", non_exhaustive)]
   |            ^^^^^^^^^^^^^^^^^^^^^
   |
   = note: expected values for `feature` are: `arch_zkasm`, `default`, `serde`, `serde_support`, and `std`
   = help: consider adding `rust_1_40` as a feature in `Cargo.toml`
   = note: see  for more information about checking conditional configuration

       Fresh serde v1.0.217
       Fresh generic-array v0.14.5
warning: unexpected `cfg` condition name: `relaxed_coherence`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/generic-array-0.14.5/src/impls.rs:136:19
    |
136 |               #[cfg(relaxed_coherence)]
    |                     ^^^^^^^^^^^^^^^^^
...
183 | / impl_from! {
184 | |     1  => ::typenum::U1,
185 | |     2  => ::typenum::U2,
186 | |     3  => ::typenum::U3,
...   |
215 | |     32 => ::typenum::U32
216 | | }
    | |_- in this macro invocation
    |
    = 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(relaxed_coherence)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(relaxed_coherence)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: `#[warn(unexpected_cfgs)]` on by default
    = note: this warning originates in the macro `impl_from` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `relaxed_coherence`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/generic-array-0.14.5/src/impls.rs:158:23
    |
158 |               #[cfg(not(relaxed_coherence))]
    |                         ^^^^^^^^^^^^^^^^^
...
183 | / impl_from! {
184 | |     1  => ::typenum::U1,
185 | |     2  => ::typenum::U2,
186 | |     3  => ::typenum::U3,
...   |
215 | |     32 => ::typenum::U32
216 | | }
    | |_- 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(relaxed_coherence)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(relaxed_coherence)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `impl_from` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `relaxed_coherence`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/generic-array-0.14.5/src/impls.rs:136:19
    |
136 |               #[cfg(relaxed_coherence)]
    |                     ^^^^^^^^^^^^^^^^^
...
219 | / impl_from! {
220 | |     33 => ::typenum::U33,
221 | |     34 => ::typenum::U34,
222 | |     35 => ::typenum::U35,
...   |
268 | |     1024 => ::typenum::U1024
269 | | }
    | |_- 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(relaxed_coherence)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(relaxed_coherence)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `impl_from` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `relaxed_coherence`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/generic-array-0.14.5/src/impls.rs:158:23
    |
158 |               #[cfg(not(relaxed_coherence))]
    |                         ^^^^^^^^^^^^^^^^^
...
219 | / impl_from! {
220 | |     33 => ::typenum::U33,
221 | |     34 => ::typenum::U34,
222 | |     35 => ::typenum::U35,
...   |
268 | |     1024 => ::typenum::U1024
269 | | }
    | |_- 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(relaxed_coherence)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(relaxed_coherence)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `impl_from` (in Nightly builds, run with -Z macro-backtrace for more info)

       Fresh socket2 v0.4.9
warning: `log` (lib) generated 11 warnings (11 duplicates)
warning: `backtrace` (lib) generated 9 warnings
warning: `futures-lite` (lib) generated 2 warnings
warning: `zerocopy` (lib) generated 30 warnings (5 duplicates)
warning: `allocator-api2` (lib) generated 1 warning
warning: `target-lexicon` (lib) generated 16 warnings (14 duplicates)
warning: `generic-array` (lib) generated 4 warnings
       Fresh anyhow v1.0.95
       Fresh gimli v0.31.1
       Fresh cranelift-entity v0.116.1
       Fresh unicode-linebreak v0.1.2
       Fresh bumpalo v3.16.0
       Fresh ahash v0.8.11
warning: unexpected `cfg` condition value: `specialize`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/ahash-0.8.11/src/lib.rs:100:13
    |
100 | #![cfg_attr(feature = "specialize", feature(min_specialization))]
    |             ^^^^^^^^^^^^^^^^^^^^^^
    |
    = note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, and `std`
    = help: consider adding `specialize` 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: `specialize`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/ahash-0.8.11/src/fallback_hash.rs:202:7
    |
202 | #[cfg(feature = "specialize")]
    |       ^^^^^^^^^^^^^^^^^^^^^^
    |
    = note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, and `std`
    = help: consider adding `specialize` as a feature in `Cargo.toml`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition value: `specialize`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/ahash-0.8.11/src/fallback_hash.rs:209:7
    |
209 | #[cfg(feature = "specialize")]
    |       ^^^^^^^^^^^^^^^^^^^^^^
    |
    = note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, and `std`
    = help: consider adding `specialize` as a feature in `Cargo.toml`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition value: `specialize`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/ahash-0.8.11/src/fallback_hash.rs:253:7
    |
253 | #[cfg(feature = "specialize")]
    |       ^^^^^^^^^^^^^^^^^^^^^^
    |
    = note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, and `std`
    = help: consider adding `specialize` as a feature in `Cargo.toml`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition value: `specialize`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/ahash-0.8.11/src/fallback_hash.rs:257:7
    |
257 | #[cfg(feature = "specialize")]
    |       ^^^^^^^^^^^^^^^^^^^^^^
    |
    = note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, and `std`
    = help: consider adding `specialize` as a feature in `Cargo.toml`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition value: `specialize`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/ahash-0.8.11/src/fallback_hash.rs:300:7
    |
300 | #[cfg(feature = "specialize")]
    |       ^^^^^^^^^^^^^^^^^^^^^^
    |
    = note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, and `std`
    = help: consider adding `specialize` as a feature in `Cargo.toml`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition value: `specialize`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/ahash-0.8.11/src/fallback_hash.rs:305:7
    |
305 | #[cfg(feature = "specialize")]
    |       ^^^^^^^^^^^^^^^^^^^^^^
    |
    = note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, and `std`
    = help: consider adding `specialize` as a feature in `Cargo.toml`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition value: `specialize`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/ahash-0.8.11/src/fallback_hash.rs:118:11
    |
118 |     #[cfg(feature = "specialize")]
    |           ^^^^^^^^^^^^^^^^^^^^^^
    |
    = note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, and `std`
    = help: consider adding `specialize` as a feature in `Cargo.toml`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition value: `128`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/ahash-0.8.11/src/fallback_hash.rs:164:11
    |
164 |     #[cfg(target_pointer_width = "128")]
    |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    |
    = note: expected values for `target_pointer_width` are: `16`, `32`, and `64`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition value: `folded_multiply`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/ahash-0.8.11/src/operations.rs:16:7
   |
16 | #[cfg(feature = "folded_multiply")]
   |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^
   |
   = note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, and `std`
   = help: consider adding `folded_multiply` as a feature in `Cargo.toml`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition value: `folded_multiply`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/ahash-0.8.11/src/operations.rs:23:11
   |
23 | #[cfg(not(feature = "folded_multiply"))]
   |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^
   |
   = note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, and `std`
   = help: consider adding `folded_multiply` as a feature in `Cargo.toml`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition value: `specialize`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/ahash-0.8.11/src/random_state.rs:468:7
    |
468 | #[cfg(feature = "specialize")]
    |       ^^^^^^^^^^^^^^^^^^^^^^
    |
    = note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, and `std`
    = help: consider adding `specialize` as a feature in `Cargo.toml`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition value: `specialize`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/ahash-0.8.11/src/random_state.rs:14:14
   |
14 |     if #[cfg(feature = "specialize")]{
   |              ^^^^^^^
   |
   = note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, and `std`
   = help: consider adding `specialize` as a feature in `Cargo.toml`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `fuzzing`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/ahash-0.8.11/src/random_state.rs:53:58
   |
53 |     if #[cfg(all(feature = "compile-time-rng", any(test, fuzzing)))] {
   |                                                          ^^^^^^^
   |
   = 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(fuzzing)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(fuzzing)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `fuzzing`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/ahash-0.8.11/src/random_state.rs:73:54
   |
73 |     } else if #[cfg(all(feature = "runtime-rng", not(fuzzing)))] {
   |                                                      ^^^^^^^
   |
   = 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(fuzzing)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(fuzzing)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition value: `specialize`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/ahash-0.8.11/src/random_state.rs:461:11
    |
461 |     #[cfg(feature = "specialize")]
    |           ^^^^^^^^^^^^^^^^^^^^^^
    |
    = note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, and `std`
    = help: consider adding `specialize` as a feature in `Cargo.toml`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition value: `specialize`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/ahash-0.8.11/src/specialize.rs:10:7
   |
10 | #[cfg(feature = "specialize")]
   |       ^^^^^^^^^^^^^^^^^^^^^^
   |
   = note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, and `std`
   = help: consider adding `specialize` as a feature in `Cargo.toml`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition value: `specialize`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/ahash-0.8.11/src/specialize.rs:12:7
   |
12 | #[cfg(feature = "specialize")]
   |       ^^^^^^^^^^^^^^^^^^^^^^
   |
   = note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, and `std`
   = help: consider adding `specialize` as a feature in `Cargo.toml`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition value: `specialize`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/ahash-0.8.11/src/specialize.rs:14:7
   |
14 | #[cfg(feature = "specialize")]
   |       ^^^^^^^^^^^^^^^^^^^^^^
   |
   = note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, and `std`
   = help: consider adding `specialize` as a feature in `Cargo.toml`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition value: `specialize`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/ahash-0.8.11/src/specialize.rs:24:11
   |
24 | #[cfg(not(feature = "specialize"))]
   |           ^^^^^^^^^^^^^^^^^^^^^^
   |
   = note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, and `std`
   = help: consider adding `specialize` as a feature in `Cargo.toml`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition value: `specialize`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/ahash-0.8.11/src/specialize.rs:37:7
   |
37 | #[cfg(feature = "specialize")]
   |       ^^^^^^^^^^^^^^^^^^^^^^
   |
   = note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, and `std`
   = help: consider adding `specialize` as a feature in `Cargo.toml`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition value: `specialize`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/ahash-0.8.11/src/specialize.rs:70:7
   |
70 | #[cfg(feature = "specialize")]
   |       ^^^^^^^^^^^^^^^^^^^^^^
   |
   = note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, and `std`
   = help: consider adding `specialize` as a feature in `Cargo.toml`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition value: `specialize`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/ahash-0.8.11/src/specialize.rs:78:7
   |
78 | #[cfg(feature = "specialize")]
   |       ^^^^^^^^^^^^^^^^^^^^^^
   |
   = note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, and `std`
   = help: consider adding `specialize` as a feature in `Cargo.toml`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition value: `specialize`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/ahash-0.8.11/src/specialize.rs:86:7
   |
86 | #[cfg(feature = "specialize")]
   |       ^^^^^^^^^^^^^^^^^^^^^^
   |
   = note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, and `std`
   = help: consider adding `specialize` as a feature in `Cargo.toml`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition value: `specialize`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/ahash-0.8.11/src/specialize.rs:94:7
   |
94 | #[cfg(feature = "specialize")]
   |       ^^^^^^^^^^^^^^^^^^^^^^
   |
   = note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, and `std`
   = help: consider adding `specialize` as a feature in `Cargo.toml`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition value: `specialize`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/ahash-0.8.11/src/specialize.rs:102:7
    |
102 | #[cfg(feature = "specialize")]
    |       ^^^^^^^^^^^^^^^^^^^^^^
    |
    = note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, and `std`
    = help: consider adding `specialize` as a feature in `Cargo.toml`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition value: `specialize`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/ahash-0.8.11/src/specialize.rs:110:7
    |
110 | #[cfg(feature = "specialize")]
    |       ^^^^^^^^^^^^^^^^^^^^^^
    |
    = note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, and `std`
    = help: consider adding `specialize` as a feature in `Cargo.toml`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition value: `specialize`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/ahash-0.8.11/src/specialize.rs:118:7
    |
118 | #[cfg(feature = "specialize")]
    |       ^^^^^^^^^^^^^^^^^^^^^^
    |
    = note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, and `std`
    = help: consider adding `specialize` as a feature in `Cargo.toml`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition value: `specialize`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/ahash-0.8.11/src/specialize.rs:126:11
    |
126 | #[cfg(all(feature = "specialize"))]
    |           ^^^^^^^^^^^^^^^^^^^^^^
    |
    = note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, and `std`
    = help: consider adding `specialize` as a feature in `Cargo.toml`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition value: `specialize`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/ahash-0.8.11/src/specialize.rs:52:15
   |
52 |         #[cfg(feature = "specialize")]
   |               ^^^^^^^^^^^^^^^^^^^^^^
...
61 | call_hasher_impl!(u8);
   | --------------------- in this macro invocation
   |
   = note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, and `std`
   = help: consider adding `specialize` as a feature in `Cargo.toml`
   = note: see  for more information about checking conditional configuration
   = note: this warning originates in the macro `call_hasher_impl` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition value: `specialize`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/ahash-0.8.11/src/specialize.rs:52:15
   |
52 |         #[cfg(feature = "specialize")]
   |               ^^^^^^^^^^^^^^^^^^^^^^
...
62 | call_hasher_impl!(u16);
   | ---------------------- in this macro invocation
   |
   = note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, and `std`
   = help: consider adding `specialize` as a feature in `Cargo.toml`
   = note: see  for more information about checking conditional configuration
   = note: this warning originates in the macro `call_hasher_impl` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition value: `specialize`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/ahash-0.8.11/src/specialize.rs:52:15
   |
52 |         #[cfg(feature = "specialize")]
   |               ^^^^^^^^^^^^^^^^^^^^^^
...
63 | call_hasher_impl!(u32);
   | ---------------------- in this macro invocation
   |
   = note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, and `std`
   = help: consider adding `specialize` as a feature in `Cargo.toml`
   = note: see  for more information about checking conditional configuration
   = note: this warning originates in the macro `call_hasher_impl` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition value: `specialize`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/ahash-0.8.11/src/specialize.rs:52:15
   |
52 |         #[cfg(feature = "specialize")]
   |               ^^^^^^^^^^^^^^^^^^^^^^
...
64 | call_hasher_impl!(u64);
   | ---------------------- in this macro invocation
   |
   = note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, and `std`
   = help: consider adding `specialize` as a feature in `Cargo.toml`
   = note: see  for more information about checking conditional configuration
   = note: this warning originates in the macro `call_hasher_impl` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition value: `specialize`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/ahash-0.8.11/src/specialize.rs:52:15
   |
52 |         #[cfg(feature = "specialize")]
   |               ^^^^^^^^^^^^^^^^^^^^^^
...
65 | call_hasher_impl!(i8);
   | --------------------- in this macro invocation
   |
   = note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, and `std`
   = help: consider adding `specialize` as a feature in `Cargo.toml`
   = note: see  for more information about checking conditional configuration
   = note: this warning originates in the macro `call_hasher_impl` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition value: `specialize`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/ahash-0.8.11/src/specialize.rs:52:15
   |
52 |         #[cfg(feature = "specialize")]
   |               ^^^^^^^^^^^^^^^^^^^^^^
...
66 | call_hasher_impl!(i16);
   | ---------------------- in this macro invocation
   |
   = note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, and `std`
   = help: consider adding `specialize` as a feature in `Cargo.toml`
   = note: see  for more information about checking conditional configuration
   = note: this warning originates in the macro `call_hasher_impl` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition value: `specialize`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/ahash-0.8.11/src/specialize.rs:52:15
   |
52 |         #[cfg(feature = "specialize")]
   |               ^^^^^^^^^^^^^^^^^^^^^^
...
67 | call_hasher_impl!(i32);
   | ---------------------- in this macro invocation
   |
   = note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, and `std`
   = help: consider adding `specialize` as a feature in `Cargo.toml`
   = note: see  for more information about checking conditional configuration
   = note: this warning originates in the macro `call_hasher_impl` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition value: `specialize`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/ahash-0.8.11/src/specialize.rs:52:15
   |
52 |         #[cfg(feature = "specialize")]
   |               ^^^^^^^^^^^^^^^^^^^^^^
...
68 | call_hasher_impl!(i64);
   | ---------------------- in this macro invocation
   |
   = note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, and `std`
   = help: consider adding `specialize` as a feature in `Cargo.toml`
   = note: see  for more information about checking conditional configuration
   = note: this warning originates in the macro `call_hasher_impl` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition value: `specialize`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/ahash-0.8.11/src/lib.rs:265:11
    |
265 |     #[cfg(feature = "specialize")]
    |           ^^^^^^^^^^^^^^^^^^^^^^
    |
    = note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, and `std`
    = help: consider adding `specialize` as a feature in `Cargo.toml`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition value: `specialize`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/ahash-0.8.11/src/lib.rs:272:15
    |
272 |     #[cfg(not(feature = "specialize"))]
    |               ^^^^^^^^^^^^^^^^^^^^^^
    |
    = note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, and `std`
    = help: consider adding `specialize` as a feature in `Cargo.toml`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition value: `specialize`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/ahash-0.8.11/src/lib.rs:279:11
    |
279 |     #[cfg(feature = "specialize")]
    |           ^^^^^^^^^^^^^^^^^^^^^^
    |
    = note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, and `std`
    = help: consider adding `specialize` as a feature in `Cargo.toml`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition value: `specialize`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/ahash-0.8.11/src/lib.rs:286:15
    |
286 |     #[cfg(not(feature = "specialize"))]
    |               ^^^^^^^^^^^^^^^^^^^^^^
    |
    = note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, and `std`
    = help: consider adding `specialize` as a feature in `Cargo.toml`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition value: `specialize`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/ahash-0.8.11/src/lib.rs:293:11
    |
293 |     #[cfg(feature = "specialize")]
    |           ^^^^^^^^^^^^^^^^^^^^^^
    |
    = note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, and `std`
    = help: consider adding `specialize` as a feature in `Cargo.toml`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition value: `specialize`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/ahash-0.8.11/src/lib.rs:300:15
    |
300 |     #[cfg(not(feature = "specialize"))]
    |               ^^^^^^^^^^^^^^^^^^^^^^
    |
    = note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, and `std`
    = help: consider adding `specialize` as a feature in `Cargo.toml`
    = note: see  for more information about checking conditional configuration

warning: trait `BuildHasherExt` is never used
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/ahash-0.8.11/src/lib.rs:252:18
    |
252 | pub(crate) trait BuildHasherExt: BuildHasher {
    |                  ^^^^^^^^^^^^^^
    |
    = note: `#[warn(dead_code)]` on by default

warning: methods `read_u128x2`, `read_u128x4`, `read_last_u16`, `read_last_u128x2`, and `read_last_u128x4` are never used
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/ahash-0.8.11/src/convert.rs:80:8
   |
75 | pub(crate) trait ReadFromSlice {
   |                  ------------- methods in this trait
...
80 |     fn read_u128x2(&self) -> ([u128; 2], &[u8]);
   |        ^^^^^^^^^^^
81 |     fn read_u128x4(&self) -> ([u128; 4], &[u8]);
   |        ^^^^^^^^^^^
82 |     fn read_last_u16(&self) -> u16;
   |        ^^^^^^^^^^^^^
...
86 |     fn read_last_u128x2(&self) -> [u128; 2];
   |        ^^^^^^^^^^^^^^^^
87 |     fn read_last_u128x4(&self) -> [u128; 4];
   |        ^^^^^^^^^^^^^^^^

       Fresh smawk v0.3.1
       Fresh arbitrary v1.4.1
       Fresh tinyvec_macros v0.1.0
       Fresh siphasher v0.3.10
       Fresh ambient-authority v0.0.2
       Fresh slab v0.4.6
       Fresh rustc-hash v2.1.0
warning: `ahash` (lib) generated 45 warnings
       Fresh cfg_aliases v0.2.1
       Fresh hashbrown v0.14.5
       Fresh phf_shared v0.11.1
       Fresh semver v1.0.17
       Fresh proc-macro-error-attr v1.0.4
warning: unexpected `cfg` condition name: `always_assert_unwind`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/proc-macro-error-attr-1.0.4/src/lib.rs:86:11
   |
86 | #[cfg(not(always_assert_unwind))]
   |           ^^^^^^^^^^^^^^^^^^^^
   |
   = 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(always_assert_unwind)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(always_assert_unwind)");` 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: `always_assert_unwind`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/proc-macro-error-attr-1.0.4/src/lib.rs:102:7
    |
102 | #[cfg(always_assert_unwind)]
    |       ^^^^^^^^^^^^^^^^^^^^
    |
    = 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(always_assert_unwind)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(always_assert_unwind)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

       Fresh textwrap v0.15.0
       Fresh tinyvec v1.6.0
warning: unexpected `cfg` condition name: `docs_rs`
 --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tinyvec-1.6.0/src/lib.rs:7:13
  |
7 | #![cfg_attr(docs_rs, feature(doc_cfg))]
  |             ^^^^^^^ help: there is a config with a similar name: `docsrs`
  |
  = 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(docs_rs)'] }
  = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(docs_rs)");` 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 value: `nightly_const_generics`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tinyvec-1.6.0/src/arrayvec.rs:219:34
    |
219 | #[cfg(all(feature = "arbitrary", feature = "nightly_const_generics"))]
    |                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    |
    = note: expected values for `feature` are: `alloc`, `arbitrary`, `default`, `experimental_write_impl`, `grab_spare_slice`, `nightly_slice_partition_dedup`, `real_blackbox`, `rustc_1_40`, `rustc_1_55`, `rustc_1_57`, `serde`, `std`, and `tinyvec_macros`
    = help: consider adding `nightly_const_generics` as a feature in `Cargo.toml`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `docs_rs`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tinyvec-1.6.0/src/tinyvec.rs:38:12
   |
38 | #[cfg_attr(docs_rs, doc(cfg(feature = "alloc")))]
   |            ^^^^^^^ help: there is a config with a similar name: `docsrs`
   |
   = 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(docs_rs)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(docs_rs)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `docs_rs`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tinyvec-1.6.0/src/tinyvec.rs:97:12
   |
97 | #[cfg_attr(docs_rs, doc(cfg(feature = "alloc")))]
   |            ^^^^^^^ help: there is a config with a similar name: `docsrs`
   |
   = 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(docs_rs)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(docs_rs)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `docs_rs`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tinyvec-1.6.0/src/tinyvec.rs:1062:12
     |
1062 | #[cfg_attr(docs_rs, doc(cfg(feature = "alloc")))]
     |            ^^^^^^^ help: there is a config with a similar name: `docsrs`
     |
     = 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(docs_rs)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(docs_rs)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `docs_rs`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tinyvec-1.6.0/src/tinyvec.rs:1112:12
     |
1112 | #[cfg_attr(docs_rs, doc(cfg(feature = "alloc")))]
     |            ^^^^^^^ help: there is a config with a similar name: `docsrs`
     |
     = 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(docs_rs)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(docs_rs)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `docs_rs`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tinyvec-1.6.0/src/tinyvec.rs:1332:12
     |
1332 | #[cfg_attr(docs_rs, doc(cfg(feature = "alloc")))]
     |            ^^^^^^^ help: there is a config with a similar name: `docsrs`
     |
     = 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(docs_rs)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(docs_rs)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: `#[must_use]` has no effect when applied to a provided trait method
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tinyvec-1.6.0/src/array/generated_impl.rs:12:3
   |
12 |   #[must_use]
   |   ^^^^^^^^^^^
   |
   = note: `#[warn(unused_attributes)]` on by default

warning: `#[must_use]` has no effect when applied to a provided trait method
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tinyvec-1.6.0/src/array/generated_impl.rs:18:3
   |
18 |   #[must_use]
   |   ^^^^^^^^^^^

warning: `#[must_use]` has no effect when applied to a provided trait method
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tinyvec-1.6.0/src/array/generated_impl.rs:34:3
   |
34 |   #[must_use]
   |   ^^^^^^^^^^^

warning: `#[must_use]` has no effect when applied to a provided trait method
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tinyvec-1.6.0/src/array/generated_impl.rs:40:3
   |
40 |   #[must_use]
   |   ^^^^^^^^^^^

warning: `#[must_use]` has no effect when applied to a provided trait method
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tinyvec-1.6.0/src/array/generated_impl.rs:56:3
   |
56 |   #[must_use]
   |   ^^^^^^^^^^^

warning: `#[must_use]` has no effect when applied to a provided trait method
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tinyvec-1.6.0/src/array/generated_impl.rs:62:3
   |
62 |   #[must_use]
   |   ^^^^^^^^^^^

warning: `#[must_use]` has no effect when applied to a provided trait method
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tinyvec-1.6.0/src/array/generated_impl.rs:78:3
   |
78 |   #[must_use]
   |   ^^^^^^^^^^^

warning: `#[must_use]` has no effect when applied to a provided trait method
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tinyvec-1.6.0/src/array/generated_impl.rs:84:3
   |
84 |   #[must_use]
   |   ^^^^^^^^^^^

warning: `#[must_use]` has no effect when applied to a provided trait method
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tinyvec-1.6.0/src/array/generated_impl.rs:100:3
    |
100 |   #[must_use]
    |   ^^^^^^^^^^^

warning: `#[must_use]` has no effect when applied to a provided trait method
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tinyvec-1.6.0/src/array/generated_impl.rs:106:3
    |
106 |   #[must_use]
    |   ^^^^^^^^^^^

warning: `#[must_use]` has no effect when applied to a provided trait method
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tinyvec-1.6.0/src/array/generated_impl.rs:122:3
    |
122 |   #[must_use]
    |   ^^^^^^^^^^^

warning: `#[must_use]` has no effect when applied to a provided trait method
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tinyvec-1.6.0/src/array/generated_impl.rs:128:3
    |
128 |   #[must_use]
    |   ^^^^^^^^^^^

warning: `#[must_use]` has no effect when applied to a provided trait method
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tinyvec-1.6.0/src/array/generated_impl.rs:144:3
    |
144 |   #[must_use]
    |   ^^^^^^^^^^^

warning: `#[must_use]` has no effect when applied to a provided trait method
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tinyvec-1.6.0/src/array/generated_impl.rs:150:3
    |
150 |   #[must_use]
    |   ^^^^^^^^^^^

warning: `#[must_use]` has no effect when applied to a provided trait method
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tinyvec-1.6.0/src/array/generated_impl.rs:173:3
    |
173 |   #[must_use]
    |   ^^^^^^^^^^^

warning: `#[must_use]` has no effect when applied to a provided trait method
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tinyvec-1.6.0/src/array/generated_impl.rs:179:3
    |
179 |   #[must_use]
    |   ^^^^^^^^^^^

warning: `#[must_use]` has no effect when applied to a provided trait method
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tinyvec-1.6.0/src/array/generated_impl.rs:203:3
    |
203 |   #[must_use]
    |   ^^^^^^^^^^^

warning: `#[must_use]` has no effect when applied to a provided trait method
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tinyvec-1.6.0/src/array/generated_impl.rs:209:3
    |
209 |   #[must_use]
    |   ^^^^^^^^^^^

warning: `#[must_use]` has no effect when applied to a provided trait method
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tinyvec-1.6.0/src/array/generated_impl.rs:234:3
    |
234 |   #[must_use]
    |   ^^^^^^^^^^^

warning: `#[must_use]` has no effect when applied to a provided trait method
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tinyvec-1.6.0/src/array/generated_impl.rs:240:3
    |
240 |   #[must_use]
    |   ^^^^^^^^^^^

warning: `#[must_use]` has no effect when applied to a provided trait method
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tinyvec-1.6.0/src/array/generated_impl.rs:266:3
    |
266 |   #[must_use]
    |   ^^^^^^^^^^^

warning: `#[must_use]` has no effect when applied to a provided trait method
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tinyvec-1.6.0/src/array/generated_impl.rs:272:3
    |
272 |   #[must_use]
    |   ^^^^^^^^^^^

warning: `#[must_use]` has no effect when applied to a provided trait method
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tinyvec-1.6.0/src/array/generated_impl.rs:299:3
    |
299 |   #[must_use]
    |   ^^^^^^^^^^^

warning: `#[must_use]` has no effect when applied to a provided trait method
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tinyvec-1.6.0/src/array/generated_impl.rs:305:3
    |
305 |   #[must_use]
    |   ^^^^^^^^^^^

warning: `#[must_use]` has no effect when applied to a provided trait method
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tinyvec-1.6.0/src/array/generated_impl.rs:333:3
    |
333 |   #[must_use]
    |   ^^^^^^^^^^^

warning: `#[must_use]` has no effect when applied to a provided trait method
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tinyvec-1.6.0/src/array/generated_impl.rs:339:3
    |
339 |   #[must_use]
    |   ^^^^^^^^^^^

warning: `#[must_use]` has no effect when applied to a provided trait method
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tinyvec-1.6.0/src/array/generated_impl.rs:368:3
    |
368 |   #[must_use]
    |   ^^^^^^^^^^^

warning: `#[must_use]` has no effect when applied to a provided trait method
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tinyvec-1.6.0/src/array/generated_impl.rs:374:3
    |
374 |   #[must_use]
    |   ^^^^^^^^^^^

warning: `#[must_use]` has no effect when applied to a provided trait method
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tinyvec-1.6.0/src/array/generated_impl.rs:404:3
    |
404 |   #[must_use]
    |   ^^^^^^^^^^^

warning: `#[must_use]` has no effect when applied to a provided trait method
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tinyvec-1.6.0/src/array/generated_impl.rs:410:3
    |
410 |   #[must_use]
    |   ^^^^^^^^^^^

warning: `#[must_use]` has no effect when applied to a provided trait method
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tinyvec-1.6.0/src/array/generated_impl.rs:441:3
    |
441 |   #[must_use]
    |   ^^^^^^^^^^^

warning: `#[must_use]` has no effect when applied to a provided trait method
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tinyvec-1.6.0/src/array/generated_impl.rs:447:3
    |
447 |   #[must_use]
    |   ^^^^^^^^^^^

warning: `#[must_use]` has no effect when applied to a provided trait method
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tinyvec-1.6.0/src/array/generated_impl.rs:479:3
    |
479 |   #[must_use]
    |   ^^^^^^^^^^^

warning: `#[must_use]` has no effect when applied to a provided trait method
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tinyvec-1.6.0/src/array/generated_impl.rs:485:3
    |
485 |   #[must_use]
    |   ^^^^^^^^^^^

warning: `#[must_use]` has no effect when applied to a provided trait method
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tinyvec-1.6.0/src/array/generated_impl.rs:518:3
    |
518 |   #[must_use]
    |   ^^^^^^^^^^^

warning: `#[must_use]` has no effect when applied to a provided trait method
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tinyvec-1.6.0/src/array/generated_impl.rs:524:3
    |
524 |   #[must_use]
    |   ^^^^^^^^^^^

warning: `#[must_use]` has no effect when applied to a provided trait method
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tinyvec-1.6.0/src/array/generated_impl.rs:558:3
    |
558 |   #[must_use]
    |   ^^^^^^^^^^^

warning: `#[must_use]` has no effect when applied to a provided trait method
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tinyvec-1.6.0/src/array/generated_impl.rs:564:3
    |
564 |   #[must_use]
    |   ^^^^^^^^^^^

warning: `#[must_use]` has no effect when applied to a provided trait method
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tinyvec-1.6.0/src/array/generated_impl.rs:599:3
    |
599 |   #[must_use]
    |   ^^^^^^^^^^^

warning: `#[must_use]` has no effect when applied to a provided trait method
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tinyvec-1.6.0/src/array/generated_impl.rs:605:3
    |
605 |   #[must_use]
    |   ^^^^^^^^^^^

warning: `#[must_use]` has no effect when applied to a provided trait method
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tinyvec-1.6.0/src/array/generated_impl.rs:641:3
    |
641 |   #[must_use]
    |   ^^^^^^^^^^^

warning: `#[must_use]` has no effect when applied to a provided trait method
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tinyvec-1.6.0/src/array/generated_impl.rs:647:3
    |
647 |   #[must_use]
    |   ^^^^^^^^^^^

warning: `#[must_use]` has no effect when applied to a provided trait method
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tinyvec-1.6.0/src/array/generated_impl.rs:684:3
    |
684 |   #[must_use]
    |   ^^^^^^^^^^^

warning: `#[must_use]` has no effect when applied to a provided trait method
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tinyvec-1.6.0/src/array/generated_impl.rs:690:3
    |
690 |   #[must_use]
    |   ^^^^^^^^^^^

warning: `#[must_use]` has no effect when applied to a provided trait method
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tinyvec-1.6.0/src/array/generated_impl.rs:728:3
    |
728 |   #[must_use]
    |   ^^^^^^^^^^^

warning: `#[must_use]` has no effect when applied to a provided trait method
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tinyvec-1.6.0/src/array/generated_impl.rs:734:3
    |
734 |   #[must_use]
    |   ^^^^^^^^^^^

warning: `#[must_use]` has no effect when applied to a provided trait method
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tinyvec-1.6.0/src/array/generated_impl.rs:773:3
    |
773 |   #[must_use]
    |   ^^^^^^^^^^^

warning: `#[must_use]` has no effect when applied to a provided trait method
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tinyvec-1.6.0/src/array/generated_impl.rs:779:3
    |
779 |   #[must_use]
    |   ^^^^^^^^^^^

warning: `#[must_use]` has no effect when applied to a provided trait method
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tinyvec-1.6.0/src/array/generated_impl.rs:819:3
    |
819 |   #[must_use]
    |   ^^^^^^^^^^^

warning: `#[must_use]` has no effect when applied to a provided trait method
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tinyvec-1.6.0/src/array/generated_impl.rs:825:3
    |
825 |   #[must_use]
    |   ^^^^^^^^^^^

warning: `#[must_use]` has no effect when applied to a provided trait method
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tinyvec-1.6.0/src/array/generated_impl.rs:866:3
    |
866 |   #[must_use]
    |   ^^^^^^^^^^^

warning: `#[must_use]` has no effect when applied to a provided trait method
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tinyvec-1.6.0/src/array/generated_impl.rs:872:3
    |
872 |   #[must_use]
    |   ^^^^^^^^^^^

warning: `#[must_use]` has no effect when applied to a provided trait method
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tinyvec-1.6.0/src/array/generated_impl.rs:914:3
    |
914 |   #[must_use]
    |   ^^^^^^^^^^^

warning: `#[must_use]` has no effect when applied to a provided trait method
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tinyvec-1.6.0/src/array/generated_impl.rs:920:3
    |
920 |   #[must_use]
    |   ^^^^^^^^^^^

warning: `#[must_use]` has no effect when applied to a provided trait method
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tinyvec-1.6.0/src/array/generated_impl.rs:963:3
    |
963 |   #[must_use]
    |   ^^^^^^^^^^^

warning: `#[must_use]` has no effect when applied to a provided trait method
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tinyvec-1.6.0/src/array/generated_impl.rs:969:3
    |
969 |   #[must_use]
    |   ^^^^^^^^^^^

warning: `#[must_use]` has no effect when applied to a provided trait method
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tinyvec-1.6.0/src/array/generated_impl.rs:1013:3
     |
1013 |   #[must_use]
     |   ^^^^^^^^^^^

warning: `#[must_use]` has no effect when applied to a provided trait method
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tinyvec-1.6.0/src/array/generated_impl.rs:1019:3
     |
1019 |   #[must_use]
     |   ^^^^^^^^^^^

warning: `#[must_use]` has no effect when applied to a provided trait method
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tinyvec-1.6.0/src/array/generated_impl.rs:1064:3
     |
1064 |   #[must_use]
     |   ^^^^^^^^^^^

warning: `#[must_use]` has no effect when applied to a provided trait method
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tinyvec-1.6.0/src/array/generated_impl.rs:1070:3
     |
1070 |   #[must_use]
     |   ^^^^^^^^^^^

warning: `#[must_use]` has no effect when applied to a provided trait method
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tinyvec-1.6.0/src/array/generated_impl.rs:1116:3
     |
1116 |   #[must_use]
     |   ^^^^^^^^^^^

warning: `#[must_use]` has no effect when applied to a provided trait method
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tinyvec-1.6.0/src/array/generated_impl.rs:1122:3
     |
1122 |   #[must_use]
     |   ^^^^^^^^^^^

warning: `#[must_use]` has no effect when applied to a provided trait method
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tinyvec-1.6.0/src/array/generated_impl.rs:1169:3
     |
1169 |   #[must_use]
     |   ^^^^^^^^^^^

warning: `#[must_use]` has no effect when applied to a provided trait method
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tinyvec-1.6.0/src/array/generated_impl.rs:1175:3
     |
1175 |   #[must_use]
     |   ^^^^^^^^^^^

warning: `#[must_use]` has no effect when applied to a provided trait method
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tinyvec-1.6.0/src/array/generated_impl.rs:1223:3
     |
1223 |   #[must_use]
     |   ^^^^^^^^^^^

warning: `#[must_use]` has no effect when applied to a provided trait method
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tinyvec-1.6.0/src/array/generated_impl.rs:1229:3
     |
1229 |   #[must_use]
     |   ^^^^^^^^^^^

warning: `#[must_use]` has no effect when applied to a provided trait method
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tinyvec-1.6.0/src/array/generated_impl.rs:1278:3
     |
1278 |   #[must_use]
     |   ^^^^^^^^^^^

warning: `#[must_use]` has no effect when applied to a provided trait method
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tinyvec-1.6.0/src/array/generated_impl.rs:1284:3
     |
1284 |   #[must_use]
     |   ^^^^^^^^^^^

warning: `#[must_use]` has no effect when applied to a provided trait method
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tinyvec-1.6.0/src/array/generated_impl.rs:1334:3
     |
1334 |   #[must_use]
     |   ^^^^^^^^^^^

warning: `#[must_use]` has no effect when applied to a provided trait method
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tinyvec-1.6.0/src/array/generated_impl.rs:1340:3
     |
1340 |   #[must_use]
     |   ^^^^^^^^^^^

warning: `#[must_use]` has no effect when applied to a provided trait method
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tinyvec-1.6.0/src/array/generated_impl.rs:1421:3
     |
1421 |   #[must_use]
     |   ^^^^^^^^^^^

warning: `#[must_use]` has no effect when applied to a provided trait method
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tinyvec-1.6.0/src/array/generated_impl.rs:1427:3
     |
1427 |   #[must_use]
     |   ^^^^^^^^^^^

warning: `#[must_use]` has no effect when applied to a provided trait method
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tinyvec-1.6.0/src/array/generated_impl.rs:1572:3
     |
1572 |   #[must_use]
     |   ^^^^^^^^^^^

warning: `#[must_use]` has no effect when applied to a provided trait method
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tinyvec-1.6.0/src/array/generated_impl.rs:1578:3
     |
1578 |   #[must_use]
     |   ^^^^^^^^^^^

warning: `#[must_use]` has no effect when applied to a provided trait method
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tinyvec-1.6.0/src/array/generated_impl.rs:1851:3
     |
1851 |   #[must_use]
     |   ^^^^^^^^^^^

warning: `#[must_use]` has no effect when applied to a provided trait method
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tinyvec-1.6.0/src/array/generated_impl.rs:1857:3
     |
1857 |   #[must_use]
     |   ^^^^^^^^^^^

warning: `#[must_use]` has no effect when applied to a provided trait method
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tinyvec-1.6.0/src/array/generated_impl.rs:2386:3
     |
2386 |   #[must_use]
     |   ^^^^^^^^^^^

warning: `#[must_use]` has no effect when applied to a provided trait method
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tinyvec-1.6.0/src/array/generated_impl.rs:2392:3
     |
2392 |   #[must_use]
     |   ^^^^^^^^^^^

warning: `#[must_use]` has no effect when applied to a provided trait method
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tinyvec-1.6.0/src/array/generated_impl.rs:3433:3
     |
3433 |   #[must_use]
     |   ^^^^^^^^^^^

warning: `#[must_use]` has no effect when applied to a provided trait method
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tinyvec-1.6.0/src/array/generated_impl.rs:3439:3
     |
3439 |   #[must_use]
     |   ^^^^^^^^^^^

warning: `#[must_use]` has no effect when applied to a provided trait method
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tinyvec-1.6.0/src/array/generated_impl.rs:5504:3
     |
5504 |   #[must_use]
     |   ^^^^^^^^^^^

warning: `#[must_use]` has no effect when applied to a provided trait method
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tinyvec-1.6.0/src/array/generated_impl.rs:5510:3
     |
5510 |   #[must_use]
     |   ^^^^^^^^^^^

warning: `#[must_use]` has no effect when applied to a provided trait method
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tinyvec-1.6.0/src/arrayvec.rs:155:3
    |
155 |   #[must_use]
    |   ^^^^^^^^^^^

warning: `#[must_use]` has no effect when applied to a provided trait method
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tinyvec-1.6.0/src/arrayvec.rs:163:3
    |
163 |   #[must_use]
    |   ^^^^^^^^^^^

warning: `#[must_use]` has no effect when applied to a provided trait method
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tinyvec-1.6.0/src/arrayvec.rs:172:3
    |
172 |   #[must_use]
    |   ^^^^^^^^^^^

warning: `#[must_use]` has no effect when applied to a provided trait method
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tinyvec-1.6.0/src/arrayvec.rs:180:3
    |
180 |   #[must_use]
    |   ^^^^^^^^^^^

warning: `#[must_use]` has no effect when applied to a provided trait method
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tinyvec-1.6.0/src/arrayvec.rs:1223:3
     |
1223 |   #[must_use]
     |   ^^^^^^^^^^^

warning: `#[must_use]` has no effect when applied to a provided trait method
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tinyvec-1.6.0/src/arrayvec.rs:1231:3
     |
1231 |   #[must_use]
     |   ^^^^^^^^^^^

warning: `#[must_use]` has no effect when applied to a provided trait method
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tinyvec-1.6.0/src/arrayvec.rs:1239:3
     |
1239 |   #[must_use]
     |   ^^^^^^^^^^^

warning: `#[must_use]` has no effect when applied to a provided trait method
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tinyvec-1.6.0/src/arrayvec.rs:1247:3
     |
1247 |   #[must_use]
     |   ^^^^^^^^^^^

warning: `#[must_use]` has no effect when applied to a provided trait method
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tinyvec-1.6.0/src/arrayvec.rs:1264:3
     |
1264 |   #[must_use]
     |   ^^^^^^^^^^^

warning: `#[must_use]` has no effect when applied to a provided trait method
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tinyvec-1.6.0/src/arrayvec.rs:1301:3
     |
1301 |   #[must_use]
     |   ^^^^^^^^^^^

warning: `#[must_use]` has no effect when applied to a provided trait method
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tinyvec-1.6.0/src/arrayvec.rs:1325:3
     |
1325 |   #[must_use]
     |   ^^^^^^^^^^^

warning: `#[must_use]` has no effect when applied to a provided trait method
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tinyvec-1.6.0/src/arrayvec.rs:1362:3
     |
1362 |   #[must_use]
     |   ^^^^^^^^^^^

warning: `#[must_use]` has no effect when applied to a provided trait method
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tinyvec-1.6.0/src/arrayvec.rs:1435:3
     |
1435 |   #[must_use]
     |   ^^^^^^^^^^^

warning: `#[must_use]` has no effect when applied to a provided trait method
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tinyvec-1.6.0/src/arrayvec.rs:1445:3
     |
1445 |   #[must_use]
     |   ^^^^^^^^^^^

warning: `#[must_use]` has no effect when applied to a provided trait method
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tinyvec-1.6.0/src/arrayvec.rs:1455:3
     |
1455 |   #[must_use]
     |   ^^^^^^^^^^^

warning: `#[must_use]` has no effect when applied to a provided trait method
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tinyvec-1.6.0/src/arrayvec.rs:1466:3
     |
1466 |   #[must_use]
     |   ^^^^^^^^^^^

warning: `#[must_use]` has no effect when applied to a provided trait method
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tinyvec-1.6.0/src/arrayvec.rs:1478:3
     |
1478 |   #[must_use]
     |   ^^^^^^^^^^^

warning: `#[must_use]` has no effect when applied to a provided trait method
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tinyvec-1.6.0/src/arrayvec.rs:1488:3
     |
1488 |   #[must_use]
     |   ^^^^^^^^^^^

warning: `#[must_use]` has no effect when applied to a provided trait method
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tinyvec-1.6.0/src/arrayvec.rs:1499:3
     |
1499 |   #[must_use]
     |   ^^^^^^^^^^^

warning: `#[must_use]` has no effect when applied to a provided trait method
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tinyvec-1.6.0/src/arrayvec.rs:1510:3
     |
1510 |   #[must_use]
     |   ^^^^^^^^^^^

warning: `#[must_use]` has no effect when applied to a provided trait method
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tinyvec-1.6.0/src/slicevec.rs:23:3
   |
23 |   #[must_use]
   |   ^^^^^^^^^^^

warning: `#[must_use]` has no effect when applied to a provided trait method
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tinyvec-1.6.0/src/slicevec.rs:32:3
   |
32 |   #[must_use]
   |   ^^^^^^^^^^^

warning: `#[must_use]` has no effect when applied to a provided trait method
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tinyvec-1.6.0/src/slicevec.rs:40:3
   |
40 |   #[must_use]
   |   ^^^^^^^^^^^

warning: `#[must_use]` has no effect when applied to a provided trait method
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tinyvec-1.6.0/src/slicevec.rs:52:3
   |
52 |   #[must_use]
   |   ^^^^^^^^^^^

warning: `#[must_use]` has no effect when applied to a provided trait method
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tinyvec-1.6.0/src/slicevec.rs:63:3
   |
63 |   #[must_use]
   |   ^^^^^^^^^^^

warning: `#[must_use]` has no effect when applied to a provided trait method
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tinyvec-1.6.0/src/slicevec.rs:752:3
    |
752 |   #[must_use]
    |   ^^^^^^^^^^^

warning: `#[must_use]` has no effect when applied to a provided trait method
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tinyvec-1.6.0/src/slicevec.rs:760:3
    |
760 |   #[must_use]
    |   ^^^^^^^^^^^

warning: `#[must_use]` has no effect when applied to a provided trait method
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tinyvec-1.6.0/src/slicevec.rs:768:3
    |
768 |   #[must_use]
    |   ^^^^^^^^^^^

warning: `#[must_use]` has no effect when applied to a provided trait method
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tinyvec-1.6.0/src/slicevec.rs:776:3
    |
776 |   #[must_use]
    |   ^^^^^^^^^^^

warning: `#[must_use]` has no effect when applied to a provided trait method
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tinyvec-1.6.0/src/slicevec.rs:795:3
    |
795 |   #[must_use]
    |   ^^^^^^^^^^^

warning: `#[must_use]` has no effect when applied to a provided trait method
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tinyvec-1.6.0/src/slicevec.rs:806:3
    |
806 |   #[must_use]
    |   ^^^^^^^^^^^

warning: `#[must_use]` has no effect when applied to a provided trait method
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tinyvec-1.6.0/src/slicevec.rs:818:3
    |
818 |   #[must_use]
    |   ^^^^^^^^^^^

warning: `#[must_use]` has no effect when applied to a provided trait method
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tinyvec-1.6.0/src/slicevec.rs:828:3
    |
828 |   #[must_use]
    |   ^^^^^^^^^^^

warning: `#[must_use]` has no effect when applied to a provided trait method
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tinyvec-1.6.0/src/slicevec.rs:839:3
    |
839 |   #[must_use]
    |   ^^^^^^^^^^^

warning: `#[must_use]` has no effect when applied to a provided trait method
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tinyvec-1.6.0/src/tinyvec.rs:135:3
    |
135 |   #[must_use]
    |   ^^^^^^^^^^^

warning: `#[must_use]` has no effect when applied to a provided trait method
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tinyvec-1.6.0/src/tinyvec.rs:164:3
    |
164 |   #[must_use]
    |   ^^^^^^^^^^^

warning: `#[must_use]` has no effect when applied to a provided trait method
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tinyvec-1.6.0/src/tinyvec.rs:172:3
    |
172 |   #[must_use]
    |   ^^^^^^^^^^^

warning: `#[must_use]` has no effect when applied to a provided trait method
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tinyvec-1.6.0/src/tinyvec.rs:1222:3
     |
1222 |   #[must_use]
     |   ^^^^^^^^^^^

warning: `#[must_use]` has no effect when applied to a provided trait method
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tinyvec-1.6.0/src/tinyvec.rs:1230:3
     |
1230 |   #[must_use]
     |   ^^^^^^^^^^^

warning: `#[must_use]` has no effect when applied to a provided trait method
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tinyvec-1.6.0/src/tinyvec.rs:1238:3
     |
1238 |   #[must_use]
     |   ^^^^^^^^^^^

warning: `#[must_use]` has no effect when applied to a provided trait method
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tinyvec-1.6.0/src/tinyvec.rs:1246:3
     |
1246 |   #[must_use]
     |   ^^^^^^^^^^^

warning: `#[must_use]` has no effect when applied to a provided trait method
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tinyvec-1.6.0/src/tinyvec.rs:1281:3
     |
1281 |   #[must_use]
     |   ^^^^^^^^^^^

warning: `#[must_use]` has no effect when applied to a provided trait method
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tinyvec-1.6.0/src/tinyvec.rs:1299:3
     |
1299 |   #[must_use]
     |   ^^^^^^^^^^^

warning: `#[must_use]` has no effect when applied to a provided trait method
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tinyvec-1.6.0/src/tinyvec.rs:1315:3
     |
1315 |   #[must_use]
     |   ^^^^^^^^^^^

warning: `#[must_use]` has no effect when applied to a provided trait method
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tinyvec-1.6.0/src/tinyvec.rs:1323:3
     |
1323 |   #[must_use]
     |   ^^^^^^^^^^^

warning: `#[must_use]` has no effect when applied to a provided trait method
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tinyvec-1.6.0/src/tinyvec.rs:1403:3
     |
1403 |   #[must_use]
     |   ^^^^^^^^^^^

warning: `#[must_use]` has no effect when applied to a provided trait method
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tinyvec-1.6.0/src/tinyvec.rs:1416:3
     |
1416 |   #[must_use]
     |   ^^^^^^^^^^^

warning: `#[must_use]` has no effect when applied to a provided trait method
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tinyvec-1.6.0/src/tinyvec.rs:1426:3
     |
1426 |   #[must_use]
     |   ^^^^^^^^^^^

warning: `#[must_use]` has no effect when applied to a provided trait method
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tinyvec-1.6.0/src/tinyvec.rs:1437:3
     |
1437 |   #[must_use]
     |   ^^^^^^^^^^^

warning: `#[must_use]` has no effect when applied to a provided trait method
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tinyvec-1.6.0/src/tinyvec.rs:1449:3
     |
1449 |   #[must_use]
     |   ^^^^^^^^^^^

warning: `#[must_use]` has no effect when applied to a provided trait method
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tinyvec-1.6.0/src/tinyvec.rs:1459:3
     |
1459 |   #[must_use]
     |   ^^^^^^^^^^^

warning: `#[must_use]` has no effect when applied to a provided trait method
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tinyvec-1.6.0/src/tinyvec.rs:1470:3
     |
1470 |   #[must_use]
     |   ^^^^^^^^^^^

warning: `#[must_use]` has no effect when applied to a provided trait method
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tinyvec-1.6.0/src/tinyvec.rs:1481:3
     |
1481 |   #[must_use]
     |   ^^^^^^^^^^^

       Fresh cranelift-control v0.116.1
       Fresh io-extras v0.18.4
       Fresh regalloc2 v0.11.1
       Fresh cranelift-bforest v0.116.1
       Fresh polling v2.2.0
       Fresh fs-set-times v0.20.1
warning: `semver` (lib) generated 21 warnings (21 duplicates)
warning: `proc-macro-error-attr` (lib) generated 2 warnings
warning: `tinyvec` (lib) generated 142 warnings
       Fresh is-terminal v0.4.7
       Fresh async-channel v1.8.0
warning: field `0` is never read
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/async-channel-1.8.0/src/lib.rs:1171:24
     |
1171 | struct NonBlocking<'a>(&'a mut ());
     |        -----------     ^^^^^^^^^^
     |        |
     |        field in this struct
     |
     = help: consider removing this field
     = note: `#[warn(dead_code)]` on by default

       Fresh phf_macros v0.11.1
       Fresh tracing-attributes v0.1.21
warning: lint `const_err` has been removed: converted into hard error, see issue #71800  for more information
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tracing-attributes-0.1.21/src/lib.rs:67:5
   |
67 |     const_err,
   |     ^^^^^^^^^
   |
   = note: `#[warn(renamed_and_removed_lints)]` on by default

warning: lint `private_in_public` has been removed: replaced with another group of lints, see RFC  for more information
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tracing-attributes-0.1.21/src/lib.rs:75:5
   |
75 |     private_in_public,
   |     ^^^^^^^^^^^^^^^^^

       Fresh wezterm-dynamic-derive v0.1.1
       Fresh ordered-float v4.2.0
       Fresh aho-corasick v1.0.1
       Fresh errno v0.3.10
       Fresh tracing-core v0.1.27
warning: lint `const_err` has been removed: converted into hard error, see issue #71800  for more information
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tracing-core-0.1.27/src/lib.rs:132:5
    |
132 |     const_err,
    |     ^^^^^^^^^
    |
    = note: `#[warn(renamed_and_removed_lints)]` on by default

warning: lint `private_in_public` has been removed: replaced with another group of lints, see RFC  for more information
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tracing-core-0.1.27/src/lib.rs:140:5
    |
140 |     private_in_public,
    |     ^^^^^^^^^^^^^^^^^

warning: unexpected `cfg` condition name: `tracing_unstable`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tracing-core-0.1.27/src/field.rs:352:11
    |
352 | #[cfg(all(tracing_unstable, feature = "valuable"))]
    |           ^^^^^^^^^^^^^^^^
    |
    = 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(tracing_unstable)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tracing_unstable)");` 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: `tracing_unstable`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tracing-core-0.1.27/src/field.rs:680:11
    |
680 | #[cfg(all(tracing_unstable, feature = "valuable"))]
    |           ^^^^^^^^^^^^^^^^
    |
    = 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(tracing_unstable)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tracing_unstable)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `tracing_unstable`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tracing-core-0.1.27/src/field.rs:683:11
    |
683 | #[cfg(all(tracing_unstable, feature = "valuable"))]
    |           ^^^^^^^^^^^^^^^^
    |
    = 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(tracing_unstable)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tracing_unstable)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `tracing_unstable`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tracing-core-0.1.27/src/field.rs:691:11
    |
691 | #[cfg(all(tracing_unstable, feature = "valuable"))]
    |           ^^^^^^^^^^^^^^^^
    |
    = 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(tracing_unstable)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tracing_unstable)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `tracing_unstable`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tracing-core-0.1.27/src/field.rs:694:11
    |
694 | #[cfg(all(tracing_unstable, feature = "valuable"))]
    |           ^^^^^^^^^^^^^^^^
    |
    = 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(tracing_unstable)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tracing_unstable)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `tracing_unstable`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tracing-core-0.1.27/src/field.rs:259:15
    |
259 |     #[cfg(all(tracing_unstable, feature = "valuable"))]
    |               ^^^^^^^^^^^^^^^^
    |
    = 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(tracing_unstable)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tracing_unstable)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: rule #5 of macro `ty_to_nonzero` is never used
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tracing-core-0.1.27/src/field.rs:407:5
    |
407 |     (u128) => {
    |     ^^^^^^
    |
note: the lint level is defined here
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tracing-core-0.1.27/src/lib.rs:142:5
    |
142 |     unused,
    |     ^^^^^^
    = note: `#[warn(unused_macro_rules)]` implied by `#[warn(unused)]`

warning: rule #11 of macro `ty_to_nonzero` is never used
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tracing-core-0.1.27/src/field.rs:425:5
    |
425 |     (i128) => {
    |     ^^^^^^

warning: creating a shared reference to mutable static
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tracing-core-0.1.27/src/dispatcher.rs:385:14
    |
385 |         Some(GLOBAL_DISPATCH.as_ref().expect(
    |              ^^^^^^^^^^^^^^^^^^^^^^^^ shared reference to mutable static
    |
    = note: for more information, see 
    = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
    = note: `#[warn(static_mut_refs)]` on by default

       Fresh either v1.6.1
       Fresh itoa v1.0.14
       Fresh cranelift-codegen-shared v0.116.1
       Fresh equivalent v1.0.1
       Fresh paste v1.0.7
       Fresh regex-syntax v0.7.1
       Fresh hashbrown v0.15.2
warning: `async-channel` (lib) generated 1 warning
warning: `tracing-attributes` (lib) generated 2 warnings
warning: `aho-corasick` (lib) generated 11 warnings (11 duplicates)
warning: `tracing-core` (lib) generated 11 warnings
warning: `regex-syntax` (lib) generated 2 warnings (2 duplicates)
       Fresh hashbrown v0.11.2
       Fresh utf8parse v0.2.0
       Fresh heck v0.5.0
warning: unexpected `cfg` condition name: `loom`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/bytes-1.6.0/src/bytes.rs:1321:17
     |
1321 | #[cfg(all(test, loom))]
     |                 ^^^^
     |
     = 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(loom)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(loom)");` 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: `loom`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/bytes-1.6.0/src/bytes.rs:135:19
    |
135 |     #[cfg(not(all(loom, test)))]
    |                   ^^^^
    |
    = 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(loom)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(loom)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `loom`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/bytes-1.6.0/src/bytes.rs:143:15
    |
143 |     #[cfg(all(loom, test))]
    |               ^^^^
    |
    = 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(loom)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(loom)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `loom`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/bytes-1.6.0/src/bytes.rs:163:19
    |
163 |     #[cfg(not(all(loom, test)))]
    |                   ^^^^
    |
    = 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(loom)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(loom)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `loom`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/bytes-1.6.0/src/bytes.rs:173:15
    |
173 |     #[cfg(all(loom, test))]
    |               ^^^^
    |
    = 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(loom)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(loom)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `loom`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/bytes-1.6.0/src/bytes_mut.rs:1774:17
     |
1774 | #[cfg(all(test, loom))]
     |                 ^^^^
     |
     = 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(loom)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(loom)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `loom`
 --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/bytes-1.6.0/src/loom.rs:1:21
  |
1 | #[cfg(not(all(test, loom)))]
  |                     ^^^^
  |
  = 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(loom)'] }
  = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(loom)");` to the top of the `build.rs`
  = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `loom`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/bytes-1.6.0/src/loom.rs:23:17
   |
23 | #[cfg(all(test, loom))]
   |                 ^^^^
   |
   = 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(loom)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(loom)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

       Fresh maybe-owned v0.3.4
       Fresh bytes v1.6.0
       Fresh strsim v0.11.1
       Fresh ipnet v2.9.0
       Fresh fnv v1.0.7
       Fresh cranelift-codegen v0.116.1
       Fresh thiserror v2.0.12
       Fresh regex v1.8.1
       Fresh indexmap v2.7.1
       Fresh rustix v0.38.44
       Fresh phf v0.11.1
warning: `bytes` (lib) generated 8 warnings
warning: `bytes` (lib) generated 8 warnings (8 duplicates)
warning: `rustix` (lib) generated 52 warnings (52 duplicates)
warning: unexpected `cfg` condition name: `no_btreemap_get_key_value`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/serde_json-1.0.81/src/map.rs:109:47
    |
109 |     #[cfg(any(feature = "preserve_order", not(no_btreemap_get_key_value)))]
    |                                               ^^^^^^^^^^^^^^^^^^^^^^^^^
    |
    = 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_btreemap_get_key_value)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_btreemap_get_key_value)");` 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: `no_btreemap_retain`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/serde_json-1.0.81/src/map.rs:280:15
    |
280 |     #[cfg(not(no_btreemap_retain))]
    |               ^^^^^^^^^^^^^^^^^^
    |
    = 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_btreemap_retain)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_btreemap_retain)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `no_btreemap_remove_entry`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/serde_json-1.0.81/src/map.rs:156:51
    |
156 |         #[cfg(any(feature = "preserve_order", not(no_btreemap_remove_entry)))]
    |                                                   ^^^^^^^^^^^^^^^^^^^^^^^^
    |
    = 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_btreemap_remove_entry)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_btreemap_remove_entry)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `no_btreemap_remove_entry`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/serde_json-1.0.81/src/map.rs:160:13
    |
160 |             no_btreemap_remove_entry,
    |             ^^^^^^^^^^^^^^^^^^^^^^^^
    |
    = 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_btreemap_remove_entry)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_btreemap_remove_entry)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `no_btreemap_get_key_value`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/serde_json-1.0.81/src/map.rs:161:17
    |
161 |             not(no_btreemap_get_key_value),
    |                 ^^^^^^^^^^^^^^^^^^^^^^^^^
    |
    = 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_btreemap_get_key_value)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_btreemap_get_key_value)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `no_btreemap_remove_entry`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/serde_json-1.0.81/src/map.rs:171:13
    |
171 |             no_btreemap_remove_entry,
    |             ^^^^^^^^^^^^^^^^^^^^^^^^
    |
    = 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_btreemap_remove_entry)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_btreemap_remove_entry)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `no_btreemap_get_key_value`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/serde_json-1.0.81/src/map.rs:172:13
    |
172 |             no_btreemap_get_key_value,
    |             ^^^^^^^^^^^^^^^^^^^^^^^^^
    |
    = 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_btreemap_get_key_value)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_btreemap_get_key_value)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

       Fresh cap-primitives v3.4.2
warning: unexpected `cfg` condition name: `has_std`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/indexmap-1.8.2/src/lib.rs:82:7
   |
82 | #[cfg(has_std)]
   |       ^^^^^^^
   |
   = 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(has_std)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_std)");` 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: `has_std`
 --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/indexmap-1.8.2/src/macros.rs:1:7
  |
1 | #[cfg(has_std)]
  |       ^^^^^^^
  |
  = 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(has_std)'] }
  = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_std)");` to the top of the `build.rs`
  = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `has_std`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/indexmap-1.8.2/src/macros.rs:38:7
   |
38 | #[cfg(has_std)]
   |       ^^^^^^^
   |
   = 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(has_std)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_std)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `has_std`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/indexmap-1.8.2/src/map.rs:19:7
   |
19 | #[cfg(has_std)]
   |       ^^^^^^^
   |
   = 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(has_std)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_std)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `has_std`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/indexmap-1.8.2/src/map.rs:70:7
   |
70 | #[cfg(has_std)]
   |       ^^^^^^^
   |
   = 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(has_std)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_std)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `has_std`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/indexmap-1.8.2/src/map.rs:75:11
   |
75 | #[cfg(not(has_std))]
   |           ^^^^^^^
   |
   = 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(has_std)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_std)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `has_std`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/indexmap-1.8.2/src/map.rs:143:7
    |
143 | #[cfg(has_std)]
    |       ^^^^^^^
    |
    = 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(has_std)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_std)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `has_std`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/indexmap-1.8.2/src/map.rs:1394:11
     |
1394 | #[cfg(all(has_std, rustc_1_51))]
     |           ^^^^^^^
     |
     = 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(has_std)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_std)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `rustc_1_51`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/indexmap-1.8.2/src/map.rs:1394:20
     |
1394 | #[cfg(all(has_std, rustc_1_51))]
     |                    ^^^^^^^^^^
     |
     = 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(rustc_1_51)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(rustc_1_51)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `has_std`
 --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/indexmap-1.8.2/src/set.rs:6:7
  |
6 | #[cfg(has_std)]
  |       ^^^^^^^
  |
  = 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(has_std)'] }
  = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_std)");` to the top of the `build.rs`
  = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `has_std`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/indexmap-1.8.2/src/set.rs:62:7
   |
62 | #[cfg(has_std)]
   |       ^^^^^^^
   |
   = 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(has_std)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_std)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `has_std`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/indexmap-1.8.2/src/set.rs:66:11
   |
66 | #[cfg(not(has_std))]
   |           ^^^^^^^
   |
   = 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(has_std)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_std)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `has_std`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/indexmap-1.8.2/src/set.rs:127:7
    |
127 | #[cfg(has_std)]
    |       ^^^^^^^
    |
    = 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(has_std)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_std)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `has_std`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/indexmap-1.8.2/src/set.rs:891:11
    |
891 | #[cfg(all(has_std, rustc_1_51))]
    |           ^^^^^^^
    |
    = 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(has_std)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_std)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `rustc_1_51`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/indexmap-1.8.2/src/set.rs:891:20
    |
891 | #[cfg(all(has_std, rustc_1_51))]
    |                    ^^^^^^^^^^
    |
    = 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(rustc_1_51)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(rustc_1_51)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: use of deprecated associated function `core::array::IntoIter::::new`: use `IntoIterator::into_iter` instead
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/indexmap-1.8.2/src/map.rs:1409:31
     |
1409 |         std::array::IntoIter::new(arr).collect()
     |                               ^^^
     |
     = note: `#[warn(deprecated)]` on by default

warning: use of deprecated associated function `core::array::IntoIter::::new`: use `IntoIterator::into_iter` instead
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/indexmap-1.8.2/src/set.rs:906:31
    |
906 |         std::array::IntoIter::new(arr).collect()
    |                               ^^^

       Fresh indexmap v1.8.2
       Fresh wezterm-dynamic v0.2.1
warning: elided lifetime has a name
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/pest-2.7.15/src/iterators/pairs.rs:330:70
    |
89  | impl<'i, R: RuleType> Pairs<'i, R> {
    |      -- lifetime `'i` declared here
...
330 |     ) -> Filter, impl FnMut(&Pair<'i, R>) -> bool + '_> {
    |                                                                      ^^ this elided lifetime gets resolved as `'i`
    |
    = note: `#[warn(elided_named_lifetimes)]` on by default

       Fresh tracing v0.1.35
warning: lint `const_err` has been removed: converted into hard error, see issue #71800  for more information
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tracing-0.1.35/src/lib.rs:906:5
    |
906 |     const_err,
    |     ^^^^^^^^^
    |
    = note: `#[warn(renamed_and_removed_lints)]` on by default

warning: lint `private_in_public` has been removed: replaced with another group of lints, see RFC  for more information
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tracing-0.1.35/src/lib.rs:914:5
    |
914 |     private_in_public,
    |     ^^^^^^^^^^^^^^^^^

       Fresh crc32fast v1.4.0
warning: unexpected `cfg` condition name: `crc32fast_stdarchx86`
 --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/crc32fast-1.4.0/src/specialized/mod.rs:3:9
  |
3 |         crc32fast_stdarchx86,
  |         ^^^^^^^^^^^^^^^^^^^^
  |
  = 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(crc32fast_stdarchx86)'] }
  = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crc32fast_stdarchx86)");` to the top of the `build.rs`
  = note: see  for more information about checking conditional configuration
  = note: `#[warn(unexpected_cfgs)]` on by default

       Fresh proc-macro-error v1.0.4
warning: unexpected `cfg` condition name: `use_fallback`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/proc-macro-error-1.0.4/src/lib.rs:274:17
    |
274 | #![cfg_attr(not(use_fallback), feature(proc_macro_diagnostic))]
    |                 ^^^^^^^^^^^^
    |
    = 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(use_fallback)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(use_fallback)");` 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: `use_fallback`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/proc-macro-error-1.0.4/src/lib.rs:298:7
    |
298 | #[cfg(use_fallback)]
    |       ^^^^^^^^^^^^
    |
    = 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_fallback)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(use_fallback)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `use_fallback`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/proc-macro-error-1.0.4/src/lib.rs:302:11
    |
302 | #[cfg(not(use_fallback))]
    |           ^^^^^^^^^^^^
    |
    = 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_fallback)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(use_fallback)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: panic message is not a string literal
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/proc-macro-error-1.0.4/src/lib.rs:472:12
    |
472 |     panic!(AbortNow)
    |     ------ ^^^^^^^^
    |     |
    |     help: use std::panic::panic_any instead: `std::panic::panic_any`
    |
    = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021
    = note: for more information, see 
    = note: `#[warn(non_fmt_panics)]` on by default

       Fresh memoffset v0.9.1
warning: unexpected `cfg` condition name: `doctests`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/memoffset-0.9.1/src/lib.rs:59:7
   |
59 | #[cfg(doctests)]
   |       ^^^^^^^^ help: there is a config with a similar name: `doctest`
   |
   = 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(doctests)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doctests)");` 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: `doctests`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/memoffset-0.9.1/src/lib.rs:62:7
   |
62 | #[cfg(doctests)]
   |       ^^^^^^^^ help: there is a config with a similar name: `doctest`
   |
   = 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(doctests)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doctests)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `raw_ref_macros`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/memoffset-0.9.1/src/raw_field.rs:22:7
   |
22 | #[cfg(raw_ref_macros)]
   |       ^^^^^^^^^^^^^^
   |
   = 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(raw_ref_macros)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(raw_ref_macros)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `raw_ref_macros`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/memoffset-0.9.1/src/raw_field.rs:30:11
   |
30 | #[cfg(not(raw_ref_macros))]
   |           ^^^^^^^^^^^^^^
   |
   = 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(raw_ref_macros)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(raw_ref_macros)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `allow_clippy`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/memoffset-0.9.1/src/raw_field.rs:57:7
   |
57 | #[cfg(allow_clippy)]
   |       ^^^^^^^^^^^^
   |
   = 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(allow_clippy)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(allow_clippy)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `allow_clippy`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/memoffset-0.9.1/src/raw_field.rs:69:11
   |
69 | #[cfg(not(allow_clippy))]
   |           ^^^^^^^^^^^^
   |
   = 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(allow_clippy)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(allow_clippy)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `allow_clippy`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/memoffset-0.9.1/src/raw_field.rs:90:7
   |
90 | #[cfg(allow_clippy)]
   |       ^^^^^^^^^^^^
   |
   = 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(allow_clippy)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(allow_clippy)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `allow_clippy`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/memoffset-0.9.1/src/raw_field.rs:100:11
    |
100 | #[cfg(not(allow_clippy))]
    |           ^^^^^^^^^^^^
    |
    = 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(allow_clippy)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(allow_clippy)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `allow_clippy`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/memoffset-0.9.1/src/raw_field.rs:125:7
    |
125 | #[cfg(allow_clippy)]
    |       ^^^^^^^^^^^^
    |
    = 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(allow_clippy)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(allow_clippy)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `allow_clippy`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/memoffset-0.9.1/src/raw_field.rs:141:11
    |
141 | #[cfg(not(allow_clippy))]
    |           ^^^^^^^^^^^^
    |
    = 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(allow_clippy)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(allow_clippy)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `tuple_ty`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/memoffset-0.9.1/src/raw_field.rs:183:7
    |
183 | #[cfg(tuple_ty)]
    |       ^^^^^^^^
    |
    = 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(tuple_ty)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tuple_ty)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `maybe_uninit`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/memoffset-0.9.1/src/offset_of.rs:23:7
   |
23 | #[cfg(maybe_uninit)]
   |       ^^^^^^^^^^^^
   |
   = 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(maybe_uninit)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(maybe_uninit)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `maybe_uninit`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/memoffset-0.9.1/src/offset_of.rs:37:11
   |
37 | #[cfg(not(maybe_uninit))]
   |           ^^^^^^^^^^^^
   |
   = 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(maybe_uninit)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(maybe_uninit)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `stable_const`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/memoffset-0.9.1/src/offset_of.rs:49:7
   |
49 | #[cfg(stable_const)]
   |       ^^^^^^^^^^^^
   |
   = 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(stable_const)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(stable_const)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `stable_const`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/memoffset-0.9.1/src/offset_of.rs:61:11
   |
61 | #[cfg(not(stable_const))]
   |           ^^^^^^^^^^^^
   |
   = 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(stable_const)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(stable_const)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `stable_offset_of`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/memoffset-0.9.1/src/offset_of.rs:70:11
   |
70 | #[cfg(not(stable_offset_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(stable_offset_of)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(stable_offset_of)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `stable_offset_of`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/memoffset-0.9.1/src/offset_of.rs:83:7
   |
83 | #[cfg(stable_offset_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(stable_offset_of)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(stable_offset_of)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `tuple_ty`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/memoffset-0.9.1/src/offset_of.rs:127:7
    |
127 | #[cfg(tuple_ty)]
    |       ^^^^^^^^
    |
    = 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(tuple_ty)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tuple_ty)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `stable_offset_of`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/memoffset-0.9.1/src/offset_of.rs:128:11
    |
128 | #[cfg(not(stable_offset_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(stable_offset_of)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(stable_offset_of)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `tuple_ty`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/memoffset-0.9.1/src/offset_of.rs:142:7
    |
142 | #[cfg(tuple_ty)]
    |       ^^^^^^^^
    |
    = 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(tuple_ty)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tuple_ty)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `stable_offset_of`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/memoffset-0.9.1/src/offset_of.rs:143:7
    |
143 | #[cfg(stable_offset_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(stable_offset_of)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(stable_offset_of)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `tuple_ty`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/memoffset-0.9.1/src/offset_of.rs:160:7
    |
160 | #[cfg(tuple_ty)]
    |       ^^^^^^^^
    |
    = 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(tuple_ty)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tuple_ty)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `stable_offset_of`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/memoffset-0.9.1/src/offset_of.rs:170:11
    |
170 | #[cfg(not(stable_offset_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(stable_offset_of)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(stable_offset_of)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `stable_offset_of`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/memoffset-0.9.1/src/offset_of.rs:184:7
    |
184 | #[cfg(stable_offset_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(stable_offset_of)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(stable_offset_of)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

       Fresh unicode-normalization v0.1.23
       Fresh wasmparser v0.221.3
       Fresh crypto-common v0.1.6
       Fresh block-buffer v0.10.4
       Fresh phf_codegen v0.11.2
warning: `serde_json` (lib) generated 7 warnings
warning: `indexmap` (lib) generated 17 warnings
warning: `indexmap` (lib) generated 17 warnings (17 duplicates)
warning: `pest` (lib) generated 1 warning
warning: `tracing` (lib) generated 2 warnings
warning: `crc32fast` (lib) generated 1 warning
warning: `proc-macro-error` (lib) generated 4 warnings
warning: `memoffset` (lib) generated 24 warnings
       Fresh async-lock v2.8.0
warning: struct `CallOnDrop` is never constructed
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/async-lock-2.8.0/src/mutex.rs:688:8
    |
688 | struct CallOnDrop(F);
    |        ^^^^^^^^^^
    |
    = note: `#[warn(dead_code)]` on by default

       Fresh signal-hook-registry v1.4.0
warning: creating a shared reference to mutable static
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/signal-hook-registry-1.4.0/src/lib.rs:281:18
    |
281 |         unsafe { GLOBAL_DATA.as_ref().unwrap() }
    |                  ^^^^^^^^^^^^^^^^^^^^ shared reference to mutable static
    |
    = note: for more information, see 
    = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
    = note: `#[warn(static_mut_refs)]` on by default

       Fresh atty v0.2.14
       Fresh getrandom v0.2.10
       Fresh terminal_size v0.1.17
       Fresh encoding_rs v0.8.34
warning: unexpected `cfg` condition value: `cargo-clippy`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/encoding_rs-0.8.34/src/lib.rs:11:5
   |
11 |     feature = "cargo-clippy",
   |     ^^^^^^^^^^^^^^^^^^^^^^^^
   |
   = note: expected values for `feature` are: `alloc`, `any_all_workaround`, `default`, `fast-big5-hanzi-encode`, `fast-gb-hanzi-encode`, `fast-hangul-encode`, `fast-hanja-encode`, `fast-kanji-encode`, `fast-legacy-encode`, `less-slow-big5-hanzi-encode`, `less-slow-gb-hanzi-encode`, `less-slow-kanji-encode`, `serde`, and `simd-accel`
   = 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/sysutils/zellij/work/zellij-0.42.2/cargo-crates/encoding_rs-0.8.34/src/macros.rs:689:16
    |
689 |       #[cfg_attr(feature = "cargo-clippy", allow(never_loop))]
    |                  ^^^^^^^^^^^^^^^^^^^^^^^^
    |
   ::: /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/encoding_rs-0.8.34/src/euc_jp.rs:77:5
    |
77  | /     euc_jp_decoder_functions!(
78  | |         {
79  | |             let trail_minus_offset = byte.wrapping_sub(0xA1);
...   |
220 | |         handle
221 | |     );
    | |_____- in this macro invocation
    |
    = note: expected values for `feature` are: `alloc`, `any_all_workaround`, `default`, `fast-big5-hanzi-encode`, `fast-gb-hanzi-encode`, `fast-hangul-encode`, `fast-hanja-encode`, `fast-kanji-encode`, `fast-legacy-encode`, `less-slow-big5-hanzi-encode`, `less-slow-gb-hanzi-encode`, `less-slow-kanji-encode`, `serde`, and `simd-accel`
    = help: consider adding `cargo-clippy` as a feature in `Cargo.toml`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `euc_jp_decoder_function` which comes from the expansion of the macro `euc_jp_decoder_functions` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition value: `cargo-clippy`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/encoding_rs-0.8.34/src/macros.rs:364:16
    |
364 |       #[cfg_attr(feature = "cargo-clippy", allow(never_loop))]
    |                  ^^^^^^^^^^^^^^^^^^^^^^^^
    |
   ::: /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/encoding_rs-0.8.34/src/gb18030.rs:111:5
    |
111 | /     gb18030_decoder_functions!(
...   |
294 | |         handle,
295 | |         'outermost);
    | |___________________- in this macro invocation
    |
    = note: expected values for `feature` are: `alloc`, `any_all_workaround`, `default`, `fast-big5-hanzi-encode`, `fast-gb-hanzi-encode`, `fast-hangul-encode`, `fast-hanja-encode`, `fast-kanji-encode`, `fast-legacy-encode`, `less-slow-big5-hanzi-encode`, `less-slow-gb-hanzi-encode`, `less-slow-kanji-encode`, `serde`, and `simd-accel`
    = help: consider adding `cargo-clippy` as a feature in `Cargo.toml`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `gb18030_decoder_function` which comes from the expansion of the macro `gb18030_decoder_functions` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition value: `cargo-clippy`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/encoding_rs-0.8.34/src/iso_2022_jp.rs:377:5
    |
377 |     feature = "cargo-clippy",
    |     ^^^^^^^^^^^^^^^^^^^^^^^^
    |
    = note: expected values for `feature` are: `alloc`, `any_all_workaround`, `default`, `fast-big5-hanzi-encode`, `fast-gb-hanzi-encode`, `fast-hangul-encode`, `fast-hanja-encode`, `fast-kanji-encode`, `fast-legacy-encode`, `less-slow-big5-hanzi-encode`, `less-slow-gb-hanzi-encode`, `less-slow-kanji-encode`, `serde`, and `simd-accel`
    = help: consider adding `cargo-clippy` as a feature in `Cargo.toml`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition value: `cargo-clippy`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/encoding_rs-0.8.34/src/iso_2022_jp.rs:398:5
    |
398 |     feature = "cargo-clippy",
    |     ^^^^^^^^^^^^^^^^^^^^^^^^
    |
    = note: expected values for `feature` are: `alloc`, `any_all_workaround`, `default`, `fast-big5-hanzi-encode`, `fast-gb-hanzi-encode`, `fast-hangul-encode`, `fast-hanja-encode`, `fast-kanji-encode`, `fast-legacy-encode`, `less-slow-big5-hanzi-encode`, `less-slow-gb-hanzi-encode`, `less-slow-kanji-encode`, `serde`, and `simd-accel`
    = help: consider adding `cargo-clippy` as a feature in `Cargo.toml`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition value: `cargo-clippy`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/encoding_rs-0.8.34/src/utf_8.rs:229:12
    |
229 | #[cfg_attr(feature = "cargo-clippy", allow(never_loop, cyclomatic_complexity))]
    |            ^^^^^^^^^^^^^^^^^^^^^^^^
    |
    = note: expected values for `feature` are: `alloc`, `any_all_workaround`, `default`, `fast-big5-hanzi-encode`, `fast-gb-hanzi-encode`, `fast-hangul-encode`, `fast-hanja-encode`, `fast-kanji-encode`, `fast-legacy-encode`, `less-slow-big5-hanzi-encode`, `less-slow-gb-hanzi-encode`, `less-slow-kanji-encode`, `serde`, and `simd-accel`
    = help: consider adding `cargo-clippy` as a feature in `Cargo.toml`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition value: `cargo-clippy`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/encoding_rs-0.8.34/src/utf_8.rs:606:12
    |
606 | #[cfg_attr(feature = "cargo-clippy", allow(never_loop))]
    |            ^^^^^^^^^^^^^^^^^^^^^^^^
    |
    = note: expected values for `feature` are: `alloc`, `any_all_workaround`, `default`, `fast-big5-hanzi-encode`, `fast-gb-hanzi-encode`, `fast-hangul-encode`, `fast-hanja-encode`, `fast-kanji-encode`, `fast-legacy-encode`, `less-slow-big5-hanzi-encode`, `less-slow-gb-hanzi-encode`, `less-slow-kanji-encode`, `serde`, and `simd-accel`
    = help: consider adding `cargo-clippy` as a feature in `Cargo.toml`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition value: `disabled`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/encoding_rs-0.8.34/src/ascii.rs:1508:68
     |
1508 |     if #[cfg(all(feature = "simd-accel", target_endian = "little", target_arch = "disabled"))] {
     |                                                                    ^^^^^^^^^^^^^^^^^^^^^^^^
     |
     = note: expected values for `target_arch` are: `aarch64`, `amdgpu`, `arm`, `arm64ec`, `avr`, `bpf`, `csky`, `hexagon`, `loongarch64`, `m68k`, `mips`, `mips32r6`, `mips64`, `mips64r6`, `msp430`, `nvptx64`, `powerpc`, `powerpc64`, `riscv32`, `riscv64`, `s390x`, `sparc`, `sparc64`, `wasm32`, `wasm64`, `x86`, `x86_64`, and `xtensa`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition value: `cargo-clippy`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/encoding_rs-0.8.34/src/ascii.rs:1725:20
     |
1725 |         #[cfg_attr(feature = "cargo-clippy", allow(cast_ptr_alignment))]
     |                    ^^^^^^^^^^^^^^^^^^^^^^^^
     |
     = note: expected values for `feature` are: `alloc`, `any_all_workaround`, `default`, `fast-big5-hanzi-encode`, `fast-gb-hanzi-encode`, `fast-hangul-encode`, `fast-hanja-encode`, `fast-kanji-encode`, `fast-legacy-encode`, `less-slow-big5-hanzi-encode`, `less-slow-gb-hanzi-encode`, `less-slow-kanji-encode`, `serde`, and `simd-accel`
     = help: consider adding `cargo-clippy` as a feature in `Cargo.toml`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition value: `cargo-clippy`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/encoding_rs-0.8.34/src/ascii.rs:227:13
     |
227  |             feature = "cargo-clippy",
     |             ^^^^^^^^^^^^^^^^^^^^^^^^
...
1856 |         basic_latin_alu!(ascii_to_basic_latin, u8, u16, ascii_to_basic_latin_stride_alu);
     |         -------------------------------------------------------------------------------- in this macro invocation
     |
     = note: expected values for `feature` are: `alloc`, `any_all_workaround`, `default`, `fast-big5-hanzi-encode`, `fast-gb-hanzi-encode`, `fast-hangul-encode`, `fast-hanja-encode`, `fast-kanji-encode`, `fast-legacy-encode`, `less-slow-big5-hanzi-encode`, `less-slow-gb-hanzi-encode`, `less-slow-kanji-encode`, `serde`, and `simd-accel`
     = help: consider adding `cargo-clippy` as a feature in `Cargo.toml`
     = note: see  for more information about checking conditional configuration
     = note: this warning originates in the macro `basic_latin_alu` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition value: `cargo-clippy`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/encoding_rs-0.8.34/src/ascii.rs:227:13
     |
227  |             feature = "cargo-clippy",
     |             ^^^^^^^^^^^^^^^^^^^^^^^^
...
1857 |         basic_latin_alu!(basic_latin_to_ascii, u16, u8, basic_latin_to_ascii_stride_alu);
     |         -------------------------------------------------------------------------------- in this macro invocation
     |
     = note: expected values for `feature` are: `alloc`, `any_all_workaround`, `default`, `fast-big5-hanzi-encode`, `fast-gb-hanzi-encode`, `fast-hangul-encode`, `fast-hanja-encode`, `fast-kanji-encode`, `fast-legacy-encode`, `less-slow-big5-hanzi-encode`, `less-slow-gb-hanzi-encode`, `less-slow-kanji-encode`, `serde`, and `simd-accel`
     = help: consider adding `cargo-clippy` as a feature in `Cargo.toml`
     = note: see  for more information about checking conditional configuration
     = note: this warning originates in the macro `basic_latin_alu` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition value: `cargo-clippy`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/encoding_rs-0.8.34/src/ascii.rs:349:13
     |
349  |             feature = "cargo-clippy",
     |             ^^^^^^^^^^^^^^^^^^^^^^^^
...
1858 |         latin1_alu!(unpack_latin1, u8, u16, unpack_latin1_stride_alu);
     |         ------------------------------------------------------------- in this macro invocation
     |
     = note: expected values for `feature` are: `alloc`, `any_all_workaround`, `default`, `fast-big5-hanzi-encode`, `fast-gb-hanzi-encode`, `fast-hangul-encode`, `fast-hanja-encode`, `fast-kanji-encode`, `fast-legacy-encode`, `less-slow-big5-hanzi-encode`, `less-slow-gb-hanzi-encode`, `less-slow-kanji-encode`, `serde`, and `simd-accel`
     = help: consider adding `cargo-clippy` as a feature in `Cargo.toml`
     = note: see  for more information about checking conditional configuration
     = note: this warning originates in the macro `latin1_alu` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition value: `cargo-clippy`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/encoding_rs-0.8.34/src/ascii.rs:349:13
     |
349  |             feature = "cargo-clippy",
     |             ^^^^^^^^^^^^^^^^^^^^^^^^
...
1859 |         latin1_alu!(pack_latin1, u16, u8, pack_latin1_stride_alu);
     |         --------------------------------------------------------- in this macro invocation
     |
     = note: expected values for `feature` are: `alloc`, `any_all_workaround`, `default`, `fast-big5-hanzi-encode`, `fast-gb-hanzi-encode`, `fast-hangul-encode`, `fast-hanja-encode`, `fast-kanji-encode`, `fast-legacy-encode`, `less-slow-big5-hanzi-encode`, `less-slow-gb-hanzi-encode`, `less-slow-kanji-encode`, `serde`, and `simd-accel`
     = help: consider adding `cargo-clippy` as a feature in `Cargo.toml`
     = note: see  for more information about checking conditional configuration
     = note: this warning originates in the macro `latin1_alu` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition value: `cargo-clippy`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/encoding_rs-0.8.34/src/ascii.rs:105:20
     |
105  |         #[cfg_attr(feature = "cargo-clippy", allow(never_loop, cast_ptr_alignment))]
     |                    ^^^^^^^^^^^^^^^^^^^^^^^^
...
1861 |         ascii_alu!(ascii_to_ascii, u8, u8, ascii_to_ascii_stride);
     |         --------------------------------------------------------- in this macro invocation
     |
     = note: expected values for `feature` are: `alloc`, `any_all_workaround`, `default`, `fast-big5-hanzi-encode`, `fast-gb-hanzi-encode`, `fast-hangul-encode`, `fast-hanja-encode`, `fast-kanji-encode`, `fast-legacy-encode`, `less-slow-big5-hanzi-encode`, `less-slow-gb-hanzi-encode`, `less-slow-kanji-encode`, `serde`, and `simd-accel`
     = help: consider adding `cargo-clippy` as a feature in `Cargo.toml`
     = note: see  for more information about checking conditional configuration
     = note: this warning originates in the macro `ascii_alu` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition value: `cargo-clippy`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/encoding_rs-0.8.34/src/data.rs:425:12
    |
425 | #[cfg_attr(feature = "cargo-clippy", allow(unreadable_literal))]
    |            ^^^^^^^^^^^^^^^^^^^^^^^^
    |
    = note: expected values for `feature` are: `alloc`, `any_all_workaround`, `default`, `fast-big5-hanzi-encode`, `fast-gb-hanzi-encode`, `fast-hangul-encode`, `fast-hanja-encode`, `fast-kanji-encode`, `fast-legacy-encode`, `less-slow-big5-hanzi-encode`, `less-slow-gb-hanzi-encode`, `less-slow-kanji-encode`, `serde`, and `simd-accel`
    = help: consider adding `cargo-clippy` as a feature in `Cargo.toml`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition value: `cargo-clippy`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/encoding_rs-0.8.34/src/handles.rs:1183:16
     |
1183 |     #[cfg_attr(feature = "cargo-clippy", allow(collapsible_if))]
     |                ^^^^^^^^^^^^^^^^^^^^^^^^
     |
     = note: expected values for `feature` are: `alloc`, `any_all_workaround`, `default`, `fast-big5-hanzi-encode`, `fast-gb-hanzi-encode`, `fast-hangul-encode`, `fast-hanja-encode`, `fast-kanji-encode`, `fast-legacy-encode`, `less-slow-big5-hanzi-encode`, `less-slow-gb-hanzi-encode`, `less-slow-kanji-encode`, `serde`, and `simd-accel`
     = help: consider adding `cargo-clippy` as a feature in `Cargo.toml`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition value: `cargo-clippy`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/encoding_rs-0.8.34/src/handles.rs:1217:16
     |
1217 |     #[cfg_attr(feature = "cargo-clippy", allow(collapsible_if))]
     |                ^^^^^^^^^^^^^^^^^^^^^^^^
     |
     = note: expected values for `feature` are: `alloc`, `any_all_workaround`, `default`, `fast-big5-hanzi-encode`, `fast-gb-hanzi-encode`, `fast-hangul-encode`, `fast-hanja-encode`, `fast-kanji-encode`, `fast-legacy-encode`, `less-slow-big5-hanzi-encode`, `less-slow-gb-hanzi-encode`, `less-slow-kanji-encode`, `serde`, and `simd-accel`
     = help: consider adding `cargo-clippy` as a feature in `Cargo.toml`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition value: `cargo-clippy`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/encoding_rs-0.8.34/src/mem.rs:336:12
    |
336 | #[cfg_attr(feature = "cargo-clippy", allow(collapsible_if))]
    |            ^^^^^^^^^^^^^^^^^^^^^^^^
    |
    = note: expected values for `feature` are: `alloc`, `any_all_workaround`, `default`, `fast-big5-hanzi-encode`, `fast-gb-hanzi-encode`, `fast-hangul-encode`, `fast-hanja-encode`, `fast-kanji-encode`, `fast-legacy-encode`, `less-slow-big5-hanzi-encode`, `less-slow-gb-hanzi-encode`, `less-slow-kanji-encode`, `serde`, and `simd-accel`
    = help: consider adding `cargo-clippy` as a feature in `Cargo.toml`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition value: `cargo-clippy`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/encoding_rs-0.8.34/src/mem.rs:710:12
    |
710 | #[cfg_attr(feature = "cargo-clippy", allow(collapsible_if, cyclomatic_complexity))]
    |            ^^^^^^^^^^^^^^^^^^^^^^^^
    |
    = note: expected values for `feature` are: `alloc`, `any_all_workaround`, `default`, `fast-big5-hanzi-encode`, `fast-gb-hanzi-encode`, `fast-hangul-encode`, `fast-hanja-encode`, `fast-kanji-encode`, `fast-legacy-encode`, `less-slow-big5-hanzi-encode`, `less-slow-gb-hanzi-encode`, `less-slow-kanji-encode`, `serde`, and `simd-accel`
    = help: consider adding `cargo-clippy` as a feature in `Cargo.toml`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition value: `cargo-clippy`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/encoding_rs-0.8.34/src/mem.rs:1140:12
     |
1140 | #[cfg_attr(feature = "cargo-clippy", allow(collapsible_if))]
     |            ^^^^^^^^^^^^^^^^^^^^^^^^
     |
     = note: expected values for `feature` are: `alloc`, `any_all_workaround`, `default`, `fast-big5-hanzi-encode`, `fast-gb-hanzi-encode`, `fast-hangul-encode`, `fast-hanja-encode`, `fast-kanji-encode`, `fast-legacy-encode`, `less-slow-big5-hanzi-encode`, `less-slow-gb-hanzi-encode`, `less-slow-kanji-encode`, `serde`, and `simd-accel`
     = help: consider adding `cargo-clippy` as a feature in `Cargo.toml`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition value: `cargo-clippy`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/encoding_rs-0.8.34/src/mem.rs:86:20
    |
86  |         #[cfg_attr(feature = "cargo-clippy", allow(cast_ptr_alignment))]
    |                    ^^^^^^^^^^^^^^^^^^^^^^^^
...
322 |         by_unit_check_alu!(is_ascii_impl, u8, 0x80, ASCII_MASK);
    |         ------------------------------------------------------- in this macro invocation
    |
    = note: expected values for `feature` are: `alloc`, `any_all_workaround`, `default`, `fast-big5-hanzi-encode`, `fast-gb-hanzi-encode`, `fast-hangul-encode`, `fast-hanja-encode`, `fast-kanji-encode`, `fast-legacy-encode`, `less-slow-big5-hanzi-encode`, `less-slow-gb-hanzi-encode`, `less-slow-kanji-encode`, `serde`, and `simd-accel`
    = help: consider adding `cargo-clippy` as a feature in `Cargo.toml`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `by_unit_check_alu` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition value: `cargo-clippy`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/encoding_rs-0.8.34/src/mem.rs:86:20
    |
86  |         #[cfg_attr(feature = "cargo-clippy", allow(cast_ptr_alignment))]
    |                    ^^^^^^^^^^^^^^^^^^^^^^^^
...
323 |         by_unit_check_alu!(is_basic_latin_impl, u16, 0x80, BASIC_LATIN_MASK);
    |         -------------------------------------------------------------------- in this macro invocation
    |
    = note: expected values for `feature` are: `alloc`, `any_all_workaround`, `default`, `fast-big5-hanzi-encode`, `fast-gb-hanzi-encode`, `fast-hangul-encode`, `fast-hanja-encode`, `fast-kanji-encode`, `fast-legacy-encode`, `less-slow-big5-hanzi-encode`, `less-slow-gb-hanzi-encode`, `less-slow-kanji-encode`, `serde`, and `simd-accel`
    = help: consider adding `cargo-clippy` as a feature in `Cargo.toml`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `by_unit_check_alu` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition value: `cargo-clippy`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/encoding_rs-0.8.34/src/mem.rs:86:20
    |
86  |         #[cfg_attr(feature = "cargo-clippy", allow(cast_ptr_alignment))]
    |                    ^^^^^^^^^^^^^^^^^^^^^^^^
...
324 |         by_unit_check_alu!(is_utf16_latin1_impl, u16, 0x100, LATIN1_MASK);
    |         ----------------------------------------------------------------- in this macro invocation
    |
    = note: expected values for `feature` are: `alloc`, `any_all_workaround`, `default`, `fast-big5-hanzi-encode`, `fast-gb-hanzi-encode`, `fast-hangul-encode`, `fast-hanja-encode`, `fast-kanji-encode`, `fast-legacy-encode`, `less-slow-big5-hanzi-encode`, `less-slow-gb-hanzi-encode`, `less-slow-kanji-encode`, `serde`, and `simd-accel`
    = help: consider adding `cargo-clippy` as a feature in `Cargo.toml`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `by_unit_check_alu` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition value: `cargo-clippy`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/encoding_rs-0.8.34/src/mem.rs:591:20
    |
591 |         #[cfg_attr(feature = "cargo-clippy", allow(cast_ptr_alignment))]
    |                    ^^^^^^^^^^^^^^^^^^^^^^^^
    |
    = note: expected values for `feature` are: `alloc`, `any_all_workaround`, `default`, `fast-big5-hanzi-encode`, `fast-gb-hanzi-encode`, `fast-hangul-encode`, `fast-hanja-encode`, `fast-kanji-encode`, `fast-legacy-encode`, `less-slow-big5-hanzi-encode`, `less-slow-gb-hanzi-encode`, `less-slow-kanji-encode`, `serde`, and `simd-accel`
    = 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: `fuzzing`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/encoding_rs-0.8.34/src/mem.rs:44:32
     |
44   |     ($($arg:tt)*) => (if !cfg!(fuzzing) { debug_assert!($($arg)*); })
     |                                ^^^^^^^
...
1933 |     non_fuzz_debug_assert!(is_utf8_latin1(src));
     |     ------------------------------------------- in this macro invocation
     |
     = 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(fuzzing)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(fuzzing)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration
     = note: this warning originates in the macro `non_fuzz_debug_assert` (in Nightly builds, run with -Z macro-backtrace for more info)

       Fresh cobs v0.2.3
       Fresh leb128 v0.2.5
       Fresh ucd-trie v0.1.7
       Fresh embedded-io v0.4.0
warning: unexpected `cfg` condition value: `defmt-timestamp-uptime`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/embedded-io-0.4.0/src/fmt.rs:198:7
    |
198 | #[cfg(feature = "defmt-timestamp-uptime")]
    |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    |
    = note: expected values for `feature` are: `alloc`, `async`, `defmt`, `futures`, `log`, `std`, and `tokio`
    = help: consider adding `defmt-timestamp-uptime` as a feature in `Cargo.toml`
    = note: see  for more information about checking conditional configuration
    = note: `#[warn(unexpected_cfgs)]` on by default

warning: method `into_result` is never used
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/embedded-io-0.4.0/src/fmt.rs:207:8
    |
204 | pub trait Try {
    |           --- method in this trait
...
207 |     fn into_result(self) -> Result;
    |        ^^^^^^^^^^^
    |
    = note: `#[warn(dead_code)]` on by default

warning: unexpected `cfg` condition value: `checked`
 --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/libm-0.2.8/build.rs:9:14
  |
9 |     if !cfg!(feature = "checked") {
  |              ^^^^^^^^^^^^^^^^^^^
  |
  = note: expected values for `feature` are: `default`, `musl-reference-tests`, `rand`, and `unstable`
  = help: consider adding `checked` as a feature in `Cargo.toml`
  = note: see  for more information about checking conditional configuration
  = note: `#[warn(unexpected_cfgs)]` on by default

       Fresh percent-encoding v2.3.1
warning: ambiguous wide pointer comparison, the comparison includes metadata which may not be expected
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/percent-encoding-2.3.1/src/lib.rs:466:35
    |
466 |                     debug_assert!(raw_utf8 == &*bytes as *const [u8]);
    |                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    |
    = note: `#[warn(ambiguous_wide_pointer_comparisons)]` on by default
help: use `std::ptr::addr_eq` or untyped pointers to only compare their addresses
    |
466 -                     debug_assert!(raw_utf8 == &*bytes as *const [u8]);
466 +                     debug_assert!(std::ptr::addr_eq(raw_utf8, &*bytes as *const [u8]));
    |
help: use explicit `std::ptr::eq` method to compare metadata and addresses
    |
466 -                     debug_assert!(raw_utf8 == &*bytes as *const [u8]);
466 +                     debug_assert!(std::ptr::eq(raw_utf8, &*bytes as *const [u8]));
    |

       Fresh unicode-xid v0.2.4
       Fresh unicode-bidi v0.3.15
       Fresh pin-utils v0.1.0
       Fresh bytemuck v1.22.0
warning: unexpected `cfg` condition value: `128`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/fastrand-2.1.0/src/lib.rs:622:11
    |
622 |     #[cfg(target_pointer_width = "128")]
    |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    |
    = note: expected values for `target_pointer_width` are: `16`, `32`, and `64`
    = note: see  for more information about checking conditional configuration
    = note: `#[warn(unexpected_cfgs)]` on by default

       Fresh once_cell v1.18.0
warning: `async-lock` (lib) generated 1 warning
warning: `signal-hook-registry` (lib) generated 1 warning
warning: `encoding_rs` (lib) generated 27 warnings (2 duplicates)
warning: `embedded-io` (lib) generated 2 warnings
warning: `libm` (build script) generated 1 warning
warning: `percent-encoding` (lib) generated 1 warning
warning: `fastrand` (lib) generated 1 warning
       Fresh os_str_bytes v6.1.0
warning: unexpected `cfg` condition name: `os_str_bytes_docs_rs`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/os_str_bytes-6.1.0/src/lib.rs:153:13
    |
153 | #![cfg_attr(os_str_bytes_docs_rs, feature(doc_cfg))]
    |             ^^^^^^^^^^^^^^^^^^^^
    |
    = 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(os_str_bytes_docs_rs)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(os_str_bytes_docs_rs)");` 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: `os_str_bytes_docs_rs`
 --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/os_str_bytes-6.1.0/src/iter.rs:3:13
  |
3 | #![cfg_attr(os_str_bytes_docs_rs, doc(cfg(feature = "raw_os_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(os_str_bytes_docs_rs)'] }
  = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(os_str_bytes_docs_rs)");` to the top of the `build.rs`
  = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `os_str_bytes_docs_rs`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/os_str_bytes-6.1.0/src/pattern.rs:35:12
   |
35 | #[cfg_attr(os_str_bytes_docs_rs, doc(cfg(feature = "raw_os_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(os_str_bytes_docs_rs)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(os_str_bytes_docs_rs)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `os_str_bytes_docs_rs`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/os_str_bytes-6.1.0/src/raw_str.rs:116:12
    |
116 | #[cfg_attr(os_str_bytes_docs_rs, doc(cfg(feature = "raw_os_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(os_str_bytes_docs_rs)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(os_str_bytes_docs_rs)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `os_str_bytes_docs_rs`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/os_str_bytes-6.1.0/src/raw_str.rs:834:12
    |
834 | #[cfg_attr(os_str_bytes_docs_rs, doc(cfg(feature = "raw_os_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(os_str_bytes_docs_rs)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(os_str_bytes_docs_rs)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

       Fresh id-arena v2.2.1
warning: anonymous parameters are deprecated and will be removed in the next edition
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/id-arena-2.2.1/src/lib.rs:168:14
    |
168 |     fn index(Self::Id) -> usize;
    |              ^^^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: Self::Id`
    |
    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018!
    = note: for more information, see issue #41686 
    = note: `#[warn(anonymous_parameters)]` on by default

warning: anonymous parameters are deprecated and will be removed in the next edition
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/id-arena-2.2.1/src/lib.rs:171:17
    |
171 |     fn arena_id(Self::Id) -> u32;
    |                 ^^^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: Self::Id`
    |
    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018!
    = note: for more information, see issue #41686 

warning: use of deprecated constant `core::sync::atomic::ATOMIC_USIZE_INIT`: the `new` function is now preferred
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/id-arena-2.2.1/src/lib.rs:114:45
    |
114 | use core::sync::atomic::{self, AtomicUsize, ATOMIC_USIZE_INIT};
    |                                             ^^^^^^^^^^^^^^^^^
    |
    = note: `#[warn(deprecated)]` on by default

warning: use of deprecated constant `core::sync::atomic::ATOMIC_USIZE_INIT`: the `new` function is now preferred
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/id-arena-2.2.1/src/lib.rs:183:45
    |
183 |         static ARENA_COUNTER: AtomicUsize = ATOMIC_USIZE_INIT;
    |                                             ^^^^^^^^^^^^^^^^^
    |
help: replace the use of the deprecated constant
    |
183 -         static ARENA_COUNTER: AtomicUsize = ATOMIC_USIZE_INIT;
183 +         static ARENA_COUNTER: AtomicUsize = AtomicUsize::new(0);
    |

       Fresh minimal-lexical v0.2.1
       Fresh cache-padded v1.2.0
       Fresh iana-time-zone v0.1.60
       Fresh async-task v4.2.0
       Fresh rand_core v0.6.3
warning: unexpected `cfg` condition name: `doc_cfg`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rand_core-0.6.3/src/error.rs:50:16
   |
50 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))]
   |                ^^^^^^^
   |
   = 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: `doc_cfg`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rand_core-0.6.3/src/error.rs:64:16
   |
64 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))]
   |                ^^^^^^^
   |
   = 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: `doc_cfg`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rand_core-0.6.3/src/error.rs:75:16
   |
75 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))]
   |                ^^^^^^^
   |
   = 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: `doc_cfg`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rand_core-0.6.3/src/os.rs:46:12
   |
46 | #[cfg_attr(doc_cfg, doc(cfg(feature = "getrandom")))]
   |            ^^^^^^^
   |
   = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rand_core-0.6.3/src/lib.rs:382:16
    |
382 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "getrandom")))]
    |                ^^^^^^^
    |
    = 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

       Fresh postcard v1.0.8
warning: unexpected `cfg` condition name: `doc_cfg`
 --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/postcard-1.0.8/src/lib.rs:4:13
  |
4 | #![cfg_attr(doc_cfg, feature(doc_cfg))]
  |             ^^^^^^^
  |
  = 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(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
  = note: `#[warn(unexpected_cfgs)]` on by default

warning: unexpected `cfg` condition value: `8`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/postcard-1.0.8/src/de/deserializer.rs:47:11
   |
47 |     #[cfg(target_pointer_width = "8")]
   |           ^^^^^^^^^^^^^^^^^^^^^^^^^^
   |
   = note: expected values for `target_pointer_width` are: `16`, `32`, and `64`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/postcard-1.0.8/src/ser/mod.rs:175:12
    |
175 | #[cfg_attr(doc_cfg, doc(cfg(feature = "use-std")))]
    |            ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/postcard-1.0.8/src/ser/mod.rs:200:12
    |
200 | #[cfg_attr(doc_cfg, doc(cfg(feature = "use-std")))]
    |            ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/postcard-1.0.8/src/ser/mod.rs:223:12
    |
223 | #[cfg_attr(doc_cfg, doc(cfg(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(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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/postcard-1.0.8/src/ser/mod.rs:247:12
    |
247 | #[cfg_attr(doc_cfg, doc(cfg(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(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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/postcard-1.0.8/src/schema.rs:248:12
    |
248 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "alloc", feature = "use-std"))))]
    |            ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/postcard-1.0.8/src/schema.rs:257:12
    |
257 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "alloc", feature = "use-std"))))]
    |            ^^^^^^^
    |
    = 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: function `varint_size` is never used
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/postcard-1.0.8/src/max_size.rs:207:10
    |
207 | const fn varint_size(max_n: usize) -> usize {
    |          ^^^^^^^^^^^
    |
    = note: `#[warn(dead_code)]` on by default

       Fresh idna v0.5.0
       Fresh form_urlencoded v1.2.1
warning: ambiguous wide pointer comparison, the comparison includes metadata which may not be expected
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/form_urlencoded-1.2.1/src/lib.rs:414:35
    |
414 |                     debug_assert!(raw_utf8 == &*bytes as *const [u8]);
    |                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    |
    = note: `#[warn(ambiguous_wide_pointer_comparisons)]` on by default
help: use `std::ptr::addr_eq` or untyped pointers to only compare their addresses
    |
414 -                     debug_assert!(raw_utf8 == &*bytes as *const [u8]);
414 +                     debug_assert!(std::ptr::addr_eq(raw_utf8, &*bytes as *const [u8]));
    |
help: use explicit `std::ptr::eq` method to compare metadata and addresses
    |
414 -                     debug_assert!(raw_utf8 == &*bytes as *const [u8]);
414 +                     debug_assert!(std::ptr::eq(raw_utf8, &*bytes as *const [u8]));
    |

       Fresh wasm-encoder v0.221.2
       Fresh signal-hook v0.3.14
       Fresh petgraph v0.6.3
warning: method `node_bound_with_dummy` is never used
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/petgraph-0.6.3/src/algo/matching.rs:108:8
    |
106 | trait WithDummy: NodeIndexable {
    |       --------- method in this trait
107 |     fn dummy_idx(&self) -> usize;
108 |     fn node_bound_with_dummy(&self) -> usize;
    |        ^^^^^^^^^^^^^^^^^^^^^
    |
    = note: `#[warn(dead_code)]` on by default

warning: field `first_error` is never read
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/petgraph-0.6.3/src/csr.rs:134:5
    |
133 | pub struct EdgesNotSorted {
    |            -------------- field in this struct
134 |     first_error: (usize, usize),
    |     ^^^^^^^^^^^
    |
    = note: `EdgesNotSorted` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis

warning: trait `IterUtilsExt` is never used
 --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/petgraph-0.6.3/src/iter_utils.rs:1:11
  |
1 | pub trait IterUtilsExt: Iterator {
  |           ^^^^^^^^^^^^

       Fresh wast v35.0.2
warning: associated items `gensym` and `is_gensym` are never used
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/wast-35.0.2/src/ast/token.rs:56:19
   |
51 | impl<'a> Id<'a> {
   | --------------- associated items in this implementation
...
56 |     pub(crate) fn gensym(span: Span, gen: u32) -> Id<'a> {
   |                   ^^^^^^
...
76 |     pub(crate) fn is_gensym(&self) -> bool {
   |                   ^^^^^^^^^
   |
   = note: `#[warn(dead_code)]` on by default

warning: method `is_resolved` is never used
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/wast-35.0.2/src/ast/token.rs:154:19
    |
145 | impl Index<'_> {
    | -------------- method in this implementation
...
154 |     pub(crate) fn is_resolved(&self) -> bool {
    |                   ^^^^^^^^^^^

warning: method `has_meaningful_tokens` is never used
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/wast-35.0.2/src/parser.rs:432:19
    |
415 | impl<'a> Parser<'a> {
    | ------------------- method in this implementation
...
432 |     pub(crate) fn has_meaningful_tokens(self) -> bool {
    |                   ^^^^^^^^^^^^^^^^^^^^^

warning: calls to `std::mem::drop` with a value that implements `Copy` does nothing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/wast-35.0.2/src/lexer.rs:491:21
    |
491 |                     drop(self.it.next())
    |                     ^^^^^--------------^
    |                          |
    |                          argument has type `Option<(usize, char)>`
    |
    = note: use `let _ = ...` to ignore the expression or result
    = note: `#[warn(dropping_copy_types)]` on by default

       Fresh async-io v1.13.0
warning: unexpected `cfg` condition name: `async_io_no_io_safety`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/async-io-1.13.0/src/lib.rs:67:15
   |
67 | #[cfg(all(not(async_io_no_io_safety), unix))]
   |               ^^^^^^^^^^^^^^^^^^^^^
   |
   = 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(async_io_no_io_safety)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(async_io_no_io_safety)");` 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: `async_io_no_io_safety`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/async-io-1.13.0/src/lib.rs:78:15
   |
78 | #[cfg(all(not(async_io_no_io_safety), 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(async_io_no_io_safety)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(async_io_no_io_safety)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `async_io_no_io_safety`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/async-io-1.13.0/src/lib.rs:671:15
    |
671 | #[cfg(all(not(async_io_no_io_safety), unix))]
    |               ^^^^^^^^^^^^^^^^^^^^^
    |
    = 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(async_io_no_io_safety)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(async_io_no_io_safety)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `async_io_no_io_safety`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/async-io-1.13.0/src/lib.rs:678:15
    |
678 | #[cfg(all(not(async_io_no_io_safety), unix))]
    |               ^^^^^^^^^^^^^^^^^^^^^
    |
    = 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(async_io_no_io_safety)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(async_io_no_io_safety)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `async_io_no_io_safety`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/async-io-1.13.0/src/lib.rs:687:15
    |
687 | #[cfg(all(not(async_io_no_io_safety), unix))]
    |               ^^^^^^^^^^^^^^^^^^^^^
    |
    = 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(async_io_no_io_safety)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(async_io_no_io_safety)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `async_io_no_io_safety`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/async-io-1.13.0/src/lib.rs:747:15
    |
747 | #[cfg(all(not(async_io_no_io_safety), 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(async_io_no_io_safety)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(async_io_no_io_safety)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `async_io_no_io_safety`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/async-io-1.13.0/src/lib.rs:754:15
    |
754 | #[cfg(all(not(async_io_no_io_safety), 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(async_io_no_io_safety)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(async_io_no_io_safety)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `async_io_no_io_safety`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/async-io-1.13.0/src/lib.rs:763:15
    |
763 | #[cfg(all(not(async_io_no_io_safety), 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(async_io_no_io_safety)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(async_io_no_io_safety)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

       Fresh pest v2.7.15
       Fresh pest_meta v2.7.15
       Fresh atomic v0.6.0
       Fresh thiserror v1.0.61
warning: `os_str_bytes` (lib) generated 5 warnings
warning: `id-arena` (lib) generated 4 warnings
warning: `rand_core` (lib) generated 6 warnings (1 duplicate)
warning: `postcard` (lib) generated 9 warnings
warning: `form_urlencoded` (lib) generated 1 warning
warning: `petgraph` (lib) generated 3 warnings
warning: `wast` (lib) generated 4 warnings
warning: `async-io` (lib) generated 8 warnings
warning: `pest` (lib) generated 1 warning (1 duplicate)
       Fresh nom v7.1.1
warning: unexpected `cfg` condition value: `cargo-clippy`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/nom-7.1.1/src/lib.rs:375:13
    |
375 | #![cfg_attr(feature = "cargo-clippy", allow(clippy::doc_markdown))]
    |             ^^^^^^^^^^^^^^^^^^^^^^^^
    |
    = note: expected values for `feature` are: `alloc`, `default`, `docsrs`, and `std`
    = 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 name: `nightly`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/nom-7.1.1/src/lib.rs:379:12
    |
379 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))]
    |            ^^^^^^^
    |
    = 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(nightly)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `nightly`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/nom-7.1.1/src/lib.rs:391:12
    |
391 | #[cfg_attr(nightly, allow(rustdoc::missing_doc_code_examples))]
    |            ^^^^^^^
    |
    = 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(nightly)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `nightly`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/nom-7.1.1/src/lib.rs:418:14
    |
418 |   #[cfg_attr(nightly, allow(rustdoc::missing_doc_code_examples))]
    |              ^^^^^^^
    |
    = 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(nightly)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unused import: `self::str::*`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/nom-7.1.1/src/lib.rs:439:9
    |
439 | pub use self::str::*;
    |         ^^^^^^^^^^^^
    |
    = note: `#[warn(unused_imports)]` on by default

warning: unexpected `cfg` condition name: `nightly`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/nom-7.1.1/src/internal.rs:49:12
   |
49 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))]
   |            ^^^^^^^
   |
   = 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(nightly)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `nightly`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/nom-7.1.1/src/internal.rs:96:12
   |
96 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))]
   |            ^^^^^^^
   |
   = 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(nightly)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `nightly`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/nom-7.1.1/src/internal.rs:340:12
    |
340 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))]
    |            ^^^^^^^
    |
    = 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(nightly)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `nightly`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/nom-7.1.1/src/internal.rs:357:12
    |
357 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))]
    |            ^^^^^^^
    |
    = 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(nightly)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `nightly`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/nom-7.1.1/src/internal.rs:374:12
    |
374 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))]
    |            ^^^^^^^
    |
    = 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(nightly)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `nightly`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/nom-7.1.1/src/internal.rs:392:12
    |
392 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))]
    |            ^^^^^^^
    |
    = 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(nightly)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `nightly`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/nom-7.1.1/src/internal.rs:409:12
    |
409 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))]
    |            ^^^^^^^
    |
    = 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(nightly)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `nightly`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/nom-7.1.1/src/internal.rs:430:12
    |
430 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))]
    |            ^^^^^^^
    |
    = 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(nightly)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unnecessary parentheses around match arm expression
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/nom-7.1.1/src/number/complete.rs:1598:16
     |
1598 |     Some(f) => (Ok((i, f))),
     |                ^          ^
     |
     = note: `#[warn(unused_parens)]` on by default
help: remove these parentheses
     |
1598 -     Some(f) => (Ok((i, f))),
1598 +     Some(f) => Ok((i, f)),
     |

warning: unnecessary parentheses around match arm expression
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/nom-7.1.1/src/number/complete.rs:1651:16
     |
1651 |     Some(f) => (Ok((i, f))),
     |                ^          ^
     |
help: remove these parentheses
     |
1651 -     Some(f) => (Ok((i, f))),
1651 +     Some(f) => Ok((i, f)),
     |

warning: unnecessary parentheses around match arm expression
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/nom-7.1.1/src/number/streaming.rs:1570:16
     |
1570 |     Some(f) => (Ok((i, f))),
     |                ^          ^
     |
help: remove these parentheses
     |
1570 -     Some(f) => (Ok((i, f))),
1570 +     Some(f) => Ok((i, f)),
     |

warning: unnecessary parentheses around match arm expression
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/nom-7.1.1/src/number/streaming.rs:1624:16
     |
1624 |     Some(f) => (Ok((i, f))),
     |                ^          ^
     |
help: remove these parentheses
     |
1624 -     Some(f) => (Ok((i, f))),
1624 +     Some(f) => Ok((i, f)),
     |

       Fresh clap_lex v0.2.2
       Fresh concurrent-queue v1.2.2
warning: use of deprecated method `std::sync::atomic::AtomicUsize::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/concurrent-queue-1.2.2/src/single.rs:32:14
   |
32 |             .compare_and_swap(0, LOCKED | PUSHED, Ordering::SeqCst);
   |              ^^^^^^^^^^^^^^^^
   |
   = note: `#[warn(deprecated)]` on by default

warning: use of deprecated method `std::sync::atomic::AtomicUsize::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/concurrent-queue-1.2.2/src/single.rs:53:22
   |
53 |                     .compare_and_swap(state, (state | LOCKED) & !PUSHED, Ordering::SeqCst);
   |                      ^^^^^^^^^^^^^^^^

warning: use of deprecated method `std::sync::atomic::AtomicPtr::::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/concurrent-queue-1.2.2/src/unbounded.rs:175:22
    |
175 |                     .compare_and_swap(block, new, Ordering::Release)
    |                      ^^^^^^^^^^^^^^^^

warning: use of deprecated method `std::sync::atomic::AtomicUsize::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/concurrent-queue-1.2.2/src/lib.rs:463:11
    |
463 |         a.compare_and_swap(0, 1, Ordering::SeqCst);
    |           ^^^^^^^^^^^^^^^^

       Fresh wit-parser v0.221.3
       Fresh prost-types v0.11.9
       Fresh digest v0.10.7
       Fresh object v0.36.7
       Fresh cpp_demangle v0.4.3
warning: method `get_function_arg` is never used
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/cpp_demangle-0.4.3/src/ast.rs:359:8
    |
350 | trait ArgScope<'me, 'ctx>: fmt::Debug {
    |       -------- method in this trait
...
359 |     fn get_function_arg(&'me self, index: usize) -> Result<&'ctx Type>;
    |        ^^^^^^^^^^^^^^^^
    |
    = note: `#[warn(dead_code)]` on by default

       Fresh parking_lot_core v0.9.9
warning: unused import: `UnparkHandle`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/parking_lot_core-0.9.9/src/thread_parker/mod.rs:85:49
   |
85 | pub use self::imp::{thread_yield, ThreadParker, UnparkHandle};
   |                                                 ^^^^^^^^^^^^
   |
   = note: `#[warn(unused_imports)]` on by default

warning: unexpected `cfg` condition name: `tsan_enabled`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/parking_lot_core-0.9.9/src/word_lock.rs:293:13
    |
293 |     if cfg!(tsan_enabled) {
    |             ^^^^^^^^^^^^
    |
    = 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(tsan_enabled)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tsan_enabled)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: `#[warn(unexpected_cfgs)]` on by default

       Fresh prettyplease v0.1.25
warning: unexpected `cfg` condition name: `exhaustive`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/prettyplease-0.1.25/src/lib.rs:342:23
    |
342 | #![cfg_attr(all(test, exhaustive), feature(non_exhaustive_omitted_patterns_lint))]
    |                       ^^^^^^^^^^
    |
    = 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(exhaustive)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(exhaustive)");` 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: `prettyplease_debug`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/prettyplease-0.1.25/src/algorithm.rs:287:17
    |
287 |         if cfg!(prettyplease_debug) {
    |                 ^^^^^^^^^^^^^^^^^^
    |
    = 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(prettyplease_debug)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(prettyplease_debug)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `prettyplease_debug_indent`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/prettyplease-0.1.25/src/algorithm.rs:292:21
    |
292 |             if cfg!(prettyplease_debug_indent) {
    |                     ^^^^^^^^^^^^^^^^^^^^^^^^^
    |
    = 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(prettyplease_debug_indent)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(prettyplease_debug_indent)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `prettyplease_debug`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/prettyplease-0.1.25/src/algorithm.rs:319:17
    |
319 |         if cfg!(prettyplease_debug) {
    |                 ^^^^^^^^^^^^^^^^^^
    |
    = 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(prettyplease_debug)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(prettyplease_debug)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `prettyplease_debug`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/prettyplease-0.1.25/src/algorithm.rs:341:21
    |
341 |             if cfg!(prettyplease_debug) {
    |                     ^^^^^^^^^^^^^^^^^^
    |
    = 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(prettyplease_debug)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(prettyplease_debug)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `prettyplease_debug`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/prettyplease-0.1.25/src/algorithm.rs:349:21
    |
349 |             if cfg!(prettyplease_debug) {
    |                     ^^^^^^^^^^^^^^^^^^
    |
    = 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(prettyplease_debug)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(prettyplease_debug)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `exhaustive`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/prettyplease-0.1.25/src/expr.rs:61:34
   |
61 |             #[cfg_attr(all(test, exhaustive), deny(non_exhaustive_omitted_patterns))]
   |                                  ^^^^^^^^^^
   |
   = 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(exhaustive)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(exhaustive)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `exhaustive`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/prettyplease-0.1.25/src/expr.rs:1172:30
     |
1172 |         #[cfg_attr(all(test, exhaustive), deny(non_exhaustive_omitted_patterns))]
     |                              ^^^^^^^^^^
     |
     = 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(exhaustive)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(exhaustive)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `exhaustive`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/prettyplease-0.1.25/src/item.rs:34:34
   |
34 |             #[cfg_attr(all(test, exhaustive), deny(non_exhaustive_omitted_patterns))]
   |                                  ^^^^^^^^^^
   |
   = 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(exhaustive)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(exhaustive)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `exhaustive`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/prettyplease-0.1.25/src/item.rs:486:34
    |
486 |             #[cfg_attr(all(test, exhaustive), deny(non_exhaustive_omitted_patterns))]
    |                                  ^^^^^^^^^^
    |
    = 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(exhaustive)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(exhaustive)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `exhaustive`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/prettyplease-0.1.25/src/item.rs:574:34
    |
574 |             #[cfg_attr(all(test, exhaustive), deny(non_exhaustive_omitted_patterns))]
    |                                  ^^^^^^^^^^
    |
    = 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(exhaustive)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(exhaustive)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `exhaustive`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/prettyplease-0.1.25/src/item.rs:664:34
    |
664 |             #[cfg_attr(all(test, exhaustive), deny(non_exhaustive_omitted_patterns))]
    |                                  ^^^^^^^^^^
    |
    = 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(exhaustive)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(exhaustive)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `exhaustive`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/prettyplease-0.1.25/src/pat.rs:29:34
   |
29 |             #[cfg_attr(all(test, exhaustive), deny(non_exhaustive_omitted_patterns))]
   |                                  ^^^^^^^^^^
   |
   = 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(exhaustive)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(exhaustive)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `exhaustive`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/prettyplease-0.1.25/src/ty.rs:29:34
   |
29 |             #[cfg_attr(all(test, exhaustive), deny(non_exhaustive_omitted_patterns))]
   |                                  ^^^^^^^^^^
   |
   = 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(exhaustive)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(exhaustive)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: variable does not need to be mutable
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/prettyplease-0.1.25/src/algorithm.rs:254:17
    |
254 |             let mut entry = &mut self.buf[index];
    |                 ----^^^^^
    |                 |
    |                 help: remove this `mut`
    |
    = note: `#[warn(unused_mut)]` on by default

       Fresh wasmprinter v0.221.2
       Fresh nix v0.29.0
warning: elided lifetime has a name
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/nix-0.29.0/src/sys/socket/sockopt.rs:1577:34
     |
1576 | impl<'a> Set<'a, OsString> for SetOsString<'a> {
     |      -- lifetime `'a` declared here
1577 |     fn new(val: &'a OsString) -> SetOsString {
     |                                  ^^^^^^^^^^^ this elided lifetime gets resolved as `'a`
     |
     = note: `#[warn(elided_named_lifetimes)]` on by default

warning: `extern` declarations without an explicit ABI are deprecated
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/nix-0.29.0/src/sys/statfs.rs:36:36
   |
36 |         const LIBC_FSTATFS: unsafe extern fn
   |                                    ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
   |
   = note: `#[warn(missing_abi)]` on by default

warning: `extern` declarations without an explicit ABI are deprecated
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/nix-0.29.0/src/sys/statfs.rs:39:35
   |
39 |         const LIBC_STATFS: unsafe extern fn
   |                                   ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`

warning: struct `GetCString` is never constructed
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/nix-0.29.0/src/sys/socket/sockopt.rs:1593:8
     |
1593 | struct GetCString> {
     |        ^^^^^^^^^^
     |
note: the lint level is defined here
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/nix-0.29.0/src/lib.rs:48:9
     |
48   | #![deny(unused)]
     |         ^^^^^^
     = note: `#[warn(dead_code)]` implied by `#[warn(unused)]`

       Fresh clap_derive v3.2.4
warning: unnecessary parentheses around match arm expression
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/clap_derive-3.2.4/src/parse.rs:206:28
    |
206 |                 "about" => (Ok(About(name))),
    |                            ^               ^
    |
    = note: `#[warn(unused_parens)]` on by default
help: remove these parentheses
    |
206 -                 "about" => (Ok(About(name))),
206 +                 "about" => Ok(About(name)),
    |

warning: unnecessary parentheses around match arm expression
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/clap_derive-3.2.4/src/parse.rs:207:29
    |
207 |                 "author" => (Ok(Author(name))),
    |                             ^                ^
    |
help: remove these parentheses
    |
207 -                 "author" => (Ok(Author(name))),
207 +                 "author" => Ok(Author(name)),
    |

warning: field `0` is never read
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/clap_derive-3.2.4/src/parse.rs:33:15
   |
33 |     ValueEnum(Ident),
   |     --------- ^^^^^
   |     |
   |     field in this variant
   |
   = note: `ClapAttr` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis
   = note: `#[warn(dead_code)]` on by default
help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
   |
33 -     ValueEnum(Ident),
33 +     ValueEnum(()),
   |

warning: field `0` is never read
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/clap_derive-3.2.4/src/parse.rs:43:18
   |
43 |     RenameAllEnv(Ident, LitStr),
   |     ------------ ^^^^^
   |     |
   |     field in this variant
   |
   = note: `ClapAttr` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis
help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
   |
43 -     RenameAllEnv(Ident, LitStr),
43 +     RenameAllEnv((), LitStr),
   |

warning: field `0` is never read
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/clap_derive-3.2.4/src/parse.rs:44:15
   |
44 |     RenameAll(Ident, LitStr),
   |     --------- ^^^^^
   |     |
   |     field in this variant
   |
   = note: `ClapAttr` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis
help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
   |
44 -     RenameAll(Ident, LitStr),
44 +     RenameAll((), LitStr),
   |

warning: field `eq_token` is never read
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/clap_derive-3.2.4/src/parse.rs:221:9
    |
219 | pub struct ParserSpec {
    |            ---------- field in this struct
220 |     pub kind: Ident,
221 |     pub eq_token: Option,
    |         ^^^^^^^^
    |
    = note: `ParserSpec` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis

       Fresh getrandom v0.3.1
       Fresh lock_api v0.4.11
warning: unexpected `cfg` condition name: `has_const_fn_trait_bound`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/lock_api-0.4.11/src/mutex.rs:152:11
    |
152 |     #[cfg(has_const_fn_trait_bound)]
    |           ^^^^^^^^^^^^^^^^^^^^^^^^
    |
    = 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(has_const_fn_trait_bound)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_const_fn_trait_bound)");` 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: `has_const_fn_trait_bound`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/lock_api-0.4.11/src/mutex.rs:162:15
    |
162 |     #[cfg(not(has_const_fn_trait_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(has_const_fn_trait_bound)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_const_fn_trait_bound)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `has_const_fn_trait_bound`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/lock_api-0.4.11/src/remutex.rs:235:11
    |
235 |     #[cfg(has_const_fn_trait_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(has_const_fn_trait_bound)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_const_fn_trait_bound)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `has_const_fn_trait_bound`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/lock_api-0.4.11/src/remutex.rs:250:15
    |
250 |     #[cfg(not(has_const_fn_trait_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(has_const_fn_trait_bound)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_const_fn_trait_bound)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `has_const_fn_trait_bound`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/lock_api-0.4.11/src/rwlock.rs:369:11
    |
369 |     #[cfg(has_const_fn_trait_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(has_const_fn_trait_bound)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_const_fn_trait_bound)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `has_const_fn_trait_bound`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/lock_api-0.4.11/src/rwlock.rs:379:15
    |
379 |     #[cfg(not(has_const_fn_trait_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(has_const_fn_trait_bound)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_const_fn_trait_bound)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: field `0` is never read
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/lock_api-0.4.11/src/lib.rs:103:24
    |
103 | pub struct GuardNoSend(*mut ());
    |            ----------- ^^^^^^^
    |            |
    |            field in this struct
    |
    = help: consider removing this field
    = note: `#[warn(dead_code)]` on by default

       Fresh rayon-core v1.9.3
warning: unexpected `cfg` condition name: `rayon_rs_log`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rayon-core-1.9.3/src/log.rs:28:47
   |
28 | pub(super) const LOG_ENABLED: bool = cfg!(any(rayon_rs_log, debug_assertions));
   |                                               ^^^^^^^^^^^^
   |
   = 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(rayon_rs_log)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(rayon_rs_log)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration
   = note: `#[warn(unexpected_cfgs)]` on by default

warning: creating a shared reference to mutable static
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rayon-core-1.9.3/src/registry.rs:169:33
    |
169 |         .or_else(|err| unsafe { THE_REGISTRY.as_ref().ok_or(err) })
    |                                 ^^^^^^^^^^^^^^^^^^^^^ shared reference to mutable static
    |
    = note: for more information, see 
    = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
    = note: `#[warn(static_mut_refs)]` on by default

warning: creating a mutable reference to mutable static
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rayon-core-1.9.3/src/registry.rs:196:55
    |
196 |             .map(|registry: Arc| unsafe { &*THE_REGISTRY.get_or_insert(registry) })
    |                                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ mutable reference to mutable static
    |
    = note: for more information, see 
    = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives

       Fresh mio v0.8.11
warning: unexpected `cfg` condition name: `mio_unsupported_force_poll_poll`
 --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/mio-0.8.11/src/poll.rs:3:9
  |
3 |     not(mio_unsupported_force_poll_poll),
  |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  |
  = 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(mio_unsupported_force_poll_poll)'] }
  = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(mio_unsupported_force_poll_poll)");` 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: `mio_unsupported_force_poll_poll`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/mio-0.8.11/src/poll.rs:432:9
    |
432 |     not(mio_unsupported_force_poll_poll),
    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    |
    = 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(mio_unsupported_force_poll_poll)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(mio_unsupported_force_poll_poll)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `mio_unsupported_force_poll_poll`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/mio-0.8.11/src/poll.rs:723:9
    |
723 |     not(mio_unsupported_force_poll_poll),
    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    |
    = 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(mio_unsupported_force_poll_poll)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(mio_unsupported_force_poll_poll)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `mio_unsupported_force_poll_poll`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/mio-0.8.11/src/poll.rs:735:13
    |
735 |         not(mio_unsupported_force_poll_poll),
    |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    |
    = 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(mio_unsupported_force_poll_poll)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(mio_unsupported_force_poll_poll)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `mio_unsupported_force_waker_pipe`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/mio-0.8.11/src/sys/unix/mod.rs:102:9
    |
102 |         mio_unsupported_force_waker_pipe,
    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    |
    = 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(mio_unsupported_force_waker_pipe)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(mio_unsupported_force_waker_pipe)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `mio_unsupported_force_poll_poll`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/mio-0.8.11/src/sys/unix/mod.rs:38:23
   |
38 |         #[cfg(not(any(mio_unsupported_force_poll_poll, target_os = "solaris", target_os = "vita")))]
   |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
   |
   = 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(mio_unsupported_force_poll_poll)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(mio_unsupported_force_poll_poll)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `mio_unsupported_force_poll_poll`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/mio-0.8.11/src/sys/unix/mod.rs:91:23
   |
91 |         #[cfg(not(any(mio_unsupported_force_poll_poll, target_os = "solaris",target_os = "vita")))]
   |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
   |
   = 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(mio_unsupported_force_poll_poll)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(mio_unsupported_force_poll_poll)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `mio_unsupported_force_poll_poll`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/mio-0.8.11/src/sys/unix/mod.rs:94:19
   |
94 |         #[cfg(any(mio_unsupported_force_poll_poll, target_os = "solaris", target_os = "vita"))]
   |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
   |
   = 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(mio_unsupported_force_poll_poll)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(mio_unsupported_force_poll_poll)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `mio_unsupported_force_poll_poll`
 --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/mio-0.8.11/src/sys/unix/selector/mod.rs:2:9
  |
2 |     not(mio_unsupported_force_poll_poll),
  |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  |
  = 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(mio_unsupported_force_poll_poll)'] }
  = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(mio_unsupported_force_poll_poll)");` to the top of the `build.rs`
  = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `mio_unsupported_force_poll_poll`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/mio-0.8.11/src/sys/unix/selector/mod.rs:13:9
   |
13 |     not(mio_unsupported_force_poll_poll),
   |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
   |
   = 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(mio_unsupported_force_poll_poll)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(mio_unsupported_force_poll_poll)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `mio_unsupported_force_poll_poll`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/mio-0.8.11/src/sys/unix/selector/mod.rs:24:5
   |
24 |     mio_unsupported_force_poll_poll,
   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
   |
   = 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(mio_unsupported_force_poll_poll)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(mio_unsupported_force_poll_poll)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `mio_unsupported_force_poll_poll`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/mio-0.8.11/src/sys/unix/selector/mod.rs:31:5
   |
31 |     mio_unsupported_force_poll_poll,
   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
   |
   = 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(mio_unsupported_force_poll_poll)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(mio_unsupported_force_poll_poll)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `mio_unsupported_force_poll_poll`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/mio-0.8.11/src/sys/unix/selector/mod.rs:43:9
   |
43 |     not(mio_unsupported_force_poll_poll),
   |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
   |
   = 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(mio_unsupported_force_poll_poll)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(mio_unsupported_force_poll_poll)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `mio_unsupported_force_poll_poll`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/mio-0.8.11/src/sys/unix/selector/mod.rs:58:9
   |
58 |     not(mio_unsupported_force_poll_poll),
   |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
   |
   = 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(mio_unsupported_force_poll_poll)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(mio_unsupported_force_poll_poll)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `mio_unsupported_force_poll_poll`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/mio-0.8.11/src/sys/unix/selector/mod.rs:38:15
   |
38 |     #[cfg(any(mio_unsupported_force_poll_poll, target_os = "solaris", target_os = "vita"))]
   |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
   |
   = 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(mio_unsupported_force_poll_poll)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(mio_unsupported_force_poll_poll)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `mio_unsupported_force_poll_poll`
 --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/mio-0.8.11/src/sys/unix/waker.rs:2:9
  |
2 |     not(mio_unsupported_force_poll_poll),
  |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  |
  = 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(mio_unsupported_force_poll_poll)'] }
  = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(mio_unsupported_force_poll_poll)");` to the top of the `build.rs`
  = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `mio_unsupported_force_waker_pipe`
 --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/mio-0.8.11/src/sys/unix/waker.rs:4:13
  |
4 |         not(mio_unsupported_force_waker_pipe),
  |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  |
  = 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(mio_unsupported_force_waker_pipe)'] }
  = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(mio_unsupported_force_waker_pipe)");` to the top of the `build.rs`
  = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `mio_unsupported_force_poll_poll`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/mio-0.8.11/src/sys/unix/waker.rs:55:9
   |
55 |     not(mio_unsupported_force_poll_poll),
   |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
   |
   = 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(mio_unsupported_force_poll_poll)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(mio_unsupported_force_poll_poll)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `mio_unsupported_force_waker_pipe`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/mio-0.8.11/src/sys/unix/waker.rs:57:13
   |
57 |         not(mio_unsupported_force_waker_pipe),
   |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
   |
   = 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(mio_unsupported_force_waker_pipe)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(mio_unsupported_force_waker_pipe)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `mio_unsupported_force_waker_pipe`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/mio-0.8.11/src/sys/unix/waker.rs:71:9
   |
71 |     not(mio_unsupported_force_waker_pipe),
   |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
   |
   = 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(mio_unsupported_force_waker_pipe)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(mio_unsupported_force_waker_pipe)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `mio_unsupported_force_poll_poll`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/mio-0.8.11/src/sys/unix/waker.rs:143:5
    |
143 |     mio_unsupported_force_poll_poll,
    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    |
    = 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(mio_unsupported_force_poll_poll)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(mio_unsupported_force_poll_poll)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `mio_unsupported_force_waker_pipe`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/mio-0.8.11/src/sys/unix/waker.rs:144:9
    |
144 |     not(mio_unsupported_force_waker_pipe),
    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    |
    = 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(mio_unsupported_force_waker_pipe)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(mio_unsupported_force_waker_pipe)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `mio_unsupported_force_waker_pipe`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/mio-0.8.11/src/sys/unix/waker.rs:150:9
    |
150 |     not(mio_unsupported_force_waker_pipe),
    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    |
    = 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(mio_unsupported_force_waker_pipe)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(mio_unsupported_force_waker_pipe)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `mio_unsupported_force_waker_pipe`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/mio-0.8.11/src/sys/unix/waker.rs:191:9
    |
191 |     not(mio_unsupported_force_waker_pipe),
    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    |
    = 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(mio_unsupported_force_waker_pipe)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(mio_unsupported_force_waker_pipe)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `mio_unsupported_force_waker_pipe`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/mio-0.8.11/src/sys/unix/waker.rs:203:5
    |
203 |     mio_unsupported_force_waker_pipe,
    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    |
    = 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(mio_unsupported_force_waker_pipe)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(mio_unsupported_force_waker_pipe)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `mio_unsupported_force_poll_poll`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/mio-0.8.11/src/sys/unix/waker.rs:288:9
    |
288 |         mio_unsupported_force_poll_poll,
    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    |
    = 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(mio_unsupported_force_poll_poll)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(mio_unsupported_force_poll_poll)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `mio_unsupported_force_waker_pipe`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/mio-0.8.11/src/sys/unix/waker.rs:290:13
    |
290 |             mio_unsupported_force_waker_pipe,
    |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    |
    = 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(mio_unsupported_force_waker_pipe)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(mio_unsupported_force_waker_pipe)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `mio_unsupported_force_poll_poll`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/mio-0.8.11/src/sys/unix/waker.rs:305:5
    |
305 |     mio_unsupported_force_poll_poll,
    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    |
    = 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(mio_unsupported_force_poll_poll)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(mio_unsupported_force_poll_poll)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `mio_unsupported_force_poll_poll`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/mio-0.8.11/src/sys/unix/waker.rs:335:5
    |
335 |     mio_unsupported_force_poll_poll,
    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    |
    = 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(mio_unsupported_force_poll_poll)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(mio_unsupported_force_poll_poll)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

       Fresh openssl-sys v0.9.93
warning: unexpected `cfg` condition name: `boringssl`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/lib.rs:21:11
   |
21 | #[cfg(all(boringssl, not(feature = "unstable_boringssl")))]
   |           ^^^^^^^^^
   |
   = 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(boringssl)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(boringssl)");` 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: `boringssl`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/lib.rs:32:11
   |
32 | #[cfg(all(boringssl, not(feature = "unstable_boringssl")))]
   |           ^^^^^^^^^
   |
   = 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(boringssl)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(boringssl)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `openssl`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/lib.rs:35:7
   |
35 | #[cfg(openssl)]
   |       ^^^^^^^
   |
   = 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(openssl)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(openssl)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `openssl`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/lib.rs:208:7
    |
208 | #[cfg(openssl)]
    |       ^^^^^^^
    |
    = 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(openssl)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(openssl)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/lib.rs:112:11
    |
112 |     #[cfg(ossl110)]
    |           ^^^^^^^
    |
    = 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(ossl110)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/lib.rs:126:15
    |
126 |     #[cfg(not(ossl110))]
    |               ^^^^^^^
    |
    = 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(ossl110)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./bio.rs:37:15
   |
37 |     #[cfg(any(ossl110, libressl273))]
   |               ^^^^^^^
   |
   = 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(ossl110)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl273`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./bio.rs:37:24
   |
37 |     #[cfg(any(ossl110, libressl273))]
   |                        ^^^^^^^^^^^
   |
   = 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(libressl273)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl273)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./bio.rs:43:15
   |
43 |     #[cfg(any(ossl110, libressl273))]
   |               ^^^^^^^
   |
   = 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(ossl110)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl273`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./bio.rs:43:24
   |
43 |     #[cfg(any(ossl110, libressl273))]
   |                        ^^^^^^^^^^^
   |
   = 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(libressl273)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl273)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./bio.rs:49:15
   |
49 |     #[cfg(any(ossl110, libressl273))]
   |               ^^^^^^^
   |
   = 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(ossl110)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl273`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./bio.rs:49:24
   |
49 |     #[cfg(any(ossl110, libressl273))]
   |                        ^^^^^^^^^^^
   |
   = 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(libressl273)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl273)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./bio.rs:55:15
   |
55 |     #[cfg(any(ossl110, libressl273))]
   |               ^^^^^^^
   |
   = 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(ossl110)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl273`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./bio.rs:55:24
   |
55 |     #[cfg(any(ossl110, libressl273))]
   |                        ^^^^^^^^^^^
   |
   = 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(libressl273)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl273)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./bio.rs:61:15
   |
61 |     #[cfg(any(ossl110, libressl273))]
   |               ^^^^^^^
   |
   = 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(ossl110)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl273`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./bio.rs:61:24
   |
61 |     #[cfg(any(ossl110, libressl273))]
   |                        ^^^^^^^^^^^
   |
   = 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(libressl273)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl273)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./bio.rs:67:15
   |
67 |     #[cfg(any(ossl110, libressl273))]
   |               ^^^^^^^
   |
   = 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(ossl110)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl273`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./bio.rs:67:24
   |
67 |     #[cfg(any(ossl110, libressl273))]
   |                        ^^^^^^^^^^^
   |
   = 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(libressl273)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl273)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
 --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./bn.rs:8:7
  |
8 | #[cfg(ossl110)]
  |       ^^^^^^^
  |
  = 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(ossl110)'] }
  = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
  = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./bn.rs:10:7
   |
10 | #[cfg(ossl110)]
   |       ^^^^^^^
   |
   = 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(ossl110)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./bn.rs:12:7
   |
12 | #[cfg(ossl110)]
   |       ^^^^^^^
   |
   = 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(ossl110)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./bn.rs:14:7
   |
14 | #[cfg(ossl110)]
   |       ^^^^^^^
   |
   = 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(ossl110)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl101`
 --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./cms.rs:3:7
  |
3 | #[cfg(ossl101)]
  |       ^^^^^^^
  |
  = 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(ossl101)'] }
  = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl101)");` to the top of the `build.rs`
  = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl101`
 --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./cms.rs:5:7
  |
5 | #[cfg(ossl101)]
  |       ^^^^^^^
  |
  = 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(ossl101)'] }
  = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl101)");` to the top of the `build.rs`
  = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl101`
 --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./cms.rs:7:7
  |
7 | #[cfg(ossl101)]
  |       ^^^^^^^
  |
  = 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(ossl101)'] }
  = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl101)");` to the top of the `build.rs`
  = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl101`
 --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./cms.rs:9:7
  |
9 | #[cfg(ossl101)]
  |       ^^^^^^^
  |
  = 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(ossl101)'] }
  = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl101)");` to the top of the `build.rs`
  = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl101`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./cms.rs:11:7
   |
11 | #[cfg(ossl101)]
   |       ^^^^^^^
   |
   = 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(ossl101)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl101)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl101`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./cms.rs:13:7
   |
13 | #[cfg(ossl101)]
   |       ^^^^^^^
   |
   = 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(ossl101)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl101)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl101`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./cms.rs:15:7
   |
15 | #[cfg(ossl101)]
   |       ^^^^^^^
   |
   = 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(ossl101)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl101)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl101`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./cms.rs:17:7
   |
17 | #[cfg(ossl101)]
   |       ^^^^^^^
   |
   = 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(ossl101)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl101)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl101`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./cms.rs:19:7
   |
19 | #[cfg(ossl101)]
   |       ^^^^^^^
   |
   = 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(ossl101)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl101)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl101`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./cms.rs:21:7
   |
21 | #[cfg(ossl101)]
   |       ^^^^^^^
   |
   = 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(ossl101)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl101)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl101`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./cms.rs:23:7
   |
23 | #[cfg(ossl101)]
   |       ^^^^^^^
   |
   = 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(ossl101)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl101)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl101`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./cms.rs:25:7
   |
25 | #[cfg(ossl101)]
   |       ^^^^^^^
   |
   = 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(ossl101)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl101)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl101`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./cms.rs:27:7
   |
27 | #[cfg(ossl101)]
   |       ^^^^^^^
   |
   = 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(ossl101)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl101)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl101`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./cms.rs:29:7
   |
29 | #[cfg(ossl101)]
   |       ^^^^^^^
   |
   = 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(ossl101)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl101)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl101`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./cms.rs:31:7
   |
31 | #[cfg(ossl101)]
   |       ^^^^^^^
   |
   = 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(ossl101)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl101)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl101`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./cms.rs:33:7
   |
33 | #[cfg(ossl101)]
   |       ^^^^^^^
   |
   = 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(ossl101)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl101)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl101`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./cms.rs:35:7
   |
35 | #[cfg(ossl101)]
   |       ^^^^^^^
   |
   = 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(ossl101)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl101)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl101`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./cms.rs:37:7
   |
37 | #[cfg(ossl101)]
   |       ^^^^^^^
   |
   = 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(ossl101)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl101)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl101`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./cms.rs:39:7
   |
39 | #[cfg(ossl101)]
   |       ^^^^^^^
   |
   = 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(ossl101)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl101)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl101`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./cms.rs:41:7
   |
41 | #[cfg(ossl101)]
   |       ^^^^^^^
   |
   = 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(ossl101)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl101)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl102`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./cms.rs:43:7
   |
43 | #[cfg(ossl102)]
   |       ^^^^^^^
   |
   = 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(ossl102)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl102)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./cms.rs:45:7
   |
45 | #[cfg(ossl110)]
   |       ^^^^^^^
   |
   = 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(ossl110)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./crypto.rs:60:7
   |
60 | #[cfg(ossl110)]
   |       ^^^^^^^
   |
   = 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(ossl110)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./crypto.rs:71:11
   |
71 | #[cfg(not(ossl110))]
   |           ^^^^^^^
   |
   = 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(ossl110)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./crypto.rs:82:7
   |
82 | #[cfg(ossl110)]
   |       ^^^^^^^
   |
   = 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(ossl110)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./crypto.rs:93:11
   |
93 | #[cfg(not(ossl110))]
   |           ^^^^^^^
   |
   = 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(ossl110)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./crypto.rs:99:11
   |
99 | #[cfg(not(ossl110))]
   |           ^^^^^^^
   |
   = 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(ossl110)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./crypto.rs:101:11
    |
101 | #[cfg(not(ossl110))]
    |           ^^^^^^^
    |
    = 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(ossl110)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./crypto.rs:103:11
    |
103 | #[cfg(not(ossl110))]
    |           ^^^^^^^
    |
    = 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(ossl110)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./crypto.rs:105:11
    |
105 | #[cfg(not(ossl110))]
    |           ^^^^^^^
    |
    = 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(ossl110)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./crypto.rs:17:14
   |
17 |     if #[cfg(ossl110)] {
   |              ^^^^^^^
   |
   = 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(ossl110)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl300`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./crypto.rs:27:14
   |
27 |     if #[cfg(ossl300)] {
   |              ^^^^^^^
   |
   = 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(ossl300)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl300)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./crypto.rs:109:18
    |
109 |     if #[cfg(any(ossl110, libressl381))] {
    |                  ^^^^^^^
    |
    = 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(ossl110)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl381`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./crypto.rs:109:27
    |
109 |     if #[cfg(any(ossl110, libressl381))] {
    |                           ^^^^^^^^^^^
    |
    = 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(libressl381)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl381)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./crypto.rs:112:21
    |
112 |     } else if #[cfg(libressl)] {
    |                     ^^^^^^^^
    |
    = 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(libressl)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./crypto.rs:119:18
    |
119 |     if #[cfg(any(ossl110, libressl271))] {
    |                  ^^^^^^^
    |
    = 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(ossl110)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl271`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./crypto.rs:119:27
    |
119 |     if #[cfg(any(ossl110, libressl271))] {
    |                           ^^^^^^^^^^^
    |
    = 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(libressl271)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl271)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
 --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./crypto.rs:6:15
  |
6 |     #[cfg(not(ossl110))]
  |               ^^^^^^^
  |
  = 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(ossl110)'] }
  = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
  = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./crypto.rs:12:15
   |
12 |     #[cfg(not(ossl110))]
   |               ^^^^^^^
   |
   = 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(ossl110)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl300`
 --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./dtls1.rs:4:14
  |
4 |     if #[cfg(ossl300)] {
  |              ^^^^^^^
  |
  = 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(ossl300)'] }
  = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl300)");` to the top of the `build.rs`
  = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl300`
 --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./ec.rs:8:7
  |
8 | #[cfg(ossl300)]
  |       ^^^^^^^
  |
  = 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(ossl300)'] }
  = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl300)");` to the top of the `build.rs`
  = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl300`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./err.rs:11:14
   |
11 |     if #[cfg(ossl300)] {
   |              ^^^^^^^
   |
   = 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(ossl300)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl300)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl111`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./evp.rs:13:7
   |
13 | #[cfg(ossl111)]
   |       ^^^^^^^
   |
   = 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(ossl111)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl111`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./evp.rs:15:11
   |
15 | #[cfg(any(ossl111, libressl370))]
   |           ^^^^^^^
   |
   = 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(ossl111)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl370`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./evp.rs:15:20
   |
15 | #[cfg(any(ossl111, libressl370))]
   |                    ^^^^^^^^^^^
   |
   = 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(libressl370)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl370)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl111`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./evp.rs:17:11
   |
17 | #[cfg(any(ossl111, libressl370))]
   |           ^^^^^^^
   |
   = 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(ossl111)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl370`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./evp.rs:17:20
   |
17 | #[cfg(any(ossl111, libressl370))]
   |                    ^^^^^^^^^^^
   |
   = 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(libressl370)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl370)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl111`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./evp.rs:19:7
   |
19 | #[cfg(ossl111)]
   |       ^^^^^^^
   |
   = 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(ossl111)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl111`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./evp.rs:21:7
   |
21 | #[cfg(ossl111)]
   |       ^^^^^^^
   |
   = 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(ossl111)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl111`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./evp.rs:25:7
   |
25 | #[cfg(ossl111)]
   |       ^^^^^^^
   |
   = 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(ossl111)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./evp.rs:27:7
   |
27 | #[cfg(ossl110)]
   |       ^^^^^^^
   |
   = 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(ossl110)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl102`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./evp.rs:30:7
   |
30 | #[cfg(ossl102)]
   |       ^^^^^^^
   |
   = 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(ossl102)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl102)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl300`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./evp.rs:118:11
    |
118 | #[cfg(not(ossl300))]
    |           ^^^^^^^
    |
    = 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(ossl300)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl300)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl300`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./evp.rs:127:11
    |
127 | #[cfg(not(ossl300))]
    |           ^^^^^^^
    |
    = 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(ossl300)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl300)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl300`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./evp.rs:136:7
    |
136 | #[cfg(ossl300)]
    |       ^^^^^^^
    |
    = 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(ossl300)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl300)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl111`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./evp.rs:200:7
    |
200 | #[cfg(ossl111)]
    |       ^^^^^^^
    |
    = 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(ossl111)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl111`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./evp.rs:203:7
    |
203 | #[cfg(ossl111)]
    |       ^^^^^^^
    |
    = 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(ossl111)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl111`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./evp.rs:206:7
    |
206 | #[cfg(ossl111)]
    |       ^^^^^^^
    |
    = 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(ossl111)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./evp.rs:209:7
    |
209 | #[cfg(ossl110)]
    |       ^^^^^^^
    |
    = 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(ossl110)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./evp.rs:212:7
    |
212 | #[cfg(ossl110)]
    |       ^^^^^^^
    |
    = 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(ossl110)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./evp.rs:215:7
    |
215 | #[cfg(ossl110)]
    |       ^^^^^^^
    |
    = 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(ossl110)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./evp.rs:218:7
    |
218 | #[cfg(ossl110)]
    |       ^^^^^^^
    |
    = 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(ossl110)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl111`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./evp.rs:221:7
    |
221 | #[cfg(ossl111)]
    |       ^^^^^^^
    |
    = 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(ossl111)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl111`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./evp.rs:224:11
    |
224 | #[cfg(all(ossl111, not(ossl300)))]
    |           ^^^^^^^
    |
    = 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(ossl111)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl300`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./evp.rs:224:24
    |
224 | #[cfg(all(ossl111, not(ossl300)))]
    |                        ^^^^^^^
    |
    = 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(ossl300)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl300)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./evp.rs:236:11
    |
236 | #[cfg(all(ossl110, not(ossl300)))]
    |           ^^^^^^^
    |
    = 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(ossl110)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl300`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./evp.rs:236:24
    |
236 | #[cfg(all(ossl110, not(ossl300)))]
    |                        ^^^^^^^
    |
    = 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(ossl300)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl300)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./evp.rs:248:11
    |
248 | #[cfg(all(ossl110, not(ossl300)))]
    |           ^^^^^^^
    |
    = 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(ossl110)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl300`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./evp.rs:248:24
    |
248 | #[cfg(all(ossl110, not(ossl300)))]
    |                        ^^^^^^^
    |
    = 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(ossl300)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl300)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./evp.rs:264:11
    |
264 | #[cfg(all(ossl110, not(ossl300)))]
    |           ^^^^^^^
    |
    = 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(ossl110)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl300`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./evp.rs:264:24
    |
264 | #[cfg(all(ossl110, not(ossl300)))]
    |                        ^^^^^^^
    |
    = 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(ossl300)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl300)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./evp.rs:280:11
    |
280 | #[cfg(all(ossl110, not(ossl300)))]
    |           ^^^^^^^
    |
    = 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(ossl110)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl300`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./evp.rs:280:24
    |
280 | #[cfg(all(ossl110, not(ossl300)))]
    |                        ^^^^^^^
    |
    = 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(ossl300)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl300)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl300`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./evp.rs:296:15
    |
296 | #[cfg(all(not(ossl300), not(boringssl)))]
    |               ^^^^^^^
    |
    = 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(ossl300)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl300)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `boringssl`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./evp.rs:296:29
    |
296 | #[cfg(all(not(ossl300), not(boringssl)))]
    |                             ^^^^^^^^^
    |
    = 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(boringssl)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(boringssl)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl300`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./evp.rs:42:14
   |
42 |     if #[cfg(ossl300)] {
   |              ^^^^^^^
   |
   = 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(ossl300)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl300)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl300`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./evp.rs:143:14
    |
143 |     if #[cfg(ossl300)] {
    |              ^^^^^^^
    |
    = 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(ossl300)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl300)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl300`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./evp.rs:163:14
    |
163 |     if #[cfg(ossl300)] {
    |              ^^^^^^^
    |
    = 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(ossl300)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl300)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/mod.rs:21:7
   |
21 | #[cfg(libressl)]
   |       ^^^^^^^^
   |
   = 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(libressl)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/mod.rs:57:7
   |
57 | #[cfg(libressl)]
   |       ^^^^^^^^
   |
   = 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(libressl)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `osslconf`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/aes.rs:15:15
   |
15 |     #[cfg(not(osslconf = "OPENSSL_NO_DEPRECATED_3_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(osslconf, values("OPENSSL_NO_DEPRECATED_3_0"))'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(osslconf, values(\"OPENSSL_NO_DEPRECATED_3_0\"))");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./macros.rs:61:22
   |
61 |             if #[cfg(ossl110)] {
   |                      ^^^^^^^
   |
  ::: /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/asn1.rs:16:1
   |
16 | stack!(stack_st_ASN1_OBJECT);
   | ---------------------------- 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(ossl110)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration
   = note: this warning originates in the macro `stack` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `ossl110`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/asn1.rs:50:15
   |
50 |     #[cfg(any(ossl110, libressl273))]
   |               ^^^^^^^
   |
   = 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(ossl110)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl273`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/asn1.rs:50:24
   |
50 |     #[cfg(any(ossl110, libressl273))]
   |                        ^^^^^^^^^^^
   |
   = 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(libressl273)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl273)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl101`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/asn1.rs:52:19
   |
52 |     #[cfg(any(all(ossl101, not(ossl110)), libressl))]
   |                   ^^^^^^^
   |
   = 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(ossl101)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl101)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/asn1.rs:52:32
   |
52 |     #[cfg(any(all(ossl101, not(ossl110)), libressl))]
   |                                ^^^^^^^
   |
   = 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(ossl110)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/asn1.rs:52:43
   |
52 |     #[cfg(any(all(ossl101, not(ossl110)), libressl))]
   |                                           ^^^^^^^^
   |
   = 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(libressl)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl102`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/asn1.rs:71:11
   |
71 |     #[cfg(ossl102)]
   |           ^^^^^^^
   |
   = 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(ossl102)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl102)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl111`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/asn1.rs:91:11
   |
91 |     #[cfg(ossl111)]
   |           ^^^^^^^
   |
   = 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(ossl111)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/asn1.rs:95:11
   |
95 |     #[cfg(ossl110)]
   |           ^^^^^^^
   |
   = 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(ossl110)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/asn1.rs:110:82
    |
110 |         pub fn ASN1_STRING_to_UTF8(out: *mut *mut c_uchar, s: #[const_ptr_if(any(ossl110, libressl280))] ASN1_STRING) -> c_int;
    |                                                                                  ^^^^^^^
    |
    = 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(ossl110)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl280`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/asn1.rs:110:91
    |
110 |         pub fn ASN1_STRING_to_UTF8(out: *mut *mut c_uchar, s: #[const_ptr_if(any(ossl110, libressl280))] ASN1_STRING) -> c_int;
    |                                                                                           ^^^^^^^^^^^
    |
    = 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(libressl280)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl280)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/asn1.rs:111:55
    |
111 |         pub fn ASN1_STRING_type(x: #[const_ptr_if(any(ossl110, libressl280))]  ASN1_STRING) -> c_int;
    |                                                       ^^^^^^^
    |
    = 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(ossl110)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl280`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/asn1.rs:111:64
    |
111 |         pub fn ASN1_STRING_type(x: #[const_ptr_if(any(ossl110, libressl280))]  ASN1_STRING) -> c_int;
    |                                                                ^^^^^^^^^^^
    |
    = 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(libressl280)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl280)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/asn1.rs:112:57
    |
112 |         pub fn ASN1_generate_v3(str: #[const_ptr_if(any(ossl110, libressl280))] c_char, cnf: *mut X509V3_CTX) -> *mut ASN1_TYPE;
    |                                                         ^^^^^^^
    |
    = 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(ossl110)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl280`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/asn1.rs:112:66
    |
112 |         pub fn ASN1_generate_v3(str: #[const_ptr_if(any(ossl110, libressl280))] c_char, cnf: *mut X509V3_CTX) -> *mut ASN1_TYPE;
    |                                                                  ^^^^^^^^^^^
    |
    = 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(libressl280)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl280)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl300`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/asn1.rs:113:48
    |
113 |         pub fn i2d_ASN1_TYPE(a: #[const_ptr_if(ossl300)] ASN1_TYPE, pp: *mut *mut c_uchar) -> c_int;
    |                                                ^^^^^^^
    |
    = 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(ossl300)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl300)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/bio.rs:13:18
   |
13 |     if #[cfg(any(ossl110, libressl280))] {
   |                  ^^^^^^^
   |
   = 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(ossl110)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl280`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/bio.rs:13:27
   |
13 |     if #[cfg(any(ossl110, libressl280))] {
   |                           ^^^^^^^^^^^
   |
   = 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(libressl280)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl280)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/bio.rs:34:51
   |
34 |         pub fn BIO_s_file() -> #[const_ptr_if(any(ossl110, libressl280))] BIO_METHOD;
   |                                                   ^^^^^^^
   |
   = 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(ossl110)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl280`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/bio.rs:34:60
   |
34 |         pub fn BIO_s_file() -> #[const_ptr_if(any(ossl110, libressl280))] BIO_METHOD;
   |                                                            ^^^^^^^^^^^
   |
   = 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(libressl280)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl280)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/bio.rs:35:50
   |
35 |         pub fn BIO_new(type_: #[const_ptr_if(any(ossl110, libressl280))] BIO_METHOD) -> *mut BIO;
   |                                                  ^^^^^^^
   |
   = 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(ossl110)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl280`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/bio.rs:35:59
   |
35 |         pub fn BIO_new(type_: #[const_ptr_if(any(ossl110, libressl280))] BIO_METHOD) -> *mut BIO;
   |                                                           ^^^^^^^^^^^
   |
   = 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(libressl280)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl280)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `osslconf`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/bio.rs:39:15
   |
39 |     #[cfg(not(osslconf = "OPENSSL_NO_STDIO"))]
   |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
   |
   = 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(osslconf, values("OPENSSL_NO_STDIO"))'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(osslconf, values(\"OPENSSL_NO_STDIO\"))");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/bio.rs:41:15
   |
41 |     #[cfg(any(ossl110, libressl273))]
   |               ^^^^^^^
   |
   = 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(ossl110)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl273`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/bio.rs:41:24
   |
41 |     #[cfg(any(ossl110, libressl273))]
   |                        ^^^^^^^^^^^
   |
   = 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(libressl273)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl273)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/bio.rs:43:15
   |
43 |     #[cfg(any(ossl110, libressl273))]
   |               ^^^^^^^
   |
   = 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(ossl110)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl273`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/bio.rs:43:24
   |
43 |     #[cfg(any(ossl110, libressl273))]
   |                        ^^^^^^^^^^^
   |
   = 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(libressl273)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl273)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/bio.rs:45:15
   |
45 |     #[cfg(any(ossl110, libressl273))]
   |               ^^^^^^^
   |
   = 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(ossl110)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl273`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/bio.rs:45:24
   |
45 |     #[cfg(any(ossl110, libressl273))]
   |                        ^^^^^^^^^^^
   |
   = 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(libressl273)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl273)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/bio.rs:55:50
   |
55 |         pub fn BIO_s_mem() -> #[const_ptr_if(any(ossl110, libressl280))] BIO_METHOD;
   |                                                  ^^^^^^^
   |
   = 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(ossl110)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl280`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/bio.rs:55:59
   |
55 |         pub fn BIO_s_mem() -> #[const_ptr_if(any(ossl110, libressl280))] BIO_METHOD;
   |                                                           ^^^^^^^^^^^
   |
   = 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(libressl280)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl280)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl102`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/bio.rs:56:56
   |
56 |         pub fn BIO_new_mem_buf(buf: #[const_ptr_if(any(ossl102, libressl280))] c_void, len: c_int) -> *mut BIO;
   |                                                        ^^^^^^^
   |
   = 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(ossl102)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl102)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl280`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/bio.rs:56:65
   |
56 |         pub fn BIO_new_mem_buf(buf: #[const_ptr_if(any(ossl102, libressl280))] c_void, len: c_int) -> *mut BIO;
   |                                                                 ^^^^^^^^^^^
   |
   = 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(libressl280)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl280)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `osslconf`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/bio.rs:61:15
   |
61 |     #[cfg(not(osslconf = "OPENSSL_NO_SOCK"))]
   |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
   |
   = 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(osslconf, values("OPENSSL_NO_SOCK"))'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(osslconf, values(\"OPENSSL_NO_SOCK\"))");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/bio.rs:64:15
   |
64 |     #[cfg(any(ossl110, libressl273))]
   |               ^^^^^^^
   |
   = 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(ossl110)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl273`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/bio.rs:64:24
   |
64 |     #[cfg(any(ossl110, libressl273))]
   |                        ^^^^^^^^^^^
   |
   = 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(libressl273)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl273)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/bio.rs:66:15
   |
66 |     #[cfg(any(ossl110, libressl273))]
   |               ^^^^^^^
   |
   = 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(ossl110)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl273`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/bio.rs:66:24
   |
66 |     #[cfg(any(ossl110, libressl273))]
   |                        ^^^^^^^^^^^
   |
   = 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(libressl273)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl273)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/bio.rs:72:15
   |
72 |     #[cfg(any(ossl110, libressl273))]
   |               ^^^^^^^
   |
   = 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(ossl110)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl273`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/bio.rs:72:24
   |
72 |     #[cfg(any(ossl110, libressl273))]
   |                        ^^^^^^^^^^^
   |
   = 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(libressl273)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl273)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/bio.rs:78:15
   |
78 |     #[cfg(any(ossl110, libressl273))]
   |               ^^^^^^^
   |
   = 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(ossl110)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl273`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/bio.rs:78:24
   |
78 |     #[cfg(any(ossl110, libressl273))]
   |                        ^^^^^^^^^^^
   |
   = 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(libressl273)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl273)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/bio.rs:84:15
   |
84 |     #[cfg(any(ossl110, libressl273))]
   |               ^^^^^^^
   |
   = 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(ossl110)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl273`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/bio.rs:84:24
   |
84 |     #[cfg(any(ossl110, libressl273))]
   |                        ^^^^^^^^^^^
   |
   = 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(libressl273)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl273)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/bio.rs:90:15
   |
90 |     #[cfg(any(ossl110, libressl273))]
   |               ^^^^^^^
   |
   = 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(ossl110)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl273`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/bio.rs:90:24
   |
90 |     #[cfg(any(ossl110, libressl273))]
   |                        ^^^^^^^^^^^
   |
   = 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(libressl273)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl273)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/bio.rs:96:15
   |
96 |     #[cfg(any(ossl110, libressl273))]
   |               ^^^^^^^
   |
   = 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(ossl110)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl273`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/bio.rs:96:24
   |
96 |     #[cfg(any(ossl110, libressl273))]
   |                        ^^^^^^^^^^^
   |
   = 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(libressl273)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl273)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/bio.rs:102:15
    |
102 |     #[cfg(any(ossl110, libressl273))]
    |               ^^^^^^^
    |
    = 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(ossl110)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl273`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/bio.rs:102:24
    |
102 |     #[cfg(any(ossl110, libressl273))]
    |                        ^^^^^^^^^^^
    |
    = 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(libressl273)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl273)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/bn.rs:154:18
    |
154 |     if #[cfg(any(ossl110, libressl350))] {
    |                  ^^^^^^^
    |
    = 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(ossl110)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl350`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/bn.rs:154:27
    |
154 |     if #[cfg(any(ossl110, libressl350))] {
    |                           ^^^^^^^^^^^
    |
    = 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(libressl350)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl350)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
 --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/bn.rs:6:11
  |
6 |     #[cfg(ossl110)]
  |           ^^^^^^^
  |
  = 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(ossl110)'] }
  = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
  = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `osslconf`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/bn.rs:10:15
   |
10 |     #[cfg(not(osslconf = "OPENSSL_NO_DEPRECATED_3_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(osslconf, values("OPENSSL_NO_DEPRECATED_3_0"))'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(osslconf, values(\"OPENSSL_NO_DEPRECATED_3_0\"))");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `osslconf`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/bn.rs:13:15
   |
13 |     #[cfg(not(osslconf = "OPENSSL_NO_DEPRECATED_3_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(osslconf, values("OPENSSL_NO_DEPRECATED_3_0"))'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(osslconf, values(\"OPENSSL_NO_DEPRECATED_3_0\"))");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/bn.rs:16:11
   |
16 |     #[cfg(ossl110)]
   |           ^^^^^^^
   |
   = 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(ossl110)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/bn.rs:18:11
   |
18 |     #[cfg(ossl110)]
   |           ^^^^^^^
   |
   = 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(ossl110)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/bn.rs:20:11
   |
20 |     #[cfg(ossl110)]
   |           ^^^^^^^
   |
   = 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(ossl110)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/bn.rs:26:15
   |
26 |     #[cfg(any(ossl110, libressl340))]
   |               ^^^^^^^
   |
   = 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(ossl110)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl340`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/bn.rs:26:24
   |
26 |     #[cfg(any(ossl110, libressl340))]
   |                        ^^^^^^^^^^^
   |
   = 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(libressl340)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl340)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/bn.rs:33:15
   |
33 |     #[cfg(any(ossl110, libressl350))]
   |               ^^^^^^^
   |
   = 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(ossl110)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl350`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/bn.rs:33:24
   |
33 |     #[cfg(any(ossl110, libressl350))]
   |                        ^^^^^^^^^^^
   |
   = 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(libressl350)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl350)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/bn.rs:35:15
   |
35 |     #[cfg(any(ossl110, libressl350))]
   |               ^^^^^^^
   |
   = 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(ossl110)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl350`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/bn.rs:35:24
   |
35 |     #[cfg(any(ossl110, libressl350))]
   |                        ^^^^^^^^^^^
   |
   = 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(libressl350)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl350)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/bn.rs:78:11
   |
78 |     #[cfg(ossl110)]
   |           ^^^^^^^
   |
   = 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(ossl110)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `osslconf`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/bn.rs:136:15
    |
136 |     #[cfg(not(osslconf = "OPENSSL_NO_DEPRECATED_3_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(osslconf, values("OPENSSL_NO_DEPRECATED_3_0"))'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(osslconf, values(\"OPENSSL_NO_DEPRECATED_3_0\"))");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `osslconf`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/bn.rs:143:15
    |
143 |     #[cfg(not(osslconf = "OPENSSL_NO_DEPRECATED_3_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(osslconf, values("OPENSSL_NO_DEPRECATED_3_0"))'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(osslconf, values(\"OPENSSL_NO_DEPRECATED_3_0\"))");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl101`
 --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/cms.rs:7:11
  |
7 |     #[cfg(ossl101)]
  |           ^^^^^^^
  |
  = 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(ossl101)'] }
  = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl101)");` to the top of the `build.rs`
  = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl300`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/cms.rs:14:54
   |
14 |         pub fn i2d_CMS_ContentInfo(a: #[const_ptr_if(ossl300)] CMS_ContentInfo, pp: *mut *mut c_uchar) -> c_int;
   |                                                      ^^^^^^^
   |
   = 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(ossl300)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl300)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl101`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/cms.rs:13:15
   |
13 |         #[cfg(ossl101)]
   |               ^^^^^^^
   |
   = 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(ossl101)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl101)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl101`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/cms.rs:19:11
   |
19 |     #[cfg(ossl101)]
   |           ^^^^^^^
   |
   = 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(ossl101)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl101)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl101`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/cms.rs:26:11
   |
26 |     #[cfg(ossl101)]
   |           ^^^^^^^
   |
   = 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(ossl101)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl101)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl101`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/cms.rs:29:11
   |
29 |     #[cfg(ossl101)]
   |           ^^^^^^^
   |
   = 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(ossl101)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl101)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl101`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/cms.rs:38:11
   |
38 |     #[cfg(ossl101)]
   |           ^^^^^^^
   |
   = 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(ossl101)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl101)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl101`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/cms.rs:48:11
   |
48 |     #[cfg(ossl101)]
   |           ^^^^^^^
   |
   = 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(ossl101)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl101)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl101`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/cms.rs:56:11
   |
56 |     #[cfg(ossl101)]
   |           ^^^^^^^
   |
   = 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(ossl101)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl101)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./macros.rs:61:22
   |
61 |             if #[cfg(ossl110)] {
   |                      ^^^^^^^
   |
  ::: /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/crypto.rs:4:1
   |
4  | stack!(stack_st_void);
   | --------------------- 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(ossl110)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration
   = note: this warning originates in the macro `stack` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `ossl110`
 --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/crypto.rs:7:18
  |
7 |     if #[cfg(any(ossl110, libressl271))] {
  |                  ^^^^^^^
  |
  = 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(ossl110)'] }
  = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
  = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl271`
 --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/crypto.rs:7:27
  |
7 |     if #[cfg(any(ossl110, libressl271))] {
  |                           ^^^^^^^^^^^
  |
  = 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(libressl271)'] }
  = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl271)");` to the top of the `build.rs`
  = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/crypto.rs:60:14
   |
60 |     if #[cfg(ossl110)] {
   |              ^^^^^^^
   |
   = 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(ossl110)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/crypto.rs:21:15
   |
21 |     #[cfg(any(ossl110, libressl))]
   |               ^^^^^^^
   |
   = 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(ossl110)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/crypto.rs:21:24
   |
21 |     #[cfg(any(ossl110, libressl))]
   |                        ^^^^^^^^
   |
   = 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(libressl)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/crypto.rs:31:15
   |
31 |     #[cfg(not(ossl110))]
   |               ^^^^^^^
   |
   = 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(ossl110)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/crypto.rs:37:15
   |
37 |     #[cfg(not(ossl110))]
   |               ^^^^^^^
   |
   = 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(ossl110)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/crypto.rs:43:15
   |
43 |     #[cfg(not(ossl110))]
   |               ^^^^^^^
   |
   = 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(ossl110)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/crypto.rs:49:15
   |
49 |     #[cfg(not(ossl110))]
   |               ^^^^^^^
   |
   = 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(ossl110)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl101`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/crypto.rs:74:15
   |
74 |     #[cfg(all(ossl101, not(ossl300)))]
   |               ^^^^^^^
   |
   = 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(ossl101)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl101)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl300`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/crypto.rs:74:28
   |
74 |     #[cfg(all(ossl101, not(ossl300)))]
   |                            ^^^^^^^
   |
   = 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(ossl300)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl300)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl101`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/crypto.rs:76:15
   |
76 |     #[cfg(all(ossl101, not(ossl300)))]
   |               ^^^^^^^
   |
   = 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(ossl101)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl101)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl300`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/crypto.rs:76:28
   |
76 |     #[cfg(all(ossl101, not(ossl300)))]
   |                            ^^^^^^^
   |
   = 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(ossl300)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl300)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl300`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/crypto.rs:81:11
   |
81 |     #[cfg(ossl300)]
   |           ^^^^^^^
   |
   = 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(ossl300)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl300)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl300`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/crypto.rs:83:11
   |
83 |     #[cfg(ossl300)]
   |           ^^^^^^^
   |
   = 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(ossl300)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl300)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl102`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/dh.rs:29:11
   |
29 |     #[cfg(ossl102)]
   |           ^^^^^^^
   |
   = 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(ossl102)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl102)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl102`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/dh.rs:31:11
   |
31 |     #[cfg(ossl102)]
   |           ^^^^^^^
   |
   = 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(ossl102)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl102)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl102`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/dh.rs:33:11
   |
33 |     #[cfg(ossl102)]
   |           ^^^^^^^
   |
   = 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(ossl102)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl102)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/dh.rs:36:15
   |
36 |     #[cfg(any(ossl110, libressl270))]
   |               ^^^^^^^
   |
   = 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(ossl110)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl270`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/dh.rs:36:24
   |
36 |     #[cfg(any(ossl110, libressl270))]
   |                        ^^^^^^^^^^^
   |
   = 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(libressl270)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl270)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/dh.rs:38:15
   |
38 |     #[cfg(any(ossl110, libressl270))]
   |               ^^^^^^^
   |
   = 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(ossl110)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl270`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/dh.rs:38:24
   |
38 |     #[cfg(any(ossl110, libressl270))]
   |                        ^^^^^^^^^^^
   |
   = 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(libressl270)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl270)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/dh.rs:46:15
   |
46 |     #[cfg(any(ossl110, libressl270))]
   |               ^^^^^^^
   |
   = 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(ossl110)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl270`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/dh.rs:46:24
   |
46 |     #[cfg(any(ossl110, libressl270))]
   |                        ^^^^^^^^^^^
   |
   = 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(libressl270)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl270)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/dh.rs:49:15
   |
49 |     #[cfg(any(ossl110, libressl270))]
   |               ^^^^^^^
   |
   = 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(ossl110)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl270`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/dh.rs:49:24
   |
49 |     #[cfg(any(ossl110, libressl270))]
   |                        ^^^^^^^^^^^
   |
   = 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(libressl270)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl270)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
 --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/dsa.rs:6:18
  |
6 |     if #[cfg(any(ossl110, libressl280))] {
  |                  ^^^^^^^
  |
  = 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(ossl110)'] }
  = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
  = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl280`
 --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/dsa.rs:6:27
  |
6 |     if #[cfg(any(ossl110, libressl280))] {
  |                           ^^^^^^^^^^^
  |
  = 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(libressl280)'] }
  = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl280)");` to the top of the `build.rs`
  = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/dsa.rs:57:15
   |
57 |     #[cfg(any(ossl110, libressl273))]
   |               ^^^^^^^
   |
   = 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(ossl110)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl273`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/dsa.rs:57:24
   |
57 |     #[cfg(any(ossl110, libressl273))]
   |                        ^^^^^^^^^^^
   |
   = 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(libressl273)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl273)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/dsa.rs:64:15
   |
64 |     #[cfg(any(ossl110, libressl273))]
   |               ^^^^^^^
   |
   = 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(ossl110)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl273`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/dsa.rs:64:24
   |
64 |     #[cfg(any(ossl110, libressl273))]
   |                        ^^^^^^^^^^^
   |
   = 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(libressl273)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl273)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/dsa.rs:66:15
   |
66 |     #[cfg(any(ossl110, libressl273))]
   |               ^^^^^^^
   |
   = 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(ossl110)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl273`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/dsa.rs:66:24
   |
66 |     #[cfg(any(ossl110, libressl273))]
   |                        ^^^^^^^^^^^
   |
   = 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(libressl273)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl273)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/dsa.rs:68:15
   |
68 |     #[cfg(any(ossl110, libressl273))]
   |               ^^^^^^^
   |
   = 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(ossl110)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl273`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/dsa.rs:68:24
   |
68 |     #[cfg(any(ossl110, libressl273))]
   |                        ^^^^^^^^^^^
   |
   = 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(libressl273)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl273)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/dsa.rs:80:15
   |
80 |     #[cfg(any(ossl110, libressl273))]
   |               ^^^^^^^
   |
   = 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(ossl110)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl273`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/dsa.rs:80:24
   |
80 |     #[cfg(any(ossl110, libressl273))]
   |                        ^^^^^^^^^^^
   |
   = 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(libressl273)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl273)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/dsa.rs:83:15
   |
83 |     #[cfg(any(ossl110, libressl273))]
   |               ^^^^^^^
   |
   = 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(ossl110)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl273`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/dsa.rs:83:24
   |
83 |     #[cfg(any(ossl110, libressl273))]
   |                        ^^^^^^^^^^^
   |
   = 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(libressl273)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl273)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/ec.rs:229:18
    |
229 |     if #[cfg(any(ossl110, libressl280))] {
    |                  ^^^^^^^
    |
    = 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(ossl110)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl280`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/ec.rs:229:27
    |
229 |     if #[cfg(any(ossl110, libressl280))] {
    |                           ^^^^^^^^^^^
    |
    = 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(libressl280)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl280)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `osslconf`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/ec.rs:17:15
   |
17 |     #[cfg(not(osslconf = "OPENSSL_NO_EC2M"))]
   |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
   |
   = 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(osslconf, values("OPENSSL_NO_EC2M"))'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(osslconf, values(\"OPENSSL_NO_EC2M\"))");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `osslconf`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/ec.rs:59:15
   |
59 |     #[cfg(not(osslconf = "OPENSSL_NO_EC2M"))]
   |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
   |
   = 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(osslconf, values("OPENSSL_NO_EC2M"))'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(osslconf, values(\"OPENSSL_NO_EC2M\"))");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/ec.rs:70:11
   |
70 |     #[cfg(ossl110)]
   |           ^^^^^^^
   |
   = 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(ossl110)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `osslconf`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/ec.rs:80:15
   |
80 |     #[cfg(not(osslconf = "OPENSSL_NO_EC2M"))]
   |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
   |
   = 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(osslconf, values("OPENSSL_NO_EC2M"))'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(osslconf, values(\"OPENSSL_NO_EC2M\"))");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl111`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/ec.rs:104:15
    |
104 |     #[cfg(any(ossl111, boringssl, libressl350))]
    |               ^^^^^^^
    |
    = 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(ossl111)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `boringssl`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/ec.rs:104:24
    |
104 |     #[cfg(any(ossl111, boringssl, libressl350))]
    |                        ^^^^^^^^^
    |
    = 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(boringssl)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(boringssl)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl350`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/ec.rs:104:35
    |
104 |     #[cfg(any(ossl111, boringssl, libressl350))]
    |                                   ^^^^^^^^^^^
    |
    = 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(libressl350)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl350)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `osslconf`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/ec.rs:129:15
    |
129 |     #[cfg(not(osslconf = "OPENSSL_NO_EC2M"))]
    |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    |
    = 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(osslconf, values("OPENSSL_NO_EC2M"))'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(osslconf, values(\"OPENSSL_NO_EC2M\"))");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/ec.rs:245:15
    |
245 |     #[cfg(any(ossl110, libressl273))]
    |               ^^^^^^^
    |
    = 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(ossl110)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl273`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/ec.rs:245:24
    |
245 |     #[cfg(any(ossl110, libressl273))]
    |                        ^^^^^^^^^^^
    |
    = 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(libressl273)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl273)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/ec.rs:248:15
    |
248 |     #[cfg(any(ossl110, libressl273))]
    |               ^^^^^^^
    |
    = 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(ossl110)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl273`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/ec.rs:248:24
    |
248 |     #[cfg(any(ossl110, libressl273))]
    |                        ^^^^^^^^^^^
    |
    = 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(libressl273)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl273)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl300`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/err.rs:11:14
   |
11 |     if #[cfg(ossl300)] {
   |              ^^^^^^^
   |
   = 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(ossl300)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl300)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl300`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/err.rs:28:11
   |
28 |     #[cfg(ossl300)]
   |           ^^^^^^^
   |
   = 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(ossl300)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl300)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/err.rs:47:11
   |
47 |     #[cfg(ossl110)]
   |           ^^^^^^^
   |
   = 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(ossl110)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/err.rs:49:15
   |
49 |     #[cfg(not(ossl110))]
   |               ^^^^^^^
   |
   = 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(ossl110)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/err.rs:51:15
   |
51 |     #[cfg(not(ossl110))]
   |               ^^^^^^^
   |
   = 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(ossl110)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl300`
 --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/evp.rs:5:14
  |
5 |     if #[cfg(ossl300)] {
  |              ^^^^^^^
  |
  = 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(ossl300)'] }
  = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl300)");` to the top of the `build.rs`
  = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/evp.rs:55:14
   |
55 |     if #[cfg(ossl110)] {
   |              ^^^^^^^
   |
   = 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(ossl110)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl300`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/evp.rs:69:14
   |
69 |     if #[cfg(ossl300)] {
   |              ^^^^^^^
   |
   = 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(ossl300)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl300)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl300`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/evp.rs:228:14
    |
228 |     if #[cfg(ossl300)] {
    |              ^^^^^^^
    |
    = 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(ossl300)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl300)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl111`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/evp.rs:241:18
    |
241 |     if #[cfg(any(ossl111, libressl370))] {
    |                  ^^^^^^^
    |
    = 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(ossl111)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl370`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/evp.rs:241:27
    |
241 |     if #[cfg(any(ossl111, libressl370))] {
    |                           ^^^^^^^^^^^
    |
    = 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(libressl370)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl370)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl300`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/evp.rs:425:14
    |
425 |     if #[cfg(ossl300)] {
    |              ^^^^^^^
    |
    = 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(ossl300)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl300)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl111`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/evp.rs:594:18
    |
594 |     if #[cfg(any(ossl111, libressl370))] {
    |                  ^^^^^^^
    |
    = 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(ossl111)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl370`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/evp.rs:594:27
    |
594 |     if #[cfg(any(ossl111, libressl370))] {
    |                           ^^^^^^^^^^^
    |
    = 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(libressl370)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl370)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/evp.rs:48:19
   |
48 |             #[cfg(ossl110)]
   |                   ^^^^^^^
   |
   = 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(ossl110)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl300`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/evp.rs:81:11
   |
81 |     #[cfg(ossl300)]
   |           ^^^^^^^
   |
   = 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(ossl300)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl300)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl111`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/evp.rs:93:11
   |
93 |     #[cfg(ossl111)]
   |           ^^^^^^^
   |
   = 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(ossl111)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl300`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/evp.rs:96:11
   |
96 |     #[cfg(ossl300)]
   |           ^^^^^^^
   |
   = 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(ossl300)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl300)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl300`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/evp.rs:103:11
    |
103 |     #[cfg(ossl300)]
    |           ^^^^^^^
    |
    = 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(ossl300)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl300)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl300`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/evp.rs:149:11
    |
149 |     #[cfg(ossl300)]
    |           ^^^^^^^
    |
    = 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(ossl300)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl300)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl300`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/evp.rs:163:11
    |
163 |     #[cfg(ossl300)]
    |           ^^^^^^^
    |
    = 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(ossl300)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl300)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl111b`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/evp.rs:235:63
    |
235 |                 pub fn EVP_PKEY_size(pkey: #[const_ptr_if(any(ossl111b, libressl280))] EVP_PKEY) -> c_int;
    |                                                               ^^^^^^^^
    |
    = 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(ossl111b)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111b)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl280`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/evp.rs:235:73
    |
235 |                 pub fn EVP_PKEY_size(pkey: #[const_ptr_if(any(ossl111b, libressl280))] EVP_PKEY) -> c_int;
    |                                                                         ^^^^^^^^^^^
    |
    = 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(libressl280)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl280)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl102`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/evp.rs:265:40
    |
265 |             sigret: #[const_ptr_if(any(ossl102, libressl280))] c_uchar,
    |                                        ^^^^^^^
    |
    = 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(ossl102)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl102)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl280`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/evp.rs:265:49
    |
265 |             sigret: #[const_ptr_if(any(ossl102, libressl280))] c_uchar,
    |                                                 ^^^^^^^^^^^
    |
    = 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(libressl280)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl280)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl111`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/evp.rs:277:11
    |
277 |     #[cfg(ossl111)]
    |           ^^^^^^^
    |
    = 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(ossl111)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl111`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/evp.rs:297:11
    |
297 |     #[cfg(ossl111)]
    |           ^^^^^^^
    |
    = 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(ossl111)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl111`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/evp.rs:299:11
    |
299 |     #[cfg(ossl111)]
    |           ^^^^^^^
    |
    = 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(ossl111)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl111`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/evp.rs:301:11
    |
301 |     #[cfg(ossl111)]
    |           ^^^^^^^
    |
    = 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(ossl111)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl111`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/evp.rs:303:11
    |
303 |     #[cfg(ossl111)]
    |           ^^^^^^^
    |
    = 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(ossl111)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl111`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/evp.rs:305:11
    |
305 |     #[cfg(ossl111)]
    |           ^^^^^^^
    |
    = 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(ossl111)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl111`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/evp.rs:307:11
    |
307 |     #[cfg(ossl111)]
    |           ^^^^^^^
    |
    = 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(ossl111)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl111`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/evp.rs:310:19
    |
310 |     #[cfg(all(any(ossl111, libressl291), not(osslconf = "OPENSSL_NO_SM3")))]
    |                   ^^^^^^^
    |
    = 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(ossl111)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl291`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/evp.rs:310:28
    |
310 |     #[cfg(all(any(ossl111, libressl291), not(osslconf = "OPENSSL_NO_SM3")))]
    |                            ^^^^^^^^^^^
    |
    = 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(libressl291)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl291)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `osslconf`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/evp.rs:310:46
    |
310 |     #[cfg(all(any(ossl111, libressl291), not(osslconf = "OPENSSL_NO_SM3")))]
    |                                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^
    |
    = 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(osslconf, values("OPENSSL_NO_SM3"))'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(osslconf, values(\"OPENSSL_NO_SM3\"))");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `osslconf`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/evp.rs:317:15
    |
317 |     #[cfg(not(osslconf = "OPENSSL_NO_RC4"))]
    |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
    |
    = 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(osslconf, values("OPENSSL_NO_RC4"))'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(osslconf, values(\"OPENSSL_NO_RC4\"))");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/evp.rs:333:11
    |
333 |     #[cfg(ossl110)]
    |           ^^^^^^^
    |
    = 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(ossl110)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl102`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/evp.rs:335:11
    |
335 |     #[cfg(ossl102)]
    |           ^^^^^^^
    |
    = 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(ossl102)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl102)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/evp.rs:337:11
    |
337 |     #[cfg(ossl110)]
    |           ^^^^^^^
    |
    = 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(ossl110)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/evp.rs:348:11
    |
348 |     #[cfg(ossl110)]
    |           ^^^^^^^
    |
    = 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(ossl110)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl102`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/evp.rs:350:11
    |
350 |     #[cfg(ossl102)]
    |           ^^^^^^^
    |
    = 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(ossl102)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl102)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/evp.rs:352:11
    |
352 |     #[cfg(ossl110)]
    |           ^^^^^^^
    |
    = 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(ossl110)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/evp.rs:364:11
    |
364 |     #[cfg(ossl110)]
    |           ^^^^^^^
    |
    = 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(ossl110)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl102`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/evp.rs:366:11
    |
366 |     #[cfg(ossl102)]
    |           ^^^^^^^
    |
    = 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(ossl102)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl102)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/evp.rs:368:11
    |
368 |     #[cfg(ossl110)]
    |           ^^^^^^^
    |
    = 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(ossl110)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/evp.rs:370:15
    |
370 |     #[cfg(all(ossl110, not(osslconf = "OPENSSL_NO_CHACHA")))]
    |               ^^^^^^^
    |
    = 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(ossl110)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `osslconf`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/evp.rs:370:28
    |
370 |     #[cfg(all(ossl110, not(osslconf = "OPENSSL_NO_CHACHA")))]
    |                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    |
    = 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(osslconf, values("OPENSSL_NO_CHACHA"))'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(osslconf, values(\"OPENSSL_NO_CHACHA\"))");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/evp.rs:372:19
    |
372 |     #[cfg(all(any(ossl110, libressl360), not(osslconf = "OPENSSL_NO_CHACHA")))]
    |                   ^^^^^^^
    |
    = 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(ossl110)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl360`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/evp.rs:372:28
    |
372 |     #[cfg(all(any(ossl110, libressl360), not(osslconf = "OPENSSL_NO_CHACHA")))]
    |                            ^^^^^^^^^^^
    |
    = 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(libressl360)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl360)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `osslconf`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/evp.rs:372:46
    |
372 |     #[cfg(all(any(ossl110, libressl360), not(osslconf = "OPENSSL_NO_CHACHA")))]
    |                                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    |
    = 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(osslconf, values("OPENSSL_NO_CHACHA"))'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(osslconf, values(\"OPENSSL_NO_CHACHA\"))");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `osslconf`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/evp.rs:374:15
    |
374 |     #[cfg(not(osslconf = "OPENSSL_NO_SEED"))]
    |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    |
    = 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(osslconf, values("OPENSSL_NO_SEED"))'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(osslconf, values(\"OPENSSL_NO_SEED\"))");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `osslconf`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/evp.rs:376:15
    |
376 |     #[cfg(not(osslconf = "OPENSSL_NO_SEED"))]
    |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    |
    = 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(osslconf, values("OPENSSL_NO_SEED"))'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(osslconf, values(\"OPENSSL_NO_SEED\"))");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `osslconf`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/evp.rs:378:15
    |
378 |     #[cfg(not(osslconf = "OPENSSL_NO_SEED"))]
    |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    |
    = 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(osslconf, values("OPENSSL_NO_SEED"))'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(osslconf, values(\"OPENSSL_NO_SEED\"))");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `osslconf`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/evp.rs:380:15
    |
380 |     #[cfg(not(osslconf = "OPENSSL_NO_SEED"))]
    |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    |
    = 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(osslconf, values("OPENSSL_NO_SEED"))'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(osslconf, values(\"OPENSSL_NO_SEED\"))");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl111`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/evp.rs:383:19
    |
383 |     #[cfg(all(any(ossl111, libressl291), not(osslconf = "OPENSSL_NO_SM4")))]
    |                   ^^^^^^^
    |
    = 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(ossl111)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl291`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/evp.rs:383:28
    |
383 |     #[cfg(all(any(ossl111, libressl291), not(osslconf = "OPENSSL_NO_SM4")))]
    |                            ^^^^^^^^^^^
    |
    = 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(libressl291)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl291)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `osslconf`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/evp.rs:383:46
    |
383 |     #[cfg(all(any(ossl111, libressl291), not(osslconf = "OPENSSL_NO_SM4")))]
    |                                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^
    |
    = 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(osslconf, values("OPENSSL_NO_SM4"))'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(osslconf, values(\"OPENSSL_NO_SM4\"))");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl111`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/evp.rs:385:19
    |
385 |     #[cfg(all(any(ossl111, libressl291), not(osslconf = "OPENSSL_NO_SM4")))]
    |                   ^^^^^^^
    |
    = 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(ossl111)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl291`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/evp.rs:385:28
    |
385 |     #[cfg(all(any(ossl111, libressl291), not(osslconf = "OPENSSL_NO_SM4")))]
    |                            ^^^^^^^^^^^
    |
    = 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(libressl291)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl291)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `osslconf`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/evp.rs:385:46
    |
385 |     #[cfg(all(any(ossl111, libressl291), not(osslconf = "OPENSSL_NO_SM4")))]
    |                                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^
    |
    = 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(osslconf, values("OPENSSL_NO_SM4"))'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(osslconf, values(\"OPENSSL_NO_SM4\"))");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl111`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/evp.rs:387:19
    |
387 |     #[cfg(all(any(ossl111, libressl291), not(osslconf = "OPENSSL_NO_SM4")))]
    |                   ^^^^^^^
    |
    = 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(ossl111)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl291`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/evp.rs:387:28
    |
387 |     #[cfg(all(any(ossl111, libressl291), not(osslconf = "OPENSSL_NO_SM4")))]
    |                            ^^^^^^^^^^^
    |
    = 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(libressl291)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl291)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `osslconf`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/evp.rs:387:46
    |
387 |     #[cfg(all(any(ossl111, libressl291), not(osslconf = "OPENSSL_NO_SM4")))]
    |                                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^
    |
    = 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(osslconf, values("OPENSSL_NO_SM4"))'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(osslconf, values(\"OPENSSL_NO_SM4\"))");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl111`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/evp.rs:389:19
    |
389 |     #[cfg(all(any(ossl111, libressl291), not(osslconf = "OPENSSL_NO_SM4")))]
    |                   ^^^^^^^
    |
    = 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(ossl111)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl291`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/evp.rs:389:28
    |
389 |     #[cfg(all(any(ossl111, libressl291), not(osslconf = "OPENSSL_NO_SM4")))]
    |                            ^^^^^^^^^^^
    |
    = 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(libressl291)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl291)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `osslconf`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/evp.rs:389:46
    |
389 |     #[cfg(all(any(ossl111, libressl291), not(osslconf = "OPENSSL_NO_SM4")))]
    |                                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^
    |
    = 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(osslconf, values("OPENSSL_NO_SM4"))'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(osslconf, values(\"OPENSSL_NO_SM4\"))");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl111`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/evp.rs:391:19
    |
391 |     #[cfg(all(any(ossl111, libressl291), not(osslconf = "OPENSSL_NO_SM4")))]
    |                   ^^^^^^^
    |
    = 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(ossl111)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl291`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/evp.rs:391:28
    |
391 |     #[cfg(all(any(ossl111, libressl291), not(osslconf = "OPENSSL_NO_SM4")))]
    |                            ^^^^^^^^^^^
    |
    = 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(libressl291)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl291)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `osslconf`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/evp.rs:391:46
    |
391 |     #[cfg(all(any(ossl111, libressl291), not(osslconf = "OPENSSL_NO_SM4")))]
    |                                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^
    |
    = 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(osslconf, values("OPENSSL_NO_SM4"))'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(osslconf, values(\"OPENSSL_NO_SM4\"))");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `boringssl`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/evp.rs:394:19
    |
394 |     #[cfg(not(any(boringssl, osslconf = "OPENSSL_NO_CAMELLIA")))]
    |                   ^^^^^^^^^
    |
    = 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(boringssl)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(boringssl)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `osslconf`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/evp.rs:394:30
    |
394 |     #[cfg(not(any(boringssl, osslconf = "OPENSSL_NO_CAMELLIA")))]
    |                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    |
    = 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(osslconf, values("OPENSSL_NO_CAMELLIA"))'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(osslconf, values(\"OPENSSL_NO_CAMELLIA\"))");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `boringssl`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/evp.rs:396:19
    |
396 |     #[cfg(not(any(boringssl, osslconf = "OPENSSL_NO_CAMELLIA")))]
    |                   ^^^^^^^^^
    |
    = 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(boringssl)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(boringssl)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `osslconf`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/evp.rs:396:30
    |
396 |     #[cfg(not(any(boringssl, osslconf = "OPENSSL_NO_CAMELLIA")))]
    |                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    |
    = 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(osslconf, values("OPENSSL_NO_CAMELLIA"))'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(osslconf, values(\"OPENSSL_NO_CAMELLIA\"))");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `boringssl`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/evp.rs:398:19
    |
398 |     #[cfg(not(any(boringssl, osslconf = "OPENSSL_NO_CAMELLIA")))]
    |                   ^^^^^^^^^
    |
    = 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(boringssl)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(boringssl)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `osslconf`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/evp.rs:398:30
    |
398 |     #[cfg(not(any(boringssl, osslconf = "OPENSSL_NO_CAMELLIA")))]
    |                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    |
    = 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(osslconf, values("OPENSSL_NO_CAMELLIA"))'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(osslconf, values(\"OPENSSL_NO_CAMELLIA\"))");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `boringssl`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/evp.rs:400:19
    |
400 |     #[cfg(not(any(boringssl, osslconf = "OPENSSL_NO_CAMELLIA")))]
    |                   ^^^^^^^^^
    |
    = 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(boringssl)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(boringssl)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `osslconf`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/evp.rs:400:30
    |
400 |     #[cfg(not(any(boringssl, osslconf = "OPENSSL_NO_CAMELLIA")))]
    |                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    |
    = 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(osslconf, values("OPENSSL_NO_CAMELLIA"))'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(osslconf, values(\"OPENSSL_NO_CAMELLIA\"))");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `boringssl`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/evp.rs:402:19
    |
402 |     #[cfg(not(any(boringssl, osslconf = "OPENSSL_NO_CAMELLIA")))]
    |                   ^^^^^^^^^
    |
    = 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(boringssl)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(boringssl)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `osslconf`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/evp.rs:402:30
    |
402 |     #[cfg(not(any(boringssl, osslconf = "OPENSSL_NO_CAMELLIA")))]
    |                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    |
    = 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(osslconf, values("OPENSSL_NO_CAMELLIA"))'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(osslconf, values(\"OPENSSL_NO_CAMELLIA\"))");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `boringssl`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/evp.rs:404:19
    |
404 |     #[cfg(not(any(boringssl, osslconf = "OPENSSL_NO_CAMELLIA")))]
    |                   ^^^^^^^^^
    |
    = 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(boringssl)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(boringssl)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `osslconf`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/evp.rs:404:30
    |
404 |     #[cfg(not(any(boringssl, osslconf = "OPENSSL_NO_CAMELLIA")))]
    |                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    |
    = 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(osslconf, values("OPENSSL_NO_CAMELLIA"))'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(osslconf, values(\"OPENSSL_NO_CAMELLIA\"))");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `boringssl`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/evp.rs:407:19
    |
407 |     #[cfg(not(any(boringssl, osslconf = "OPENSSL_NO_CAST")))]
    |                   ^^^^^^^^^
    |
    = 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(boringssl)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(boringssl)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `osslconf`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/evp.rs:407:30
    |
407 |     #[cfg(not(any(boringssl, osslconf = "OPENSSL_NO_CAST")))]
    |                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    |
    = 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(osslconf, values("OPENSSL_NO_CAST"))'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(osslconf, values(\"OPENSSL_NO_CAST\"))");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `boringssl`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/evp.rs:409:19
    |
409 |     #[cfg(not(any(boringssl, osslconf = "OPENSSL_NO_CAST")))]
    |                   ^^^^^^^^^
    |
    = 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(boringssl)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(boringssl)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `osslconf`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/evp.rs:409:30
    |
409 |     #[cfg(not(any(boringssl, osslconf = "OPENSSL_NO_CAST")))]
    |                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    |
    = 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(osslconf, values("OPENSSL_NO_CAST"))'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(osslconf, values(\"OPENSSL_NO_CAST\"))");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `boringssl`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/evp.rs:412:19
    |
412 |     #[cfg(not(any(boringssl, osslconf = "OPENSSL_NO_IDEA")))]
    |                   ^^^^^^^^^
    |
    = 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(boringssl)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(boringssl)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `osslconf`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/evp.rs:412:30
    |
412 |     #[cfg(not(any(boringssl, osslconf = "OPENSSL_NO_IDEA")))]
    |                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    |
    = 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(osslconf, values("OPENSSL_NO_IDEA"))'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(osslconf, values(\"OPENSSL_NO_IDEA\"))");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `boringssl`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/evp.rs:414:19
    |
414 |     #[cfg(not(any(boringssl, osslconf = "OPENSSL_NO_IDEA")))]
    |                   ^^^^^^^^^
    |
    = 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(boringssl)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(boringssl)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `osslconf`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/evp.rs:414:30
    |
414 |     #[cfg(not(any(boringssl, osslconf = "OPENSSL_NO_IDEA")))]
    |                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    |
    = 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(osslconf, values("OPENSSL_NO_IDEA"))'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(osslconf, values(\"OPENSSL_NO_IDEA\"))");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/evp.rs:417:15
    |
417 |     #[cfg(not(ossl110))]
    |               ^^^^^^^
    |
    = 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(ossl110)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/evp.rs:437:62
    |
437 |                 pub fn EVP_PKEY_bits(key: #[const_ptr_if(any(ossl110, libressl280))] EVP_PKEY) -> c_int;
    |                                                              ^^^^^^^
    |
    = 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(ossl110)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl280`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/evp.rs:437:71
    |
437 |                 pub fn EVP_PKEY_bits(key: #[const_ptr_if(any(ossl110, libressl280))] EVP_PKEY) -> c_int;
    |                                                                       ^^^^^^^^^^^
    |
    = 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(libressl280)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl280)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/evp.rs:439:72
    |
439 |                 pub fn EVP_PKEY_security_bits(pkey: #[const_ptr_if(any(ossl110, libressl280))] EVP_PKEY) -> c_int;
    |                                                                        ^^^^^^^
    |
    = 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(ossl110)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl280`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/evp.rs:439:81
    |
439 |                 pub fn EVP_PKEY_security_bits(pkey: #[const_ptr_if(any(ossl110, libressl280))] EVP_PKEY) -> c_int;
    |                                                                                 ^^^^^^^^^^^
    |
    = 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(libressl280)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl280)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/evp.rs:438:27
    |
438 |                 #[cfg(any(ossl110, libressl360))]
    |                           ^^^^^^^
    |
    = 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(ossl110)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl360`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/evp.rs:438:36
    |
438 |                 #[cfg(any(ossl110, libressl360))]
    |                                    ^^^^^^^^^^^
    |
    = 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(libressl360)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl360)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/evp.rs:455:15
    |
455 |     #[cfg(any(ossl110, libressl270))]
    |               ^^^^^^^
    |
    = 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(ossl110)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl270`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/evp.rs:455:24
    |
455 |     #[cfg(any(ossl110, libressl270))]
    |                        ^^^^^^^^^^^
    |
    = 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(libressl270)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl270)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/evp.rs:488:11
    |
488 |     #[cfg(ossl110)]
    |           ^^^^^^^
    |
    = 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(ossl110)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl300`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/evp.rs:515:11
    |
515 |     #[cfg(ossl300)]
    |           ^^^^^^^
    |
    = 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(ossl300)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl300)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl300`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/evp.rs:527:11
    |
527 |     #[cfg(ossl300)]
    |           ^^^^^^^
    |
    = 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(ossl300)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl300)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl300`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/evp.rs:535:11
    |
535 |     #[cfg(ossl300)]
    |           ^^^^^^^
    |
    = 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(ossl300)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl300)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/evp.rs:589:54
    |
589 |         pub fn EVP_PKCS82PKEY(p8: #[const_ptr_if(any(ossl110, libressl280))] PKCS8_PRIV_KEY_INFO) -> *mut EVP_PKEY;
    |                                                      ^^^^^^^
    |
    = 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(ossl110)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl280`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/evp.rs:589:63
    |
589 |         pub fn EVP_PKCS82PKEY(p8: #[const_ptr_if(any(ossl110, libressl280))] PKCS8_PRIV_KEY_INFO) -> *mut EVP_PKEY;
    |                                                               ^^^^^^^^^^^
    |
    = 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(libressl280)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl280)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
 --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/hmac.rs:6:18
  |
6 |     if #[cfg(any(ossl110, libressl350))] {
  |                  ^^^^^^^
  |
  = 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(ossl110)'] }
  = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
  = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl350`
 --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/hmac.rs:6:27
  |
6 |     if #[cfg(any(ossl110, libressl350))] {
  |                           ^^^^^^^^^^^
  |
  = 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(libressl350)'] }
  = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl350)");` to the top of the `build.rs`
  = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl300`
 --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/kdf.rs:5:14
  |
5 |     if #[cfg(ossl300)] {
  |              ^^^^^^^
  |
  = 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(ossl300)'] }
  = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl300)");` to the top of the `build.rs`
  = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl111`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/object.rs:26:11
   |
26 |     #[cfg(ossl111)]
   |           ^^^^^^^
   |
   = 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(ossl111)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl111`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/object.rs:28:11
   |
28 |     #[cfg(ossl111)]
   |           ^^^^^^^
   |
   = 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(ossl111)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/ocsp.rs:17:40
   |
17 |             issuer: #[const_ptr_if(any(ossl110, libressl281))] X509,
   |                                        ^^^^^^^
   |
   = 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(ossl110)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl281`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/ocsp.rs:17:49
   |
17 |             issuer: #[const_ptr_if(any(ossl110, libressl281))] X509,
   |                                                 ^^^^^^^^^^^
   |
   = 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(libressl281)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl281)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/ocsp.rs:16:41
   |
16 |             subject: #[const_ptr_if(any(ossl110, libressl281))] X509,
   |                                         ^^^^^^^
   |
   = 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(ossl110)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl281`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/ocsp.rs:16:50
   |
16 |             subject: #[const_ptr_if(any(ossl110, libressl281))] X509,
   |                                                  ^^^^^^^^^^^
   |
   = 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(libressl281)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl281)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl300`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/ocsp.rs:54:52
   |
54 |         pub fn i2d_OCSP_RESPONSE(a: #[const_ptr_if(ossl300)] OCSP_RESPONSE, pp: *mut *mut c_uchar) -> c_int;
   |                                                    ^^^^^^^
   |
   = 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(ossl300)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl300)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl300`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/ocsp.rs:72:51
   |
72 |         pub fn i2d_OCSP_REQUEST(a: #[const_ptr_if(ossl300)] OCSP_REQUEST, pp: *mut *mut c_uchar) -> c_int;
   |                                                   ^^^^^^^
   |
   = 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(ossl300)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl300)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl300`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/pem.rs:15:71
   |
15 |         pub fn PEM_write_bio_X509(bio: *mut BIO, x509: #[const_ptr_if(ossl300)] X509) -> c_int;
   |                                                                       ^^^^^^^
   |
   = 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(ossl300)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl300)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl300`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/pem.rs:16:75
   |
16 |         pub fn PEM_write_bio_X509_REQ(bio: *mut BIO, x509: #[const_ptr_if(ossl300)] X509_REQ) -> c_int;
   |                                                                           ^^^^^^^
   |
   = 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(ossl300)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl300)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl300`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/pem.rs:17:75
   |
17 |         pub fn PEM_write_bio_X509_CRL(bio: *mut BIO, x509: #[const_ptr_if(ossl300)] X509_CRL) -> c_int;
   |                                                                           ^^^^^^^
   |
   = 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(ossl300)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl300)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl300`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/pem.rs:22:34
   |
22 |             kstr: #[const_ptr_if(ossl300)] c_uchar,
   |                                  ^^^^^^^
   |
   = 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(ossl300)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl300)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl300`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/pem.rs:20:33
   |
20 |             rsa: #[const_ptr_if(ossl300)] RSA,
   |                                 ^^^^^^^
   |
   = 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(ossl300)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl300)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl300`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/pem.rs:27:75
   |
27 |         pub fn PEM_write_bio_RSA_PUBKEY(bp: *mut BIO, rsa: #[const_ptr_if(ossl300)] RSA) -> c_int;
   |                                                                           ^^^^^^^
   |
   = 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(ossl300)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl300)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl300`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/pem.rs:32:34
   |
32 |             kstr: #[const_ptr_if(ossl300)] c_uchar,
   |                                  ^^^^^^^
   |
   = 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(ossl300)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl300)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl300`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/pem.rs:30:33
   |
30 |             dsa: #[const_ptr_if(ossl300)] DSA,
   |                                 ^^^^^^^
   |
   = 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(ossl300)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl300)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl300`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/pem.rs:41:34
   |
41 |             kstr: #[const_ptr_if(ossl300)] c_uchar,
   |                                  ^^^^^^^
   |
   = 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(ossl300)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl300)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl300`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/pem.rs:39:33
   |
39 |             key: #[const_ptr_if(ossl300)] EC_KEY,
   |                                 ^^^^^^^
   |
   = 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(ossl300)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl300)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl300`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/pem.rs:46:75
   |
46 |         pub fn PEM_write_bio_DSA_PUBKEY(bp: *mut BIO, dsa: #[const_ptr_if(ossl300)] DSA) -> c_int;
   |                                                                           ^^^^^^^
   |
   = 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(ossl300)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl300)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl300`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/pem.rs:51:34
   |
51 |             kstr: #[const_ptr_if(ossl300)] c_uchar,
   |                                  ^^^^^^^
   |
   = 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(ossl300)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl300)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl300`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/pem.rs:49:34
   |
49 |             pkey: #[const_ptr_if(ossl300)] EVP_PKEY,
   |                                  ^^^^^^^
   |
   = 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(ossl300)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl300)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl300`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/pem.rs:56:69
   |
56 |         pub fn PEM_write_bio_PUBKEY(bp: *mut BIO, x: #[const_ptr_if(ossl300)] EVP_PKEY) -> c_int;
   |                                                                     ^^^^^^^
   |
   = 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(ossl300)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl300)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl300`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/pem.rs:61:34
   |
61 |             kstr: #[const_ptr_if(ossl300)] c_char,
   |                                  ^^^^^^^
   |
   = 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(ossl300)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl300)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl300`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/pem.rs:59:34
   |
59 |             pkey: #[const_ptr_if(ossl300)] EVP_PKEY,
   |                                  ^^^^^^^
   |
   = 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(ossl300)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl300)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl300`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/pem.rs:66:68
   |
66 |         pub fn PEM_write_bio_PKCS7(bp: *mut BIO, x: #[const_ptr_if(ossl300)] PKCS7) -> c_int;
   |                                                                    ^^^^^^^
   |
   = 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(ossl300)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl300)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl300`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/pem.rs:67:73
   |
67 |         pub fn PEM_write_bio_EC_PUBKEY(bp: *mut BIO, ec: #[const_ptr_if(ossl300)] EC_KEY) -> c_int;
   |                                                                         ^^^^^^^
   |
   = 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(ossl300)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl300)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl300`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/pem.rs:72:34
   |
72 |             kstr: #[const_ptr_if(ossl300)] c_char,
   |                                  ^^^^^^^
   |
   = 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(ossl300)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl300)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl300`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/pem.rs:70:31
   |
70 |             x: #[const_ptr_if(ossl300)] EVP_PKEY,
   |                               ^^^^^^^
   |
   = 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(ossl300)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl300)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl101`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/pem.rs:182:11
    |
182 |     #[cfg(ossl101)]
    |           ^^^^^^^
    |
    = 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(ossl101)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl101)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl101`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/pem.rs:189:11
    |
189 |     #[cfg(ossl101)]
    |           ^^^^^^^
    |
    = 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(ossl101)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl101)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl300`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/pkcs12.rs:12:45
   |
12 |         pub fn i2d_PKCS12(a: #[const_ptr_if(ossl300)] PKCS12, buf: *mut *mut u8) -> c_int;
   |                                             ^^^^^^^
   |
   = 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(ossl300)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl300)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/pkcs12.rs:40:47
   |
40 |             friendly_name: #[const_ptr_if(any(ossl110, libressl280))] c_char,
   |                                               ^^^^^^^
   |
   = 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(ossl110)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl280`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/pkcs12.rs:40:56
   |
40 |             friendly_name: #[const_ptr_if(any(ossl110, libressl280))] c_char,
   |                                                        ^^^^^^^^^^^
   |
   = 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(libressl280)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl280)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/pkcs12.rs:39:38
   |
39 |             pass: #[const_ptr_if(any(ossl110, libressl280))] c_char,
   |                                      ^^^^^^^
   |
   = 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(ossl110)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl280`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/pkcs12.rs:39:47
   |
39 |             pass: #[const_ptr_if(any(ossl110, libressl280))] c_char,
   |                                               ^^^^^^^^^^^
   |
   = 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(libressl280)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl280)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl300`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/pkcs12.rs:51:62
   |
51 |         pub fn i2d_PKCS12_bio(b: *mut BIO, a: #[const_ptr_if(ossl300)] PKCS12) -> c_int;
   |                                                              ^^^^^^^
   |
   = 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(ossl300)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl300)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl300`
 --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/pkcs7.rs:4:7
  |
4 | #[cfg(ossl300)]
  |       ^^^^^^^
  |
  = 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(ossl300)'] }
  = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl300)");` to the top of the `build.rs`
  = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./macros.rs:61:22
    |
61  |             if #[cfg(ossl110)] {
    |                      ^^^^^^^
    |
   ::: /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/pkcs7.rs:133:1
    |
133 | stack!(stack_st_PKCS7_SIGNER_INFO);
    | ---------------------------------- 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(ossl110)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `stack` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `ossl110`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./macros.rs:61:22
    |
61  |             if #[cfg(ossl110)] {
    |                      ^^^^^^^
    |
   ::: /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/pkcs7.rs:146:1
    |
146 | stack!(stack_st_PKCS7_RECIP_INFO);
    | --------------------------------- 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(ossl110)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `stack` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `ossl300`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/pkcs7.rs:26:11
   |
26 |     #[cfg(ossl300)]
   |           ^^^^^^^
   |
   = 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(ossl300)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl300)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl300`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/pkcs7.rs:90:11
   |
90 |     #[cfg(ossl300)]
   |           ^^^^^^^
   |
   = 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(ossl300)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl300)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl300`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/pkcs7.rs:129:11
    |
129 |     #[cfg(ossl300)]
    |           ^^^^^^^
    |
    = 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(ossl300)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl300)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl300`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/pkcs7.rs:142:11
    |
142 |     #[cfg(ossl300)]
    |           ^^^^^^^
    |
    = 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(ossl300)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl300)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl300`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/pkcs7.rs:154:44
    |
154 |         pub fn i2d_PKCS7(a: #[const_ptr_if(ossl300)] PKCS7, buf: *mut *mut u8) -> c_int;
    |                                            ^^^^^^^
    |
    = 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(ossl300)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl300)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl300`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/pkcs7.rs:155:64
    |
155 |         pub fn i2d_PKCS7_bio(bio: *mut BIO, p7: #[const_ptr_if(ossl300)]  PKCS7) -> c_int;
    |                                                                ^^^^^^^
    |
    = 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(ossl300)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl300)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl300`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/pkcs7.rs:253:32
    |
253 |             si: #[const_ptr_if(ossl300)] PKCS7_SIGNER_INFO,
    |                                ^^^^^^^
    |
    = 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(ossl300)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl300)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl300`
 --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/provider.rs:5:11
  |
5 |     #[cfg(ossl300)]
  |           ^^^^^^^
  |
  = 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(ossl300)'] }
  = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl300)");` to the top of the `build.rs`
  = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl300`
 --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/provider.rs:7:11
  |
7 |     #[cfg(ossl300)]
  |           ^^^^^^^
  |
  = 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(ossl300)'] }
  = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl300)");` to the top of the `build.rs`
  = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl300`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/provider.rs:13:11
   |
13 |     #[cfg(ossl300)]
   |           ^^^^^^^
   |
   = 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(ossl300)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl300)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl300`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/provider.rs:15:11
   |
15 |     #[cfg(ossl300)]
   |           ^^^^^^^
   |
   = 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(ossl300)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl300)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl111`
 --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/rand.rs:6:11
  |
6 |     #[cfg(ossl111)]
  |           ^^^^^^^
  |
  = 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(ossl111)'] }
  = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs`
  = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl300`
 --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/rsa.rs:5:14
  |
5 |     if #[cfg(ossl300)] {
  |              ^^^^^^^
  |
  = 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(ossl300)'] }
  = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl300)");` to the top of the `build.rs`
  = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/rsa.rs:20:15
   |
20 |     #[cfg(any(ossl110, libressl273))]
   |               ^^^^^^^
   |
   = 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(ossl110)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl273`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/rsa.rs:20:24
   |
20 |     #[cfg(any(ossl110, libressl273))]
   |                        ^^^^^^^^^^^
   |
   = 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(libressl273)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl273)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/rsa.rs:22:15
   |
22 |     #[cfg(any(ossl110, libressl273))]
   |               ^^^^^^^
   |
   = 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(ossl110)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl273`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/rsa.rs:22:24
   |
22 |     #[cfg(any(ossl110, libressl273))]
   |                        ^^^^^^^^^^^
   |
   = 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(libressl273)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl273)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/rsa.rs:24:15
   |
24 |     #[cfg(any(ossl110, libressl273))]
   |               ^^^^^^^
   |
   = 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(ossl110)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl273`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/rsa.rs:24:24
   |
24 |     #[cfg(any(ossl110, libressl273))]
   |                        ^^^^^^^^^^^
   |
   = 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(libressl273)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl273)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/rsa.rs:31:15
   |
31 |     #[cfg(any(ossl110, libressl273))]
   |               ^^^^^^^
   |
   = 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(ossl110)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl273`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/rsa.rs:31:24
   |
31 |     #[cfg(any(ossl110, libressl273))]
   |                        ^^^^^^^^^^^
   |
   = 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(libressl273)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl273)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/rsa.rs:38:15
   |
38 |     #[cfg(any(ossl110, libressl273))]
   |               ^^^^^^^
   |
   = 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(ossl110)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl273`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/rsa.rs:38:24
   |
38 |     #[cfg(any(ossl110, libressl273))]
   |                        ^^^^^^^^^^^
   |
   = 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(libressl273)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl273)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/rsa.rs:40:15
   |
40 |     #[cfg(any(ossl110, libressl273))]
   |               ^^^^^^^
   |
   = 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(ossl110)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl273`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/rsa.rs:40:24
   |
40 |     #[cfg(any(ossl110, libressl273))]
   |                        ^^^^^^^^^^^
   |
   = 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(libressl273)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl273)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/rsa.rs:48:15
   |
48 |     #[cfg(not(ossl110))]
   |               ^^^^^^^
   |
   = 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(ossl110)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./macros.rs:61:22
   |
61 |             if #[cfg(ossl110)] {
   |                      ^^^^^^^
   |
  ::: /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/safestack.rs:1:1
   |
1  | stack!(stack_st_OPENSSL_STRING);
   | ------------------------------- 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(ossl110)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration
   = note: this warning originates in the macro `stack` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `osslconf`
 --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/sha.rs:5:18
  |
5 |     if #[cfg(not(osslconf = "OPENSSL_NO_DEPRECATED_3_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(osslconf, values("OPENSSL_NO_DEPRECATED_3_0"))'] }
  = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(osslconf, values(\"OPENSSL_NO_DEPRECATED_3_0\"))");` to the top of the `build.rs`
  = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl300`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/sha.rs:29:18
   |
29 |     if #[cfg(not(ossl300))] {
   |                  ^^^^^^^
   |
   = 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(ossl300)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl300)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `osslconf`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/sha.rs:37:18
   |
37 |     if #[cfg(not(osslconf = "OPENSSL_NO_DEPRECATED_3_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(osslconf, values("OPENSSL_NO_DEPRECATED_3_0"))'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(osslconf, values(\"OPENSSL_NO_DEPRECATED_3_0\"))");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl300`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/sha.rs:61:18
   |
61 |     if #[cfg(not(ossl300))] {
   |                  ^^^^^^^
   |
   = 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(ossl300)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl300)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `osslconf`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/sha.rs:70:18
   |
70 |     if #[cfg(not(osslconf = "OPENSSL_NO_DEPRECATED_3_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(osslconf, values("OPENSSL_NO_DEPRECATED_3_0"))'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(osslconf, values(\"OPENSSL_NO_DEPRECATED_3_0\"))");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl300`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/sha.rs:95:18
   |
95 |     if #[cfg(not(ossl300))] {
   |                  ^^^^^^^
   |
   = 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(ossl300)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl300)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl111`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/ssl.rs:156:7
    |
156 | #[cfg(ossl111)]
    |       ^^^^^^^
    |
    = 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(ossl111)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl111`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/ssl.rs:171:7
    |
171 | #[cfg(ossl111)]
    |       ^^^^^^^
    |
    = 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(ossl111)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl111`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/ssl.rs:182:7
    |
182 | #[cfg(ossl111)]
    |       ^^^^^^^
    |
    = 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(ossl111)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `osslconf`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/ssl.rs:366:11
    |
366 | #[cfg(not(osslconf = "OPENSSL_NO_PSK"))]
    |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^
    |
    = 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(osslconf, values("OPENSSL_NO_PSK"))'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(osslconf, values(\"OPENSSL_NO_PSK\"))");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl111`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/ssl.rs:408:7
    |
408 | #[cfg(ossl111)]
    |       ^^^^^^^
    |
    = 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(ossl111)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl111`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/ssl.rs:598:7
    |
598 | #[cfg(ossl111)]
    |       ^^^^^^^
    |
    = 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(ossl111)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `osslconf`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/ssl.rs:878:11
    |
878 | #[cfg(not(osslconf = "OPENSSL_NO_COMP"))]
    |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    |
    = 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(osslconf, values("OPENSSL_NO_COMP"))'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(osslconf, values(\"OPENSSL_NO_COMP\"))");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
 --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/ssl.rs:7:18
  |
7 |     if #[cfg(any(ossl110, libressl280))] {
  |                  ^^^^^^^
  |
  = 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(ossl110)'] }
  = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
  = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl280`
 --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/ssl.rs:7:27
  |
7 |     if #[cfg(any(ossl110, libressl280))] {
  |                           ^^^^^^^^^^^
  |
  = 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(libressl280)'] }
  = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl280)");` to the top of the `build.rs`
  = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl251`
 --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/ssl.rs:9:21
  |
9 |     } else if #[cfg(libressl251)] {
  |                     ^^^^^^^^^^^
  |
  = 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(libressl251)'] }
  = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl251)");` to the top of the `build.rs`
  = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/ssl.rs:33:21
   |
33 |     } else if #[cfg(libressl)] {
   |                     ^^^^^^^^
   |
   = 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(libressl)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./macros.rs:61:22
    |
61  |             if #[cfg(ossl110)] {
    |                      ^^^^^^^
    |
   ::: /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/ssl.rs:133:1
    |
133 | stack!(stack_st_SSL_CIPHER);
    | --------------------------- 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(ossl110)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `stack` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `ossl110`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./macros.rs:61:22
    |
61  |             if #[cfg(ossl110)] {
    |                      ^^^^^^^
    |
   ::: /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/ssl.rs:141:1
    |
141 | stack!(stack_st_SRTP_PROTECTION_PROFILE);
    | ---------------------------------------- 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(ossl110)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `stack` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `ossl300`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/ssl.rs:198:14
    |
198 |     if #[cfg(ossl300)] {
    |              ^^^^^^^
    |
    = 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(ossl300)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl300)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/ssl.rs:204:21
    |
204 |     } else if #[cfg(ossl110)] {
    |                     ^^^^^^^
    |
    = 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(ossl110)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/ssl.rs:228:18
    |
228 |     if #[cfg(any(ossl110, libressl280))] {
    |                  ^^^^^^^
    |
    = 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(ossl110)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl280`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/ssl.rs:228:27
    |
228 |     if #[cfg(any(ossl110, libressl280))] {
    |                           ^^^^^^^^^^^
    |
    = 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(libressl280)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl280)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/ssl.rs:260:18
    |
260 |     if #[cfg(any(ossl110, libressl280))] {
    |                  ^^^^^^^
    |
    = 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(ossl110)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl280`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/ssl.rs:260:27
    |
260 |     if #[cfg(any(ossl110, libressl280))] {
    |                           ^^^^^^^^^^^
    |
    = 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(libressl280)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl280)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl261`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/ssl.rs:440:14
    |
440 |     if #[cfg(libressl261)] {
    |              ^^^^^^^^^^^
    |
    = 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(libressl261)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl261)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl270`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/ssl.rs:451:14
    |
451 |     if #[cfg(libressl270)] {
    |              ^^^^^^^^^^^
    |
    = 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(libressl270)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl270)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/ssl.rs:682:18
    |
682 |     if #[cfg(any(ossl110, libressl291))] {
    |                  ^^^^^^^
    |
    = 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(ossl110)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl291`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/ssl.rs:682:27
    |
682 |     if #[cfg(any(ossl110, libressl291))] {
    |                           ^^^^^^^^^^^
    |
    = 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(libressl291)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl291)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/ssl.rs:854:14
    |
854 |     if #[cfg(libressl)] {
    |              ^^^^^^^^
    |
    = 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(libressl)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `osslconf`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/ssl.rs:858:25
    |
858 |     } else if #[cfg(not(osslconf = "OPENSSL_NO_COMP"))] {
    |                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    |
    = 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(osslconf, values("OPENSSL_NO_COMP"))'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(osslconf, values(\"OPENSSL_NO_COMP\"))");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/ssl.rs:867:14
    |
867 |     if #[cfg(libressl)] {
    |              ^^^^^^^^
    |
    = 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(libressl)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `osslconf`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/ssl.rs:871:25
    |
871 |     } else if #[cfg(not(osslconf = "OPENSSL_NO_COMP"))] {
    |                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    |
    = 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(osslconf, values("OPENSSL_NO_COMP"))'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(osslconf, values(\"OPENSSL_NO_COMP\"))");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl111`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/ssl.rs:280:11
    |
280 |     #[cfg(ossl111)]
    |           ^^^^^^^
    |
    = 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(ossl111)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl111`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/ssl.rs:291:11
    |
291 |     #[cfg(ossl111)]
    |           ^^^^^^^
    |
    = 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(ossl111)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl102`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/ssl.rs:342:15
    |
342 |     #[cfg(any(ossl102, libressl261))]
    |               ^^^^^^^
    |
    = 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(ossl102)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl102)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl261`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/ssl.rs:342:24
    |
342 |     #[cfg(any(ossl102, libressl261))]
    |                        ^^^^^^^^^^^
    |
    = 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(libressl261)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl261)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl102`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/ssl.rs:344:15
    |
344 |     #[cfg(any(ossl102, libressl261))]
    |               ^^^^^^^
    |
    = 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(ossl102)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl102)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl261`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/ssl.rs:344:24
    |
344 |     #[cfg(any(ossl102, libressl261))]
    |                        ^^^^^^^^^^^
    |
    = 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(libressl261)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl261)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl102`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/ssl.rs:346:15
    |
346 |     #[cfg(any(ossl102, libressl261))]
    |               ^^^^^^^
    |
    = 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(ossl102)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl102)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl261`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/ssl.rs:346:24
    |
346 |     #[cfg(any(ossl102, libressl261))]
    |                        ^^^^^^^^^^^
    |
    = 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(libressl261)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl261)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl102`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/ssl.rs:362:15
    |
362 |     #[cfg(any(ossl102, libressl261))]
    |               ^^^^^^^
    |
    = 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(ossl102)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl102)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl261`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/ssl.rs:362:24
    |
362 |     #[cfg(any(ossl102, libressl261))]
    |                        ^^^^^^^^^^^
    |
    = 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(libressl261)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl261)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl111`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/ssl.rs:392:11
    |
392 |     #[cfg(ossl111)]
    |           ^^^^^^^
    |
    = 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(ossl111)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl102`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/ssl.rs:404:11
    |
404 |     #[cfg(ossl102)]
    |           ^^^^^^^
    |
    = 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(ossl102)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl102)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl111`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/ssl.rs:413:11
    |
413 |     #[cfg(ossl111)]
    |           ^^^^^^^
    |
    = 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(ossl111)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl111`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/ssl.rs:416:15
    |
416 |     #[cfg(any(ossl111, libressl340))]
    |               ^^^^^^^
    |
    = 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(ossl111)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl340`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/ssl.rs:416:24
    |
416 |     #[cfg(any(ossl111, libressl340))]
    |                        ^^^^^^^^^^^
    |
    = 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(libressl340)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl340)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl111`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/ssl.rs:418:15
    |
418 |     #[cfg(any(ossl111, libressl340))]
    |               ^^^^^^^
    |
    = 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(ossl111)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl340`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/ssl.rs:418:24
    |
418 |     #[cfg(any(ossl111, libressl340))]
    |                        ^^^^^^^^^^^
    |
    = 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(libressl340)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl340)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl111`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/ssl.rs:420:15
    |
420 |     #[cfg(any(ossl111, libressl340))]
    |               ^^^^^^^
    |
    = 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(ossl111)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl340`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/ssl.rs:420:24
    |
420 |     #[cfg(any(ossl111, libressl340))]
    |                        ^^^^^^^^^^^
    |
    = 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(libressl340)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl340)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl111`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/ssl.rs:422:15
    |
422 |     #[cfg(any(ossl111, libressl340))]
    |               ^^^^^^^
    |
    = 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(ossl111)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl340`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/ssl.rs:422:24
    |
422 |     #[cfg(any(ossl111, libressl340))]
    |                        ^^^^^^^^^^^
    |
    = 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(libressl340)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl340)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl111`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/ssl.rs:435:55
    |
435 |         pub fn SSL_is_init_finished(s: #[const_ptr_if(ossl111)] SSL) -> c_int;
    |                                                       ^^^^^^^
    |
    = 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(ossl111)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/ssl.rs:434:15
    |
434 |         #[cfg(ossl110)]
    |               ^^^^^^^
    |
    = 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(ossl110)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/ssl.rs:465:15
    |
465 |     #[cfg(any(ossl110, libressl273))]
    |               ^^^^^^^
    |
    = 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(ossl110)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl273`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/ssl.rs:465:24
    |
465 |     #[cfg(any(ossl110, libressl273))]
    |                        ^^^^^^^^^^^
    |
    = 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(libressl273)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl273)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/ssl.rs:475:88
    |
475 |         pub fn SSL_CIPHER_get_version(cipher: *const SSL_CIPHER) -> #[const_ptr_if(any(ossl110, libressl280))] c_char;
    |                                                                                        ^^^^^^^
    |
    = 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(ossl110)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl280`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/ssl.rs:475:97
    |
475 |         pub fn SSL_CIPHER_get_version(cipher: *const SSL_CIPHER) -> #[const_ptr_if(any(ossl110, libressl280))] c_char;
    |                                                                                                 ^^^^^^^^^^^
    |
    = 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(libressl280)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl280)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl111`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/ssl.rs:479:11
    |
479 |     #[cfg(ossl111)]
    |           ^^^^^^^
    |
    = 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(ossl111)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl111`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/ssl.rs:482:11
    |
482 |     #[cfg(ossl111)]
    |           ^^^^^^^
    |
    = 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(ossl111)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl111`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/ssl.rs:484:11
    |
484 |     #[cfg(ossl111)]
    |           ^^^^^^^
    |
    = 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(ossl111)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl111`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/ssl.rs:491:15
    |
491 |     #[cfg(any(ossl111, libressl340))]
    |               ^^^^^^^
    |
    = 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(ossl111)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl340`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/ssl.rs:491:24
    |
491 |     #[cfg(any(ossl111, libressl340))]
    |                        ^^^^^^^^^^^
    |
    = 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(libressl340)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl340)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl111`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/ssl.rs:493:15
    |
493 |     #[cfg(any(ossl111, libressl340))]
    |               ^^^^^^^
    |
    = 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(ossl111)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl340`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/ssl.rs:493:24
    |
493 |     #[cfg(any(ossl111, libressl340))]
    |                        ^^^^^^^^^^^
    |
    = 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(libressl340)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl340)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/ssl.rs:523:15
    |
523 |     #[cfg(any(ossl110, libressl332))]
    |               ^^^^^^^
    |
    = 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(ossl110)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl332`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/ssl.rs:523:24
    |
523 |     #[cfg(any(ossl110, libressl332))]
    |                        ^^^^^^^^^^^
    |
    = 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(libressl332)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl332)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/ssl.rs:529:15
    |
529 |     #[cfg(not(ossl110))]
    |               ^^^^^^^
    |
    = 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(ossl110)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/ssl.rs:536:15
    |
536 |     #[cfg(any(ossl110, libressl270))]
    |               ^^^^^^^
    |
    = 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(ossl110)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl270`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/ssl.rs:536:24
    |
536 |     #[cfg(any(ossl110, libressl270))]
    |                        ^^^^^^^^^^^
    |
    = 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(libressl270)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl270)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl111`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/ssl.rs:539:15
    |
539 |     #[cfg(any(ossl111, libressl340))]
    |               ^^^^^^^
    |
    = 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(ossl111)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl340`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/ssl.rs:539:24
    |
539 |     #[cfg(any(ossl111, libressl340))]
    |                        ^^^^^^^^^^^
    |
    = 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(libressl340)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl340)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl111`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/ssl.rs:541:15
    |
541 |     #[cfg(any(ossl111, libressl340))]
    |               ^^^^^^^
    |
    = 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(ossl111)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl340`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/ssl.rs:541:24
    |
541 |     #[cfg(any(ossl111, libressl340))]
    |                        ^^^^^^^^^^^
    |
    = 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(libressl340)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl340)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/ssl.rs:545:15
    |
545 |     #[cfg(any(ossl110, libressl273))]
    |               ^^^^^^^
    |
    = 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(ossl110)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl273`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/ssl.rs:545:24
    |
545 |     #[cfg(any(ossl110, libressl273))]
    |                        ^^^^^^^^^^^
    |
    = 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(libressl273)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl273)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl300`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/ssl.rs:551:50
    |
551 |         pub fn i2d_SSL_SESSION(s: #[const_ptr_if(ossl300)] SSL_SESSION, pp: *mut *mut c_uchar) -> c_int;
    |                                                  ^^^^^^^
    |
    = 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(ossl300)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl300)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl300`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/ssl.rs:564:15
    |
564 |     #[cfg(not(ossl300))]
    |               ^^^^^^^
    |
    = 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(ossl300)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl300)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl300`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/ssl.rs:566:11
    |
566 |     #[cfg(ossl300)]
    |           ^^^^^^^
    |
    = 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(ossl300)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl300)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl111`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/ssl.rs:578:15
    |
578 |     #[cfg(any(ossl111, libressl340))]
    |               ^^^^^^^
    |
    = 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(ossl111)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl340`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/ssl.rs:578:24
    |
578 |     #[cfg(any(ossl111, libressl340))]
    |                        ^^^^^^^^^^^
    |
    = 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(libressl340)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl340)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl102`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/ssl.rs:591:15
    |
591 |     #[cfg(any(ossl102, libressl261))]
    |               ^^^^^^^
    |
    = 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(ossl102)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl102)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl261`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/ssl.rs:591:24
    |
591 |     #[cfg(any(ossl102, libressl261))]
    |                        ^^^^^^^^^^^
    |
    = 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(libressl261)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl261)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl102`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/ssl.rs:594:15
    |
594 |     #[cfg(any(ossl102, libressl261))]
    |               ^^^^^^^
    |
    = 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(ossl102)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl102)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl261`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/ssl.rs:594:24
    |
594 |     #[cfg(any(ossl102, libressl261))]
    |                        ^^^^^^^^^^^
    |
    = 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(libressl261)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl261)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl111`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/ssl.rs:602:11
    |
602 |     #[cfg(ossl111)]
    |           ^^^^^^^
    |
    = 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(ossl111)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl111`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/ssl.rs:608:11
    |
608 |     #[cfg(ossl111)]
    |           ^^^^^^^
    |
    = 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(ossl111)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl111`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/ssl.rs:610:11
    |
610 |     #[cfg(ossl111)]
    |           ^^^^^^^
    |
    = 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(ossl111)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl111`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/ssl.rs:612:11
    |
612 |     #[cfg(ossl111)]
    |           ^^^^^^^
    |
    = 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(ossl111)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl111`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/ssl.rs:614:11
    |
614 |     #[cfg(ossl111)]
    |           ^^^^^^^
    |
    = 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(ossl111)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl111`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/ssl.rs:616:11
    |
616 |     #[cfg(ossl111)]
    |           ^^^^^^^
    |
    = 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(ossl111)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl111`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/ssl.rs:618:11
    |
618 |     #[cfg(ossl111)]
    |           ^^^^^^^
    |
    = 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(ossl111)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl111`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/ssl.rs:623:11
    |
623 |     #[cfg(ossl111)]
    |           ^^^^^^^
    |
    = 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(ossl111)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl111`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/ssl.rs:629:11
    |
629 |     #[cfg(ossl111)]
    |           ^^^^^^^
    |
    = 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(ossl111)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl111`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/ssl.rs:639:11
    |
639 |     #[cfg(ossl111)]
    |           ^^^^^^^
    |
    = 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(ossl111)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl111`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/ssl.rs:644:15
    |
644 |     #[cfg(any(ossl111, libressl340))]
    |               ^^^^^^^
    |
    = 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(ossl111)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl340`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/ssl.rs:644:24
    |
644 |     #[cfg(any(ossl111, libressl340))]
    |                        ^^^^^^^^^^^
    |
    = 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(libressl340)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl340)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl111`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/ssl.rs:651:11
    |
651 |     #[cfg(ossl111)]
    |           ^^^^^^^
    |
    = 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(ossl111)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl111`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/ssl.rs:664:15
    |
664 |     #[cfg(any(ossl111, libressl340))]
    |               ^^^^^^^
    |
    = 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(ossl111)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl340`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/ssl.rs:664:24
    |
664 |     #[cfg(any(ossl111, libressl340))]
    |                        ^^^^^^^^^^^
    |
    = 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(libressl340)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl340)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl111b`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/ssl.rs:738:55
    |
738 |         pub fn SSL_get_ssl_method(ssl: #[const_ptr_if(ossl111b)] SSL) -> *const SSL_METHOD;
    |                                                       ^^^^^^^^
    |
    = 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(ossl111b)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111b)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/ssl.rs:746:15
    |
746 |     #[cfg(not(ossl110))]
    |               ^^^^^^^
    |
    = 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(ossl110)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl102`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/ssl.rs:759:59
    |
759 |         pub fn SSL_get_privatekey(ssl: #[const_ptr_if(any(ossl102, libressl280))] SSL) -> *mut EVP_PKEY;
    |                                                           ^^^^^^^
    |
    = 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(ossl102)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl102)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl280`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/ssl.rs:759:68
    |
759 |         pub fn SSL_get_privatekey(ssl: #[const_ptr_if(any(ossl102, libressl280))] SSL) -> *mut EVP_PKEY;
    |                                                                    ^^^^^^^^^^^
    |
    = 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(libressl280)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl280)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl102`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/ssl.rs:764:15
    |
764 |     #[cfg(any(ossl102, libressl270))]
    |               ^^^^^^^
    |
    = 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(ossl102)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl102)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl270`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/ssl.rs:764:24
    |
764 |     #[cfg(any(ossl102, libressl270))]
    |                        ^^^^^^^^^^^
    |
    = 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(libressl270)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl270)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl102`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/ssl.rs:766:15
    |
766 |     #[cfg(any(ossl102, libressl340))]
    |               ^^^^^^^
    |
    = 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(ossl102)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl102)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl340`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/ssl.rs:766:24
    |
766 |     #[cfg(any(ossl102, libressl340))]
    |                        ^^^^^^^^^^^
    |
    = 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(libressl340)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl340)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/ssl.rs:777:11
    |
777 |     #[cfg(ossl110)]
    |           ^^^^^^^
    |
    = 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(ossl110)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/ssl.rs:780:15
    |
780 |     #[cfg(any(ossl110, libressl270))]
    |               ^^^^^^^
    |
    = 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(ossl110)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl270`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/ssl.rs:780:24
    |
780 |     #[cfg(any(ossl110, libressl270))]
    |                        ^^^^^^^^^^^
    |
    = 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(libressl270)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl270)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/ssl.rs:782:15
    |
782 |     #[cfg(any(ossl110, libressl270))]
    |               ^^^^^^^
    |
    = 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(ossl110)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl270`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/ssl.rs:782:24
    |
782 |     #[cfg(any(ossl110, libressl270))]
    |                        ^^^^^^^^^^^
    |
    = 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(libressl270)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl270)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/ssl.rs:784:15
    |
784 |     #[cfg(any(ossl110, libressl273))]
    |               ^^^^^^^
    |
    = 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(ossl110)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl273`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/ssl.rs:784:24
    |
784 |     #[cfg(any(ossl110, libressl273))]
    |                        ^^^^^^^^^^^
    |
    = 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(libressl273)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl273)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/ssl.rs:793:15
    |
793 |     #[cfg(not(ossl110))]
    |               ^^^^^^^
    |
    = 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(ossl110)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/ssl.rs:805:15
    |
805 |     #[cfg(not(ossl110))]
    |               ^^^^^^^
    |
    = 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(ossl110)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/ssl.rs:835:15
    |
835 |     #[cfg(not(ossl110))]
    |               ^^^^^^^
    |
    = 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(ossl110)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/ssl.rs:843:15
    |
843 |     #[cfg(not(ossl110))]
    |               ^^^^^^^
    |
    = 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(ossl110)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl111b`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/ssl.rs:861:72
    |
861 |                 pub fn SSL_get_current_compression(ssl: #[const_ptr_if(ossl111b)] SSL) -> *const COMP_METHOD;
    |                                                                        ^^^^^^^^
    |
    = 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(ossl111b)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111b)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/ssl.rs:880:11
    |
880 |     #[cfg(ossl110)]
    |           ^^^^^^^
    |
    = 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(ossl110)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/ssl.rs:885:15
    |
885 |     #[cfg(any(ossl110, libressl270))]
    |               ^^^^^^^
    |
    = 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(ossl110)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl270`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/ssl.rs:885:24
    |
885 |     #[cfg(any(ossl110, libressl270))]
    |                        ^^^^^^^^^^^
    |
    = 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(libressl270)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl270)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/ssl.rs:887:15
    |
887 |     #[cfg(any(ossl110, libressl270))]
    |               ^^^^^^^
    |
    = 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(ossl110)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl270`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/ssl.rs:887:24
    |
887 |     #[cfg(any(ossl110, libressl270))]
    |                        ^^^^^^^^^^^
    |
    = 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(libressl270)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl270)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl111c`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/ssl.rs:894:55
    |
894 |         pub fn SSL_session_reused(ssl: #[const_ptr_if(ossl111c)] SSL) -> c_int;
    |                                                       ^^^^^^^^
    |
    = 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(ossl111c)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111c)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/ssl.rs:893:15
    |
893 |         #[cfg(ossl110)]
    |               ^^^^^^^
    |
    = 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(ossl110)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110f`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/ssl.rs:901:52
    |
901 |         pub fn SSL_is_server(s: #[const_ptr_if(any(ossl110f, libressl273))] SSL) -> c_int;
    |                                                    ^^^^^^^^
    |
    = 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(ossl110f)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110f)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl273`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/ssl.rs:901:62
    |
901 |         pub fn SSL_is_server(s: #[const_ptr_if(any(ossl110f, libressl273))] SSL) -> c_int;
    |                                                              ^^^^^^^^^^^
    |
    = 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(libressl273)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl273)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl102`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/ssl.rs:900:19
    |
900 |         #[cfg(any(ossl102, libressl273))]
    |                   ^^^^^^^
    |
    = 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(ossl102)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl102)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl273`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/ssl.rs:900:28
    |
900 |         #[cfg(any(ossl102, libressl273))]
    |                            ^^^^^^^^^^^
    |
    = 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(libressl273)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl273)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/ssl.rs:906:11
    |
906 |     #[cfg(ossl110)]
    |           ^^^^^^^
    |
    = 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(ossl110)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl111`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/ssl.rs:911:11
    |
911 |     #[cfg(ossl111)]
    |           ^^^^^^^
    |
    = 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(ossl111)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl111`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/ssl.rs:914:11
    |
914 |     #[cfg(ossl111)]
    |           ^^^^^^^
    |
    = 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(ossl111)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl111b`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/ssl.rs:917:11
    |
917 |     #[cfg(ossl111b)]
    |           ^^^^^^^^
    |
    = 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(ossl111b)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111b)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl111`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/ssl.rs:919:15
    |
919 |     #[cfg(all(ossl111, not(ossl111b)))]
    |               ^^^^^^^
    |
    = 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(ossl111)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl111b`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/ssl.rs:919:28
    |
919 |     #[cfg(all(ossl111, not(ossl111b)))]
    |                            ^^^^^^^^
    |
    = 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(ossl111b)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111b)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl111b`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/ssl.rs:922:11
    |
922 |     #[cfg(ossl111b)]
    |           ^^^^^^^^
    |
    = 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(ossl111b)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111b)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl111`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/ssl.rs:924:15
    |
924 |     #[cfg(all(ossl111, not(ossl111b)))]
    |               ^^^^^^^
    |
    = 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(ossl111)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl111b`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/ssl.rs:924:28
    |
924 |     #[cfg(all(ossl111, not(ossl111b)))]
    |                            ^^^^^^^^
    |
    = 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(ossl111b)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111b)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
 --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/stack.rs:4:14
  |
4 |     if #[cfg(ossl110)] {
  |              ^^^^^^^
  |
  = 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(ossl110)'] }
  = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
  = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/stack.rs:19:14
   |
19 |     if #[cfg(ossl110)] {
   |              ^^^^^^^
   |
   = 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(ossl110)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl111`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/tls1.rs:18:11
   |
18 |     #[cfg(ossl111)]
   |           ^^^^^^^
   |
   = 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(ossl111)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/types.rs:469:7
    |
469 | #[cfg(ossl110)]
    |       ^^^^^^^
    |
    = 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(ossl110)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl300`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/types.rs:1091:7
     |
1091 | #[cfg(ossl300)]
     |       ^^^^^^^
     |
     = 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(ossl300)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl300)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl300`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/types.rs:1094:7
     |
1094 | #[cfg(ossl300)]
     |       ^^^^^^^
     |
     = 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(ossl300)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl300)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/types.rs:30:18
   |
30 |     if #[cfg(any(ossl110, libressl280))] {
   |                  ^^^^^^^
   |
   = 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(ossl110)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl280`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/types.rs:30:27
   |
30 |     if #[cfg(any(ossl110, libressl280))] {
   |                           ^^^^^^^^^^^
   |
   = 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(libressl280)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl280)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/types.rs:56:18
   |
56 |     if #[cfg(any(ossl110, libressl350))] {
   |                  ^^^^^^^
   |
   = 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(ossl110)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl350`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/types.rs:56:27
   |
56 |     if #[cfg(any(ossl110, libressl350))] {
   |                           ^^^^^^^^^^^
   |
   = 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(libressl350)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl350)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/types.rs:76:18
   |
76 |     if #[cfg(any(ossl110, libressl280))] {
   |                  ^^^^^^^
   |
   = 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(ossl110)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl280`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/types.rs:76:27
   |
76 |     if #[cfg(any(ossl110, libressl280))] {
   |                           ^^^^^^^^^^^
   |
   = 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(libressl280)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl280)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/types.rs:107:18
    |
107 |     if #[cfg(any(ossl110, libressl280))] {
    |                  ^^^^^^^
    |
    = 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(ossl110)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl280`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/types.rs:107:27
    |
107 |     if #[cfg(any(ossl110, libressl280))] {
    |                           ^^^^^^^^^^^
    |
    = 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(libressl280)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl280)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/types.rs:131:18
    |
131 |     if #[cfg(any(ossl110, libressl280))] {
    |                  ^^^^^^^
    |
    = 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(ossl110)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl280`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/types.rs:131:27
    |
131 |     if #[cfg(any(ossl110, libressl280))] {
    |                           ^^^^^^^^^^^
    |
    = 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(libressl280)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl280)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/types.rs:147:18
    |
147 |     if #[cfg(any(ossl110, libressl280))] {
    |                  ^^^^^^^
    |
    = 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(ossl110)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl280`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/types.rs:147:27
    |
147 |     if #[cfg(any(ossl110, libressl280))] {
    |                           ^^^^^^^^^^^
    |
    = 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(libressl280)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl280)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/types.rs:176:18
    |
176 |     if #[cfg(any(ossl110, libressl280))] {
    |                  ^^^^^^^
    |
    = 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(ossl110)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl280`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/types.rs:176:27
    |
176 |     if #[cfg(any(ossl110, libressl280))] {
    |                           ^^^^^^^^^^^
    |
    = 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(libressl280)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl280)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/types.rs:205:18
    |
205 |     if #[cfg(any(ossl110, libressl280))] {
    |                  ^^^^^^^
    |
    = 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(ossl110)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl280`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/types.rs:205:27
    |
205 |     if #[cfg(any(ossl110, libressl280))] {
    |                           ^^^^^^^^^^^
    |
    = 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(libressl280)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl280)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/types.rs:207:21
    |
207 |     } else if #[cfg(libressl)] {
    |                     ^^^^^^^^
    |
    = 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(libressl)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/types.rs:271:18
    |
271 |     if #[cfg(any(ossl110, libressl280))] {
    |                  ^^^^^^^
    |
    = 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(ossl110)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl280`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/types.rs:271:27
    |
271 |     if #[cfg(any(ossl110, libressl280))] {
    |                           ^^^^^^^^^^^
    |
    = 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(libressl280)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl280)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/types.rs:273:21
    |
273 |     } else if #[cfg(libressl)] {
    |                     ^^^^^^^^
    |
    = 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(libressl)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/types.rs:332:14
    |
332 |     if #[cfg(ossl110)] {
    |              ^^^^^^^
    |
    = 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(ossl110)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./macros.rs:61:22
    |
61  |             if #[cfg(ossl110)] {
    |                      ^^^^^^^
    |
   ::: /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/types.rs:343:1
    |
343 | stack!(stack_st_X509_ALGOR);
    | --------------------------- 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(ossl110)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `stack` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `ossl110`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/types.rs:350:18
    |
350 |     if #[cfg(any(ossl110, libressl270))] {
    |                  ^^^^^^^
    |
    = 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(ossl110)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl270`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/types.rs:350:27
    |
350 |     if #[cfg(any(ossl110, libressl270))] {
    |                           ^^^^^^^^^^^
    |
    = 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(libressl270)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl270)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/types.rs:388:18
    |
388 |     if #[cfg(any(ossl110, libressl280))] {
    |                  ^^^^^^^
    |
    = 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(ossl110)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl280`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/types.rs:388:27
    |
388 |     if #[cfg(any(ossl110, libressl280))] {
    |                           ^^^^^^^^^^^
    |
    = 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(libressl280)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl280)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl251`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/types.rs:390:21
    |
390 |     } else if #[cfg(libressl251)] {
    |                     ^^^^^^^^^^^
    |
    = 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(libressl251)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl251)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/types.rs:403:21
    |
403 |     } else if #[cfg(libressl)] {
    |                     ^^^^^^^^
    |
    = 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(libressl)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/types.rs:434:18
    |
434 |     if #[cfg(any(ossl110, libressl270))] {
    |                  ^^^^^^^
    |
    = 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(ossl110)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl270`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/types.rs:434:27
    |
434 |     if #[cfg(any(ossl110, libressl270))] {
    |                           ^^^^^^^^^^^
    |
    = 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(libressl270)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl270)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/types.rs:474:18
    |
474 |     if #[cfg(any(ossl110, libressl280))] {
    |                  ^^^^^^^
    |
    = 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(ossl110)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl280`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/types.rs:474:27
    |
474 |     if #[cfg(any(ossl110, libressl280))] {
    |                           ^^^^^^^^^^^
    |
    = 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(libressl280)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl280)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl251`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/types.rs:476:21
    |
476 |     } else if #[cfg(libressl251)] {
    |                     ^^^^^^^^^^^
    |
    = 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(libressl251)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl251)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/types.rs:508:21
    |
508 |     } else if #[cfg(libressl)] {
    |                     ^^^^^^^^
    |
    = 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(libressl)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/types.rs:776:18
    |
776 |     if #[cfg(any(ossl110, libressl280))] {
    |                  ^^^^^^^
    |
    = 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(ossl110)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl280`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/types.rs:776:27
    |
776 |     if #[cfg(any(ossl110, libressl280))] {
    |                           ^^^^^^^^^^^
    |
    = 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(libressl280)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl280)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl251`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/types.rs:778:21
    |
778 |     } else if #[cfg(libressl251)] {
    |                     ^^^^^^^^^^^
    |
    = 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(libressl251)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl251)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/types.rs:795:21
    |
795 |     } else if #[cfg(libressl)] {
    |                     ^^^^^^^^
    |
    = 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(libressl)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/types.rs:1039:18
     |
1039 |     if #[cfg(any(ossl110, libressl350))] {
     |                  ^^^^^^^
     |
     = 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(ossl110)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl350`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/types.rs:1039:27
     |
1039 |     if #[cfg(any(ossl110, libressl350))] {
     |                           ^^^^^^^^^^^
     |
     = 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(libressl350)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl350)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/types.rs:1073:18
     |
1073 |     if #[cfg(any(ossl110, libressl280))] {
     |                  ^^^^^^^
     |
     = 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(ossl110)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl280`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/types.rs:1073:27
     |
1073 |     if #[cfg(any(ossl110, libressl280))] {
     |                           ^^^^^^^^^^^
     |
     = 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(libressl280)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl280)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/types.rs:1075:21
     |
1075 |     } else if #[cfg(libressl)] {
     |                     ^^^^^^^^
     |
     = 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(libressl)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl300`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/types.rs:463:11
    |
463 |     #[cfg(ossl300)]
    |           ^^^^^^^
    |
    = 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(ossl300)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl300)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/x509.rs:650:11
    |
650 | #[cfg(any(ossl110, libressl270))]
    |           ^^^^^^^
    |
    = 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(ossl110)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl270`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/x509.rs:650:20
    |
650 | #[cfg(any(ossl110, libressl270))]
    |                    ^^^^^^^^^^^
    |
    = 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(libressl270)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl270)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./macros.rs:61:22
   |
61 |             if #[cfg(ossl110)] {
   |                      ^^^^^^^
   |
  ::: /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/x509.rs:12:1
   |
12 | stack!(stack_st_X509_NAME_ENTRY);
   | -------------------------------- 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(ossl110)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration
   = note: this warning originates in the macro `stack` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `ossl110`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./macros.rs:61:22
   |
61 |             if #[cfg(ossl110)] {
   |                      ^^^^^^^
   |
  ::: /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/x509.rs:14:1
   |
14 | stack!(stack_st_X509_NAME);
   | -------------------------- 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(ossl110)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration
   = note: this warning originates in the macro `stack` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `ossl110`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./macros.rs:61:22
   |
61 |             if #[cfg(ossl110)] {
   |                      ^^^^^^^
   |
  ::: /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/x509.rs:18:1
   |
18 | stack!(stack_st_X509_EXTENSION);
   | ------------------------------- 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(ossl110)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration
   = note: this warning originates in the macro `stack` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `ossl110`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./macros.rs:61:22
   |
61 |             if #[cfg(ossl110)] {
   |                      ^^^^^^^
   |
  ::: /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/x509.rs:22:1
   |
22 | stack!(stack_st_X509_ATTRIBUTE);
   | ------------------------------- 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(ossl110)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration
   = note: this warning originates in the macro `stack` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `ossl110`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/x509.rs:25:18
   |
25 |     if #[cfg(any(ossl110, libressl350))] {
   |                  ^^^^^^^
   |
   = 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(ossl110)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl350`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/x509.rs:25:27
   |
25 |     if #[cfg(any(ossl110, libressl350))] {
   |                           ^^^^^^^^^^^
   |
   = 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(libressl350)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl350)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/x509.rs:40:18
   |
40 |     if #[cfg(any(ossl110, libressl350))] {
   |                  ^^^^^^^
   |
   = 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(ossl110)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl350`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/x509.rs:40:27
   |
40 |     if #[cfg(any(ossl110, libressl350))] {
   |                           ^^^^^^^^^^^
   |
   = 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(libressl350)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl350)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./macros.rs:61:22
   |
61 |             if #[cfg(ossl110)] {
   |                      ^^^^^^^
   |
  ::: /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/x509.rs:64:1
   |
64 | stack!(stack_st_X509_CRL);
   | ------------------------- 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(ossl110)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration
   = note: this warning originates in the macro `stack` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `ossl110`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/x509.rs:67:18
   |
67 |     if #[cfg(any(ossl110, libressl350))] {
   |                  ^^^^^^^
   |
   = 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(ossl110)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl350`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/x509.rs:67:27
   |
67 |     if #[cfg(any(ossl110, libressl350))] {
   |                           ^^^^^^^^^^^
   |
   = 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(libressl350)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl350)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/x509.rs:85:18
   |
85 |     if #[cfg(any(ossl110, libressl350))] {
   |                  ^^^^^^^
   |
   = 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(ossl110)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl350`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/x509.rs:85:27
   |
85 |     if #[cfg(any(ossl110, libressl350))] {
   |                           ^^^^^^^^^^^
   |
   = 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(libressl350)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl350)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./macros.rs:61:22
    |
61  |             if #[cfg(ossl110)] {
    |                      ^^^^^^^
    |
   ::: /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/x509.rs:100:1
    |
100 | stack!(stack_st_X509_REVOKED);
    | ----------------------------- 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(ossl110)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `stack` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `ossl110`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/x509.rs:103:18
    |
103 |     if #[cfg(any(ossl110, libressl350))] {
    |                  ^^^^^^^
    |
    = 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(ossl110)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl350`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/x509.rs:103:27
    |
103 |     if #[cfg(any(ossl110, libressl350))] {
    |                           ^^^^^^^^^^^
    |
    = 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(libressl350)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl350)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/x509.rs:117:18
    |
117 |     if #[cfg(any(ossl110, libressl350))] {
    |                  ^^^^^^^
    |
    = 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(ossl110)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl350`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/x509.rs:117:27
    |
117 |     if #[cfg(any(ossl110, libressl350))] {
    |                           ^^^^^^^^^^^
    |
    = 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(libressl350)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl350)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./macros.rs:61:22
    |
61  |             if #[cfg(ossl110)] {
    |                      ^^^^^^^
    |
   ::: /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/x509.rs:137:1
    |
137 | stack!(stack_st_X509);
    | --------------------- 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(ossl110)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `stack` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `ossl110`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./macros.rs:61:22
    |
61  |             if #[cfg(ossl110)] {
    |                      ^^^^^^^
    |
   ::: /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/x509.rs:139:1
    |
139 | stack!(stack_st_X509_OBJECT);
    | ---------------------------- 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(ossl110)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `stack` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `ossl110`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./macros.rs:61:22
    |
61  |             if #[cfg(ossl110)] {
    |                      ^^^^^^^
    |
   ::: /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/x509.rs:141:1
    |
141 | stack!(stack_st_X509_LOOKUP);
    | ---------------------------- 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(ossl110)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `stack` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `ossl110`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/x509.rs:332:18
    |
332 |     if #[cfg(any(ossl110, libressl350))] {
    |                  ^^^^^^^
    |
    = 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(ossl110)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl350`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/x509.rs:332:27
    |
332 |     if #[cfg(any(ossl110, libressl350))] {
    |                           ^^^^^^^^^^^
    |
    = 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(libressl350)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl350)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/x509.rs:466:18
    |
466 |     if #[cfg(any(ossl110, libressl270))] {
    |                  ^^^^^^^
    |
    = 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(ossl110)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl270`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/x509.rs:466:27
    |
466 |     if #[cfg(any(ossl110, libressl270))] {
    |                           ^^^^^^^^^^^
    |
    = 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(libressl270)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl270)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/x509.rs:656:18
    |
656 |     if #[cfg(any(ossl110, libressl350))] {
    |                  ^^^^^^^
    |
    = 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(ossl110)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl350`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/x509.rs:656:27
    |
656 |     if #[cfg(any(ossl110, libressl350))] {
    |                           ^^^^^^^^^^^
    |
    = 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(libressl350)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl350)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl300`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/x509.rs:160:60
    |
160 |         pub fn i2d_X509_bio(b: *mut BIO, x: #[const_ptr_if(ossl300)] X509) -> c_int;
    |                                                            ^^^^^^^
    |
    = 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(ossl300)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl300)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl300`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/x509.rs:161:64
    |
161 |         pub fn i2d_X509_REQ_bio(b: *mut BIO, x: #[const_ptr_if(ossl300)] X509_REQ) -> c_int;
    |                                                                ^^^^^^^
    |
    = 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(ossl300)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl300)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl300`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/x509.rs:162:66
    |
162 |         pub fn i2d_PrivateKey_bio(b: *mut BIO, x: #[const_ptr_if(ossl300)] EVP_PKEY) -> c_int;
    |                                                                  ^^^^^^^
    |
    = 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(ossl300)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl300)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl300`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/x509.rs:163:62
    |
163 |         pub fn i2d_PUBKEY_bio(b: *mut BIO, x: #[const_ptr_if(ossl300)] EVP_PKEY) -> c_int;
    |                                                              ^^^^^^^
    |
    = 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(ossl300)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl300)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl300`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/x509.rs:165:45
    |
165 |         pub fn i2d_PUBKEY(k: #[const_ptr_if(ossl300)] EVP_PKEY, buf: *mut *mut u8) -> c_int;
    |                                             ^^^^^^^
    |
    = 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(ossl300)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl300)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl300`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/x509.rs:166:49
    |
166 |         pub fn i2d_RSA_PUBKEY(k: #[const_ptr_if(ossl300)] RSA, buf: *mut *mut u8) -> c_int;
    |                                                 ^^^^^^^
    |
    = 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(ossl300)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl300)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl300`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/x509.rs:167:49
    |
167 |         pub fn i2d_DSA_PUBKEY(a: #[const_ptr_if(ossl300)] DSA, pp: *mut *mut c_uchar) -> c_int;
    |                                                 ^^^^^^^
    |
    = 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(ossl300)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl300)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl300`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/x509.rs:168:49
    |
168 |         pub fn i2d_PrivateKey(k: #[const_ptr_if(ossl300)] EVP_PKEY, buf: *mut *mut u8) -> c_int;
    |                                                 ^^^^^^^
    |
    = 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(ossl300)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl300)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl300`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/x509.rs:169:56
    |
169 |         pub fn i2d_ECPrivateKey(ec_key: #[const_ptr_if(ossl300)] EC_KEY, pp: *mut *mut c_uchar) -> c_int;
    |                                                        ^^^^^^^
    |
    = 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(ossl300)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl300)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl300`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/x509.rs:170:48
    |
170 |         pub fn i2d_EC_PUBKEY(a: #[const_ptr_if(ossl300)] EC_KEY, pp: *mut *mut c_uchar) -> c_int;
    |                                                ^^^^^^^
    |
    = 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(ossl300)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl300)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/x509.rs:197:37
    |
197 |             alg: #[const_ptr_if(any(ossl110, libressl350))] X509_ALGOR,
    |                                     ^^^^^^^
    |
    = 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(ossl110)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl350`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/x509.rs:197:46
    |
197 |             alg: #[const_ptr_if(any(ossl110, libressl350))] X509_ALGOR,
    |                                              ^^^^^^^^^^^
    |
    = 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(libressl350)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl350)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/x509.rs:196:44
    |
196 |             ppval: *mut #[const_ptr_if(any(ossl110, libressl350))] c_void,
    |                                            ^^^^^^^
    |
    = 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(ossl110)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl350`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/x509.rs:196:53
    |
196 |             ppval: *mut #[const_ptr_if(any(ossl110, libressl350))] c_void,
    |                                                     ^^^^^^^^^^^
    |
    = 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(libressl350)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl350)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/x509.rs:194:44
    |
194 |             paobj: *mut #[const_ptr_if(any(ossl110, libressl350))] ASN1_OBJECT,
    |                                            ^^^^^^^
    |
    = 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(ossl110)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl350`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/x509.rs:194:53
    |
194 |             paobj: *mut #[const_ptr_if(any(ossl110, libressl350))] ASN1_OBJECT,
    |                                                     ^^^^^^^^^^^
    |
    = 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(libressl350)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl350)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl102`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/x509.rs:192:19
    |
192 |         #[cfg(any(ossl102, libressl350))]
    |                   ^^^^^^^
    |
    = 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(ossl102)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl102)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl350`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/x509.rs:192:28
    |
192 |         #[cfg(any(ossl102, libressl350))]
    |                            ^^^^^^^^^^^
    |
    = 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(libressl350)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl350)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl300`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/x509.rs:215:53
    |
215 |         pub fn X509_REVOKED_dup(rev: #[const_ptr_if(ossl300)] X509_REVOKED) -> *mut X509_REVOKED;
    |                                                     ^^^^^^^
    |
    = 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(ossl300)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl300)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/x509.rs:214:19
    |
214 |         #[cfg(any(ossl110, libressl270))]
    |                   ^^^^^^^
    |
    = 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(ossl110)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl270`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/x509.rs:214:28
    |
214 |         #[cfg(any(ossl110, libressl270))]
    |                            ^^^^^^^^^^^
    |
    = 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(libressl270)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl270)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl300`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/x509.rs:228:51
    |
228 |         pub fn i2d_X509_REVOKED(x: #[const_ptr_if(ossl300)] X509_REVOKED, buf: *mut *mut u8) -> c_int;
    |                                                   ^^^^^^^
    |
    = 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(ossl300)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl300)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl300`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/x509.rs:242:47
    |
242 |         pub fn i2d_X509_CRL(x: #[const_ptr_if(ossl300)] X509_CRL, buf: *mut *mut u8) -> c_int;
    |                                               ^^^^^^^
    |
    = 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(ossl300)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl300)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl300`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/x509.rs:244:47
    |
244 |         pub fn X509_CRL_dup(x: #[const_ptr_if(ossl300)] X509_CRL) -> *mut X509_CRL;
    |                                               ^^^^^^^
    |
    = 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(ossl300)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl300)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/x509.rs:243:19
    |
243 |         #[cfg(any(ossl110, libressl270))]
    |                   ^^^^^^^
    |
    = 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(ossl110)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl270`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/x509.rs:243:28
    |
243 |         #[cfg(any(ossl110, libressl270))]
    |                            ^^^^^^^^^^^
    |
    = 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(libressl270)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl270)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl300`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/x509.rs:259:47
    |
259 |         pub fn i2d_X509_REQ(x: #[const_ptr_if(ossl300)] X509_REQ, buf: *mut *mut u8) -> c_int;
    |                                               ^^^^^^^
    |
    = 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(ossl300)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl300)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/x509.rs:264:43
    |
264 |             palg: *mut #[const_ptr_if(any(ossl110, libressl273))] X509_ALGOR,
    |                                           ^^^^^^^
    |
    = 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(ossl110)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl273`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/x509.rs:264:52
    |
264 |             palg: *mut #[const_ptr_if(any(ossl110, libressl273))] X509_ALGOR,
    |                                                    ^^^^^^^^^^^
    |
    = 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(libressl273)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl273)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/x509.rs:263:43
    |
263 |             psig: *mut #[const_ptr_if(any(ossl110, libressl273))] ASN1_BIT_STRING,
    |                                           ^^^^^^^
    |
    = 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(ossl110)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl273`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/x509.rs:263:52
    |
263 |             psig: *mut #[const_ptr_if(any(ossl110, libressl273))] ASN1_BIT_STRING,
    |                                                    ^^^^^^^^^^^
    |
    = 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(libressl273)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl273)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl102`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/x509.rs:261:19
    |
261 |         #[cfg(any(ossl102, libressl273))]
    |                   ^^^^^^^
    |
    = 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(ossl102)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl102)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl273`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/x509.rs:261:28
    |
261 |         #[cfg(any(ossl102, libressl273))]
    |                            ^^^^^^^^^^^
    |
    = 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(libressl273)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl273)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl300`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/x509.rs:269:47
    |
269 |         pub fn X509_REQ_dup(x: #[const_ptr_if(ossl300)] X509_REQ) -> *mut X509_REQ;
    |                                               ^^^^^^^
    |
    = 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(ossl300)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl300)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/x509.rs:268:19
    |
268 |         #[cfg(any(ossl110, libressl270))]
    |                   ^^^^^^^
    |
    = 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(ossl110)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl270`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/x509.rs:268:28
    |
268 |         #[cfg(any(ossl110, libressl270))]
    |                            ^^^^^^^^^^^
    |
    = 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(libressl270)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl270)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl102`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/x509.rs:273:11
    |
273 |     #[cfg(ossl102)]
    |           ^^^^^^^
    |
    = 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(ossl102)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl102)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl300`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/x509.rs:289:43
    |
289 |         pub fn i2d_X509(x: #[const_ptr_if(ossl300)] X509, buf: *mut *mut u8) -> c_int;
    |                                           ^^^^^^^
    |
    = 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(ossl300)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl300)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl300`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/x509.rs:291:48
    |
291 |         pub fn X509_NAME_dup(x: #[const_ptr_if(ossl300)] X509_NAME) -> *mut X509_NAME;
    |                                                ^^^^^^^
    |
    = 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(ossl300)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl300)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/x509.rs:290:19
    |
290 |         #[cfg(any(ossl110, libressl270))]
    |                   ^^^^^^^
    |
    = 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(ossl110)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl270`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/x509.rs:290:28
    |
290 |         #[cfg(any(ossl110, libressl270))]
    |                            ^^^^^^^^^^^
    |
    = 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(libressl270)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl270)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl300`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/x509.rs:293:43
    |
293 |         pub fn X509_dup(x: #[const_ptr_if(ossl300)] X509) -> *mut X509;
    |                                           ^^^^^^^
    |
    = 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(ossl300)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl300)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/x509.rs:292:19
    |
292 |         #[cfg(any(ossl110, libressl270))]
    |                   ^^^^^^^
    |
    = 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(ossl110)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl270`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/x509.rs:292:28
    |
292 |         #[cfg(any(ossl110, libressl270))]
    |                            ^^^^^^^^^^^
    |
    = 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(libressl270)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl270)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/x509.rs:297:36
    |
297 |             ne: #[const_ptr_if(any(ossl110, libressl))] X509_NAME_ENTRY,
    |                                    ^^^^^^^
    |
    = 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(ossl110)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/x509.rs:297:45
    |
297 |             ne: #[const_ptr_if(any(ossl110, libressl))] X509_NAME_ENTRY,
    |                                             ^^^^^^^^
    |
    = 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(libressl)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl101`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/x509.rs:294:19
    |
294 |         #[cfg(any(ossl101, libressl350))]
    |                   ^^^^^^^
    |
    = 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(ossl101)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl101)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl350`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/x509.rs:294:28
    |
294 |         #[cfg(any(ossl101, libressl350))]
    |                            ^^^^^^^^^^^
    |
    = 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(libressl350)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl350)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/x509.rs:310:11
    |
310 |     #[cfg(ossl110)]
    |           ^^^^^^^
    |
    = 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(ossl110)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl300`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/x509.rs:317:72
    |
317 |         pub fn X509_set_issuer_name(x: *mut X509, name: #[const_ptr_if(ossl300)] X509_NAME) -> c_int;
    |                                                                        ^^^^^^^
    |
    = 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(ossl300)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl300)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/x509.rs:326:59
    |
326 |         pub fn X509_get_issuer_name(x: #[const_ptr_if(any(ossl110, libressl280))] X509) -> *mut X509_NAME;
    |                                                           ^^^^^^^
    |
    = 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(ossl110)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl280`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/x509.rs:326:68
    |
326 |         pub fn X509_get_issuer_name(x: #[const_ptr_if(any(ossl110, libressl280))] X509) -> *mut X509_NAME;
    |                                                                    ^^^^^^^^^^^
    |
    = 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(libressl280)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl280)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl300`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/x509.rs:327:73
    |
327 |         pub fn X509_set_subject_name(x: *mut X509, name: #[const_ptr_if(ossl300)] X509_NAME) -> c_int;
    |                                                                         ^^^^^^^
    |
    = 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(ossl300)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl300)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/x509.rs:328:60
    |
328 |         pub fn X509_get_subject_name(x: #[const_ptr_if(any(ossl110, libressl280))] X509) -> *mut X509_NAME;
    |                                                            ^^^^^^^
    |
    = 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(ossl110)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl280`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/x509.rs:328:69
    |
328 |         pub fn X509_get_subject_name(x: #[const_ptr_if(any(ossl110, libressl280))] X509) -> *mut X509_NAME;
    |                                                                     ^^^^^^^^^^^
    |
    = 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(libressl280)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl280)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/x509.rs:345:15
    |
345 |     #[cfg(any(ossl110, libressl350))]
    |               ^^^^^^^
    |
    = 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(ossl110)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl350`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/x509.rs:345:24
    |
345 |     #[cfg(any(ossl110, libressl350))]
    |                        ^^^^^^^^^^^
    |
    = 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(libressl350)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl350)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/x509.rs:348:15
    |
348 |     #[cfg(any(ossl110, libressl350))]
    |               ^^^^^^^
    |
    = 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(ossl110)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl350`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/x509.rs:348:24
    |
348 |     #[cfg(any(ossl110, libressl350))]
    |                        ^^^^^^^^^^^
    |
    = 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(libressl350)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl350)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl300`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/x509.rs:353:83
    |
353 |         pub fn X509_REQ_set_subject_name(req: *mut X509_REQ, name: #[const_ptr_if(ossl300)] X509_NAME) -> c_int;
    |                                                                                   ^^^^^^^
    |
    = 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(ossl300)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl300)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl300`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/x509.rs:363:81
    |
363 |         pub fn X509_REQ_add_extensions(req: *mut X509_REQ, exts: #[const_ptr_if(ossl300)] stack_st_X509_EXTENSION)
    |                                                                                 ^^^^^^^
    |
    = 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(ossl300)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl300)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/x509.rs:397:15
    |
397 |     #[cfg(any(ossl110, libressl273))]
    |               ^^^^^^^
    |
    = 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(ossl110)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl273`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/x509.rs:397:24
    |
397 |     #[cfg(any(ossl110, libressl273))]
    |                        ^^^^^^^^^^^
    |
    = 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(libressl273)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl273)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/x509.rs:399:15
    |
399 |     #[cfg(any(ossl110, libressl273))]
    |               ^^^^^^^
    |
    = 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(ossl110)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl273`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/x509.rs:399:24
    |
399 |     #[cfg(any(ossl110, libressl273))]
    |                        ^^^^^^^^^^^
    |
    = 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(libressl273)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl273)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/x509.rs:401:15
    |
401 |     #[cfg(any(ossl110, libressl273))]
    |               ^^^^^^^
    |
    = 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(ossl110)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl273`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/x509.rs:401:24
    |
401 |     #[cfg(any(ossl110, libressl273))]
    |                        ^^^^^^^^^^^
    |
    = 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(libressl273)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl273)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/x509.rs:404:15
    |
404 |     #[cfg(any(ossl110, libressl270))]
    |               ^^^^^^^
    |
    = 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(ossl110)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl270`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/x509.rs:404:24
    |
404 |     #[cfg(any(ossl110, libressl270))]
    |                        ^^^^^^^^^^^
    |
    = 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(libressl270)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl270)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/x509.rs:406:15
    |
406 |     #[cfg(any(ossl110, libressl270))]
    |               ^^^^^^^
    |
    = 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(ossl110)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl270`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/x509.rs:406:24
    |
406 |     #[cfg(any(ossl110, libressl270))]
    |                        ^^^^^^^^^^^
    |
    = 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(libressl270)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl270)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/x509.rs:408:15
    |
408 |     #[cfg(any(ossl110, libressl270))]
    |               ^^^^^^^
    |
    = 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(ossl110)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl270`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/x509.rs:408:24
    |
408 |     #[cfg(any(ossl110, libressl270))]
    |                        ^^^^^^^^^^^
    |
    = 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(libressl270)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl270)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl300`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/x509.rs:433:36
    |
433 |             serial: #[const_ptr_if(ossl300)] ASN1_INTEGER,
    |                                    ^^^^^^^
    |
    = 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(ossl300)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl300)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/x509.rs:439:15
    |
439 |     #[cfg(any(ossl110, libressl281))]
    |               ^^^^^^^
    |
    = 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(ossl110)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl281`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/x509.rs:439:24
    |
439 |     #[cfg(any(ossl110, libressl281))]
    |                        ^^^^^^^^^^^
    |
    = 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(libressl281)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl281)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/x509.rs:441:15
    |
441 |     #[cfg(any(ossl110, libressl281))]
    |               ^^^^^^^
    |
    = 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(ossl110)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl281`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/x509.rs:441:24
    |
441 |     #[cfg(any(ossl110, libressl281))]
    |                        ^^^^^^^^^^^
    |
    = 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(libressl281)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl281)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/x509.rs:443:15
    |
443 |     #[cfg(any(ossl110, libressl281))]
    |               ^^^^^^^
    |
    = 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(ossl110)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl281`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/x509.rs:443:24
    |
443 |     #[cfg(any(ossl110, libressl281))]
    |                        ^^^^^^^^^^^
    |
    = 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(libressl281)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl281)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/x509.rs:445:15
    |
445 |     #[cfg(any(ossl110, libressl281))]
    |               ^^^^^^^
    |
    = 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(ossl110)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl281`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/x509.rs:445:24
    |
445 |     #[cfg(any(ossl110, libressl281))]
    |                        ^^^^^^^^^^^
    |
    = 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(libressl281)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl281)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/x509.rs:448:11
    |
448 |     #[cfg(ossl110)]
    |           ^^^^^^^
    |
    = 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(ossl110)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl300`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/x509.rs:455:82
    |
455 |         pub fn X509_CRL_set_issuer_name(crl: *mut X509_CRL, name: #[const_ptr_if(ossl300)] X509_NAME) -> c_int;
    |                                                                                  ^^^^^^^
    |
    = 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(ossl300)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl300)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/x509.rs:461:15
    |
461 |     #[cfg(any(ossl110, libressl270))]
    |               ^^^^^^^
    |
    = 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(ossl110)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl270`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/x509.rs:461:24
    |
461 |     #[cfg(any(ossl110, libressl270))]
    |                        ^^^^^^^^^^^
    |
    = 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(libressl270)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl270)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/x509.rs:482:60
    |
482 |         pub fn X509_NAME_entry_count(n: #[const_ptr_if(any(ossl110, libressl280))] X509_NAME) -> c_int;
    |                                                            ^^^^^^^
    |
    = 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(ossl110)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl280`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/x509.rs:482:69
    |
482 |         pub fn X509_NAME_entry_count(n: #[const_ptr_if(any(ossl110, libressl280))] X509_NAME) -> c_int;
    |                                                                     ^^^^^^^^^^^
    |
    = 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(libressl280)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl280)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl300`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/x509.rs:483:65
    |
483 |         pub fn X509_NAME_get_index_by_NID(n: #[const_ptr_if(any(ossl300, libressl280))] X509_NAME, nid: c_int, last_pos: c_int) -> c_int;
    |                                                                 ^^^^^^^
    |
    = 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(ossl300)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl300)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl280`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/x509.rs:483:74
    |
483 |         pub fn X509_NAME_get_index_by_NID(n: #[const_ptr_if(any(ossl300, libressl280))] X509_NAME, nid: c_int, last_pos: c_int) -> c_int;
    |                                                                          ^^^^^^^^^^^
    |
    = 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(libressl280)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl280)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/x509.rs:484:58
    |
484 |         pub fn X509_NAME_get_entry(n: #[const_ptr_if(any(ossl110, libressl280))] X509_NAME, loc: c_int) -> *mut X509_NAME_ENTRY;
    |                                                          ^^^^^^^
    |
    = 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(ossl110)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl280`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/x509.rs:484:67
    |
484 |         pub fn X509_NAME_get_entry(n: #[const_ptr_if(any(ossl110, libressl280))] X509_NAME, loc: c_int) -> *mut X509_NAME_ENTRY;
    |                                                                   ^^^^^^^^^^^
    |
    = 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(libressl280)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl280)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/x509.rs:489:39
    |
489 |             bytes: #[const_ptr_if(any(ossl110, libressl280))] c_uchar,
    |                                       ^^^^^^^
    |
    = 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(ossl110)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl280`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/x509.rs:489:48
    |
489 |             bytes: #[const_ptr_if(any(ossl110, libressl280))] c_uchar,
    |                                                ^^^^^^^^^^^
    |
    = 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(libressl280)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl280)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl300`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/x509.rs:494:48
    |
494 |         pub fn i2d_X509_NAME(n: #[const_ptr_if(ossl300)] X509_NAME, buf: *mut *mut u8) -> c_int;
    |                                                ^^^^^^^
    |
    = 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(ossl300)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl300)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/x509.rs:495:66
    |
495 |         pub fn X509_NAME_ENTRY_get_object(ne: #[const_ptr_if(any(ossl110, libressl280))] X509_NAME_ENTRY) -> *mut ASN1_OBJECT;
    |                                                                  ^^^^^^^
    |
    = 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(ossl110)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl280`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/x509.rs:495:75
    |
495 |         pub fn X509_NAME_ENTRY_get_object(ne: #[const_ptr_if(any(ossl110, libressl280))] X509_NAME_ENTRY) -> *mut ASN1_OBJECT;
    |                                                                           ^^^^^^^^^^^
    |
    = 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(libressl280)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl280)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/x509.rs:496:64
    |
496 |         pub fn X509_NAME_ENTRY_get_data(ne: #[const_ptr_if(any(ossl110, libressl280))] X509_NAME_ENTRY) -> *mut ASN1_STRING;
    |                                                                ^^^^^^^
    |
    = 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(ossl110)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl280`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/x509.rs:496:73
    |
496 |         pub fn X509_NAME_ENTRY_get_data(ne: #[const_ptr_if(any(ossl110, libressl280))] X509_NAME_ENTRY) -> *mut ASN1_STRING;
    |                                                                         ^^^^^^^^^^^
    |
    = 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(libressl280)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl280)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl300`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/x509.rs:588:55
    |
588 |         pub fn i2d_X509_EXTENSION(ext: #[const_ptr_if(ossl300)] X509_EXTENSION, pp: *mut *mut c_uchar) -> c_int;
    |                                                       ^^^^^^^
    |
    = 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(ossl300)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl300)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/x509.rs:595:57
    |
595 |         pub fn X509_get_ext_count(x: #[const_ptr_if(any(ossl110, libressl280))] X509) -> c_int;
    |                                                         ^^^^^^^
    |
    = 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(ossl110)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl280`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/x509.rs:595:66
    |
595 |         pub fn X509_get_ext_count(x: #[const_ptr_if(any(ossl110, libressl280))] X509) -> c_int;
    |                                                                  ^^^^^^^^^^^
    |
    = 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(libressl280)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl280)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/x509.rs:596:58
    |
596 |         pub fn X509_get_ext_by_NID(x: #[const_ptr_if(any(ossl110, libressl280))] X509, nid: c_int, lastpos: c_int) -> c_int;
    |                                                          ^^^^^^^
    |
    = 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(ossl110)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl280`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/x509.rs:596:67
    |
596 |         pub fn X509_get_ext_by_NID(x: #[const_ptr_if(any(ossl110, libressl280))] X509, nid: c_int, lastpos: c_int) -> c_int;
    |                                                                   ^^^^^^^^^^^
    |
    = 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(libressl280)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl280)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/x509.rs:597:112
    |
597 | ...   pub fn X509_get_ext_by_OBJ(x: #[const_ptr_if(any(ossl110, libressl280))] X509, obj: #[const_ptr_if(any(ossl110, libressl280))] ASN1...
    |                                                                                                              ^^^^^^^
    |
    = 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(ossl110)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl280`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/x509.rs:597:121
    |
597 | ...   pub fn X509_get_ext_by_OBJ(x: #[const_ptr_if(any(ossl110, libressl280))] X509, obj: #[const_ptr_if(any(ossl110, libressl280))] ASN1...
    |                                                                                                                       ^^^^^^^^^^^
    |
    = 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(libressl280)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl280)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/x509.rs:597:58
    |
597 | ...   pub fn X509_get_ext_by_OBJ(x: #[const_ptr_if(any(ossl110, libressl280))] X509, obj: #[const_ptr_if(any(ossl110, libressl280))] ASN1...
    |                                                        ^^^^^^^
    |
    = 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(ossl110)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl280`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/x509.rs:597:67
    |
597 | ...   pub fn X509_get_ext_by_OBJ(x: #[const_ptr_if(any(ossl110, libressl280))] X509, obj: #[const_ptr_if(any(ossl110, libressl280))] ASN1...
    |                                                                 ^^^^^^^^^^^
    |
    = 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(libressl280)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl280)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/x509.rs:598:63
    |
598 |         pub fn X509_get_ext_by_critical(x: #[const_ptr_if(any(ossl110, libressl280))] X509, crit: c_int, lastpos: c_int) -> c_int;
    |                                                               ^^^^^^^
    |
    = 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(ossl110)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl280`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/x509.rs:598:72
    |
598 |         pub fn X509_get_ext_by_critical(x: #[const_ptr_if(any(ossl110, libressl280))] X509, crit: c_int, lastpos: c_int) -> c_int;
    |                                                                        ^^^^^^^^^^^
    |
    = 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(libressl280)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl280)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/x509.rs:599:51
    |
599 |         pub fn X509_get_ext(x: #[const_ptr_if(any(ossl110, libressl280))] X509, loc: c_int) -> *mut X509_EXTENSION;
    |                                                   ^^^^^^^
    |
    = 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(ossl110)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl280`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/x509.rs:599:60
    |
599 |         pub fn X509_get_ext(x: #[const_ptr_if(any(ossl110, libressl280))] X509, loc: c_int) -> *mut X509_EXTENSION;
    |                                                            ^^^^^^^^^^^
    |
    = 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(libressl280)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl280)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/x509.rs:601:35
    |
601 |             x: #[const_ptr_if(any(ossl110, libressl280))] X509,
    |                                   ^^^^^^^
    |
    = 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(ossl110)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl280`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/x509.rs:601:44
    |
601 |             x: #[const_ptr_if(any(ossl110, libressl280))] X509,
    |                                            ^^^^^^^^^^^
    |
    = 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(libressl280)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl280)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/x509.rs:607:61
    |
607 |         pub fn X509_CRL_get_ext_count(x: #[const_ptr_if(any(ossl110, libressl280))] X509_CRL) -> c_int;
    |                                                             ^^^^^^^
    |
    = 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(ossl110)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl280`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/x509.rs:607:70
    |
607 |         pub fn X509_CRL_get_ext_count(x: #[const_ptr_if(any(ossl110, libressl280))] X509_CRL) -> c_int;
    |                                                                      ^^^^^^^^^^^
    |
    = 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(libressl280)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl280)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/x509.rs:608:62
    |
608 |         pub fn X509_CRL_get_ext_by_NID(x: #[const_ptr_if(any(ossl110, libressl280))] X509_CRL, nid: c_int, lastpos: c_int) -> c_int;
    |                                                              ^^^^^^^
    |
    = 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(ossl110)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl280`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/x509.rs:608:71
    |
608 |         pub fn X509_CRL_get_ext_by_NID(x: #[const_ptr_if(any(ossl110, libressl280))] X509_CRL, nid: c_int, lastpos: c_int) -> c_int;
    |                                                                       ^^^^^^^^^^^
    |
    = 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(libressl280)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl280)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/x509.rs:609:120
    |
609 | ...   pub fn X509_CRL_get_ext_by_OBJ(x: #[const_ptr_if(any(ossl110, libressl280))] X509_CRL, obj: #[const_ptr_if(any(ossl110, libressl280...
    |                                                                                                                      ^^^^^^^
    |
    = 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(ossl110)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl280`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/x509.rs:609:129
    |
609 | ...0, libressl280))] X509_CRL, obj: #[const_ptr_if(any(ossl110, libressl280))] ASN1_OBJECT, lastpos: c_int) -> c_int;
    |                                                                 ^^^^^^^^^^^
    |
    = 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(libressl280)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl280)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/x509.rs:609:62
    |
609 | ...   pub fn X509_CRL_get_ext_by_OBJ(x: #[const_ptr_if(any(ossl110, libressl280))] X509_CRL, obj: #[const_ptr_if(any(ossl110, libressl280...
    |                                                            ^^^^^^^
    |
    = 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(ossl110)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl280`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/x509.rs:609:71
    |
609 | ...   pub fn X509_CRL_get_ext_by_OBJ(x: #[const_ptr_if(any(ossl110, libressl280))] X509_CRL, obj: #[const_ptr_if(any(ossl110, libressl280...
    |                                                                     ^^^^^^^^^^^
    |
    = 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(libressl280)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl280)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/x509.rs:610:67
    |
610 |         pub fn X509_CRL_get_ext_by_critical(x: #[const_ptr_if(any(ossl110, libressl280))] X509_CRL, crit: c_int, lastpos: c_int) -> c_int;
    |                                                                   ^^^^^^^
    |
    = 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(ossl110)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl280`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/x509.rs:610:76
    |
610 |         pub fn X509_CRL_get_ext_by_critical(x: #[const_ptr_if(any(ossl110, libressl280))] X509_CRL, crit: c_int, lastpos: c_int) -> c_int;
    |                                                                            ^^^^^^^^^^^
    |
    = 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(libressl280)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl280)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/x509.rs:611:55
    |
611 |         pub fn X509_CRL_get_ext(x: #[const_ptr_if(any(ossl110, libressl280))] X509_CRL, loc: c_int) -> *mut X509_EXTENSION;
    |                                                       ^^^^^^^
    |
    = 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(ossl110)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl280`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/x509.rs:611:64
    |
611 |         pub fn X509_CRL_get_ext(x: #[const_ptr_if(any(ossl110, libressl280))] X509_CRL, loc: c_int) -> *mut X509_EXTENSION;
    |                                                                ^^^^^^^^^^^
    |
    = 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(libressl280)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl280)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/x509.rs:613:35
    |
613 |             x: #[const_ptr_if(any(ossl110, libressl280))] X509_CRL,
    |                                   ^^^^^^^
    |
    = 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(ossl110)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl280`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/x509.rs:613:44
    |
613 |             x: #[const_ptr_if(any(ossl110, libressl280))] X509_CRL,
    |                                            ^^^^^^^^^^^
    |
    = 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(libressl280)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl280)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/x509.rs:619:65
    |
619 |         pub fn X509_REVOKED_get_ext_count(x: #[const_ptr_if(any(ossl110, libressl280))] X509_REVOKED) -> c_int;
    |                                                                 ^^^^^^^
    |
    = 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(ossl110)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl280`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/x509.rs:619:74
    |
619 |         pub fn X509_REVOKED_get_ext_count(x: #[const_ptr_if(any(ossl110, libressl280))] X509_REVOKED) -> c_int;
    |                                                                          ^^^^^^^^^^^
    |
    = 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(libressl280)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl280)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/x509.rs:620:66
    |
620 |         pub fn X509_REVOKED_get_ext_by_NID(x: #[const_ptr_if(any(ossl110, libressl280))] X509_REVOKED, nid: c_int, lastpos: c_int) -> c_int;
    |                                                                  ^^^^^^^
    |
    = 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(ossl110)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl280`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/x509.rs:620:75
    |
620 |         pub fn X509_REVOKED_get_ext_by_NID(x: #[const_ptr_if(any(ossl110, libressl280))] X509_REVOKED, nid: c_int, lastpos: c_int) -> c_int;
    |                                                                           ^^^^^^^^^^^
    |
    = 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(libressl280)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl280)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/x509.rs:621:128
    |
621 | ...   pub fn X509_REVOKED_get_ext_by_OBJ(x: #[const_ptr_if(any(ossl110, libressl280))] X509_REVOKED, obj: #[const_ptr_if(any(ossl110, lib...
    |                                                                                                                              ^^^^^^^
    |
    = 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(ossl110)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl280`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/x509.rs:621:137
    |
621 | ...ibressl280))] X509_REVOKED, obj: #[const_ptr_if(any(ossl110, libressl280))] ASN1_OBJECT, lastpos: c_int) -> c_int;
    |                                                                 ^^^^^^^^^^^
    |
    = 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(libressl280)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl280)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/x509.rs:621:66
    |
621 | ...   pub fn X509_REVOKED_get_ext_by_OBJ(x: #[const_ptr_if(any(ossl110, libressl280))] X509_REVOKED, obj: #[const_ptr_if(any(ossl110, lib...
    |                                                                ^^^^^^^
    |
    = 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(ossl110)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl280`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/x509.rs:621:75
    |
621 | ...   pub fn X509_REVOKED_get_ext_by_OBJ(x: #[const_ptr_if(any(ossl110, libressl280))] X509_REVOKED, obj: #[const_ptr_if(any(ossl110, lib...
    |                                                                         ^^^^^^^^^^^
    |
    = 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(libressl280)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl280)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/x509.rs:622:71
    |
622 | ...   pub fn X509_REVOKED_get_ext_by_critical(x: #[const_ptr_if(any(ossl110, libressl280))] X509_REVOKED, crit: c_int, lastpos: c_int) ->...
    |                                                                     ^^^^^^^
    |
    = 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(ossl110)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl280`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/x509.rs:622:80
    |
622 | ...   pub fn X509_REVOKED_get_ext_by_critical(x: #[const_ptr_if(any(ossl110, libressl280))] X509_REVOKED, crit: c_int, lastpos: c_int) ->...
    |                                                                              ^^^^^^^^^^^
    |
    = 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(libressl280)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl280)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/x509.rs:623:59
    |
623 |         pub fn X509_REVOKED_get_ext(x: #[const_ptr_if(any(ossl110, libressl280))] X509_REVOKED, loc: c_int) -> *mut X509_EXTENSION;
    |                                                           ^^^^^^^
    |
    = 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(ossl110)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl280`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/x509.rs:623:68
    |
623 |         pub fn X509_REVOKED_get_ext(x: #[const_ptr_if(any(ossl110, libressl280))] X509_REVOKED, loc: c_int) -> *mut X509_EXTENSION;
    |                                                                    ^^^^^^^^^^^
    |
    = 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(libressl280)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl280)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/x509.rs:625:35
    |
625 |             x: #[const_ptr_if(any(ossl110, libressl280))] X509_REVOKED,
    |                                   ^^^^^^^
    |
    = 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(ossl110)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl280`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/x509.rs:625:44
    |
625 |             x: #[const_ptr_if(any(ossl110, libressl280))] X509_REVOKED,
    |                                            ^^^^^^^^^^^
    |
    = 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(libressl280)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl280)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/x509.rs:631:97
    |
631 | ...   pub fn X509v3_get_ext_by_OBJ(x: *const stack_st_X509_EXTENSION, obj: #[const_ptr_if(any(ossl110, libressl280))] ASN1_OBJECT, lastpo...
    |                                                                                               ^^^^^^^
    |
    = 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(ossl110)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl280`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/x509.rs:631:106
    |
631 | ...   pub fn X509v3_get_ext_by_OBJ(x: *const stack_st_X509_EXTENSION, obj: #[const_ptr_if(any(ossl110, libressl280))] ASN1_OBJECT, lastpo...
    |                                                                                                        ^^^^^^^^^^^
    |
    = 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(libressl280)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl280)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/x509.rs:633:99
    |
633 | ...   pub fn X509_EXTENSION_create_by_OBJ(ex: *mut *mut X509_EXTENSION, obj: #[const_ptr_if(any(ossl110, libressl280))] ASN1_OBJECT, crit...
    |                                                                                                 ^^^^^^^
    |
    = 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(ossl110)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl280`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/x509.rs:633:108
    |
633 | ...   pub fn X509_EXTENSION_create_by_OBJ(ex: *mut *mut X509_EXTENSION, obj: #[const_ptr_if(any(ossl110, libressl280))] ASN1_OBJECT, crit...
    |                                                                                                          ^^^^^^^^^^^
    |
    = 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(libressl280)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl280)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/x509.rs:634:91
    |
634 |         pub fn X509_EXTENSION_set_object(ex: *mut X509_EXTENSION, obj: #[const_ptr_if(any(ossl110, libressl280))] ASN1_OBJECT) -> c_int;
    |                                                                                           ^^^^^^^
    |
    = 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(ossl110)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl280`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/x509.rs:634:100
    |
634 |         pub fn X509_EXTENSION_set_object(ex: *mut X509_EXTENSION, obj: #[const_ptr_if(any(ossl110, libressl280))] ASN1_OBJECT) -> c_int;
    |                                                                                                    ^^^^^^^^^^^
    |
    = 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(libressl280)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl280)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/x509.rs:635:67
    |
635 |         pub fn X509_EXTENSION_get_critical(ex: #[const_ptr_if(any(ossl110, libressl280))] X509_EXTENSION) -> c_int;
    |                                                                   ^^^^^^^
    |
    = 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(ossl110)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl280`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/x509.rs:635:76
    |
635 |         pub fn X509_EXTENSION_get_critical(ex: #[const_ptr_if(any(ossl110, libressl280))] X509_EXTENSION) -> c_int;
    |                                                                            ^^^^^^^^^^^
    |
    = 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(libressl280)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl280)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl300`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/x509.rs:646:60
    |
646 |         pub fn X509_STORE_get0_objects(ctx: #[const_ptr_if(ossl300)] X509_STORE) -> *mut stack_st_X509_OBJECT;
    |                                                            ^^^^^^^
    |
    = 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(ossl300)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl300)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/x509.rs:645:19
    |
645 |         #[cfg(any(ossl110, libressl270))]
    |                   ^^^^^^^
    |
    = 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(ossl110)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl270`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/x509.rs:645:28
    |
645 |         #[cfg(any(ossl110, libressl270))]
    |                            ^^^^^^^^^^^
    |
    = 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(libressl270)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl270)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/x509.rs:702:68
    |
702 |         pub fn X509_PURPOSE_get_by_sname(sname: #[const_ptr_if(any(ossl110, libressl280))] c_char) -> c_int;
    |                                                                    ^^^^^^^
    |
    = 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(ossl110)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl280`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/x509.rs:702:77
    |
702 |         pub fn X509_PURPOSE_get_by_sname(sname: #[const_ptr_if(any(ossl110, libressl280))] c_char) -> c_int;
    |                                                                             ^^^^^^^^^^^
    |
    = 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(libressl280)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl280)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/x509.rs:762:38
    |
762 |             attr: #[const_ptr_if(any(ossl110, libressl280))] X509_ATTRIBUTE // const since OpenSSL v1.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(ossl110)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl280`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/x509.rs:762:47
    |
762 |             attr: #[const_ptr_if(any(ossl110, libressl280))] X509_ATTRIBUTE // const since OpenSSL v1.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(libressl280)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl280)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl300`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/x509.rs:764:53
    |
764 |         pub fn i2d_X509_ATTRIBUTE(x: #[const_ptr_if(ossl300)] X509_ATTRIBUTE, buf: *mut *mut u8) -> c_int;
    |                                                     ^^^^^^^
    |
    = 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(ossl300)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl300)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl300`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/x509.rs:765:53
    |
765 |         pub fn X509_ATTRIBUTE_dup(x: #[const_ptr_if(ossl300)] X509_ATTRIBUTE) -> *mut X509_ATTRIBUTE;
    |                                                     ^^^^^^^
    |
    = 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(ossl300)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl300)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl`
 --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/x509_vfy.rs:4:11
  |
4 | #[cfg(any(libressl, all(ossl102, not(ossl110))))]
  |           ^^^^^^^^
  |
  = 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(libressl)'] }
  = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl)");` to the top of the `build.rs`
  = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl102`
 --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/x509_vfy.rs:4:25
  |
4 | #[cfg(any(libressl, all(ossl102, not(ossl110))))]
  |                         ^^^^^^^
  |
  = 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(ossl102)'] }
  = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl102)");` to the top of the `build.rs`
  = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
 --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/x509_vfy.rs:4:38
  |
4 | #[cfg(any(libressl, all(ossl102, not(ossl110))))]
  |                                      ^^^^^^^
  |
  = 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(ossl110)'] }
  = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
  = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/x509_vfy.rs:74:18
   |
74 |     if #[cfg(any(ossl110, libressl350))] {
   |                  ^^^^^^^
   |
   = 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(ossl110)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl350`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/x509_vfy.rs:74:27
   |
74 |     if #[cfg(any(ossl110, libressl350))] {
   |                           ^^^^^^^^^^^
   |
   = 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(libressl350)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl350)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
 --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/x509_vfy.rs:8:11
  |
8 |     #[cfg(ossl110)]
  |           ^^^^^^^
  |
  = 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(ossl110)'] }
  = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
  = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl300`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/x509_vfy.rs:58:81
   |
58 |         pub fn X509_STORE_set1_param(store: *mut X509_STORE, pm: #[const_ptr_if(ossl300)] X509_VERIFY_PARAM) -> c_int;
   |                                                                                 ^^^^^^^
   |
   = 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(ossl300)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl300)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl300`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/x509_vfy.rs:64:63
   |
64 |         pub fn X509_STORE_CTX_get_ex_data(ctx: #[const_ptr_if(ossl300)] X509_STORE_CTX, idx: c_int) -> *mut c_void;
   |                                                               ^^^^^^^
   |
   = 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(ossl300)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl300)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl300`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/x509_vfy.rs:65:61
   |
65 |         pub fn X509_STORE_CTX_get_error(ctx: #[const_ptr_if(ossl300)] X509_STORE_CTX) -> c_int;
   |                                                             ^^^^^^^
   |
   = 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(ossl300)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl300)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl300`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/x509_vfy.rs:66:67
   |
66 |         pub fn X509_STORE_CTX_get_error_depth(ctx: #[const_ptr_if(ossl300)] X509_STORE_CTX) -> c_int;
   |                                                                   ^^^^^^^
   |
   = 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(ossl300)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl300)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl300`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/x509_vfy.rs:67:68
   |
67 |         pub fn X509_STORE_CTX_get_current_cert(ctx: #[const_ptr_if(ossl300)] X509_STORE_CTX) -> *mut X509;
   |                                                                    ^^^^^^^
   |
   = 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(ossl300)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl300)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl300`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/x509_vfy.rs:77:70
   |
77 |                 pub fn X509_STORE_CTX_get0_chain(ctx: #[const_ptr_if(ossl300)] X509_STORE_CTX) -> *mut stack_st_X509;
   |                                                                      ^^^^^^^
   |
   = 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(ossl300)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl300)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl102`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/x509_vfy.rs:88:15
   |
88 |     #[cfg(any(ossl102, libressl261))]
   |               ^^^^^^^
   |
   = 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(ossl102)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl102)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl261`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/x509_vfy.rs:88:24
   |
88 |     #[cfg(any(ossl102, libressl261))]
   |                        ^^^^^^^^^^^
   |
   = 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(libressl261)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl261)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl102`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/x509_vfy.rs:90:15
   |
90 |     #[cfg(any(ossl102, libressl261))]
   |               ^^^^^^^
   |
   = 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(ossl102)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl102)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl261`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/x509_vfy.rs:90:24
   |
90 |     #[cfg(any(ossl102, libressl261))]
   |                        ^^^^^^^^^^^
   |
   = 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(libressl261)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl261)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl102`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/x509_vfy.rs:93:15
   |
93 |     #[cfg(any(ossl102, libressl261))]
   |               ^^^^^^^
   |
   = 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(ossl102)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl102)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl261`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/x509_vfy.rs:93:24
   |
93 |     #[cfg(any(ossl102, libressl261))]
   |                        ^^^^^^^^^^^
   |
   = 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(libressl261)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl261)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl102`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/x509_vfy.rs:95:15
   |
95 |     #[cfg(any(ossl102, libressl261))]
   |               ^^^^^^^
   |
   = 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(ossl102)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl102)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl261`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/x509_vfy.rs:95:24
   |
95 |     #[cfg(any(ossl102, libressl261))]
   |                        ^^^^^^^^^^^
   |
   = 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(libressl261)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl261)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl102`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/x509_vfy.rs:98:15
   |
98 |     #[cfg(any(ossl102, libressl261))]
   |               ^^^^^^^
   |
   = 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(ossl102)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl102)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl261`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/x509_vfy.rs:98:24
   |
98 |     #[cfg(any(ossl102, libressl261))]
   |                        ^^^^^^^^^^^
   |
   = 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(libressl261)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl261)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl102`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/x509_vfy.rs:101:15
    |
101 |     #[cfg(any(ossl102, libressl261))]
    |               ^^^^^^^
    |
    = 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(ossl102)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl102)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl261`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/x509_vfy.rs:101:24
    |
101 |     #[cfg(any(ossl102, libressl261))]
    |                        ^^^^^^^^^^^
    |
    = 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(libressl261)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl261)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl300`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/x509_vfy.rs:107:66
    |
107 |         pub fn X509_VERIFY_PARAM_get_flags(param: #[const_ptr_if(ossl300)] X509_VERIFY_PARAM) -> c_ulong;
    |                                                                  ^^^^^^^
    |
    = 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(ossl300)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl300)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl102`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/x509_vfy.rs:106:19
    |
106 |         #[cfg(any(ossl102, libressl261))]
    |                   ^^^^^^^
    |
    = 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(ossl102)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl102)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl261`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/x509_vfy.rs:106:28
    |
106 |         #[cfg(any(ossl102, libressl261))]
    |                            ^^^^^^^^^^^
    |
    = 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(libressl261)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl261)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl102`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/x509_vfy.rs:112:15
    |
112 |     #[cfg(any(ossl102, libressl261))]
    |               ^^^^^^^
    |
    = 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(ossl102)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl102)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl261`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/x509_vfy.rs:112:24
    |
112 |     #[cfg(any(ossl102, libressl261))]
    |                        ^^^^^^^^^^^
    |
    = 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(libressl261)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl261)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl102`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/x509_vfy.rs:118:15
    |
118 |     #[cfg(any(ossl102, libressl261))]
    |               ^^^^^^^
    |
    = 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(ossl102)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl102)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl261`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/x509_vfy.rs:118:24
    |
118 |     #[cfg(any(ossl102, libressl261))]
    |                        ^^^^^^^^^^^
    |
    = 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(libressl261)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl261)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl102`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/x509_vfy.rs:120:15
    |
120 |     #[cfg(any(ossl102, libressl261))]
    |               ^^^^^^^
    |
    = 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(ossl102)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl102)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl261`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/x509_vfy.rs:120:24
    |
120 |     #[cfg(any(ossl102, libressl261))]
    |                        ^^^^^^^^^^^
    |
    = 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(libressl261)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl261)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl102`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/x509_vfy.rs:126:15
    |
126 |     #[cfg(any(ossl102, libressl261))]
    |               ^^^^^^^
    |
    = 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(ossl102)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl102)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl261`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/x509_vfy.rs:126:24
    |
126 |     #[cfg(any(ossl102, libressl261))]
    |                        ^^^^^^^^^^^
    |
    = 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(libressl261)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl261)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/x509_vfy.rs:132:11
    |
132 |     #[cfg(ossl110)]
    |           ^^^^^^^
    |
    = 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(ossl110)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/x509_vfy.rs:134:11
    |
134 |     #[cfg(ossl110)]
    |           ^^^^^^^
    |
    = 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(ossl110)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl102`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/x509_vfy.rs:136:11
    |
136 |     #[cfg(ossl102)]
    |           ^^^^^^^
    |
    = 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(ossl102)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl102)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./macros.rs:61:22
   |
61 |             if #[cfg(ossl110)] {
   |                      ^^^^^^^
   |
  ::: /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/x509v3.rs:22:1
   |
22 | stack!(stack_st_ACCESS_DESCRIPTION);
   | ----------------------------------- 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(ossl110)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration
   = note: this warning originates in the macro `stack` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `ossl110`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./macros.rs:61:22
    |
61  |             if #[cfg(ossl110)] {
    |                      ^^^^^^^
    |
   ::: /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/x509v3.rs:142:1
    |
142 | stack!(stack_st_DIST_POINT);
    | --------------------------- 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(ossl110)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `stack` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `ossl110`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/x509v3.rs:45:39
   |
45 |             value: #[const_ptr_if(any(ossl110, libressl280))] c_char,
   |                                       ^^^^^^^
   |
   = 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(ossl110)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl280`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/x509v3.rs:45:48
   |
45 |             value: #[const_ptr_if(any(ossl110, libressl280))] c_char,
   |                                                ^^^^^^^^^^^
   |
   = 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(libressl280)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl280)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/x509v3.rs:51:39
   |
51 |             value: #[const_ptr_if(any(ossl110, libressl280))] c_char,
   |                                       ^^^^^^^
   |
   = 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(ossl110)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl280`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/x509v3.rs:51:48
   |
51 |             value: #[const_ptr_if(any(ossl110, libressl280))] c_char,
   |                                                ^^^^^^^^^^^
   |
   = 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(libressl280)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl280)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/x509v3.rs:50:38
   |
50 |             name: #[const_ptr_if(any(ossl110, libressl280))] c_char,
   |                                      ^^^^^^^
   |
   = 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(ossl110)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl280`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/x509v3.rs:50:47
   |
50 |             name: #[const_ptr_if(any(ossl110, libressl280))] c_char,
   |                                               ^^^^^^^^^^^
   |
   = 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(libressl280)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl280)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/x509v3.rs:77:35
   |
77 |             x: #[const_ptr_if(any(ossl110, libressl280))] stack_st_X509_EXTENSION,
   |                                   ^^^^^^^
   |
   = 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(ossl110)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl280`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/x509v3.rs:77:44
   |
77 |             x: #[const_ptr_if(any(ossl110, libressl280))] stack_st_X509_EXTENSION,
   |                                            ^^^^^^^^^^^
   |
   = 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(libressl280)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl280)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/x509v3.rs:82:138
   |
82 | ...f(any(ossl110, libressl280))] c_char, exts: #[const_ptr_if(any(ossl110, libressl280))] stack_st_X509_EXTENSION, flag: c_ulong, indent:...
   |                                                                   ^^^^^^^
   |
   = 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(ossl110)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl280`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/x509v3.rs:82:147
   |
82 | ...10, libressl280))] c_char, exts: #[const_ptr_if(any(ossl110, libressl280))] stack_st_X509_EXTENSION, flag: c_ulong, indent: c_int) -> ...
   |                                                                 ^^^^^^^^^^^
   |
   = 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(libressl280)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl280)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/x509v3.rs:82:81
   |
82 | ...   pub fn X509V3_extensions_print(out: *mut BIO, title: #[const_ptr_if(any(ossl110, libressl280))] c_char, exts: #[const_ptr_if(any(os...
   |                                                                               ^^^^^^^
   |
   = 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(ossl110)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl280`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/x509v3.rs:82:90
   |
82 | ...   pub fn X509V3_extensions_print(out: *mut BIO, title: #[const_ptr_if(any(ossl110, libressl280))] c_char, exts: #[const_ptr_if(any(os...
   |                                                                                        ^^^^^^^^^^^
   |
   = 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(libressl280)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl280)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/x509v3.rs:104:11
    |
104 |     #[cfg(ossl110)]
    |           ^^^^^^^
    |
    = 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(ossl110)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/x509v3.rs:106:11
    |
106 |     #[cfg(ossl110)]
    |           ^^^^^^^
    |
    = 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(ossl110)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/x509v3.rs:108:11
    |
108 |     #[cfg(ossl110)]
    |           ^^^^^^^
    |
    = 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(ossl110)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/x509v3.rs:110:11
    |
110 |     #[cfg(ossl110)]
    |           ^^^^^^^
    |
    = 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(ossl110)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/x509v3.rs:112:11
    |
112 |     #[cfg(ossl110)]
    |           ^^^^^^^
    |
    = 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(ossl110)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/x509v3.rs:114:11
    |
114 |     #[cfg(ossl110)]
    |           ^^^^^^^
    |
    = 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(ossl110)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl111d`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/x509v3.rs:116:11
    |
116 |     #[cfg(ossl111d)]
    |           ^^^^^^^^
    |
    = 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(ossl111d)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111d)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl111d`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./handwritten/x509v3.rs:118:11
    |
118 |     #[cfg(ossl111d)]
    |           ^^^^^^^^
    |
    = 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(ossl111d)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111d)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./obj_mac.rs:97:7
   |
97 | #[cfg(ossl110)]
   |       ^^^^^^^
   |
   = 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(ossl110)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./obj_mac.rs:99:7
   |
99 | #[cfg(ossl110)]
   |       ^^^^^^^
   |
   = 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(ossl110)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./obj_mac.rs:101:7
    |
101 | #[cfg(ossl110)]
    |       ^^^^^^^
    |
    = 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(ossl110)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl111`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./obj_mac.rs:921:7
    |
921 | #[cfg(ossl111)]
    |       ^^^^^^^
    |
    = 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(ossl111)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl370`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./obj_mac.rs:923:7
    |
923 | #[cfg(libressl370)]
    |       ^^^^^^^^^^^
    |
    = 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(libressl370)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl370)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl111`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./obj_mac.rs:925:7
    |
925 | #[cfg(ossl111)]
    |       ^^^^^^^
    |
    = 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(ossl111)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./obj_mac.rs:927:7
    |
927 | #[cfg(ossl110)]
    |       ^^^^^^^
    |
    = 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(ossl110)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl111`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./obj_mac.rs:929:7
    |
929 | #[cfg(ossl111)]
    |       ^^^^^^^
    |
    = 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(ossl111)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl111`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./obj_mac.rs:931:7
    |
931 | #[cfg(ossl111)]
    |       ^^^^^^^
    |
    = 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(ossl111)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl370`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./obj_mac.rs:933:7
    |
933 | #[cfg(libressl370)]
    |       ^^^^^^^^^^^
    |
    = 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(libressl370)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl370)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl111`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./obj_mac.rs:935:7
    |
935 | #[cfg(ossl111)]
    |       ^^^^^^^
    |
    = 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(ossl111)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl111`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./obj_mac.rs:937:7
    |
937 | #[cfg(ossl111)]
    |       ^^^^^^^
    |
    = 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(ossl111)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl111`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./obj_mac.rs:939:7
    |
939 | #[cfg(ossl111)]
    |       ^^^^^^^
    |
    = 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(ossl111)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl291`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./obj_mac.rs:941:7
    |
941 | #[cfg(libressl291)]
    |       ^^^^^^^^^^^
    |
    = 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(libressl291)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl291)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl111`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./obj_mac.rs:943:7
    |
943 | #[cfg(ossl111)]
    |       ^^^^^^^
    |
    = 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(ossl111)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl291`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./obj_mac.rs:945:7
    |
945 | #[cfg(libressl291)]
    |       ^^^^^^^^^^^
    |
    = 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(libressl291)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl291)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl111`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./obj_mac.rs:947:7
    |
947 | #[cfg(ossl111)]
    |       ^^^^^^^
    |
    = 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(ossl111)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl291`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./obj_mac.rs:949:7
    |
949 | #[cfg(libressl291)]
    |       ^^^^^^^^^^^
    |
    = 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(libressl291)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl291)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl111`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./obj_mac.rs:951:7
    |
951 | #[cfg(ossl111)]
    |       ^^^^^^^
    |
    = 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(ossl111)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl291`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./obj_mac.rs:953:7
    |
953 | #[cfg(libressl291)]
    |       ^^^^^^^^^^^
    |
    = 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(libressl291)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl291)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl111`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./obj_mac.rs:955:7
    |
955 | #[cfg(ossl111)]
    |       ^^^^^^^
    |
    = 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(ossl111)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl291`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./obj_mac.rs:957:7
    |
957 | #[cfg(libressl291)]
    |       ^^^^^^^^^^^
    |
    = 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(libressl291)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl291)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl111`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./obj_mac.rs:959:7
    |
959 | #[cfg(ossl111)]
    |       ^^^^^^^
    |
    = 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(ossl111)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl291`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./obj_mac.rs:961:7
    |
961 | #[cfg(libressl291)]
    |       ^^^^^^^^^^^
    |
    = 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(libressl291)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl291)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl111`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./obj_mac.rs:963:7
    |
963 | #[cfg(ossl111)]
    |       ^^^^^^^
    |
    = 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(ossl111)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl291`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./obj_mac.rs:965:7
    |
965 | #[cfg(libressl291)]
    |       ^^^^^^^^^^^
    |
    = 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(libressl291)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl291)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl111`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./obj_mac.rs:967:7
    |
967 | #[cfg(ossl111)]
    |       ^^^^^^^
    |
    = 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(ossl111)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl291`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./obj_mac.rs:969:7
    |
969 | #[cfg(libressl291)]
    |       ^^^^^^^^^^^
    |
    = 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(libressl291)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl291)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl111`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./obj_mac.rs:971:7
    |
971 | #[cfg(ossl111)]
    |       ^^^^^^^
    |
    = 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(ossl111)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl291`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./obj_mac.rs:973:7
    |
973 | #[cfg(libressl291)]
    |       ^^^^^^^^^^^
    |
    = 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(libressl291)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl291)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl111`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./obj_mac.rs:975:7
    |
975 | #[cfg(ossl111)]
    |       ^^^^^^^
    |
    = 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(ossl111)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl111`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./obj_mac.rs:977:7
    |
977 | #[cfg(ossl111)]
    |       ^^^^^^^
    |
    = 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(ossl111)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl111`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./obj_mac.rs:979:7
    |
979 | #[cfg(ossl111)]
    |       ^^^^^^^
    |
    = 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(ossl111)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl111`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./obj_mac.rs:981:7
    |
981 | #[cfg(ossl111)]
    |       ^^^^^^^
    |
    = 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(ossl111)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl111`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./obj_mac.rs:983:7
    |
983 | #[cfg(ossl111)]
    |       ^^^^^^^
    |
    = 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(ossl111)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl111`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./obj_mac.rs:985:7
    |
985 | #[cfg(ossl111)]
    |       ^^^^^^^
    |
    = 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(ossl111)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl101`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./pkcs7.rs:19:15
   |
19 | #[cfg(not(any(ossl101, ossl102, libressl)))]
   |               ^^^^^^^
   |
   = 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(ossl101)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl101)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl102`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./pkcs7.rs:19:24
   |
19 | #[cfg(not(any(ossl101, ossl102, libressl)))]
   |                        ^^^^^^^
   |
   = 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(ossl102)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl102)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./pkcs7.rs:19:33
   |
19 | #[cfg(not(any(ossl101, ossl102, libressl)))]
   |                                 ^^^^^^^^
   |
   = 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(libressl)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl102`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./rsa.rs:55:11
   |
55 | #[cfg(any(ossl102, libressl310))]
   |           ^^^^^^^
   |
   = 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(ossl102)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl102)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl310`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./rsa.rs:55:20
   |
55 | #[cfg(any(ossl102, libressl310))]
   |                    ^^^^^^^^^^^
   |
   = 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(libressl310)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl310)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl102`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./rsa.rs:67:11
   |
67 | #[cfg(any(ossl102, libressl310))]
   |           ^^^^^^^
   |
   = 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(ossl102)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl102)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl310`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./rsa.rs:67:20
   |
67 | #[cfg(any(ossl102, libressl310))]
   |                    ^^^^^^^^^^^
   |
   = 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(libressl310)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl310)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl102`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./rsa.rs:90:11
   |
90 | #[cfg(any(ossl102, libressl310))]
   |           ^^^^^^^
   |
   = 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(ossl102)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl102)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl310`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./rsa.rs:90:20
   |
90 | #[cfg(any(ossl102, libressl310))]
   |                    ^^^^^^^^^^^
   |
   = 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(libressl310)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl310)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl102`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./rsa.rs:92:11
   |
92 | #[cfg(any(ossl102, libressl310))]
   |           ^^^^^^^
   |
   = 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(ossl102)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl102)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl310`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./rsa.rs:92:20
   |
92 | #[cfg(any(ossl102, libressl310))]
   |                    ^^^^^^^^^^^
   |
   = 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(libressl310)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl310)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl300`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./rsa.rs:96:11
   |
96 | #[cfg(not(ossl300))]
   |           ^^^^^^^
   |
   = 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(ossl300)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl300)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl300`
 --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./rsa.rs:9:18
  |
9 |     if #[cfg(not(ossl300))] {
  |                  ^^^^^^^
  |
  = 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(ossl300)'] }
  = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl300)");` to the top of the `build.rs`
  = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `osslconf`
 --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./sha.rs:5:11
  |
5 | #[cfg(not(osslconf = "OPENSSL_NO_DEPRECATED_3_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(osslconf, values("OPENSSL_NO_DEPRECATED_3_0"))'] }
  = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(osslconf, values(\"OPENSSL_NO_DEPRECATED_3_0\"))");` to the top of the `build.rs`
  = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `osslconf`
 --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./sha.rs:8:11
  |
8 | #[cfg(not(osslconf = "OPENSSL_NO_DEPRECATED_3_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(osslconf, values("OPENSSL_NO_DEPRECATED_3_0"))'] }
  = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(osslconf, values(\"OPENSSL_NO_DEPRECATED_3_0\"))");` to the top of the `build.rs`
  = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `osslconf`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./sha.rs:66:11
   |
66 | #[cfg(not(osslconf = "OPENSSL_NO_DEPRECATED_3_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(osslconf, values("OPENSSL_NO_DEPRECATED_3_0"))'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(osslconf, values(\"OPENSSL_NO_DEPRECATED_3_0\"))");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl300`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./sha.rs:12:14
   |
12 |     if #[cfg(ossl300)] {
   |              ^^^^^^^
   |
   = 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(ossl300)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl300)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl300`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./sha.rs:70:14
   |
70 |     if #[cfg(ossl300)] {
   |              ^^^^^^^
   |
   = 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(ossl300)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl300)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./srtp.rs:11:7
   |
11 | #[cfg(ossl110)]
   |       ^^^^^^^
   |
   = 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(ossl110)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./srtp.rs:13:7
   |
13 | #[cfg(ossl110)]
   |       ^^^^^^^
   |
   = 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(ossl110)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
 --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./ssl.rs:6:11
  |
6 | #[cfg(not(ossl110))]
  |           ^^^^^^^
  |
  = 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(ossl110)'] }
  = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
  = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
 --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./ssl.rs:9:11
  |
9 | #[cfg(not(ossl110))]
  |           ^^^^^^^
  |
  = 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(ossl110)'] }
  = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
  = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./ssl.rs:11:11
   |
11 | #[cfg(not(ossl110))]
   |           ^^^^^^^
   |
   = 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(ossl110)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./ssl.rs:14:11
   |
14 | #[cfg(not(ossl110))]
   |           ^^^^^^^
   |
   = 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(ossl110)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./ssl.rs:16:11
   |
16 | #[cfg(not(ossl110))]
   |           ^^^^^^^
   |
   = 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(ossl110)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl111`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./ssl.rs:25:7
   |
25 | #[cfg(ossl111)]
   |       ^^^^^^^
   |
   = 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(ossl111)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl111`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./ssl.rs:28:7
   |
28 | #[cfg(ossl111)]
   |       ^^^^^^^
   |
   = 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(ossl111)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl111`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./ssl.rs:31:7
   |
31 | #[cfg(ossl111)]
   |       ^^^^^^^
   |
   = 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(ossl111)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl111`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./ssl.rs:34:7
   |
34 | #[cfg(ossl111)]
   |       ^^^^^^^
   |
   = 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(ossl111)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl111`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./ssl.rs:37:7
   |
37 | #[cfg(ossl111)]
   |       ^^^^^^^
   |
   = 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(ossl111)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl111`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./ssl.rs:40:7
   |
40 | #[cfg(ossl111)]
   |       ^^^^^^^
   |
   = 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(ossl111)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl111`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./ssl.rs:43:7
   |
43 | #[cfg(ossl111)]
   |       ^^^^^^^
   |
   = 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(ossl111)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl111`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./ssl.rs:45:7
   |
45 | #[cfg(ossl111)]
   |       ^^^^^^^
   |
   = 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(ossl111)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl111`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./ssl.rs:48:7
   |
48 | #[cfg(ossl111)]
   |       ^^^^^^^
   |
   = 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(ossl111)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl111`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./ssl.rs:50:7
   |
50 | #[cfg(ossl111)]
   |       ^^^^^^^
   |
   = 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(ossl111)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl111`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./ssl.rs:52:7
   |
52 | #[cfg(ossl111)]
   |       ^^^^^^^
   |
   = 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(ossl111)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl111`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./ssl.rs:54:7
   |
54 | #[cfg(ossl111)]
   |       ^^^^^^^
   |
   = 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(ossl111)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl111`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./ssl.rs:56:7
   |
56 | #[cfg(ossl111)]
   |       ^^^^^^^
   |
   = 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(ossl111)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl111`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./ssl.rs:58:7
   |
58 | #[cfg(ossl111)]
   |       ^^^^^^^
   |
   = 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(ossl111)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl111`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./ssl.rs:60:7
   |
60 | #[cfg(ossl111)]
   |       ^^^^^^^
   |
   = 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(ossl111)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl101`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./ssl.rs:83:7
   |
83 | #[cfg(ossl101)]
   |       ^^^^^^^
   |
   = 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(ossl101)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl101)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl111`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./ssl.rs:110:7
    |
110 | #[cfg(ossl111)]
    |       ^^^^^^^
    |
    = 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(ossl111)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl111`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./ssl.rs:112:7
    |
112 | #[cfg(ossl111)]
    |       ^^^^^^^
    |
    = 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(ossl111)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl111`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./ssl.rs:144:11
    |
144 | #[cfg(any(ossl111, libressl340))]
    |           ^^^^^^^
    |
    = 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(ossl111)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl340`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./ssl.rs:144:20
    |
144 | #[cfg(any(ossl111, libressl340))]
    |                    ^^^^^^^^^^^
    |
    = 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(libressl340)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl340)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110h`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./ssl.rs:147:7
    |
147 | #[cfg(ossl110h)]
    |       ^^^^^^^^
    |
    = 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(ossl110h)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110h)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl101`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./ssl.rs:238:7
    |
238 | #[cfg(ossl101)]
    |       ^^^^^^^
    |
    = 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(ossl101)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl101)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl101`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./ssl.rs:240:7
    |
240 | #[cfg(ossl101)]
    |       ^^^^^^^
    |
    = 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(ossl101)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl101)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl101`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./ssl.rs:242:7
    |
242 | #[cfg(ossl101)]
    |       ^^^^^^^
    |
    = 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(ossl101)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl101)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl111`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./ssl.rs:249:7
    |
249 | #[cfg(ossl111)]
    |       ^^^^^^^
    |
    = 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(ossl111)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./ssl.rs:282:7
    |
282 | #[cfg(ossl110)]
    |       ^^^^^^^
    |
    = 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(ossl110)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl111`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./ssl.rs:313:7
    |
313 | #[cfg(ossl111)]
    |       ^^^^^^^
    |
    = 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(ossl111)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./ssl.rs:320:11
    |
320 | #[cfg(any(libressl, all(ossl101, not(ossl110))))]
    |           ^^^^^^^^
    |
    = 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(libressl)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl101`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./ssl.rs:320:25
    |
320 | #[cfg(any(libressl, all(ossl101, not(ossl110))))]
    |                         ^^^^^^^
    |
    = 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(ossl101)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl101)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./ssl.rs:320:38
    |
320 | #[cfg(any(libressl, all(ossl101, not(ossl110))))]
    |                                      ^^^^^^^
    |
    = 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(ossl110)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./ssl.rs:324:11
    |
324 | #[cfg(any(libressl, all(ossl101, not(ossl110))))]
    |           ^^^^^^^^
    |
    = 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(libressl)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl101`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./ssl.rs:324:25
    |
324 | #[cfg(any(libressl, all(ossl101, not(ossl110))))]
    |                         ^^^^^^^
    |
    = 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(ossl101)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl101)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./ssl.rs:324:38
    |
324 | #[cfg(any(libressl, all(ossl101, not(ossl110))))]
    |                                      ^^^^^^^
    |
    = 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(ossl110)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./ssl.rs:339:11
    |
339 | #[cfg(any(libressl, all(ossl101, not(ossl110))))]
    |           ^^^^^^^^
    |
    = 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(libressl)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl101`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./ssl.rs:339:25
    |
339 | #[cfg(any(libressl, all(ossl101, not(ossl110))))]
    |                         ^^^^^^^
    |
    = 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(ossl101)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl101)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./ssl.rs:339:38
    |
339 | #[cfg(any(libressl, all(ossl101, not(ossl110))))]
    |                                      ^^^^^^^
    |
    = 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(ossl110)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl102`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./ssl.rs:342:7
    |
342 | #[cfg(ossl102)]
    |       ^^^^^^^
    |
    = 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(ossl102)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl102)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl111`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./ssl.rs:344:11
    |
344 | #[cfg(any(ossl111, libressl252))]
    |           ^^^^^^^
    |
    = 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(ossl111)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl252`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./ssl.rs:344:20
    |
344 | #[cfg(any(ossl111, libressl252))]
    |                    ^^^^^^^^^^^
    |
    = 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(libressl252)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl252)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./ssl.rs:346:11
    |
346 | #[cfg(any(libressl, all(ossl102, not(ossl110))))]
    |           ^^^^^^^^
    |
    = 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(libressl)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl102`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./ssl.rs:346:25
    |
346 | #[cfg(any(libressl, all(ossl102, not(ossl110))))]
    |                         ^^^^^^^
    |
    = 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(ossl102)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl102)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./ssl.rs:346:38
    |
346 | #[cfg(any(libressl, all(ossl102, not(ossl110))))]
    |                                      ^^^^^^^
    |
    = 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(ossl110)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl102`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./ssl.rs:348:7
    |
348 | #[cfg(ossl102)]
    |       ^^^^^^^
    |
    = 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(ossl102)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl102)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl102`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./ssl.rs:350:7
    |
350 | #[cfg(ossl102)]
    |       ^^^^^^^
    |
    = 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(ossl102)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl102)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./ssl.rs:352:7
    |
352 | #[cfg(ossl110)]
    |       ^^^^^^^
    |
    = 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(ossl110)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./ssl.rs:354:11
    |
354 | #[cfg(any(ossl110, libressl261))]
    |           ^^^^^^^
    |
    = 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(ossl110)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl261`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./ssl.rs:354:20
    |
354 | #[cfg(any(ossl110, libressl261))]
    |                    ^^^^^^^^^^^
    |
    = 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(libressl261)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl261)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./ssl.rs:356:11
    |
356 | #[cfg(any(ossl110, libressl261))]
    |           ^^^^^^^
    |
    = 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(ossl110)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl261`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./ssl.rs:356:20
    |
356 | #[cfg(any(ossl110, libressl261))]
    |                    ^^^^^^^^^^^
    |
    = 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(libressl261)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl261)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110g`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./ssl.rs:358:11
    |
358 | #[cfg(any(ossl110g, libressl270))]
    |           ^^^^^^^^
    |
    = 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(ossl110g)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110g)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl270`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./ssl.rs:358:21
    |
358 | #[cfg(any(ossl110g, libressl270))]
    |                     ^^^^^^^^^^^
    |
    = 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(libressl270)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl270)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110g`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./ssl.rs:360:11
    |
360 | #[cfg(any(ossl110g, libressl270))]
    |           ^^^^^^^^
    |
    = 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(ossl110g)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110g)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl270`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./ssl.rs:360:21
    |
360 | #[cfg(any(ossl110g, libressl270))]
    |                     ^^^^^^^^^^^
    |
    = 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(libressl270)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl270)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl102`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./ssl.rs:390:7
    |
390 | #[cfg(ossl102)]
    |       ^^^^^^^
    |
    = 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(ossl102)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl102)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl102`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./ssl.rs:395:7
    |
395 | #[cfg(ossl102)]
    |       ^^^^^^^
    |
    = 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(ossl102)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl102)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl102`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./ssl.rs:417:7
    |
417 | #[cfg(ossl102)]
    |       ^^^^^^^
    |
    = 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(ossl102)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl102)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl102`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./ssl.rs:422:7
    |
422 | #[cfg(ossl102)]
    |       ^^^^^^^
    |
    = 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(ossl102)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl102)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./ssl.rs:432:11
    |
432 | #[cfg(any(libressl, all(ossl102, not(ossl110))))]
    |           ^^^^^^^^
    |
    = 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(libressl)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl102`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./ssl.rs:432:25
    |
432 | #[cfg(any(libressl, all(ossl102, not(ossl110))))]
    |                         ^^^^^^^
    |
    = 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(ossl102)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl102)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./ssl.rs:432:38
    |
432 | #[cfg(any(libressl, all(ossl102, not(ossl110))))]
    |                                      ^^^^^^^
    |
    = 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(ossl110)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./ssl.rs:442:11
    |
442 | #[cfg(any(libressl, all(ossl102, not(ossl110))))]
    |           ^^^^^^^^
    |
    = 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(libressl)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl102`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./ssl.rs:442:25
    |
442 | #[cfg(any(libressl, all(ossl102, not(ossl110))))]
    |                         ^^^^^^^
    |
    = 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(ossl102)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl102)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./ssl.rs:442:38
    |
442 | #[cfg(any(libressl, all(ossl102, not(ossl110))))]
    |                                      ^^^^^^^
    |
    = 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(ossl110)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl111`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./ssl.rs:510:7
    |
510 | #[cfg(ossl111)]
    |       ^^^^^^^
    |
    = 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(ossl111)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl111`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./ssl.rs:512:7
    |
512 | #[cfg(ossl111)]
    |       ^^^^^^^
    |
    = 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(ossl111)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl111`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./ssl.rs:514:7
    |
514 | #[cfg(ossl111)]
    |       ^^^^^^^
    |
    = 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(ossl111)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl111`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./ssl.rs:517:11
    |
517 | #[cfg(any(ossl111, libressl340))]
    |           ^^^^^^^
    |
    = 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(ossl111)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl340`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./ssl.rs:517:20
    |
517 | #[cfg(any(ossl111, libressl340))]
    |                    ^^^^^^^^^^^
    |
    = 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(libressl340)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl340)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl111`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./ssl.rs:519:11
    |
519 | #[cfg(any(ossl111, libressl340))]
    |           ^^^^^^^
    |
    = 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(ossl111)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl340`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./ssl.rs:519:20
    |
519 | #[cfg(any(ossl111, libressl340))]
    |                    ^^^^^^^^^^^
    |
    = 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(libressl340)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl340)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl111`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./ssl.rs:521:11
    |
521 | #[cfg(any(ossl111, libressl340))]
    |           ^^^^^^^
    |
    = 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(ossl111)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl340`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./ssl.rs:521:20
    |
521 | #[cfg(any(ossl111, libressl340))]
    |                    ^^^^^^^^^^^
    |
    = 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(libressl340)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl340)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./ssl.rs:623:11
    |
623 | #[cfg(not(ossl110))]
    |           ^^^^^^^
    |
    = 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(ossl110)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./ssl.rs:628:7
    |
628 | #[cfg(ossl110)]
    |       ^^^^^^^
    |
    = 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(ossl110)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl111b`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./ssl.rs:630:7
    |
630 | #[cfg(ossl111b)]
    |       ^^^^^^^^
    |
    = 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(ossl111b)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111b)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl300`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./ssl.rs:64:14
   |
64 |     if #[cfg(ossl300)] {
   |              ^^^^^^^
   |
   = 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(ossl300)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl300)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl261`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./ssl.rs:77:14
   |
77 |     if #[cfg(libressl261)] {
   |              ^^^^^^^^^^^
   |
   = 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(libressl261)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl261)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl102`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./ssl.rs:79:25
   |
79 |     } else if #[cfg(any(ossl102, libressl))] {
   |                         ^^^^^^^
   |
   = 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(ossl102)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl102)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./ssl.rs:79:34
   |
79 |     } else if #[cfg(any(ossl102, libressl))] {
   |                                  ^^^^^^^^
   |
   = 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(libressl)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl101`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./ssl.rs:92:14
   |
92 |     if #[cfg(ossl101)] {
   |              ^^^^^^^
   |
   = 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(ossl101)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl101)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl101`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./ssl.rs:101:14
    |
101 |     if #[cfg(ossl101)] {
    |              ^^^^^^^
    |
    = 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(ossl101)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl101)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl280`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./ssl.rs:117:14
    |
117 |     if #[cfg(libressl280)] {
    |              ^^^^^^^^^^^
    |
    = 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(libressl280)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl280)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl101`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./ssl.rs:125:14
    |
125 |     if #[cfg(ossl101)] {
    |              ^^^^^^^
    |
    = 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(ossl101)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl101)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl102`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./ssl.rs:136:14
    |
136 |     if #[cfg(ossl102)] {
    |              ^^^^^^^
    |
    = 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(ossl102)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl102)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl332`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./ssl.rs:139:21
    |
139 |     } else if #[cfg(libressl332)] {
    |                     ^^^^^^^^^^^
    |
    = 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(libressl332)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl332)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl111`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./ssl.rs:151:14
    |
151 |     if #[cfg(ossl111)] {
    |              ^^^^^^^
    |
    = 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(ossl111)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl102`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./ssl.rs:158:21
    |
158 |     } else if #[cfg(ossl102)] {
    |                     ^^^^^^^
    |
    = 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(ossl102)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl102)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl261`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./ssl.rs:165:14
    |
165 |     if #[cfg(libressl261)] {
    |              ^^^^^^^^^^^
    |
    = 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(libressl261)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl261)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl300`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./ssl.rs:173:14
    |
173 |     if #[cfg(ossl300)] {
    |              ^^^^^^^
    |
    = 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(ossl300)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl300)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110f`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./ssl.rs:178:21
    |
178 |     } else if #[cfg(ossl110f)] {
    |                     ^^^^^^^^
    |
    = 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(ossl110f)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110f)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl261`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./ssl.rs:184:21
    |
184 |     } else if #[cfg(libressl261)] {
    |                     ^^^^^^^^^^^
    |
    = 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(libressl261)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl261)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./ssl.rs:186:21
    |
186 |     } else if #[cfg(libressl)] {
    |                     ^^^^^^^^
    |
    = 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(libressl)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./ssl.rs:194:14
    |
194 |     if #[cfg(ossl110)] {
    |              ^^^^^^^
    |
    = 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(ossl110)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl101`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./ssl.rs:205:21
    |
205 |     } else if #[cfg(ossl101)] {
    |                     ^^^^^^^
    |
    = 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(ossl101)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl101)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./ssl.rs:253:18
    |
253 |     if #[cfg(not(ossl110))] {
    |                  ^^^^^^^
    |
    = 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(ossl110)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl111`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./ssl.rs:401:14
    |
401 |     if #[cfg(ossl111)] {
    |              ^^^^^^^
    |
    = 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(ossl111)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl251`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./ssl.rs:410:21
    |
410 |     } else if #[cfg(libressl251)] {
    |                     ^^^^^^^^^^^
    |
    = 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(libressl251)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl251)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./ssl.rs:453:14
    |
453 |     if #[cfg(ossl110)] {
    |              ^^^^^^^
    |
    = 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(ossl110)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110g`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./ssl.rs:493:14
    |
493 |     if #[cfg(ossl110g)] {
    |              ^^^^^^^^
    |
    = 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(ossl110g)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110g)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./ssl.rs:525:14
    |
525 |     if #[cfg(ossl110)] {
    |              ^^^^^^^
    |
    = 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(ossl110)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./ssl.rs:538:14
    |
538 |     if #[cfg(ossl110)] {
    |              ^^^^^^^
    |
    = 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(ossl110)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./ssl.rs:580:15
    |
580 |     #[cfg(not(ossl110))]
    |               ^^^^^^^
    |
    = 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(ossl110)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./ssl.rs:590:15
    |
590 |     #[cfg(not(ossl110))]
    |               ^^^^^^^
    |
    = 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(ossl110)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl102`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./ssl.rs:608:15
    |
608 |     #[cfg(any(ossl102, libressl261))]
    |               ^^^^^^^
    |
    = 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(ossl102)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl102)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl261`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./ssl.rs:608:24
    |
608 |     #[cfg(any(ossl102, libressl261))]
    |                        ^^^^^^^^^^^
    |
    = 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(libressl261)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl261)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl111`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./tls1.rs:10:11
   |
10 | #[cfg(any(ossl111, libressl340))]
   |           ^^^^^^^
   |
   = 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(ossl111)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl340`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./tls1.rs:10:20
   |
10 | #[cfg(any(ossl111, libressl340))]
   |                    ^^^^^^^^^^^
   |
   = 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(libressl340)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl340)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl102`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./tls1.rs:14:11
   |
14 | #[cfg(any(ossl102, libressl332))]
   |           ^^^^^^^
   |
   = 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(ossl102)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl102)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl332`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./tls1.rs:14:20
   |
14 | #[cfg(any(ossl102, libressl332))]
   |                    ^^^^^^^^^^^
   |
   = 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(libressl332)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl332)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
 --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./types.rs:6:18
  |
6 |     if #[cfg(any(ossl110, libressl280))] {
  |                  ^^^^^^^
  |
  = 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(ossl110)'] }
  = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
  = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl280`
 --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./types.rs:6:27
  |
6 |     if #[cfg(any(ossl110, libressl280))] {
  |                           ^^^^^^^^^^^
  |
  = 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(libressl280)'] }
  = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl280)");` to the top of the `build.rs`
  = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./x509.rs:10:22
   |
10 |     if #[cfg(not(any(ossl110, libressl350)))] {
   |                      ^^^^^^^
   |
   = 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(ossl110)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl350`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./x509.rs:10:31
   |
10 |     if #[cfg(not(any(ossl110, libressl350)))] {
   |                               ^^^^^^^^^^^
   |
   = 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(libressl350)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl350)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl102f`
 --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./x509_vfy.rs:6:7
  |
6 | #[cfg(ossl102f)]
  |       ^^^^^^^^
  |
  = 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(ossl102f)'] }
  = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl102f)");` to the top of the `build.rs`
  = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl102`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./x509_vfy.rs:67:7
   |
67 | #[cfg(ossl102)]
   |       ^^^^^^^
   |
   = 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(ossl102)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl102)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl102`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./x509_vfy.rs:69:7
   |
69 | #[cfg(ossl102)]
   |       ^^^^^^^
   |
   = 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(ossl102)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl102)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl102`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./x509_vfy.rs:71:7
   |
71 | #[cfg(ossl102)]
   |       ^^^^^^^
   |
   = 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(ossl102)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl102)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl102`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./x509_vfy.rs:73:7
   |
73 | #[cfg(ossl102)]
   |       ^^^^^^^
   |
   = 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(ossl102)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl102)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl102`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./x509_vfy.rs:75:7
   |
75 | #[cfg(ossl102)]
   |       ^^^^^^^
   |
   = 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(ossl102)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl102)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl102`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./x509_vfy.rs:77:7
   |
77 | #[cfg(ossl102)]
   |       ^^^^^^^
   |
   = 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(ossl102)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl102)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl102`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./x509_vfy.rs:79:7
   |
79 | #[cfg(ossl102)]
   |       ^^^^^^^
   |
   = 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(ossl102)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl102)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl102`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./x509_vfy.rs:81:7
   |
81 | #[cfg(ossl102)]
   |       ^^^^^^^
   |
   = 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(ossl102)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl102)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl102`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./x509_vfy.rs:83:7
   |
83 | #[cfg(ossl102)]
   |       ^^^^^^^
   |
   = 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(ossl102)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl102)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl300`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./x509_vfy.rs:100:7
    |
100 | #[cfg(ossl300)]
    |       ^^^^^^^
    |
    = 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(ossl300)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl300)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./x509_vfy.rs:103:15
    |
103 | #[cfg(not(any(ossl110, libressl370)))]
    |               ^^^^^^^
    |
    = 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(ossl110)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl370`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./x509_vfy.rs:103:24
    |
103 | #[cfg(not(any(ossl110, libressl370)))]
    |                        ^^^^^^^^^^^
    |
    = 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(libressl370)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl370)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./x509_vfy.rs:105:11
    |
105 | #[cfg(any(ossl110, libressl370))]
    |           ^^^^^^^
    |
    = 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(ossl110)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl370`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./x509_vfy.rs:105:20
    |
105 | #[cfg(any(ossl110, libressl370))]
    |                    ^^^^^^^^^^^
    |
    = 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(libressl370)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl370)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl102`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./x509_vfy.rs:121:7
    |
121 | #[cfg(ossl102)]
    |       ^^^^^^^
    |
    = 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(ossl102)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl102)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl102`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./x509_vfy.rs:123:7
    |
123 | #[cfg(ossl102)]
    |       ^^^^^^^
    |
    = 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(ossl102)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl102)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl102`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./x509_vfy.rs:125:7
    |
125 | #[cfg(ossl102)]
    |       ^^^^^^^
    |
    = 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(ossl102)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl102)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl102`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./x509_vfy.rs:127:7
    |
127 | #[cfg(ossl102)]
    |       ^^^^^^^
    |
    = 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(ossl102)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl102)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl102`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./x509_vfy.rs:129:7
    |
129 | #[cfg(ossl102)]
    |       ^^^^^^^
    |
    = 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(ossl102)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl102)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./x509_vfy.rs:131:7
    |
131 | #[cfg(ossl110)]
    |       ^^^^^^^
    |
    = 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(ossl110)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./x509_vfy.rs:133:7
    |
133 | #[cfg(ossl110)]
    |       ^^^^^^^
    |
    = 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(ossl110)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl300`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./x509_vfy.rs:31:14
   |
31 |     if #[cfg(ossl300)] {
   |              ^^^^^^^
   |
   = 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(ossl300)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl300)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./x509_vfy.rs:86:14
   |
86 |     if #[cfg(ossl110)] {
   |              ^^^^^^^
   |
   = 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(ossl110)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl102h`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./x509_vfy.rs:94:21
   |
94 |     } else if #[cfg(ossl102h)] {
   |                     ^^^^^^^^
   |
   = 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(ossl102h)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl102h)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl102`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./x509v3.rs:24:11
   |
24 | #[cfg(any(ossl102, libressl261))]
   |           ^^^^^^^
   |
   = 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(ossl102)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl102)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl261`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./x509v3.rs:24:20
   |
24 | #[cfg(any(ossl102, libressl261))]
   |                    ^^^^^^^^^^^
   |
   = 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(libressl261)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl261)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl102`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./x509v3.rs:26:11
   |
26 | #[cfg(any(ossl102, libressl261))]
   |           ^^^^^^^
   |
   = 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(ossl102)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl102)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl261`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./x509v3.rs:26:20
   |
26 | #[cfg(any(ossl102, libressl261))]
   |                    ^^^^^^^^^^^
   |
   = 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(libressl261)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl261)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl102`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./x509v3.rs:28:11
   |
28 | #[cfg(any(ossl102, libressl261))]
   |           ^^^^^^^
   |
   = 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(ossl102)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl102)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl261`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./x509v3.rs:28:20
   |
28 | #[cfg(any(ossl102, libressl261))]
   |                    ^^^^^^^^^^^
   |
   = 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(libressl261)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl261)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl102`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./x509v3.rs:30:11
   |
30 | #[cfg(any(ossl102, libressl261))]
   |           ^^^^^^^
   |
   = 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(ossl102)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl102)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl261`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./x509v3.rs:30:20
   |
30 | #[cfg(any(ossl102, libressl261))]
   |                    ^^^^^^^^^^^
   |
   = 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(libressl261)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl261)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl102`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./x509v3.rs:32:11
   |
32 | #[cfg(any(ossl102, libressl261))]
   |           ^^^^^^^
   |
   = 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(ossl102)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl102)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl261`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./x509v3.rs:32:20
   |
32 | #[cfg(any(ossl102, libressl261))]
   |                    ^^^^^^^^^^^
   |
   = 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(libressl261)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl261)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./x509v3.rs:34:7
   |
34 | #[cfg(ossl110)]
   |       ^^^^^^^
   |
   = 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(ossl110)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl102`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./x509v3.rs:58:11
   |
58 | #[cfg(any(ossl102, libressl261))]
   |           ^^^^^^^
   |
   = 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(ossl102)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl102)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libressl261`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./x509v3.rs:58:20
   |
58 | #[cfg(any(ossl102, libressl261))]
   |                    ^^^^^^^^^^^
   |
   = 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(libressl261)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libressl261)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./x509v3.rs:80:7
   |
80 | #[cfg(ossl110)]
   |       ^^^^^^^
   |
   = 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(ossl110)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl110`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./macros.rs:61:22
   |
61 |             if #[cfg(ossl110)] {
   |                      ^^^^^^^
   |
  ::: /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/./x509v3.rs:12:1
   |
12 | stack!(stack_st_GENERAL_NAME);
   | ----------------------------- 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(ossl110)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl110)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration
   = note: this warning originates in the macro `stack` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `ossl111b`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/lib.rs:116:19
    |
116 |         #[cfg(not(ossl111b))]
    |                   ^^^^^^^^
    |
    = 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(ossl111b)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111b)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `ossl111b`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/openssl-sys-0.9.93/src/lib.rs:118:15
    |
118 |         #[cfg(ossl111b)]
    |               ^^^^^^^^
    |
    = 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(ossl111b)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ossl111b)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

       Fresh libz-sys v1.1.8
warning: unexpected `cfg` condition name: `zng`
 --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/libz-sys-1.1.8/src/lib.rs:7:11
  |
7 | #[cfg(not(zng))]
  |           ^^^
  |
  = 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(zng)'] }
  = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(zng)");` 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: `zng`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/libz-sys-1.1.8/src/lib.rs:14:7
   |
14 | #[cfg(zng)]
   |       ^^^
   |
   = 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(zng)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(zng)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `zng`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/libz-sys-1.1.8/src/lib.rs:30:11
   |
30 | #[cfg(any(zng, feature = "libc"))]
   |           ^^^
   |
   = 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(zng)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(zng)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `zng`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/libz-sys-1.1.8/src/lib.rs:41:11
   |
41 | #[cfg(any(zng, feature = "libc"))]
   |           ^^^
   |
   = 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(zng)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(zng)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `zng`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/libz-sys-1.1.8/src/lib.rs:46:9
   |
46 |     not(zng),
   |         ^^^
   |
   = 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(zng)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(zng)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `zng`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/libz-sys-1.1.8/src/lib.rs:53:9
   |
53 |     not(zng),
   |         ^^^
   |
   = 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(zng)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(zng)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `zng`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/libz-sys-1.1.8/src/lib.rs:59:7
   |
59 | #[cfg(zng)]
   |       ^^^
   |
   = 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(zng)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(zng)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `zng`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/libz-sys-1.1.8/src/lib.rs:104:11
    |
104 | #[cfg(not(zng))]
    |           ^^^
    |
    = 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(zng)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(zng)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `zng`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/libz-sys-1.1.8/src/lib.rs:109:7
    |
109 | #[cfg(zng)]
    |       ^^^
    |
    = 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(zng)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(zng)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `zng`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/libz-sys-1.1.8/src/lib.rs:248:11
    |
248 | #[cfg(any(zng, feature = "libc"))]
    |           ^^^
    |
    = 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(zng)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(zng)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

       Fresh libnghttp2-sys v0.1.8+1.55.1
       Fresh which v4.2.5
       Fresh pin-project-internal v1.1.3
warning: `nom` (lib) generated 17 warnings
warning: `concurrent-queue` (lib) generated 4 warnings
warning: `cpp_demangle` (lib) generated 1 warning
warning: `parking_lot_core` (lib) generated 2 warnings
warning: `prettyplease` (lib) generated 15 warnings
warning: `nix` (lib) generated 4 warnings
warning: `clap_derive` (lib) generated 6 warnings
warning: `lock_api` (lib) generated 7 warnings
warning: `rayon-core` (lib) generated 3 warnings
warning: `mio` (lib) generated 29 warnings
warning: `openssl-sys` (lib) generated 1063 warnings
warning: `libz-sys` (lib) generated 10 warnings
       Fresh rustc_version v0.4.0
       Fresh vte_generate_state_changes v0.1.1
       Fresh lab v0.11.0
       Fresh lazy_static v1.4.0
       Fresh bit-vec v0.6.3
       Fresh cpufeatures v0.2.2
       Fresh is_ci v1.1.1
       Fresh ppv-lite86 v0.2.16
       Fresh atomic-waker v1.0.0
warning: use of deprecated method `std::sync::atomic::AtomicUsize::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/atomic-waker-1.0.0/src/lib.rs:264:26
    |
264 |         match self.state.compare_and_swap(WAITING, REGISTERING, Acquire) {
    |                          ^^^^^^^^^^^^^^^^
    |
    = note: `#[warn(deprecated)]` on by default

warning: trait `AssertSync` is never used
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/atomic-waker-1.0.0/src/lib.rs:204:15
    |
204 |         trait AssertSync: Sync {}
    |               ^^^^^^^^^^
    |
    = note: `#[warn(dead_code)]` on by default

       Fresh strsim v0.10.0
       Fresh multimap v0.8.3
       Fresh async-executor v1.4.1
       Fresh rayon v1.5.3
warning: unexpected `cfg` condition name: `has_min_const_generics`
 --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rayon-1.5.3/src/array.rs:1:8
  |
1 | #![cfg(has_min_const_generics)]
  |        ^^^^^^^^^^^^^^^^^^^^^^
  |
  = 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(has_min_const_generics)'] }
  = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_min_const_generics)");` 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: `has_step_by_rev`
 --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rayon-1.5.3/src/iter/step_by.rs:1:8
  |
1 | #![cfg(has_step_by_rev)]
  |        ^^^^^^^^^^^^^^^
  |
  = 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(has_step_by_rev)'] }
  = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_step_by_rev)");` to the top of the `build.rs`
  = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `has_step_by_rev`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rayon-1.5.3/src/iter/mod.rs:193:7
    |
193 | #[cfg(has_step_by_rev)]
    |       ^^^^^^^^^^^^^^^
    |
    = 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(has_step_by_rev)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_step_by_rev)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `has_step_by_rev`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rayon-1.5.3/src/iter/mod.rs:2608:11
     |
2608 |     #[cfg(has_step_by_rev)]
     |           ^^^^^^^^^^^^^^^
     |
     = 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(has_step_by_rev)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_step_by_rev)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `has_control_flow`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rayon-1.5.3/src/iter/mod.rs:3151:11
     |
3151 |     #[cfg(has_control_flow)]
     |           ^^^^^^^^^^^^^^^^
     |
     = 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(has_control_flow)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_control_flow)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `has_control_flow`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rayon-1.5.3/src/iter/mod.rs:3154:15
     |
3154 |     #[cfg(not(has_control_flow))]
     |               ^^^^^^^^^^^^^^^^
     |
     = 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(has_control_flow)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_control_flow)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `has_control_flow`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rayon-1.5.3/src/iter/mod.rs:3179:11
     |
3179 |     #[cfg(has_control_flow)]
     |           ^^^^^^^^^^^^^^^^
     |
     = 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(has_control_flow)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_control_flow)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

       Fresh uuid v1.16.0
       Fresh wasmtime-wit-bindgen v29.0.1
       Fresh mac_address v1.1.8
       Fresh parking_lot v0.12.1
warning: `lazy_static` (lib) generated 1 warning (1 duplicate)
warning: `atomic-waker` (lib) generated 2 warnings
warning: `rayon` (lib) generated 7 warnings
       Fresh clap v3.2.4
warning: unexpected `cfg` condition name: `features`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/clap-3.2.4/src/parser/features/suggestions.rs:75:17
   |
75 | #[cfg(all(test, features = "suggestions"))]
   |                 ^^^^^^^^^^^^^^^^^^^^^^^^
   |
   = note: see  for more information about checking conditional configuration
   = note: `#[warn(unexpected_cfgs)]` on by default
help: there is a config with a similar name and value
   |
75 - #[cfg(all(test, features = "suggestions"))]
75 + #[cfg(all(test, feature = "suggestions"))]
   |

warning: variable does not need to be mutable
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/clap-3.2.4/src/builder/command.rs:4367:17
     |
4367 |             for mut sc in &mut self.subcommands {
     |                 ----^^
     |                 |
     |                 help: remove this `mut`
     |
     = note: `#[warn(unused_mut)]` on by default

warning: method `parse` is never used
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/clap-3.2.4/src/builder/value_parser.rs:547:8
    |
539 | trait AnyValueParser: Send + Sync + 'static {
    |       -------------- method in this trait
...
547 |     fn parse(
    |        ^^^^^
    |
    = note: `#[warn(dead_code)]` on by default

       Fresh bit-set v0.5.3
warning: unexpected `cfg` condition value: `nightly`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/bit-set-0.5.3/src/lib.rs:51:23
   |
51 | #![cfg_attr(all(test, feature = "nightly"), feature(test))]
   |                       ^^^^^^^^^^^^^^^^^^^
   |
   = note: expected values for `feature` are: `default` and `std`
   = help: consider adding `nightly` 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: `nightly`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/bit-set-0.5.3/src/lib.rs:53:17
   |
53 | #[cfg(all(test, feature = "nightly"))]
   |                 ^^^^^^^^^^^^^^^^^^^
   |
   = note: expected values for `feature` are: `default` and `std`
   = help: consider adding `nightly` as a feature in `Cargo.toml`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition value: `nightly`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/bit-set-0.5.3/src/lib.rs:55:17
   |
55 | #[cfg(all(test, feature = "nightly"))]
   |                 ^^^^^^^^^^^^^^^^^^^
   |
   = note: expected values for `feature` are: `default` and `std`
   = help: consider adding `nightly` as a feature in `Cargo.toml`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition value: `nightly`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/bit-set-0.5.3/src/lib.rs:1558:17
     |
1558 | #[cfg(all(test, feature = "nightly"))]
     |                 ^^^^^^^^^^^^^^^^^^^
     |
     = note: expected values for `feature` are: `default` and `std`
     = help: consider adding `nightly` as a feature in `Cargo.toml`
     = note: see  for more information about checking conditional configuration

       Fresh blocking v1.2.0
       Fresh sha2 v0.10.8
       Fresh prost-build v0.11.9
       Fresh wasmtime-environ v29.0.1
       Fresh rand_chacha v0.3.1
       Fresh supports-color v2.0.0
       Fresh csscolorparser v0.6.2
       Fresh curl-sys v0.4.68+curl-8.4.0
warning: unexpected `cfg` condition name: `link_libnghttp2`
 --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/curl-sys-0.4.68+curl-8.4.0/lib.rs:5:7
  |
5 | #[cfg(link_libnghttp2)]
  |       ^^^^^^^^^^^^^^^
  |
  = 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(link_libnghttp2)'] }
  = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(link_libnghttp2)");` 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: `link_libz`
 --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/curl-sys-0.4.68+curl-8.4.0/lib.rs:7:7
  |
7 | #[cfg(link_libz)]
  |       ^^^^^^^^^
  |
  = 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(link_libz)'] }
  = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(link_libz)");` to the top of the `build.rs`
  = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `link_openssl`
 --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/curl-sys-0.4.68+curl-8.4.0/lib.rs:9:7
  |
9 | #[cfg(link_openssl)]
  |       ^^^^^^^^^^^^
  |
  = 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(link_openssl)'] }
  = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(link_openssl)");` to the top of the `build.rs`
  = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `libcurl_vendored`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/curl-sys-0.4.68+curl-8.4.0/lib.rs:1172:10
     |
1172 |     cfg!(libcurl_vendored)
     |          ^^^^^^^^^^^^^^^^
     |
     = 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(libcurl_vendored)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libcurl_vendored)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

       Fresh pin-project v1.1.3
       Fresh libm v0.2.8
warning: unexpected `cfg` condition name: `assert_no_panic`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/libm-0.2.8/src/math/acos.rs:62:22
   |
62 | #[cfg_attr(all(test, assert_no_panic), no_panic::no_panic)]
   |                      ^^^^^^^^^^^^^^^
   |
   = 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(assert_no_panic)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(assert_no_panic)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration
note: the lint level is defined here
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/libm-0.2.8/src/lib.rs:2:9
   |
2  | #![deny(warnings)]
   |         ^^^^^^^^
   = note: `#[warn(unexpected_cfgs)]` implied by `#[warn(warnings)]`

warning: unexpected `cfg` condition name: `assert_no_panic`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/libm-0.2.8/src/math/acosf.rs:36:22
   |
36 | #[cfg_attr(all(test, assert_no_panic), no_panic::no_panic)]
   |                      ^^^^^^^^^^^^^^^
   |
   = 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(assert_no_panic)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(assert_no_panic)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `assert_no_panic`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/libm-0.2.8/src/math/acosh.rs:10:22
   |
10 | #[cfg_attr(all(test, assert_no_panic), no_panic::no_panic)]
   |                      ^^^^^^^^^^^^^^^
   |
   = 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(assert_no_panic)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(assert_no_panic)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `assert_no_panic`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/libm-0.2.8/src/math/acoshf.rs:10:22
   |
10 | #[cfg_attr(all(test, assert_no_panic), no_panic::no_panic)]
   |                      ^^^^^^^^^^^^^^^
   |
   = 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(assert_no_panic)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(assert_no_panic)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `assert_no_panic`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/libm-0.2.8/src/math/asin.rs:69:22
   |
69 | #[cfg_attr(all(test, assert_no_panic), no_panic::no_panic)]
   |                      ^^^^^^^^^^^^^^^
   |
   = 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(assert_no_panic)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(assert_no_panic)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `assert_no_panic`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/libm-0.2.8/src/math/asinf.rs:38:22
   |
38 | #[cfg_attr(all(test, assert_no_panic), no_panic::no_panic)]
   |                      ^^^^^^^^^^^^^^^
   |
   = 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(assert_no_panic)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(assert_no_panic)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `assert_no_panic`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/libm-0.2.8/src/math/asinh.rs:10:22
   |
10 | #[cfg_attr(all(test, assert_no_panic), no_panic::no_panic)]
   |                      ^^^^^^^^^^^^^^^
   |
   = 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(assert_no_panic)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(assert_no_panic)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `assert_no_panic`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/libm-0.2.8/src/math/asinhf.rs:10:22
   |
10 | #[cfg_attr(all(test, assert_no_panic), no_panic::no_panic)]
   |                      ^^^^^^^^^^^^^^^
   |
   = 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(assert_no_panic)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(assert_no_panic)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `assert_no_panic`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/libm-0.2.8/src/math/atan.rs:67:22
   |
67 | #[cfg_attr(all(test, assert_no_panic), no_panic::no_panic)]
   |                      ^^^^^^^^^^^^^^^
   |
   = 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(assert_no_panic)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(assert_no_panic)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `assert_no_panic`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/libm-0.2.8/src/math/atan2.rs:51:22
   |
51 | #[cfg_attr(all(test, assert_no_panic), no_panic::no_panic)]
   |                      ^^^^^^^^^^^^^^^
   |
   = 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(assert_no_panic)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(assert_no_panic)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `assert_no_panic`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/libm-0.2.8/src/math/atan2f.rs:27:22
   |
27 | #[cfg_attr(all(test, assert_no_panic), no_panic::no_panic)]
   |                      ^^^^^^^^^^^^^^^
   |
   = 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(assert_no_panic)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(assert_no_panic)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `assert_no_panic`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/libm-0.2.8/src/math/atanf.rs:44:22
   |
44 | #[cfg_attr(all(test, assert_no_panic), no_panic::no_panic)]
   |                      ^^^^^^^^^^^^^^^
   |
   = 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(assert_no_panic)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(assert_no_panic)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `assert_no_panic`
 --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/libm-0.2.8/src/math/atanh.rs:8:22
  |
8 | #[cfg_attr(all(test, assert_no_panic), no_panic::no_panic)]
  |                      ^^^^^^^^^^^^^^^
  |
  = 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(assert_no_panic)'] }
  = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(assert_no_panic)");` to the top of the `build.rs`
  = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `assert_no_panic`
 --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/libm-0.2.8/src/math/atanhf.rs:8:22
  |
8 | #[cfg_attr(all(test, assert_no_panic), no_panic::no_panic)]
  |                      ^^^^^^^^^^^^^^^
  |
  = 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(assert_no_panic)'] }
  = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(assert_no_panic)");` to the top of the `build.rs`
  = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `assert_no_panic`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/libm-0.2.8/src/math/cbrt.rs:33:22
   |
33 | #[cfg_attr(all(test, assert_no_panic), no_panic::no_panic)]
   |                      ^^^^^^^^^^^^^^^
   |
   = 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(assert_no_panic)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(assert_no_panic)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `assert_no_panic`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/libm-0.2.8/src/math/cbrtf.rs:28:22
   |
28 | #[cfg_attr(all(test, assert_no_panic), no_panic::no_panic)]
   |                      ^^^^^^^^^^^^^^^
   |
   = 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(assert_no_panic)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(assert_no_panic)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `assert_no_panic`
 --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/libm-0.2.8/src/math/ceil.rs:9:22
  |
9 | #[cfg_attr(all(test, assert_no_panic), no_panic::no_panic)]
  |                      ^^^^^^^^^^^^^^^
  |
  = 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(assert_no_panic)'] }
  = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(assert_no_panic)");` to the top of the `build.rs`
  = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `assert_no_panic`
 --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/libm-0.2.8/src/math/ceilf.rs:6:22
  |
6 | #[cfg_attr(all(test, assert_no_panic), no_panic::no_panic)]
  |                      ^^^^^^^^^^^^^^^
  |
  = 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(assert_no_panic)'] }
  = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(assert_no_panic)");` to the top of the `build.rs`
  = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `assert_no_panic`
 --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/libm-0.2.8/src/math/copysign.rs:5:22
  |
5 | #[cfg_attr(all(test, assert_no_panic), no_panic::no_panic)]
  |                      ^^^^^^^^^^^^^^^
  |
  = 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(assert_no_panic)'] }
  = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(assert_no_panic)");` to the top of the `build.rs`
  = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `assert_no_panic`
 --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/libm-0.2.8/src/math/copysignf.rs:5:22
  |
5 | #[cfg_attr(all(test, assert_no_panic), no_panic::no_panic)]
  |                      ^^^^^^^^^^^^^^^
  |
  = 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(assert_no_panic)'] }
  = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(assert_no_panic)");` to the top of the `build.rs`
  = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `assert_no_panic`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/libm-0.2.8/src/math/cos.rs:44:22
   |
44 | #[cfg_attr(all(test, assert_no_panic), no_panic::no_panic)]
   |                      ^^^^^^^^^^^^^^^
   |
   = 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(assert_no_panic)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(assert_no_panic)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `assert_no_panic`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/libm-0.2.8/src/math/cosf.rs:27:22
   |
27 | #[cfg_attr(all(test, assert_no_panic), no_panic::no_panic)]
   |                      ^^^^^^^^^^^^^^^
   |
   = 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(assert_no_panic)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(assert_no_panic)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `assert_no_panic`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/libm-0.2.8/src/math/cosh.rs:10:22
   |
10 | #[cfg_attr(all(test, assert_no_panic), no_panic::no_panic)]
   |                      ^^^^^^^^^^^^^^^
   |
   = 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(assert_no_panic)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(assert_no_panic)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `assert_no_panic`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/libm-0.2.8/src/math/coshf.rs:10:22
   |
10 | #[cfg_attr(all(test, assert_no_panic), no_panic::no_panic)]
   |                      ^^^^^^^^^^^^^^^
   |
   = 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(assert_no_panic)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(assert_no_panic)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `assert_no_panic`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/libm-0.2.8/src/math/erf.rs:222:22
    |
222 | #[cfg_attr(all(test, assert_no_panic), no_panic::no_panic)]
    |                      ^^^^^^^^^^^^^^^
    |
    = 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(assert_no_panic)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(assert_no_panic)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `assert_no_panic`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/libm-0.2.8/src/math/erff.rs:133:22
    |
133 | #[cfg_attr(all(test, assert_no_panic), no_panic::no_panic)]
    |                      ^^^^^^^^^^^^^^^
    |
    = 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(assert_no_panic)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(assert_no_panic)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `assert_no_panic`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/libm-0.2.8/src/math/exp.rs:84:22
   |
84 | #[cfg_attr(all(test, assert_no_panic), no_panic::no_panic)]
   |                      ^^^^^^^^^^^^^^^
   |
   = 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(assert_no_panic)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(assert_no_panic)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `assert_no_panic`
 --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/libm-0.2.8/src/math/exp10.rs:9:22
  |
9 | #[cfg_attr(all(test, assert_no_panic), no_panic::no_panic)]
  |                      ^^^^^^^^^^^^^^^
  |
  = 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(assert_no_panic)'] }
  = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(assert_no_panic)");` to the top of the `build.rs`
  = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `assert_no_panic`
 --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/libm-0.2.8/src/math/exp10f.rs:9:22
  |
9 | #[cfg_attr(all(test, assert_no_panic), no_panic::no_panic)]
  |                      ^^^^^^^^^^^^^^^
  |
  = 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(assert_no_panic)'] }
  = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(assert_no_panic)");` to the top of the `build.rs`
  = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `assert_no_panic`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/libm-0.2.8/src/math/exp2.rs:325:22
    |
325 | #[cfg_attr(all(test, assert_no_panic), no_panic::no_panic)]
    |                      ^^^^^^^^^^^^^^^
    |
    = 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(assert_no_panic)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(assert_no_panic)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `assert_no_panic`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/libm-0.2.8/src/math/exp2f.rs:76:22
   |
76 | #[cfg_attr(all(test, assert_no_panic), no_panic::no_panic)]
   |                      ^^^^^^^^^^^^^^^
   |
   = 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(assert_no_panic)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(assert_no_panic)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `assert_no_panic`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/libm-0.2.8/src/math/expf.rs:33:22
   |
33 | #[cfg_attr(all(test, assert_no_panic), no_panic::no_panic)]
   |                      ^^^^^^^^^^^^^^^
   |
   = 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(assert_no_panic)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(assert_no_panic)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `assert_no_panic`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/libm-0.2.8/src/math/expm1.rs:33:22
   |
33 | #[cfg_attr(all(test, assert_no_panic), no_panic::no_panic)]
   |                      ^^^^^^^^^^^^^^^
   |
   = 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(assert_no_panic)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(assert_no_panic)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `assert_no_panic`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/libm-0.2.8/src/math/expm1f.rs:35:22
   |
35 | #[cfg_attr(all(test, assert_no_panic), no_panic::no_panic)]
   |                      ^^^^^^^^^^^^^^^
   |
   = 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(assert_no_panic)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(assert_no_panic)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `assert_no_panic`
 --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/libm-0.2.8/src/math/fabs.rs:6:22
  |
6 | #[cfg_attr(all(test, assert_no_panic), no_panic::no_panic)]
  |                      ^^^^^^^^^^^^^^^
  |
  = 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(assert_no_panic)'] }
  = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(assert_no_panic)");` to the top of the `build.rs`
  = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `assert_no_panic`
 --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/libm-0.2.8/src/math/fabsf.rs:4:22
  |
4 | #[cfg_attr(all(test, assert_no_panic), no_panic::no_panic)]
  |                      ^^^^^^^^^^^^^^^
  |
  = 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(assert_no_panic)'] }
  = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(assert_no_panic)");` to the top of the `build.rs`
  = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `assert_no_panic`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/libm-0.2.8/src/math/fdim.rs:11:22
   |
11 | #[cfg_attr(all(test, assert_no_panic), no_panic::no_panic)]
   |                      ^^^^^^^^^^^^^^^
   |
   = 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(assert_no_panic)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(assert_no_panic)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `assert_no_panic`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/libm-0.2.8/src/math/fdimf.rs:11:22
   |
11 | #[cfg_attr(all(test, assert_no_panic), no_panic::no_panic)]
   |                      ^^^^^^^^^^^^^^^
   |
   = 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(assert_no_panic)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(assert_no_panic)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `assert_no_panic`
 --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/libm-0.2.8/src/math/floor.rs:9:22
  |
9 | #[cfg_attr(all(test, assert_no_panic), no_panic::no_panic)]
  |                      ^^^^^^^^^^^^^^^
  |
  = 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(assert_no_panic)'] }
  = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(assert_no_panic)");` to the top of the `build.rs`
  = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `assert_no_panic`
 --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/libm-0.2.8/src/math/floorf.rs:6:22
  |
6 | #[cfg_attr(all(test, assert_no_panic), no_panic::no_panic)]
  |                      ^^^^^^^^^^^^^^^
  |
  = 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(assert_no_panic)'] }
  = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(assert_no_panic)");` to the top of the `build.rs`
  = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `assert_no_panic`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/libm-0.2.8/src/math/fma.rs:43:22
   |
43 | #[cfg_attr(all(test, assert_no_panic), no_panic::no_panic)]
   |                      ^^^^^^^^^^^^^^^
   |
   = 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(assert_no_panic)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(assert_no_panic)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `assert_no_panic`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/libm-0.2.8/src/math/fmaf.rs:48:22
   |
48 | #[cfg_attr(all(test, assert_no_panic), no_panic::no_panic)]
   |                      ^^^^^^^^^^^^^^^
   |
   = 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(assert_no_panic)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(assert_no_panic)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `assert_no_panic`
 --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/libm-0.2.8/src/math/fmax.rs:1:22
  |
1 | #[cfg_attr(all(test, assert_no_panic), no_panic::no_panic)]
  |                      ^^^^^^^^^^^^^^^
  |
  = 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(assert_no_panic)'] }
  = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(assert_no_panic)");` to the top of the `build.rs`
  = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `assert_no_panic`
 --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/libm-0.2.8/src/math/fmaxf.rs:1:22
  |
1 | #[cfg_attr(all(test, assert_no_panic), no_panic::no_panic)]
  |                      ^^^^^^^^^^^^^^^
  |
  = 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(assert_no_panic)'] }
  = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(assert_no_panic)");` to the top of the `build.rs`
  = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `assert_no_panic`
 --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/libm-0.2.8/src/math/fmin.rs:1:22
  |
1 | #[cfg_attr(all(test, assert_no_panic), no_panic::no_panic)]
  |                      ^^^^^^^^^^^^^^^
  |
  = 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(assert_no_panic)'] }
  = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(assert_no_panic)");` to the top of the `build.rs`
  = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `assert_no_panic`
 --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/libm-0.2.8/src/math/fminf.rs:1:22
  |
1 | #[cfg_attr(all(test, assert_no_panic), no_panic::no_panic)]
  |                      ^^^^^^^^^^^^^^^
  |
  = 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(assert_no_panic)'] }
  = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(assert_no_panic)");` to the top of the `build.rs`
  = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `assert_no_panic`
 --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/libm-0.2.8/src/math/fmod.rs:3:22
  |
3 | #[cfg_attr(all(test, assert_no_panic), no_panic::no_panic)]
  |                      ^^^^^^^^^^^^^^^
  |
  = 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(assert_no_panic)'] }
  = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(assert_no_panic)");` to the top of the `build.rs`
  = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `assert_no_panic`
 --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/libm-0.2.8/src/math/fmodf.rs:4:22
  |
4 | #[cfg_attr(all(test, assert_no_panic), no_panic::no_panic)]
  |                      ^^^^^^^^^^^^^^^
  |
  = 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(assert_no_panic)'] }
  = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(assert_no_panic)");` to the top of the `build.rs`
  = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `assert_no_panic`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/libm-0.2.8/src/math/hypot.rs:20:22
   |
20 | #[cfg_attr(all(test, assert_no_panic), no_panic::no_panic)]
   |                      ^^^^^^^^^^^^^^^
   |
   = 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(assert_no_panic)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(assert_no_panic)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `assert_no_panic`
 --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/libm-0.2.8/src/math/hypotf.rs:5:22
  |
5 | #[cfg_attr(all(test, assert_no_panic), no_panic::no_panic)]
  |                      ^^^^^^^^^^^^^^^
  |
  = 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(assert_no_panic)'] }
  = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(assert_no_panic)");` to the top of the `build.rs`
  = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `assert_no_panic`
 --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/libm-0.2.8/src/math/ilogb.rs:4:22
  |
4 | #[cfg_attr(all(test, assert_no_panic), no_panic::no_panic)]
  |                      ^^^^^^^^^^^^^^^
  |
  = 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(assert_no_panic)'] }
  = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(assert_no_panic)");` to the top of the `build.rs`
  = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `assert_no_panic`
 --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/libm-0.2.8/src/math/ilogbf.rs:4:22
  |
4 | #[cfg_attr(all(test, assert_no_panic), no_panic::no_panic)]
  |                      ^^^^^^^^^^^^^^^
  |
  = 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(assert_no_panic)'] }
  = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(assert_no_panic)");` to the top of the `build.rs`
  = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `assert_no_panic`
 --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/libm-0.2.8/src/math/ldexp.rs:1:22
  |
1 | #[cfg_attr(all(test, assert_no_panic), no_panic::no_panic)]
  |                      ^^^^^^^^^^^^^^^
  |
  = 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(assert_no_panic)'] }
  = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(assert_no_panic)");` to the top of the `build.rs`
  = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `assert_no_panic`
 --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/libm-0.2.8/src/math/ldexpf.rs:1:22
  |
1 | #[cfg_attr(all(test, assert_no_panic), no_panic::no_panic)]
  |                      ^^^^^^^^^^^^^^^
  |
  = 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(assert_no_panic)'] }
  = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(assert_no_panic)");` to the top of the `build.rs`
  = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `assert_no_panic`
 --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/libm-0.2.8/src/math/lgamma.rs:3:22
  |
3 | #[cfg_attr(all(test, assert_no_panic), no_panic::no_panic)]
  |                      ^^^^^^^^^^^^^^^
  |
  = 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(assert_no_panic)'] }
  = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(assert_no_panic)");` to the top of the `build.rs`
  = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `assert_no_panic`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/libm-0.2.8/src/math/lgamma_r.rs:167:22
    |
167 | #[cfg_attr(all(test, assert_no_panic), no_panic::no_panic)]
    |                      ^^^^^^^^^^^^^^^
    |
    = 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(assert_no_panic)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(assert_no_panic)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `assert_no_panic`
 --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/libm-0.2.8/src/math/lgammaf.rs:3:22
  |
3 | #[cfg_attr(all(test, assert_no_panic), no_panic::no_panic)]
  |                      ^^^^^^^^^^^^^^^
  |
  = 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(assert_no_panic)'] }
  = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(assert_no_panic)");` to the top of the `build.rs`
  = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `assert_no_panic`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/libm-0.2.8/src/math/lgammaf_r.rs:102:22
    |
102 | #[cfg_attr(all(test, assert_no_panic), no_panic::no_panic)]
    |                      ^^^^^^^^^^^^^^^
    |
    = 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(assert_no_panic)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(assert_no_panic)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `assert_no_panic`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/libm-0.2.8/src/math/log.rs:73:22
   |
73 | #[cfg_attr(all(test, assert_no_panic), no_panic::no_panic)]
   |                      ^^^^^^^^^^^^^^^
   |
   = 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(assert_no_panic)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(assert_no_panic)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `assert_no_panic`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/libm-0.2.8/src/math/log10.rs:34:22
   |
34 | #[cfg_attr(all(test, assert_no_panic), no_panic::no_panic)]
   |                      ^^^^^^^^^^^^^^^
   |
   = 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(assert_no_panic)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(assert_no_panic)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `assert_no_panic`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/libm-0.2.8/src/math/log10f.rs:28:22
   |
28 | #[cfg_attr(all(test, assert_no_panic), no_panic::no_panic)]
   |                      ^^^^^^^^^^^^^^^
   |
   = 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(assert_no_panic)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(assert_no_panic)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `assert_no_panic`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/libm-0.2.8/src/math/log1p.rs:68:22
   |
68 | #[cfg_attr(all(test, assert_no_panic), no_panic::no_panic)]
   |                      ^^^^^^^^^^^^^^^
   |
   = 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(assert_no_panic)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(assert_no_panic)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `assert_no_panic`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/libm-0.2.8/src/math/log1pf.rs:23:22
   |
23 | #[cfg_attr(all(test, assert_no_panic), no_panic::no_panic)]
   |                      ^^^^^^^^^^^^^^^
   |
   = 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(assert_no_panic)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(assert_no_panic)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `assert_no_panic`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/libm-0.2.8/src/math/log2.rs:32:22
   |
32 | #[cfg_attr(all(test, assert_no_panic), no_panic::no_panic)]
   |                      ^^^^^^^^^^^^^^^
   |
   = 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(assert_no_panic)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(assert_no_panic)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `assert_no_panic`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/libm-0.2.8/src/math/log2f.rs:26:22
   |
26 | #[cfg_attr(all(test, assert_no_panic), no_panic::no_panic)]
   |                      ^^^^^^^^^^^^^^^
   |
   = 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(assert_no_panic)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(assert_no_panic)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `assert_no_panic`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/libm-0.2.8/src/math/logf.rs:24:22
   |
24 | #[cfg_attr(all(test, assert_no_panic), no_panic::no_panic)]
   |                      ^^^^^^^^^^^^^^^
   |
   = 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(assert_no_panic)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(assert_no_panic)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `assert_no_panic`
 --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/libm-0.2.8/src/math/nextafter.rs:1:22
  |
1 | #[cfg_attr(all(test, assert_no_panic), no_panic::no_panic)]
  |                      ^^^^^^^^^^^^^^^
  |
  = 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(assert_no_panic)'] }
  = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(assert_no_panic)");` to the top of the `build.rs`
  = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `assert_no_panic`
 --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/libm-0.2.8/src/math/nextafterf.rs:1:22
  |
1 | #[cfg_attr(all(test, assert_no_panic), no_panic::no_panic)]
  |                      ^^^^^^^^^^^^^^^
  |
  = 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(assert_no_panic)'] }
  = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(assert_no_panic)");` to the top of the `build.rs`
  = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `assert_no_panic`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/libm-0.2.8/src/math/pow.rs:92:22
   |
92 | #[cfg_attr(all(test, assert_no_panic), no_panic::no_panic)]
   |                      ^^^^^^^^^^^^^^^
   |
   = 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(assert_no_panic)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(assert_no_panic)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `assert_no_panic`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/libm-0.2.8/src/math/powf.rs:46:22
   |
46 | #[cfg_attr(all(test, assert_no_panic), no_panic::no_panic)]
   |                      ^^^^^^^^^^^^^^^
   |
   = 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(assert_no_panic)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(assert_no_panic)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `assert_no_panic`
 --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/libm-0.2.8/src/math/remainder.rs:1:22
  |
1 | #[cfg_attr(all(test, assert_no_panic), no_panic::no_panic)]
  |                      ^^^^^^^^^^^^^^^
  |
  = 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(assert_no_panic)'] }
  = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(assert_no_panic)");` to the top of the `build.rs`
  = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `assert_no_panic`
 --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/libm-0.2.8/src/math/remainderf.rs:1:22
  |
1 | #[cfg_attr(all(test, assert_no_panic), no_panic::no_panic)]
  |                      ^^^^^^^^^^^^^^^
  |
  = 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(assert_no_panic)'] }
  = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(assert_no_panic)");` to the top of the `build.rs`
  = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `assert_no_panic`
 --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/libm-0.2.8/src/math/remquo.rs:1:22
  |
1 | #[cfg_attr(all(test, assert_no_panic), no_panic::no_panic)]
  |                      ^^^^^^^^^^^^^^^
  |
  = 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(assert_no_panic)'] }
  = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(assert_no_panic)");` to the top of the `build.rs`
  = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `assert_no_panic`
 --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/libm-0.2.8/src/math/remquof.rs:1:22
  |
1 | #[cfg_attr(all(test, assert_no_panic), no_panic::no_panic)]
  |                      ^^^^^^^^^^^^^^^
  |
  = 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(assert_no_panic)'] }
  = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(assert_no_panic)");` to the top of the `build.rs`
  = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `assert_no_panic`
 --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/libm-0.2.8/src/math/rint.rs:1:22
  |
1 | #[cfg_attr(all(test, assert_no_panic), no_panic::no_panic)]
  |                      ^^^^^^^^^^^^^^^
  |
  = 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(assert_no_panic)'] }
  = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(assert_no_panic)");` to the top of the `build.rs`
  = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `assert_no_panic`
 --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/libm-0.2.8/src/math/rintf.rs:1:22
  |
1 | #[cfg_attr(all(test, assert_no_panic), no_panic::no_panic)]
  |                      ^^^^^^^^^^^^^^^
  |
  = 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(assert_no_panic)'] }
  = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(assert_no_panic)");` to the top of the `build.rs`
  = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `assert_no_panic`
 --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/libm-0.2.8/src/math/round.rs:5:22
  |
5 | #[cfg_attr(all(test, assert_no_panic), no_panic::no_panic)]
  |                      ^^^^^^^^^^^^^^^
  |
  = 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(assert_no_panic)'] }
  = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(assert_no_panic)");` to the top of the `build.rs`
  = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `assert_no_panic`
 --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/libm-0.2.8/src/math/roundf.rs:5:22
  |
5 | #[cfg_attr(all(test, assert_no_panic), no_panic::no_panic)]
  |                      ^^^^^^^^^^^^^^^
  |
  = 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(assert_no_panic)'] }
  = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(assert_no_panic)");` to the top of the `build.rs`
  = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `assert_no_panic`
 --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/libm-0.2.8/src/math/scalbn.rs:1:22
  |
1 | #[cfg_attr(all(test, assert_no_panic), no_panic::no_panic)]
  |                      ^^^^^^^^^^^^^^^
  |
  = 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(assert_no_panic)'] }
  = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(assert_no_panic)");` to the top of the `build.rs`
  = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `assert_no_panic`
 --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/libm-0.2.8/src/math/scalbnf.rs:1:22
  |
1 | #[cfg_attr(all(test, assert_no_panic), no_panic::no_panic)]
  |                      ^^^^^^^^^^^^^^^
  |
  = 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(assert_no_panic)'] }
  = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(assert_no_panic)");` to the top of the `build.rs`
  = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `assert_no_panic`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/libm-0.2.8/src/math/sin.rs:43:22
   |
43 | #[cfg_attr(all(test, assert_no_panic), no_panic::no_panic)]
   |                      ^^^^^^^^^^^^^^^
   |
   = 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(assert_no_panic)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(assert_no_panic)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `assert_no_panic`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/libm-0.2.8/src/math/sincos.rs:15:22
   |
15 | #[cfg_attr(all(test, assert_no_panic), no_panic::no_panic)]
   |                      ^^^^^^^^^^^^^^^
   |
   = 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(assert_no_panic)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(assert_no_panic)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `assert_no_panic`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/libm-0.2.8/src/math/sincosf.rs:26:22
   |
26 | #[cfg_attr(all(test, assert_no_panic), no_panic::no_panic)]
   |                      ^^^^^^^^^^^^^^^
   |
   = 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(assert_no_panic)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(assert_no_panic)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `assert_no_panic`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/libm-0.2.8/src/math/sinf.rs:27:22
   |
27 | #[cfg_attr(all(test, assert_no_panic), no_panic::no_panic)]
   |                      ^^^^^^^^^^^^^^^
   |
   = 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(assert_no_panic)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(assert_no_panic)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `assert_no_panic`
 --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/libm-0.2.8/src/math/sinh.rs:7:22
  |
7 | #[cfg_attr(all(test, assert_no_panic), no_panic::no_panic)]
  |                      ^^^^^^^^^^^^^^^
  |
  = 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(assert_no_panic)'] }
  = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(assert_no_panic)");` to the top of the `build.rs`
  = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `assert_no_panic`
 --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/libm-0.2.8/src/math/sinhf.rs:4:22
  |
4 | #[cfg_attr(all(test, assert_no_panic), no_panic::no_panic)]
  |                      ^^^^^^^^^^^^^^^
  |
  = 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(assert_no_panic)'] }
  = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(assert_no_panic)");` to the top of the `build.rs`
  = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `assert_no_panic`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/libm-0.2.8/src/math/sqrt.rs:81:22
   |
81 | #[cfg_attr(all(test, assert_no_panic), no_panic::no_panic)]
   |                      ^^^^^^^^^^^^^^^
   |
   = 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(assert_no_panic)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(assert_no_panic)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `assert_no_panic`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/libm-0.2.8/src/math/sqrtf.rs:16:22
   |
16 | #[cfg_attr(all(test, assert_no_panic), no_panic::no_panic)]
   |                      ^^^^^^^^^^^^^^^
   |
   = 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(assert_no_panic)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(assert_no_panic)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `assert_no_panic`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/libm-0.2.8/src/math/tan.rs:42:22
   |
42 | #[cfg_attr(all(test, assert_no_panic), no_panic::no_panic)]
   |                      ^^^^^^^^^^^^^^^
   |
   = 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(assert_no_panic)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(assert_no_panic)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `assert_no_panic`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/libm-0.2.8/src/math/tanf.rs:27:22
   |
27 | #[cfg_attr(all(test, assert_no_panic), no_panic::no_panic)]
   |                      ^^^^^^^^^^^^^^^
   |
   = 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(assert_no_panic)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(assert_no_panic)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `assert_no_panic`
 --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/libm-0.2.8/src/math/tanh.rs:7:22
  |
7 | #[cfg_attr(all(test, assert_no_panic), no_panic::no_panic)]
  |                      ^^^^^^^^^^^^^^^
  |
  = 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(assert_no_panic)'] }
  = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(assert_no_panic)");` to the top of the `build.rs`
  = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `assert_no_panic`
 --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/libm-0.2.8/src/math/tanhf.rs:3:22
  |
3 | #[cfg_attr(all(test, assert_no_panic), no_panic::no_panic)]
  |                      ^^^^^^^^^^^^^^^
  |
  = 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(assert_no_panic)'] }
  = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(assert_no_panic)");` to the top of the `build.rs`
  = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `assert_no_panic`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/libm-0.2.8/src/math/tgamma.rs:133:22
    |
133 | #[cfg_attr(all(test, assert_no_panic), no_panic::no_panic)]
    |                      ^^^^^^^^^^^^^^^
    |
    = 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(assert_no_panic)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(assert_no_panic)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `assert_no_panic`
 --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/libm-0.2.8/src/math/tgammaf.rs:3:22
  |
3 | #[cfg_attr(all(test, assert_no_panic), no_panic::no_panic)]
  |                      ^^^^^^^^^^^^^^^
  |
  = 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(assert_no_panic)'] }
  = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(assert_no_panic)");` to the top of the `build.rs`
  = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `assert_no_panic`
 --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/libm-0.2.8/src/math/trunc.rs:3:22
  |
3 | #[cfg_attr(all(test, assert_no_panic), no_panic::no_panic)]
  |                      ^^^^^^^^^^^^^^^
  |
  = 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(assert_no_panic)'] }
  = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(assert_no_panic)");` to the top of the `build.rs`
  = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `assert_no_panic`
 --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/libm-0.2.8/src/math/truncf.rs:3:22
  |
3 | #[cfg_attr(all(test, assert_no_panic), no_panic::no_panic)]
  |                      ^^^^^^^^^^^^^^^
  |
  = 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(assert_no_panic)'] }
  = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(assert_no_panic)");` to the top of the `build.rs`
  = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `assert_no_panic`
 --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/libm-0.2.8/src/math/expo2.rs:4:22
  |
4 | #[cfg_attr(all(test, assert_no_panic), no_panic::no_panic)]
  |                      ^^^^^^^^^^^^^^^
  |
  = 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(assert_no_panic)'] }
  = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(assert_no_panic)");` to the top of the `build.rs`
  = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `assert_no_panic`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/libm-0.2.8/src/math/k_cos.rs:54:22
   |
54 | #[cfg_attr(all(test, assert_no_panic), no_panic::no_panic)]
   |                      ^^^^^^^^^^^^^^^
   |
   = 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(assert_no_panic)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(assert_no_panic)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `assert_no_panic`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/libm-0.2.8/src/math/k_cosf.rs:23:22
   |
23 | #[cfg_attr(all(test, assert_no_panic), no_panic::no_panic)]
   |                      ^^^^^^^^^^^^^^^
   |
   = 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(assert_no_panic)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(assert_no_panic)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `assert_no_panic`
 --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/libm-0.2.8/src/math/k_expo2.rs:7:22
  |
7 | #[cfg_attr(all(test, assert_no_panic), no_panic::no_panic)]
  |                      ^^^^^^^^^^^^^^^
  |
  = 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(assert_no_panic)'] }
  = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(assert_no_panic)");` to the top of the `build.rs`
  = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `assert_no_panic`
 --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/libm-0.2.8/src/math/k_expo2f.rs:7:22
  |
7 | #[cfg_attr(all(test, assert_no_panic), no_panic::no_panic)]
  |                      ^^^^^^^^^^^^^^^
  |
  = 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(assert_no_panic)'] }
  = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(assert_no_panic)");` to the top of the `build.rs`
  = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `assert_no_panic`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/libm-0.2.8/src/math/k_sin.rs:46:22
   |
46 | #[cfg_attr(all(test, assert_no_panic), no_panic::no_panic)]
   |                      ^^^^^^^^^^^^^^^
   |
   = 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(assert_no_panic)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(assert_no_panic)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `assert_no_panic`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/libm-0.2.8/src/math/k_sinf.rs:23:22
   |
23 | #[cfg_attr(all(test, assert_no_panic), no_panic::no_panic)]
   |                      ^^^^^^^^^^^^^^^
   |
   = 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(assert_no_panic)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(assert_no_panic)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `assert_no_panic`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/libm-0.2.8/src/math/k_tan.rs:61:22
   |
61 | #[cfg_attr(all(test, assert_no_panic), no_panic::no_panic)]
   |                      ^^^^^^^^^^^^^^^
   |
   = 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(assert_no_panic)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(assert_no_panic)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `assert_no_panic`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/libm-0.2.8/src/math/k_tanf.rs:22:22
   |
22 | #[cfg_attr(all(test, assert_no_panic), no_panic::no_panic)]
   |                      ^^^^^^^^^^^^^^^
   |
   = 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(assert_no_panic)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(assert_no_panic)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `assert_no_panic`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/libm-0.2.8/src/math/rem_pio2.rs:44:22
   |
44 | #[cfg_attr(all(test, assert_no_panic), no_panic::no_panic)]
   |                      ^^^^^^^^^^^^^^^
   |
   = 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(assert_no_panic)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(assert_no_panic)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `assert_no_panic`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/libm-0.2.8/src/math/rem_pio2_large.rs:225:22
    |
225 | #[cfg_attr(all(test, assert_no_panic), no_panic::no_panic)]
    |                      ^^^^^^^^^^^^^^^
    |
    = 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(assert_no_panic)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(assert_no_panic)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition value: `checked`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/libm-0.2.8/src/math/rem_pio2_large.rs:230:44
    |
230 |     #[cfg(all(target_pointer_width = "64", feature = "checked"))]
    |                                            ^^^^^^^^^^^^^^^^^^^
    |
    = note: expected values for `feature` are: `default`, `musl-reference-tests`, `rand`, and `unstable`
    = help: consider adding `checked` as a feature in `Cargo.toml`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `assert_no_panic`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/libm-0.2.8/src/math/rem_pio2f.rs:34:22
   |
34 | #[cfg_attr(all(test, assert_no_panic), no_panic::no_panic)]
   |                      ^^^^^^^^^^^^^^^
   |
   = 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(assert_no_panic)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(assert_no_panic)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

       Fresh url v2.5.0
       Fresh shellexpand v2.1.2
       Fresh cap-std v3.4.2
       Fresh witx v0.9.1
warning: method `as_any` is never used
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/witx-0.9.1/src/docs/md.rs:33:8
   |
22 | pub(super) trait MdElement: fmt::Display + fmt::Debug + 'static {
   |                  --------- method in this trait
...
33 |     fn as_any(&self) -> &dyn Any;
   |        ^^^^^^
   |
   = note: `#[warn(dead_code)]` on by default

       Fresh pest_generator v2.7.15
       Fresh cranelift-frontend v0.116.1
       Fresh cranelift-native v0.116.1
warning: `clap` (lib) generated 3 warnings
warning: `bit-set` (lib) generated 4 warnings
warning: `curl-sys` (lib) generated 4 warnings
warning: `libm` (lib) generated 109 warnings
warning: `witx` (lib) generated 1 warning
       Fresh supports-hyperlinks v2.1.0
       Fresh itertools v0.12.1
       Fresh supports-unicode v2.0.0
       Fresh backtrace-ext v0.2.1
       Fresh miette-derive v5.8.0
       Fresh euclid v0.22.9
warning: unexpected `cfg` condition value: `cargo-clippy`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/euclid-0.22.9/src/transform2d.rs:10:13
   |
10 | #![cfg_attr(feature = "cargo-clippy", allow(just_underscores_and_digits))]
   |             ^^^^^^^^^^^^^^^^^^^^^^^^
   |
   = note: expected values for `feature` are: `arbitrary`, `bytemuck`, `default`, `libm`, `mint`, `serde`, `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/sysutils/zellij/work/zellij-0.42.2/cargo-crates/euclid-0.22.9/src/transform3d.rs:10:13
   |
10 | #![cfg_attr(feature = "cargo-clippy", allow(just_underscores_and_digits))]
   |             ^^^^^^^^^^^^^^^^^^^^^^^^
   |
   = note: expected values for `feature` are: `arbitrary`, `bytemuck`, `default`, `libm`, `mint`, `serde`, `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 value: `cargo-clippy`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/euclid-0.22.9/src/transform3d.rs:210:16
    |
210 |     #[cfg_attr(feature = "cargo-clippy", allow(too_many_arguments))]
    |                ^^^^^^^^^^^^^^^^^^^^^^^^
    |
    = note: expected values for `feature` are: `arbitrary`, `bytemuck`, `default`, `libm`, `mint`, `serde`, `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 value: `cargo-clippy`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/euclid-0.22.9/src/trig.rs:43:29
   |
43 |                 #![cfg_attr(feature = "cargo-clippy", allow(excessive_precision))]
   |                             ^^^^^^^^^^^^^^^^^^^^^^^^
...
79 | trig!(f32);
   | ---------- in this macro invocation
   |
   = note: expected values for `feature` are: `arbitrary`, `bytemuck`, `default`, `libm`, `mint`, `serde`, `std`, and `unstable`
   = help: consider adding `cargo-clippy` as a feature in `Cargo.toml`
   = note: see  for more information about checking conditional configuration
   = note: this warning originates in the macro `trig` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition value: `cargo-clippy`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/euclid-0.22.9/src/trig.rs:43:29
   |
43 |                 #![cfg_attr(feature = "cargo-clippy", allow(excessive_precision))]
   |                             ^^^^^^^^^^^^^^^^^^^^^^^^
...
80 | trig!(f64);
   | ---------- in this macro invocation
   |
   = note: expected values for `feature` are: `arbitrary`, `bytemuck`, `default`, `libm`, `mint`, `serde`, `std`, and `unstable`
   = help: consider adding `cargo-clippy` as a feature in `Cargo.toml`
   = note: see  for more information about checking conditional configuration
   = note: this warning originates in the macro `trig` (in Nightly builds, run with -Z macro-backtrace for more info)

       Fresh dirs-sys v0.3.7
       Fresh kqueue-sys v1.0.3
       Fresh wasmtime-asm-macros v29.0.1
       Fresh deltae v0.3.0
       Fresh same-file v1.0.6
warning: unused return value of `into_raw_fd` that must be used
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/same-file-1.0.6/src/unix.rs:23:13
   |
23 |             self.file.take().unwrap().into_raw_fd();
   |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
   |
   = note: losing the raw file descriptor may leak resources
   = note: `#[warn(unused_must_use)]` on by default
help: use `let _ = ...` to ignore the resulting value
   |
23 |             let _ = self.file.take().unwrap().into_raw_fd();
   |             +++++++

       Fresh owo-colors v3.4.0
warning: unexpected `cfg` condition name: `doc_cfg`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/owo-colors-3.4.0/src/lib.rs:77:13
   |
77 | #![cfg_attr(doc_cfg, feature(doc_cfg))]
   |             ^^^^^^^
   |
   = 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(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
   = note: `#[warn(unexpected_cfgs)]` on by default

       Fresh byteorder v1.4.3
       Fresh arrayvec v0.5.2
       Fresh wasmtime-component-util v29.0.1
       Fresh openssl-probe v0.1.5
       Fresh ryu v1.0.10
warning: `euclid` (lib) generated 5 warnings
warning: `same-file` (lib) generated 1 warning
warning: `owo-colors` (lib) generated 1 warning
       Fresh futures-sink v0.3.28
       Fresh option-ext v0.2.0
       Fresh wasmtime-cranelift v29.0.1
       Fresh vte v0.10.1
       Fresh kqueue v1.0.7
       Fresh curl v0.4.44
warning: unexpected `cfg` condition name: `need_openssl_probe`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/curl-0.4.44/src/easy/handler.rs:674:11
    |
674 |     #[cfg(need_openssl_probe)]
    |           ^^^^^^^^^^^^^^^^^^
    |
    = 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(need_openssl_probe)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(need_openssl_probe)");` 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: `need_openssl_probe`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/curl-0.4.44/src/easy/handler.rs:696:15
    |
696 |     #[cfg(not(need_openssl_probe))]
    |               ^^^^^^^^^^^^^^^^^^
    |
    = 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(need_openssl_probe)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(need_openssl_probe)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `need_openssl_init`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/curl-0.4.44/src/lib.rs:97:15
   |
97 |         #[cfg(need_openssl_init)]
   |               ^^^^^^^^^^^^^^^^^
   |
   = 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(need_openssl_init)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(need_openssl_init)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `need_openssl_init`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/curl-0.4.44/src/lib.rs:99:15
   |
99 |         #[cfg(need_openssl_init)]
   |               ^^^^^^^^^^^^^^^^^
   |
   = 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(need_openssl_init)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(need_openssl_init)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: calls to `std::mem::drop` with a reference instead of an owned value does nothing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/curl-0.4.44/src/easy/handler.rs:114:9
    |
114 |         drop(data);
    |         ^^^^^----^
    |              |
    |              argument has type `&mut [u8]`
    |
    = note: `#[warn(dropping_references)]` on by default
help: use `let _ = ...` to ignore the expression or result
    |
114 -         drop(data);
114 +         let _ = data;
    |

warning: calls to `std::mem::drop` with a value that implements `Copy` does nothing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/curl-0.4.44/src/easy/handler.rs:138:9
    |
138 |         drop(whence);
    |         ^^^^^------^
    |              |
    |              argument has type `SeekFrom`
    |
    = note: `#[warn(dropping_copy_types)]` on by default
help: use `let _ = ...` to ignore the expression or result
    |
138 -         drop(whence);
138 +         let _ = whence;
    |

warning: calls to `std::mem::drop` with a reference instead of an owned value does nothing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/curl-0.4.44/src/easy/handler.rs:188:9
    |
188 |         drop(data);
    |         ^^^^^----^
    |              |
    |              argument has type `&[u8]`
    |
help: use `let _ = ...` to ignore the expression or result
    |
188 -         drop(data);
188 +         let _ = data;
    |

warning: calls to `std::mem::drop` with a value that implements `Copy` does nothing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/curl-0.4.44/src/easy/handler.rs:224:9
    |
224 |         drop((dltotal, dlnow, ultotal, ulnow));
    |         ^^^^^--------------------------------^
    |              |
    |              argument has type `(f64, f64, f64, f64)`
    |
help: use `let _ = ...` to ignore the expression or result
    |
224 -         drop((dltotal, dlnow, ultotal, ulnow));
224 +         let _ = (dltotal, dlnow, ultotal, ulnow);
    |

warning: creating a shared reference to mutable static
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/curl-0.4.44/src/easy/handler.rs:686:30
    |
686 |         let probe = unsafe { PROBE.as_ref().unwrap() };
    |                              ^^^^^^^^^^^^^^ shared reference to mutable static
    |
    = note: for more information, see 
    = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
    = note: `#[warn(static_mut_refs)]` on by default

       Fresh wezterm-input-types v0.1.0
       Fresh wezterm-color-types v0.3.0
       Fresh rmp v0.8.14
       Fresh walkdir v2.3.3
       Fresh wasmtime-component-macro v29.0.1
       Fresh wasmtime-fiber v29.0.1
       Fresh heck v0.3.3
       Fresh dirs v4.0.0
       Fresh miette v5.8.0
warning: unexpected `cfg` condition name: `doc_cfg`
 --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/miette-5.8.0/src/eyreish/mod.rs:1:13
  |
1 | #![cfg_attr(doc_cfg, feature(doc_cfg))]
  |             ^^^^^^^
  |
  = 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(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
  = note: `#[warn(unexpected_cfgs)]` on by default

warning: unexpected `cfg` condition name: `track_caller`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/miette-5.8.0/src/eyreish/mod.rs:88:12
   |
88 | #[cfg_attr(track_caller, track_caller)]
   |            ^^^^^^^^^^^^
   |
   = 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(track_caller)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(track_caller)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `track_caller`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/miette-5.8.0/src/eyreish/mod.rs:89:16
   |
89 | #[cfg_attr(not(track_caller), allow(unused_mut))]
   |                ^^^^^^^^^^^^
   |
   = 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(track_caller)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(track_caller)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `track_caller`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/miette-5.8.0/src/eyreish/context.rs:13:20
   |
13 |         #[cfg_attr(track_caller, track_caller)]
   |                    ^^^^^^^^^^^^
   |
   = 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(track_caller)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(track_caller)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `track_caller`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/miette-5.8.0/src/eyreish/error.rs:23:16
   |
23 |     #[cfg_attr(track_caller, track_caller)]
   |                ^^^^^^^^^^^^
   |
   = 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(track_caller)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(track_caller)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `track_caller`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/miette-5.8.0/src/eyreish/error.rs:68:16
   |
68 |     #[cfg_attr(track_caller, track_caller)]
   |                ^^^^^^^^^^^^
   |
   = 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(track_caller)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(track_caller)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `track_caller`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/miette-5.8.0/src/eyreish/error.rs:83:16
   |
83 |     #[cfg_attr(track_caller, track_caller)]
   |                ^^^^^^^^^^^^
   |
   = 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(track_caller)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(track_caller)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `track_caller`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/miette-5.8.0/src/eyreish/error.rs:88:16
   |
88 |     #[cfg_attr(track_caller, track_caller)]
   |                ^^^^^^^^^^^^
   |
   = 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(track_caller)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(track_caller)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `track_caller`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/miette-5.8.0/src/eyreish/error.rs:109:16
    |
109 |     #[cfg_attr(track_caller, track_caller)]
    |                ^^^^^^^^^^^^
    |
    = 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(track_caller)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(track_caller)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `track_caller`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/miette-5.8.0/src/eyreish/error.rs:133:16
    |
133 |     #[cfg_attr(track_caller, track_caller)]
    |                ^^^^^^^^^^^^
    |
    = 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(track_caller)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(track_caller)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `track_caller`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/miette-5.8.0/src/eyreish/error.rs:157:16
    |
157 |     #[cfg_attr(track_caller, track_caller)]
    |                ^^^^^^^^^^^^
    |
    = 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(track_caller)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(track_caller)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `track_caller`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/miette-5.8.0/src/eyreish/error.rs:426:16
    |
426 |     #[cfg_attr(track_caller, track_caller)]
    |                ^^^^^^^^^^^^
    |
    = 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(track_caller)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(track_caller)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `track_caller`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/miette-5.8.0/src/eyreish/kind.rs:65:16
   |
65 |     #[cfg_attr(track_caller, track_caller)]
   |                ^^^^^^^^^^^^
   |
   = 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(track_caller)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(track_caller)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `track_caller`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/miette-5.8.0/src/eyreish/kind.rs:86:16
   |
86 |     #[cfg_attr(track_caller, track_caller)]
   |                ^^^^^^^^^^^^
   |
   = 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(track_caller)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(track_caller)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `track_caller`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/miette-5.8.0/src/eyreish/kind.rs:107:16
    |
107 |     #[cfg_attr(track_caller, track_caller)]
    |                ^^^^^^^^^^^^
    |
    = 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(track_caller)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(track_caller)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `track_caller`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/miette-5.8.0/src/eyreish/mod.rs:93:11
   |
93 |     #[cfg(track_caller)]
   |           ^^^^^^^^^^^^
   |
   = 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(track_caller)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(track_caller)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `track_caller`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/miette-5.8.0/src/eyreish/mod.rs:99:15
   |
99 |     #[cfg(not(track_caller))]
   |               ^^^^^^^^^^^^
   |
   = 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(track_caller)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(track_caller)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `track_caller`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/miette-5.8.0/src/eyreish/mod.rs:436:16
    |
436 |     #[cfg_attr(track_caller, track_caller)]
    |                ^^^^^^^^^^^^
    |
    = 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(track_caller)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(track_caller)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `track_caller`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/miette-5.8.0/src/eyreish/mod.rs:443:16
    |
443 |     #[cfg_attr(track_caller, track_caller)]
    |                ^^^^^^^^^^^^
    |
    = 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(track_caller)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(track_caller)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `track_caller`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/miette-5.8.0/src/eyreish/mod.rs:450:16
    |
450 |     #[cfg_attr(track_caller, track_caller)]
    |                ^^^^^^^^^^^^
    |
    = 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(track_caller)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(track_caller)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `track_caller`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/miette-5.8.0/src/eyreish/mod.rs:456:16
    |
456 |     #[cfg_attr(track_caller, track_caller)]
    |                ^^^^^^^^^^^^
    |
    = 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(track_caller)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(track_caller)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `track_caller`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/miette-5.8.0/src/eyreish/mod.rs:478:16
    |
478 |     #[cfg_attr(track_caller, track_caller)]
    |                ^^^^^^^^^^^^
    |
    = 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(track_caller)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(track_caller)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: struct `DisplayError` is never constructed
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/miette-5.8.0/src/eyreish/wrapper.rs:10:19
   |
10 | pub(crate) struct DisplayError(pub(crate) M);
   |                   ^^^^^^^^^^^^
   |
   = note: `#[warn(dead_code)]` on by default

warning: struct `NoneError` is never constructed
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/miette-5.8.0/src/eyreish/wrapper.rs:15:19
   |
15 | pub(crate) struct NoneError;
   |                   ^^^^^^^^^

       Fresh tracing-futures v0.2.5
warning: lint `const_err` has been removed: converted into hard error, see issue #71800  for more information
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tracing-futures-0.2.5/src/lib.rs:87:5
   |
87 |     const_err,
   |     ^^^^^^^^^
   |
   = note: `#[warn(renamed_and_removed_lints)]` on by default

warning: lint `private_in_public` has been removed: replaced with another group of lints, see RFC  for more information
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tracing-futures-0.2.5/src/lib.rs:95:5
   |
95 |     private_in_public,
   |     ^^^^^^^^^^^^^^^^^

warning: unexpected `cfg` condition value: `futures_preview`
 --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tracing-futures-0.2.5/src/executor/mod.rs:6:7
  |
6 | #[cfg(feature = "futures_preview")]
  |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  |
  = note: expected values for `feature` are: `default`, `futures`, `futures-01`, `futures-03`, `futures-task`, `futures_01`, `pin-project`, `std`, `std-future`, `tokio`, and `tokio-executor`
  = help: consider adding `futures_preview` 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: `futures_preview`
 --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tracing-futures-0.2.5/src/executor/mod.rs:8:7
  |
8 | #[cfg(feature = "futures_preview")]
  |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  |
  = note: expected values for `feature` are: `default`, `futures`, `futures-01`, `futures-03`, `futures-task`, `futures_01`, `pin-project`, `std`, `std-future`, `tokio`, and `tokio-executor`
  = help: consider adding `futures_preview` as a feature in `Cargo.toml`
  = note: see  for more information about checking conditional configuration

       Fresh pest_derive v2.7.15
warning: `curl` (lib) generated 9 warnings
warning: `miette` (lib) generated 24 warnings
warning: `tracing-futures` (lib) generated 4 warnings
       Fresh dirs-sys v0.4.1
       Fresh fancy-regex v0.11.0
       Fresh wasmtime-math v29.0.1
       Fresh crossbeam-queue v0.3.5
warning: unexpected `cfg` condition name: `crossbeam_no_atomic_cas`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/crossbeam-queue-0.3.5/src/lib.rs:23:11
   |
23 | #[cfg(not(crossbeam_no_atomic_cas))]
   |           ^^^^^^^^^^^^^^^^^^^^^^^
   |
   = 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(crossbeam_no_atomic_cas)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_no_atomic_cas)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration
   = note: `#[warn(unexpected_cfgs)]` on by default

       Fresh rand v0.8.5
warning: unexpected `cfg` condition name: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rand-0.8.5/src/lib.rs:181:12
    |
181 | #[cfg_attr(doc_cfg, doc(cfg(all(feature = "std", feature = "std_rng"))))]
    |            ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rand-0.8.5/src/distributions/mod.rs:116:12
    |
116 | #[cfg_attr(doc_cfg, doc(cfg(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(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: `doc_cfg`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rand-0.8.5/src/distributions/weighted_index.rs:80:12
   |
80 | #[cfg_attr(doc_cfg, doc(cfg(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(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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rand-0.8.5/src/distributions/weighted_index.rs:429:12
    |
429 | #[cfg_attr(doc_cfg, doc(cfg(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(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: `doc_cfg`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rand-0.8.5/src/rngs/std.rs:32:12
   |
32 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std_rng")))]
   |            ^^^^^^^
   |
   = 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: `doc_cfg`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rand-0.8.5/src/rngs/thread.rs:60:12
   |
60 | #[cfg_attr(doc_cfg, doc(cfg(all(feature = "std", feature = "std_rng"))))]
   |            ^^^^^^^
   |
   = 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: `doc_cfg`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rand-0.8.5/src/rngs/thread.rs:87:12
   |
87 | #[cfg_attr(doc_cfg, doc(cfg(all(feature = "std", feature = "std_rng"))))]
   |            ^^^^^^^
   |
   = 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: `doc_cfg`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rand-0.8.5/src/seq/mod.rs:29:12
   |
29 | #[cfg_attr(doc_cfg, doc(cfg(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(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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rand-0.8.5/src/seq/mod.rs:623:12
    |
623 | #[cfg_attr(doc_cfg, doc(cfg(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(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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rand-0.8.5/src/seq/index.rs:276:12
    |
276 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))]
    |            ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rand-0.8.5/src/seq/mod.rs:114:16
    |
114 |     #[cfg_attr(doc_cfg, doc(cfg(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(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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rand-0.8.5/src/seq/mod.rs:142:16
    |
142 |     #[cfg_attr(doc_cfg, doc(cfg(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(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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rand-0.8.5/src/seq/mod.rs:170:16
    |
170 |     #[cfg_attr(doc_cfg, doc(cfg(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(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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rand-0.8.5/src/seq/mod.rs:219:16
    |
219 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))]
    |                ^^^^^^^
    |
    = 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: `doc_cfg`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rand-0.8.5/src/seq/mod.rs:465:16
    |
465 |     #[cfg_attr(doc_cfg, doc(cfg(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(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

       Fresh async-global-executor v2.3.1
       Fresh wiggle-generate v29.0.1
       Fresh futures-task v0.3.28
warning: unexpected `cfg` condition name: `futures_no_atomic_cas`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/futures-task-0.3.28/src/lib.rs:21:11
   |
21 | #[cfg(not(futures_no_atomic_cas))]
   |           ^^^^^^^^^^^^^^^^^^^^^
   |
   = 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(futures_no_atomic_cas)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(futures_no_atomic_cas)");` 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: `futures_no_atomic_cas`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/futures-task-0.3.28/src/lib.rs:24:11
   |
24 | #[cfg(not(futures_no_atomic_cas))]
   |           ^^^^^^^^^^^^^^^^^^^^^
   |
   = 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(futures_no_atomic_cas)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(futures_no_atomic_cas)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `futures_no_atomic_cas`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/futures-task-0.3.28/src/lib.rs:28:11
   |
28 | #[cfg(not(futures_no_atomic_cas))]
   |           ^^^^^^^^^^^^^^^^^^^^^
   |
   = 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(futures_no_atomic_cas)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(futures_no_atomic_cas)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `futures_no_atomic_cas`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/futures-task-0.3.28/src/lib.rs:31:11
   |
31 | #[cfg(not(futures_no_atomic_cas))]
   |           ^^^^^^^^^^^^^^^^^^^^^
   |
   = 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(futures_no_atomic_cas)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(futures_no_atomic_cas)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `futures_no_atomic_cas`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/futures-task-0.3.28/src/lib.rs:35:11
   |
35 | #[cfg(not(futures_no_atomic_cas))]
   |           ^^^^^^^^^^^^^^^^^^^^^
   |
   = 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(futures_no_atomic_cas)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(futures_no_atomic_cas)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `futures_no_atomic_cas`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/futures-task-0.3.28/src/lib.rs:38:11
   |
38 | #[cfg(not(futures_no_atomic_cas))]
   |           ^^^^^^^^^^^^^^^^^^^^^
   |
   = 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(futures_no_atomic_cas)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(futures_no_atomic_cas)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

       Fresh wezterm-blob-leases v0.1.1
       Fresh terminfo v0.9.0
warning: elided lifetime has a name
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/database.rs:95:63
   |
95 |     pub fn set<'a, C: Capability<'a>>(&'a mut self, value: C) -> &mut Self {
   |                -- lifetime `'a` declared here                    ^ this elided lifetime gets resolved as `'a`
   |
   = note: `#[warn(elided_named_lifetimes)]` on by default

warning: constant `NONE` is never used
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/parser/util.rs:24:7
   |
24 | const NONE: u8 = 0b000000;
   |       ^^^^
   |
   = note: `#[warn(dead_code)]` on by default

warning: constant `PRINT` is never used
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/parser/util.rs:25:7
   |
25 | const PRINT: u8 = 0b000001;
   |       ^^^^^

warning: constant `SPACE` is never used
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/parser/util.rs:26:7
   |
26 | const SPACE: u8 = 0b000010;
   |       ^^^^^

warning: constant `CONTROL` is never used
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/parser/util.rs:27:7
   |
27 | const CONTROL: u8 = 0b000100;
   |       ^^^^^^^

warning: constant `PIPE` is never used
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/parser/util.rs:28:7
   |
28 | const PIPE: u8 = 0b001000;
   |       ^^^^

warning: constant `COMMA` is never used
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/parser/util.rs:29:7
   |
29 | const COMMA: u8 = 0b010000;
   |       ^^^^^

warning: constant `EOL` is never used
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/parser/util.rs:30:7
   |
30 | const EOL: u8 = 0b100000;
   |       ^^^

warning: static `ASCII` is never used
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/parser/util.rs:34:8
   |
34 | static ASCII: [u8; 256] = [
   |        ^^^^^

warning: function `is_ws` is never used
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/parser/util.rs:70:8
   |
70 | pub fn is_ws(ch: u8) -> bool {
   |        ^^^^^

warning: function `is_eol` is never used
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/parser/util.rs:75:8
   |
75 | pub fn is_eol(ch: u8) -> bool {
   |        ^^^^^^

warning: function `is_printable_no_pipe` is never used
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/parser/util.rs:80:8
   |
80 | pub fn is_printable_no_pipe(ch: u8) -> bool {
   |        ^^^^^^^^^^^^^^^^^^^^

warning: function `is_printable_no_comma` is never used
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/parser/util.rs:85:8
   |
85 | pub fn is_printable_no_comma(ch: u8) -> bool {
   |        ^^^^^^^^^^^^^^^^^^^^^

warning: function `is_printable_no_control` is never used
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/parser/util.rs:90:8
   |
90 | pub fn is_printable_no_control(ch: u8) -> bool {
   |        ^^^^^^^^^^^^^^^^^^^^^^^

warning: function `ws` is never used
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/parser/util.rs:94:8
   |
94 | pub fn ws(input: &[u8]) -> IResult<&[u8], char> {
   |        ^^

warning: function `end` is never used
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/parser/util.rs:98:8
   |
98 | pub fn end(input: &[u8]) -> IResult<&[u8], &[u8]> {
   |        ^^^

warning: function `unescape` is never used
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/parser/util.rs:117:8
    |
117 | pub fn unescape(i: &[u8]) -> Cow<[u8]> {
    |        ^^^^^^^^

warning: variants `Comment`, `Definition`, `True`, `Number`, `String`, and `Disable` are never constructed
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/parser/source.rs:30:2
   |
29 | pub enum Item<'a> {
   |          ---- variants in this enum
30 |     Comment(&'a str),
   |     ^^^^^^^
31 |
32 |     Definition { name: &'a str, aliases: Vec<&'a str>, description: &'a str },
   |     ^^^^^^^^^^
33 |
34 |     True(&'a str),
   |     ^^^^
35 |     Number(&'a str, i16),
   |     ^^^^^^
36 |     String(&'a str, Cow<'a, [u8]>),
   |     ^^^^^^
37 |     Disable(&'a str),
   |     ^^^^^^^
   |
   = note: `Item` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis

warning: function `parse` is never used
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/parser/source.rs:40:8
   |
40 | pub fn parse(input: &[u8]) -> IResult<&[u8], Item> {
   |        ^^^^^

warning: function `comment` is never used
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/parser/source.rs:44:4
   |
44 | fn comment(input: &[u8]) -> IResult<&[u8], Item> {
   |    ^^^^^^^

warning: function `definition` is never used
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/parser/source.rs:52:4
   |
52 | fn definition(input: &[u8]) -> IResult<&[u8], Item> {
   |    ^^^^^^^^^^

warning: function `disable` is never used
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/parser/source.rs:75:4
   |
75 | fn disable(input: &[u8]) -> IResult<&[u8], Item> {
   |    ^^^^^^^

warning: function `entry` is never used
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/parser/source.rs:93:4
   |
93 | fn entry(input: &[u8]) -> IResult<&[u8], Item> {
   |    ^^^^^

       Fresh async-process v1.4.0
warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/async-process-1.4.0/src/lib.rs:246:9
    |
134 |     fn new(cmd: &mut Command) -> io::Result {
    |     ---------------------------------------------- move the `impl` block outside of this associated function `new`
...
246 |         impl Drop for ChildGuard {
    |         ^^^^^----^^^^^----------
    |              |        |
    |              |        `ChildGuard` is not local
    |              `Drop` is not local
    |
    = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
    = note: `#[warn(non_local_definitions)]` on by default

       Fresh chrono v0.4.39
       Fresh wezterm-bidi v0.2.3
       Fresh http v0.2.9
warning: trait `Sealed` is never used
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/http-0.2.9/src/lib.rs:210:15
    |
210 |     pub trait Sealed {}
    |               ^^^^^^
    |
note: the lint level is defined here
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/http-0.2.9/src/lib.rs:161:9
    |
161 | #![deny(warnings, missing_docs, missing_debug_implementations)]
    |         ^^^^^^^^
    = note: `#[warn(dead_code)]` implied by `#[warn(warnings)]`

warning: calls to `std::mem::drop` with a value that implements `Copy` does nothing
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/http-0.2.9/src/header/map.rs:1155:17
     |
1155 |                 drop(danger); // Make lint happy
     |                 ^^^^^------^
     |                      |
     |                      argument has type `bool`
     |
     = note: `#[warn(dropping_copy_types)]` implied by `#[warn(warnings)]`
help: use `let _ = ...` to ignore the expression or result
     |
1155 -                 drop(danger); // Make lint happy
1155 +                 let _ = danger; // Make lint happy
     |

warning: calls to `std::mem::drop` with a value that implements `Copy` does nothing
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/http-0.2.9/src/header/map.rs:1258:17
     |
1258 |                 drop(danger);
     |                 ^^^^^------^
     |                      |
     |                      argument has type `bool`
     |
help: use `let _ = ...` to ignore the expression or result
     |
1258 -                 drop(danger);
1258 +                 let _ = danger;
     |

warning: implicit autoref creates a reference to the dereference of a raw pointer
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/http-0.2.9/src/header/map.rs:2101:31
     |
2101 |         let entry = unsafe { &(*self.map).entries[self.entry] };
     |                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
     |
     = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements
     = note: `#[warn(dangerous_implicit_autorefs)]` implied by `#[warn(warnings)]`
help: try using a raw pointer method instead; or if this reference is intentional, make it explicit
     |
2101 |         let entry = unsafe { &(&(*self.map).entries)[self.entry] };
     |                               ++                   +

warning: implicit autoref creates a reference to the dereference of a raw pointer
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/http-0.2.9/src/header/map.rs:2109:39
     |
2109 |                 let extra = unsafe { &(*self.map).extra_values[idx] };
     |                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
     |
     = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements
help: try using a raw pointer method instead; or if this reference is intentional, make it explicit
     |
2109 |                 let extra = unsafe { &(&(*self.map).extra_values)[idx] };
     |                                       ++                        +

warning: implicit autoref creates a reference to the dereference of a raw pointer
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/http-0.2.9/src/header/map.rs:2609:35
     |
2609 |         let entry = unsafe { &mut (*self.map).entries[self.index] };
     |                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
     |
     = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements
help: try using a raw pointer method instead; or if this reference is intentional, make it explicit
     |
2609 |         let entry = unsafe { &mut (&mut (*self.map).entries)[self.index] };
     |                                   +++++                    +

warning: implicit autoref creates a reference to the dereference of a raw pointer
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/http-0.2.9/src/header/map.rs:2629:43
     |
2629 |                 let extra = unsafe { &mut (*self.map).extra_values[idx] };
     |                                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
     |
     = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements
help: try using a raw pointer method instead; or if this reference is intentional, make it explicit
     |
2629 |                 let extra = unsafe { &mut (&mut (*self.map).extra_values)[idx] };
     |                                           +++++                         +

warning: implicit autoref creates a reference to the dereference of a raw pointer
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/http-0.2.9/src/header/map.rs:2652:35
     |
2652 |         let entry = unsafe { &mut (*self.map).entries[self.index] };
     |                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
     |
     = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements
help: try using a raw pointer method instead; or if this reference is intentional, make it explicit
     |
2652 |         let entry = unsafe { &mut (&mut (*self.map).entries)[self.index] };
     |                                   +++++                    +

warning: implicit autoref creates a reference to the dereference of a raw pointer
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/http-0.2.9/src/header/map.rs:2661:43
     |
2661 |                 let extra = unsafe { &mut (*self.map).extra_values[idx] };
     |                                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
     |
     = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements
help: try using a raw pointer method instead; or if this reference is intentional, make it explicit
     |
2661 |                 let extra = unsafe { &mut (&mut (*self.map).extra_values)[idx] };
     |                                           +++++                         +

       Fresh vtparse v0.6.2
       Fresh sluice v0.5.5
       Fresh wasmtime-jit-icache-coherence v29.0.1
       Fresh addr2line v0.24.2
       Fresh kv-log-macro v1.0.7
       Fresh filedescriptor v0.8.3
       Fresh num-derive v0.4.2
       Fresh trait-variant v0.1.2
       Fresh derivative v2.2.0
warning: field `span` is never read
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/derivative-2.2.0/src/ast.rs:34:9
   |
30 | pub struct Field<'a> {
   |            ----- field in this struct
...
34 |     pub span: proc_macro2::Span,
   |         ^^^^
   |
   = note: `Field` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
   = note: `#[warn(dead_code)]` on by default

warning: `crossbeam-queue` (lib) generated 1 warning
warning: `rand` (lib) generated 27 warnings (12 duplicates)
warning: `futures-task` (lib) generated 6 warnings
warning: `terminfo` (lib) generated 23 warnings
warning: `async-process` (lib) generated 1 warning
warning: `http` (lib) generated 9 warnings
warning: `derivative` (lib) generated 1 warning
       Fresh async-attributes v1.1.2
       Fresh async-trait v0.1.80
       Fresh thread-id v4.0.0
       Fresh filetime v0.2.21
warning: unexpected `cfg` condition value: `bitrig`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/filetime-0.2.21/src/unix/mod.rs:90:25
    |
90  |               #[cfg(any($(target_os = $e),*))]
    |                           ^^^^^^^^^^^^^^
...
109 | /     birthtim! {
110 | |         ("bitrig", bitrig),
111 | |         ("freebsd", freebsd),
112 | |         ("ios", ios),
113 | |         ("macos", macos),
114 | |         ("openbsd", openbsd)
115 | |     }
    | |_____- in this macro invocation
    |
    = 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
    = note: `#[warn(unexpected_cfgs)]` on by default
    = note: this warning originates in the macro `birthtim` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition value: `bitrig`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/filetime-0.2.21/src/unix/mod.rs:102:29
    |
102 |               #[cfg(all($(not(target_os = $e)),*))]
    |                               ^^^^^^^^^^^^^^
...
109 | /     birthtim! {
110 | |         ("bitrig", bitrig),
111 | |         ("freebsd", freebsd),
112 | |         ("ios", ios),
113 | |         ("macos", macos),
114 | |         ("openbsd", openbsd)
115 | |     }
    | |_____- in this macro invocation
    |
    = 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
    = note: this warning originates in the macro `birthtim` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition value: `bitrig`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/filetime-0.2.21/src/unix/mod.rs:93:27
    |
93  |                       #[cfg(target_os = $e)]
    |                             ^^^^^^^^^^^^^^
...
109 | /     birthtim! {
110 | |         ("bitrig", bitrig),
111 | |         ("freebsd", freebsd),
112 | |         ("ios", ios),
113 | |         ("macos", macos),
114 | |         ("openbsd", openbsd)
115 | |     }
    | |_____- in this macro invocation
    |
    = 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
    = note: this warning originates in the macro `birthtim` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `emulate_second_only_system`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/filetime-0.2.21/src/lib.rs:82:17
   |
82 |         if cfg!(emulate_second_only_system) {
   |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^
   |
   = 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(emulate_second_only_system)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(emulate_second_only_system)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

       Fresh include_dir_macros v0.7.3
       Fresh termios v0.3.3
warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/termios-0.3.3/src/lib.rs:195:41
    |
195 |         let mut termios = unsafe { mem::uninitialized() };
    |                                         ^^^^^^^^^^^^^
    |
    = note: `#[warn(deprecated)]` on by default

warning: the type `Termios` does not permit being left uninitialized
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/termios-0.3.3/src/lib.rs:195:36
    |
195 |         let mut termios = unsafe { mem::uninitialized() };
    |                                    ^^^^^^^^^^^^^^^^^^^^
    |                                    |
    |                                    this code causes undefined behavior when executed
    |                                    help: use `MaybeUninit` instead, and only call `assume_init` after initialization is done
    |
note: in this struct field
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/termios-0.3.3/src/lib.rs:187:5
    |
187 |     inner: ::os::target::termios
    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
note: integers must be initialized (in this struct field)
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/termios-0.3.3/src/os/freebsd.rs:12:5
    |
12  |     pub c_iflag: tcflag_t,
    |     ^^^^^^^^^^^^^^^^^^^^^
    = note: `#[warn(invalid_value)]` on by default

       Fresh wasmtime-slab v29.0.1
       Fresh finl_unicode v1.2.0
warning: unused import: `std::str::Chars`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/finl_unicode-1.2.0/src/grapheme_clusters.rs:28:5
   |
28 | use std::str::Chars;
   |     ^^^^^^^^^^^^^^^
   |
   = note: `#[warn(unused_imports)]` on by default

       Fresh unicode-segmentation v1.12.0
       Fresh to_method v1.1.0
       Fresh mime v0.3.17
       Fresh castaway v0.1.2
       Fresh siphasher v1.0.1
       Fresh log-mdc v0.1.0
       Fresh fixedbitset v0.4.2
       Fresh fastrand v2.1.0
       Fresh base64 v0.22.1
warning: unexpected `cfg` condition value: `cargo-clippy`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/base64-0.22.1/src/lib.rs:223:13
    |
223 | #![cfg_attr(feature = "cargo-clippy", allow(clippy::cast_lossless))]
    |             ^^^^^^^^^^^^^^^^^^^^^^^^
    |
    = note: expected values for `feature` are: `alloc`, `default`, and `std`
    = 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

       Fresh arc-swap v1.5.0
       Fresh hex v0.4.3
       Fresh sptr v0.3.2
warning: `#[must_use]` has no effect when applied to a provided trait method
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/sptr-0.3.2/src/lib.rs:600:5
    |
600 |     #[must_use]
    |     ^^^^^^^^^^^
    |
    = note: `#[warn(unused_attributes)]` on by default

warning: `#[must_use]` has no effect when applied to a provided trait method
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/sptr-0.3.2/src/lib.rs:612:5
    |
612 |     #[must_use]
    |     ^^^^^^^^^^^

warning: `#[must_use]` has no effect when applied to a provided trait method
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/sptr-0.3.2/src/lib.rs:622:5
    |
622 |     #[must_use]
    |     ^^^^^^^^^^^

warning: `#[must_use]` has no effect when applied to a provided trait method
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/sptr-0.3.2/src/lib.rs:643:5
    |
643 |     #[must_use]
    |     ^^^^^^^^^^^

warning: `#[must_use]` has no effect when applied to a provided trait method
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/sptr-0.3.2/src/lib.rs:656:5
    |
656 |     #[must_use]
    |     ^^^^^^^^^^^

warning: `#[must_use]` has no effect when applied to a provided trait method
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/sptr-0.3.2/src/lib.rs:668:5
    |
668 |     #[must_use]
    |     ^^^^^^^^^^^

warning: `#[must_use]` has no effect when applied to a provided trait method
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/sptr-0.3.2/src/lib.rs:678:5
    |
678 |     #[must_use]
    |     ^^^^^^^^^^^

warning: `#[must_use]` has no effect when applied to a provided trait method
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/sptr-0.3.2/src/lib.rs:699:5
    |
699 |     #[must_use]
    |     ^^^^^^^^^^^

       Fresh memmem v0.1.1
warning: `filetime` (lib) generated 4 warnings
warning: `termios` (lib) generated 2 warnings
warning: `finl_unicode` (lib) generated 1 warning
warning: `fastrand` (lib) generated 1 warning (1 duplicate)
warning: `base64` (lib) generated 1 warning
warning: `sptr` (lib) generated 8 warnings
       Fresh wasmtime v29.0.1
       Fresh include_dir v0.7.3
       Fresh tempfile v3.10.1
       Fresh termwiz v0.23.3
       Fresh log4rs v1.2.0
warning: lint `where_clauses_object_safety` has been removed: converted into hard error, see PR #125380  for more information
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/log4rs-1.2.0/src/lib.rs:186:10
    |
186 | #![allow(where_clauses_object_safety, clippy::manual_non_exhaustive)]
    |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^
    |
    = note: `#[warn(renamed_and_removed_lints)]` on by default

warning: trait `ErrorInternals` is never used
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/log4rs-1.2.0/src/lib.rs:473:7
    |
473 | trait ErrorInternals {
    |       ^^^^^^^^^^^^^^
    |
    = note: `#[warn(dead_code)]` on by default

       Fresh notify v6.0.0
warning: unexpected `cfg` condition value: `dragonflybsd`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/notify-6.0.0/src/lib.rs:194:5
    |
194 |     target_os = "dragonflybsd",
    |     ^^^^^^^^^^^^--------------
    |                 |
    |                 help: there is a expected value with a similar name: `"dragonfly"`
    |
    = 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
    = note: `#[warn(unexpected_cfgs)]` on by default

warning: unexpected `cfg` condition value: `dragonflybsd`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/notify-6.0.0/src/lib.rs:210:5
    |
210 |     target_os = "dragonflybsd",
    |     ^^^^^^^^^^^^--------------
    |                 |
    |                 help: there is a expected value with a similar name: `"dragonfly"`
    |
    = 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: `dragonflybsd`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/notify-6.0.0/src/lib.rs:356:5
    |
356 |     target_os = "dragonflybsd",
    |     ^^^^^^^^^^^^--------------
    |                 |
    |                 help: there is a expected value with a similar name: `"dragonfly"`
    |
    = 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: `dragonflybsd`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/notify-6.0.0/src/lib.rs:369:5
    |
369 |     target_os = "dragonflybsd"
    |     ^^^^^^^^^^^^--------------
    |                 |
    |                 help: there is a expected value with a similar name: `"dragonfly"`
    |
    = 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

       Fresh interprocess v1.2.1
warning: unexpected `cfg` condition name: `unsafe_op_in_unsafe_fn_stable`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/interprocess-1.2.1/src/lib.rs:46:5
   |
46 |     unsafe_op_in_unsafe_fn_stable, // This is set by the build script on Rust 1.52+
   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
   |
   = 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(unsafe_op_in_unsafe_fn_stable)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(unsafe_op_in_unsafe_fn_stable)");` 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: `unsafe_op_in_unsafe_fn_stable`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/interprocess-1.2.1/src/lib.rs:49:17
   |
49 | #![cfg_attr(not(unsafe_op_in_unsafe_fn_stable), allow(unused_unsafe))]
   |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
   |
   = 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(unsafe_op_in_unsafe_fn_stable)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(unsafe_op_in_unsafe_fn_stable)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `se_basic`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/interprocess-1.2.1/src/os/unix/mod.rs:26:41
   |
26 | #[cfg(any(doc, all(feature = "signals", se_basic)))]
   |                                         ^^^^^^^^
   |
   = 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(se_basic)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(se_basic)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `uds_supported`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/interprocess-1.2.1/src/os/unix/mod.rs:30:16
   |
30 | #[cfg(any(doc, uds_supported))]
   |                ^^^^^^^^^^^^^
   |
   = 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(uds_supported)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(uds_supported)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `uds_supported`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/interprocess-1.2.1/src/os/unix/imports.rs:35:7
   |
35 | #[cfg(uds_supported)]
   |       ^^^^^^^^^^^^^
   |
   = 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(uds_supported)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(uds_supported)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `uds_scm_rights`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/interprocess-1.2.1/src/os/unix/imports.rs:51:7
   |
51 | #[cfg(uds_scm_rights)]
   |       ^^^^^^^^^^^^^^
   |
   = 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(uds_scm_rights)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(uds_scm_rights)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `uds_peercred`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/interprocess-1.2.1/src/os/unix/imports.rs:53:7
   |
53 | #[cfg(uds_peercred)]
   |       ^^^^^^^^^^^^
   |
   = 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(uds_peercred)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(uds_peercred)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `uds_scm_credentials`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/interprocess-1.2.1/src/os/unix/imports.rs:55:7
   |
55 | #[cfg(uds_scm_credentials)]
   |       ^^^^^^^^^^^^^^^^^^^
   |
   = 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(uds_scm_credentials)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(uds_scm_credentials)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `se_basic`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/interprocess-1.2.1/src/os/unix/imports.rs:61:7
   |
61 | #[cfg(se_basic)]
   |       ^^^^^^^^
   |
   = 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(se_basic)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(se_basic)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `uds_supported`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/interprocess-1.2.1/src/os/unix/imports.rs:25:8
   |
25 | ), cfg(uds_supported));
   |        ^^^^^^^^^^^^^
   |
   = 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(uds_supported)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(uds_supported)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `uds_supported`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/interprocess-1.2.1/src/os/unix/imports.rs:30:8
   |
30 | ), cfg(uds_supported));
   |        ^^^^^^^^^^^^^
   |
   = 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(uds_supported)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(uds_supported)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `uds_ucred`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/interprocess-1.2.1/src/os/unix/imports.rs:42:14
   |
42 |     if #[cfg(uds_ucred)] {
   |              ^^^^^^^^^
   |
   = 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(uds_ucred)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(uds_ucred)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `uds_xucred`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/interprocess-1.2.1/src/os/unix/imports.rs:44:21
   |
44 |     } else if #[cfg(uds_xucred)] {
   |                     ^^^^^^^^^^
   |
   = 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(uds_xucred)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(uds_xucred)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `se_basic`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/interprocess-1.2.1/src/os/unix/imports.rs:68:8
   |
68 | ), cfg(se_basic));
   |        ^^^^^^^^
   |
   = 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(se_basic)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(se_basic)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `se_full_posix_1990`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/interprocess-1.2.1/src/os/unix/imports.rs:73:8
   |
73 | ), cfg(se_full_posix_1990));
   |        ^^^^^^^^^^^^^^^^^^
   |
   = 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(se_full_posix_1990)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(se_full_posix_1990)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `se_base_posix_2001`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/interprocess-1.2.1/src/os/unix/imports.rs:79:8
   |
79 | ), cfg(se_base_posix_2001));
   |        ^^^^^^^^^^^^^^^^^^
   |
   = 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(se_base_posix_2001)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(se_base_posix_2001)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `se_sigpoll`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/interprocess-1.2.1/src/os/unix/imports.rs:82:14
   |
82 |     if #[cfg(se_sigpoll)] {
   |              ^^^^^^^^^^
   |
   = 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(se_sigpoll)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(se_sigpoll)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `se_sigpoll_is_sigio`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/interprocess-1.2.1/src/os/unix/imports.rs:84:21
   |
84 |     } else if #[cfg(se_sigpoll_is_sigio)] {
   |                     ^^^^^^^^^^^^^^^^^^^
   |
   = 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(se_sigpoll_is_sigio)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(se_sigpoll_is_sigio)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `uds_supported`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/interprocess-1.2.1/src/os/unix/imports.rs:95:12
   |
95 | ), cfg(all(uds_supported, feature = "tokio_support")));
   |            ^^^^^^^^^^^^^
   |
   = 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(uds_supported)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(uds_supported)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `uds_supported`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/interprocess-1.2.1/src/os/unix/udsocket/mod.rs:29:7
   |
29 | #[cfg(uds_supported)]
   |       ^^^^^^^^^^^^^
   |
   = 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(uds_supported)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(uds_supported)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `uds_sockaddr_un_len_108`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/interprocess-1.2.1/src/os/unix/udsocket/mod.rs:38:21
   |
38 |     } else if #[cfg(uds_sockaddr_un_len_108)] {
   |                     ^^^^^^^^^^^^^^^^^^^^^^^
   |
   = 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(uds_sockaddr_un_len_108)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(uds_sockaddr_un_len_108)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `uds_sockaddr_un_len_104`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/interprocess-1.2.1/src/os/unix/udsocket/mod.rs:40:21
   |
40 |     } else if #[cfg(uds_sockaddr_un_len_104)] {
   |                     ^^^^^^^^^^^^^^^^^^^^^^^
   |
   = 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(uds_sockaddr_un_len_104)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(uds_sockaddr_un_len_104)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `uds_sockaddr_un_len_126`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/interprocess-1.2.1/src/os/unix/udsocket/mod.rs:42:21
   |
42 |     } else if #[cfg(uds_sockaddr_un_len_126)] {
   |                     ^^^^^^^^^^^^^^^^^^^^^^^
   |
   = 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(uds_sockaddr_un_len_126)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(uds_sockaddr_un_len_126)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `uds_ucred`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/interprocess-1.2.1/src/os/unix/udsocket/ancillary.rs:19:20
   |
19 |     #[cfg(any(doc, uds_ucred))]
   |                    ^^^^^^^^^
   |
   = 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(uds_ucred)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(uds_ucred)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `uds_ucred`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/interprocess-1.2.1/src/os/unix/udsocket/ancillary.rs:49:18
   |
49 |         if #[cfg(uds_ucred)] {
   |                  ^^^^^^^^^
   |
   = 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(uds_ucred)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(uds_ucred)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `uds_ucred`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/interprocess-1.2.1/src/os/unix/udsocket/ancillary.rs:72:19
   |
72 |             #[cfg(uds_ucred)]
   |                   ^^^^^^^^^
   |
   = 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(uds_ucred)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(uds_ucred)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `uds_scm_credentials`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/interprocess-1.2.1/src/os/unix/udsocket/ancillary.rs:81:19
   |
81 |             #[cfg(uds_scm_credentials)]
   |                   ^^^^^^^^^^^^^^^^^^^
   |
   = 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(uds_scm_credentials)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(uds_scm_credentials)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `uds_ucred`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/interprocess-1.2.1/src/os/unix/udsocket/ancillary.rs:117:23
    |
117 |                 #[cfg(uds_ucred)]
    |                       ^^^^^^^^^
    |
    = 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(uds_ucred)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(uds_ucred)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `uds_ucred`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/interprocess-1.2.1/src/os/unix/udsocket/ancillary.rs:142:20
    |
142 |     #[cfg(any(doc, uds_ucred))]
    |                    ^^^^^^^^^
    |
    = 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(uds_ucred)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(uds_ucred)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `uds_ucred`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/interprocess-1.2.1/src/os/unix/udsocket/ancillary.rs:357:19
    |
357 |             #[cfg(uds_ucred)]
    |                   ^^^^^^^^^
    |
    = 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(uds_ucred)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(uds_ucred)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `uds_supported`
 --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/interprocess-1.2.1/src/os/unix/udsocket/listener.rs:1:7
  |
1 | #[cfg(uds_supported)]
  |       ^^^^^^^^^^^^^
  |
  = 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(uds_supported)'] }
  = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(uds_supported)");` to the top of the `build.rs`
  = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `uds_linux_namespace`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/interprocess-1.2.1/src/os/unix/udsocket/path.rs:37:11
   |
37 |     #[cfg(uds_linux_namespace)]
   |           ^^^^^^^^^^^^^^^^^^^
   |
   = 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(uds_linux_namespace)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(uds_linux_namespace)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `uds_linux_namespace`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/interprocess-1.2.1/src/os/unix/udsocket/path.rs:49:19
   |
49 |             #[cfg(uds_linux_namespace)]
   |                   ^^^^^^^^^^^^^^^^^^^
   |
   = 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(uds_linux_namespace)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(uds_linux_namespace)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `uds_linux_namespace`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/interprocess-1.2.1/src/os/unix/udsocket/path.rs:62:19
   |
62 |             #[cfg(uds_linux_namespace)]
   |                   ^^^^^^^^^^^^^^^^^^^
   |
   = 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(uds_linux_namespace)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(uds_linux_namespace)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `uds_linux_namespace`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/interprocess-1.2.1/src/os/unix/udsocket/path.rs:86:19
   |
86 |             #[cfg(uds_linux_namespace)]
   |                   ^^^^^^^^^^^^^^^^^^^
   |
   = 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(uds_linux_namespace)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(uds_linux_namespace)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `uds_linux_namespace`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/interprocess-1.2.1/src/os/unix/udsocket/path.rs:95:19
   |
95 |             #[cfg(uds_linux_namespace)]
   |                   ^^^^^^^^^^^^^^^^^^^
   |
   = 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(uds_linux_namespace)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(uds_linux_namespace)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `uds_linux_namespace`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/interprocess-1.2.1/src/os/unix/udsocket/path.rs:113:19
    |
113 |             #[cfg(uds_linux_namespace)]
    |                   ^^^^^^^^^^^^^^^^^^^
    |
    = 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(uds_linux_namespace)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(uds_linux_namespace)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `uds_linux_namespace`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/interprocess-1.2.1/src/os/unix/udsocket/path.rs:129:19
    |
129 |             #[cfg(uds_linux_namespace)]
    |                   ^^^^^^^^^^^^^^^^^^^
    |
    = 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(uds_linux_namespace)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(uds_linux_namespace)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `uds_linux_namespace`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/interprocess-1.2.1/src/os/unix/udsocket/path.rs:172:19
    |
172 |             #[cfg(uds_linux_namespace)]
    |                   ^^^^^^^^^^^^^^^^^^^
    |
    = 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(uds_linux_namespace)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(uds_linux_namespace)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `uds_linux_namespace`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/interprocess-1.2.1/src/os/unix/udsocket/path.rs:178:23
    |
178 |             #[cfg(not(uds_linux_namespace))]
    |                       ^^^^^^^^^^^^^^^^^^^
    |
    = 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(uds_linux_namespace)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(uds_linux_namespace)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `uds_linux_namespace`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/interprocess-1.2.1/src/os/unix/udsocket/path.rs:150:23
    |
150 |                 #[cfg(uds_linux_namespace)]
    |                       ^^^^^^^^^^^^^^^^^^^
    |
    = 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(uds_linux_namespace)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(uds_linux_namespace)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `uds_linux_namespace`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/interprocess-1.2.1/src/os/unix/udsocket/path.rs:160:27
    |
160 |                 #[cfg(not(uds_linux_namespace))]
    |                           ^^^^^^^^^^^^^^^^^^^
    |
    = 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(uds_linux_namespace)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(uds_linux_namespace)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `uds_linux_namespace`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/interprocess-1.2.1/src/os/unix/udsocket/path.rs:202:19
    |
202 |             #[cfg(uds_linux_namespace)]
    |                   ^^^^^^^^^^^^^^^^^^^
    |
    = 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(uds_linux_namespace)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(uds_linux_namespace)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `uds_linux_namespace`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/interprocess-1.2.1/src/os/unix/udsocket/path.rs:208:23
    |
208 |             #[cfg(not(uds_linux_namespace))]
    |                       ^^^^^^^^^^^^^^^^^^^
    |
    = 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(uds_linux_namespace)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(uds_linux_namespace)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `uds_linux_namespace`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/interprocess-1.2.1/src/os/unix/udsocket/path.rs:231:19
    |
231 |             #[cfg(uds_linux_namespace)]
    |                   ^^^^^^^^^^^^^^^^^^^
    |
    = 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(uds_linux_namespace)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(uds_linux_namespace)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `uds_linux_namespace`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/interprocess-1.2.1/src/os/unix/udsocket/path.rs:304:11
    |
304 |     #[cfg(uds_linux_namespace)]
    |           ^^^^^^^^^^^^^^^^^^^
    |
    = 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(uds_linux_namespace)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(uds_linux_namespace)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `uds_linux_namespace`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/interprocess-1.2.1/src/os/unix/udsocket/path.rs:430:15
    |
430 |         #[cfg(uds_linux_namespace)]
    |               ^^^^^^^^^^^^^^^^^^^
    |
    = 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(uds_linux_namespace)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(uds_linux_namespace)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `uds_linux_namespace`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/interprocess-1.2.1/src/os/unix/udsocket/path.rs:451:15
    |
451 |         #[cfg(uds_linux_namespace)]
    |               ^^^^^^^^^^^^^^^^^^^
    |
    = 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(uds_linux_namespace)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(uds_linux_namespace)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `uds_linux_namespace`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/interprocess-1.2.1/src/os/unix/udsocket/path.rs:476:15
    |
476 |         #[cfg(uds_linux_namespace)]
    |               ^^^^^^^^^^^^^^^^^^^
    |
    = 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(uds_linux_namespace)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(uds_linux_namespace)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `uds_linux_namespace`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/interprocess-1.2.1/src/os/unix/udsocket/path.rs:509:15
    |
509 |         #[cfg(uds_linux_namespace)]
    |               ^^^^^^^^^^^^^^^^^^^
    |
    = 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(uds_linux_namespace)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(uds_linux_namespace)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `uds_linux_namespace`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/interprocess-1.2.1/src/os/unix/udsocket/path.rs:563:15
    |
563 |         #[cfg(uds_linux_namespace)]
    |               ^^^^^^^^^^^^^^^^^^^
    |
    = 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(uds_linux_namespace)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(uds_linux_namespace)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `uds_linux_namespace`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/interprocess-1.2.1/src/os/unix/udsocket/path.rs:596:15
    |
596 |         #[cfg(uds_linux_namespace)]
    |               ^^^^^^^^^^^^^^^^^^^
    |
    = 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(uds_linux_namespace)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(uds_linux_namespace)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `uds_supported`
 --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/interprocess-1.2.1/src/os/unix/udsocket/socket.rs:1:7
  |
1 | #[cfg(uds_supported)]
  |       ^^^^^^^^^^^^^
  |
  = 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(uds_supported)'] }
  = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(uds_supported)");` to the top of the `build.rs`
  = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `uds_peercred`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/interprocess-1.2.1/src/os/unix/udsocket/socket.rs:416:20
    |
416 |     #[cfg(any(doc, uds_peercred))]
    |                    ^^^^^^^^^^^^
    |
    = 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(uds_peercred)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(uds_peercred)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `uds_supported`
 --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/interprocess-1.2.1/src/os/unix/udsocket/stream.rs:1:7
  |
1 | #[cfg(uds_supported)]
  |       ^^^^^^^^^^^^^
  |
  = 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(uds_supported)'] }
  = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(uds_supported)");` to the top of the `build.rs`
  = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `uds_peercred`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/interprocess-1.2.1/src/os/unix/udsocket/stream.rs:205:20
    |
205 |     #[cfg(any(doc, uds_peercred))]
    |                    ^^^^^^^^^^^^
    |
    = 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(uds_peercred)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(uds_peercred)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `uds_msghdr_iovlen_c_int`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/interprocess-1.2.1/src/os/unix/udsocket/util.rs:21:14
   |
21 |     if #[cfg(uds_msghdr_iovlen_c_int)] {
   |              ^^^^^^^^^^^^^^^^^^^^^^^
   |
   = 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(uds_msghdr_iovlen_c_int)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(uds_msghdr_iovlen_c_int)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `uds_msghdr_iovlen_size_t`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/interprocess-1.2.1/src/os/unix/udsocket/util.rs:24:21
   |
24 |     } else if #[cfg(uds_msghdr_iovlen_size_t)] {
   |                     ^^^^^^^^^^^^^^^^^^^^^^^^
   |
   = 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(uds_msghdr_iovlen_size_t)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(uds_msghdr_iovlen_size_t)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `uds_msghdr_controllen_socklen_t`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/interprocess-1.2.1/src/os/unix/udsocket/util.rs:31:14
   |
31 |     if #[cfg(uds_msghdr_controllen_socklen_t)] {
   |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
   |
   = 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(uds_msghdr_controllen_socklen_t)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(uds_msghdr_controllen_socklen_t)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `uds_msghdr_controllen_size_t`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/interprocess-1.2.1/src/os/unix/udsocket/util.rs:34:17
   |
34 | } else if #[cfg(uds_msghdr_controllen_size_t)] {
   |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
   |
   = 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(uds_msghdr_controllen_size_t)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(uds_msghdr_controllen_size_t)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `uds_ancillary_unsound`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/interprocess-1.2.1/src/os/unix/udsocket/util.rs:131:13
    |
131 |     if cfg!(uds_ancillary_unsound) {
    |             ^^^^^^^^^^^^^^^^^^^^^
    |
    = 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(uds_ancillary_unsound)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(uds_ancillary_unsound)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `io_error_kind_unsupported_stable`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/interprocess-1.2.1/src/os/unix/udsocket/util.rs:133:19
    |
133 |             #[cfg(io_error_kind_unsupported_stable)]
    |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    |
    = 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(io_error_kind_unsupported_stable)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(io_error_kind_unsupported_stable)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `io_error_kind_unsupported_stable`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/interprocess-1.2.1/src/os/unix/udsocket/util.rs:137:23
    |
137 |             #[cfg(not(io_error_kind_unsupported_stable))]
    |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    |
    = 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(io_error_kind_unsupported_stable)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(io_error_kind_unsupported_stable)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `uds_peercred`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/interprocess-1.2.1/src/os/unix/udsocket/c_wrappers.rs:119:7
    |
119 | #[cfg(uds_peercred)]
    |       ^^^^^^^^^^^^
    |
    = 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(uds_peercred)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(uds_peercred)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `uds_scm_credentials`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/interprocess-1.2.1/src/os/unix/udsocket/c_wrappers.rs:93:11
   |
93 |     #[cfg(uds_scm_credentials)]
   |           ^^^^^^^^^^^^^^^^^^^
   |
   = 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(uds_scm_credentials)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(uds_scm_credentials)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `uds_scm_credentials`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/interprocess-1.2.1/src/os/unix/udsocket/c_wrappers.rs:113:15
    |
113 |     #[cfg(not(uds_scm_credentials))]
    |               ^^^^^^^^^^^^^^^^^^^
    |
    = 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(uds_scm_credentials)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(uds_scm_credentials)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `uds_linux_namespace`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/interprocess-1.2.1/src/os/unix/local_socket/mod.rs:56:7
   |
56 | #[cfg(uds_linux_namespace)]
   |       ^^^^^^^^^^^^^^^^^^^
   |
   = 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(uds_linux_namespace)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(uds_linux_namespace)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `uds_linux_namespace`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/interprocess-1.2.1/src/os/unix/local_socket/mod.rs:58:11
   |
58 | #[cfg(not(uds_linux_namespace))]
   |           ^^^^^^^^^^^^^^^^^^^
   |
   = 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(uds_linux_namespace)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(uds_linux_namespace)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `uds_peercred`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/interprocess-1.2.1/src/os/unix/local_socket/stream.rs:21:15
   |
21 |         #[cfg(uds_peercred)]
   |               ^^^^^^^^^^^^
   |
   = 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(uds_peercred)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(uds_peercred)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `uds_peercred`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/interprocess-1.2.1/src/os/unix/local_socket/stream.rs:27:19
   |
27 |         #[cfg(not(uds_peercred))]
   |                   ^^^^^^^^^^^^
   |
   = 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(uds_peercred)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(uds_peercred)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `uds_linux_namespace`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/interprocess-1.2.1/src/os/unix/local_socket/mod.rs:42:11
   |
42 |     #[cfg(uds_linux_namespace)]
   |           ^^^^^^^^^^^^^^^^^^^
   |
   = 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(uds_linux_namespace)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(uds_linux_namespace)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: associated function `connect_nonblocking` is never used
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/interprocess-1.2.1/src/os/unix/udsocket/stream.rs:48:19
   |
37 | impl UdStream {
   | ------------- associated function in this implementation
...
48 |     pub(crate) fn connect_nonblocking<'a>(path: impl ToUdSocketPath<'a>) -> io::Result {
   |                   ^^^^^^^^^^^^^^^^^^^
   |
   = note: `#[warn(dead_code)]` on by default

       Fresh async-std v1.11.0
warning: unexpected `cfg` condition name: `default`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/async-std-1.11.0/src/io/read/bytes.rs:35:17
   |
35 | #[cfg(all(test, default))]
   |                 ^^^^^^^ help: found config with similar value: `feature = "default"`
   |
   = 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(default)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(default)");` 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: `default`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/async-std-1.11.0/src/io/read/chain.rs:168:17
    |
168 | #[cfg(all(test, default))]
    |                 ^^^^^^^ help: found config with similar value: `feature = "default"`
    |
    = 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(default)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(default)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unused import: `std::vec::Vec`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/async-std-1.11.0/src/vec/mod.rs:10:9
   |
10 | pub use std::vec::Vec;
   |         ^^^^^^^^^^^^^
   |
   = note: `#[warn(unused_imports)]` on by default

warning: unused import: `std::result::Result`
 --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/async-std-1.11.0/src/result/mod.rs:9:9
  |
9 | pub use std::result::Result;
  |         ^^^^^^^^^^^^^^^^^^^

warning: unused import: `std::option::Option`
 --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/async-std-1.11.0/src/option/mod.rs:9:9
  |
9 | pub use std::option::Option;
  |         ^^^^^^^^^^^^^^^^^^^

warning: unused import: `std::string::String`
 --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/async-std-1.11.0/src/string/mod.rs:9:9
  |
9 | pub use std::string::String;
  |         ^^^^^^^^^^^^^^^^^^^

warning: unused import: `binary_heap::BinaryHeap`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/async-std-1.11.0/src/collections/mod.rs:14:9
   |
14 | pub use binary_heap::BinaryHeap;
   |         ^^^^^^^^^^^^^^^^^^^^^^^

warning: unused import: `btree_map::BTreeMap`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/async-std-1.11.0/src/collections/mod.rs:15:9
   |
15 | pub use btree_map::BTreeMap;
   |         ^^^^^^^^^^^^^^^^^^^

warning: unused import: `btree_set::BTreeSet`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/async-std-1.11.0/src/collections/mod.rs:16:9
   |
16 | pub use btree_set::BTreeSet;
   |         ^^^^^^^^^^^^^^^^^^^

warning: unused import: `hash_map::HashMap`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/async-std-1.11.0/src/collections/mod.rs:17:9
   |
17 | pub use hash_map::HashMap;
   |         ^^^^^^^^^^^^^^^^^

warning: unused import: `hash_set::HashSet`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/async-std-1.11.0/src/collections/mod.rs:18:9
   |
18 | pub use hash_set::HashSet;
   |         ^^^^^^^^^^^^^^^^^

warning: unused import: `linked_list::LinkedList`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/async-std-1.11.0/src/collections/mod.rs:19:9
   |
19 | pub use linked_list::LinkedList;
   |         ^^^^^^^^^^^^^^^^^^^^^^^

warning: unused import: `vec_deque::VecDeque`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/async-std-1.11.0/src/collections/mod.rs:20:9
   |
20 | pub use vec_deque::VecDeque;
   |         ^^^^^^^^^^^^^^^^^^^

warning: variable does not need to be mutable
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/async-std-1.11.0/src/sync/waker_set.rs:152:13
    |
152 |         let mut inner = &mut *self.lock();
    |             ----^^^^^
    |             |
    |             help: remove this `mut`
    |
    = note: `#[warn(unused_mut)]` on by default

warning: field `1` is never read
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/async-std-1.11.0/src/io/buf_writer.rs:117:33
    |
117 | pub struct IntoInnerError(W, crate::io::Error);
    |            --------------       ^^^^^^^^^^^^^^^^
    |            |
    |            field in this struct
    |
    = help: consider removing this field
    = note: `IntoInnerError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
    = note: `#[warn(dead_code)]` on by default

       Fresh isahc v1.7.2
warning: lint `indirect_structural_match` has been removed: converted into hard error, see RFC #3535  for more information
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/isahc-1.7.2/src/client.rs:1083:17
     |
1083 |         #[allow(indirect_structural_match)]
     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^
     |
     = note: `#[warn(renamed_and_removed_lints)]` on by default

warning: unexpected `cfg` condition name: `debug`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/isahc-1.7.2/src/text.rs:118:17
    |
118 |         if cfg!(debug) && last {
    |                 ^^^^^
    |
    = 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(debug)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(debug)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: `#[warn(unexpected_cfgs)]` on by default

       Fresh directories v5.0.1
       Fresh futures-util v0.3.28
warning: unexpected `cfg` condition name: `futures_no_atomic_cas`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/futures-util-0.3.28/src/lib.rs:332:11
    |
332 | #[cfg(not(futures_no_atomic_cas))]
    |           ^^^^^^^^^^^^^^^^^^^^^
    |
    = 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(futures_no_atomic_cas)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(futures_no_atomic_cas)");` 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: `futures_no_atomic_cas`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/futures-util-0.3.28/src/future/mod.rs:114:11
    |
114 | #[cfg(not(futures_no_atomic_cas))]
    |           ^^^^^^^^^^^^^^^^^^^^^
    |
    = 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(futures_no_atomic_cas)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(futures_no_atomic_cas)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `futures_no_atomic_cas`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/futures-util-0.3.28/src/future/mod.rs:117:11
    |
117 | #[cfg(not(futures_no_atomic_cas))]
    |           ^^^^^^^^^^^^^^^^^^^^^
    |
    = 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(futures_no_atomic_cas)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(futures_no_atomic_cas)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `futures_no_atomic_cas`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/futures-util-0.3.28/src/future/mod.rs:120:11
    |
120 | #[cfg(not(futures_no_atomic_cas))]
    |           ^^^^^^^^^^^^^^^^^^^^^
    |
    = 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(futures_no_atomic_cas)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(futures_no_atomic_cas)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `futures_no_atomic_cas`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/futures-util-0.3.28/src/stream/mod.rs:40:11
   |
40 | #[cfg(not(futures_no_atomic_cas))]
   |           ^^^^^^^^^^^^^^^^^^^^^
   |
   = 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(futures_no_atomic_cas)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(futures_no_atomic_cas)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `futures_no_atomic_cas`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/futures-util-0.3.28/src/stream/mod.rs:46:11
   |
46 | #[cfg(not(futures_no_atomic_cas))]
   |           ^^^^^^^^^^^^^^^^^^^^^
   |
   = 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(futures_no_atomic_cas)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(futures_no_atomic_cas)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `futures_no_atomic_cas`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/futures-util-0.3.28/src/stream/mod.rs:64:11
   |
64 | #[cfg(not(futures_no_atomic_cas))]
   |           ^^^^^^^^^^^^^^^^^^^^^
   |
   = 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(futures_no_atomic_cas)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(futures_no_atomic_cas)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `futures_no_atomic_cas`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/futures-util-0.3.28/src/stream/mod.rs:108:11
    |
108 | #[cfg(not(futures_no_atomic_cas))]
    |           ^^^^^^^^^^^^^^^^^^^^^
    |
    = 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(futures_no_atomic_cas)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(futures_no_atomic_cas)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `futures_no_atomic_cas`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/futures-util-0.3.28/src/stream/mod.rs:111:11
    |
111 | #[cfg(not(futures_no_atomic_cas))]
    |           ^^^^^^^^^^^^^^^^^^^^^
    |
    = 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(futures_no_atomic_cas)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(futures_no_atomic_cas)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `futures_no_atomic_cas`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/futures-util-0.3.28/src/stream/mod.rs:115:11
    |
115 | #[cfg(not(futures_no_atomic_cas))]
    |           ^^^^^^^^^^^^^^^^^^^^^
    |
    = 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(futures_no_atomic_cas)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(futures_no_atomic_cas)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `futures_no_atomic_cas`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/futures-util-0.3.28/src/stream/mod.rs:118:11
    |
118 | #[cfg(not(futures_no_atomic_cas))]
    |           ^^^^^^^^^^^^^^^^^^^^^
    |
    = 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(futures_no_atomic_cas)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(futures_no_atomic_cas)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `futures_no_atomic_cas`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/futures-util-0.3.28/src/stream/mod.rs:123:11
    |
123 | #[cfg(not(futures_no_atomic_cas))]
    |           ^^^^^^^^^^^^^^^^^^^^^
    |
    = 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(futures_no_atomic_cas)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(futures_no_atomic_cas)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `futures_no_atomic_cas`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/futures-util-0.3.28/src/stream/mod.rs:126:11
    |
126 | #[cfg(not(futures_no_atomic_cas))]
    |           ^^^^^^^^^^^^^^^^^^^^^
    |
    = 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(futures_no_atomic_cas)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(futures_no_atomic_cas)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `futures_no_atomic_cas`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/futures-util-0.3.28/src/stream/mod.rs:131:11
    |
131 | #[cfg(not(futures_no_atomic_cas))]
    |           ^^^^^^^^^^^^^^^^^^^^^
    |
    = 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(futures_no_atomic_cas)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(futures_no_atomic_cas)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `futures_no_atomic_cas`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/futures-util-0.3.28/src/stream/mod.rs:134:11
    |
134 | #[cfg(not(futures_no_atomic_cas))]
    |           ^^^^^^^^^^^^^^^^^^^^^
    |
    = 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(futures_no_atomic_cas)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(futures_no_atomic_cas)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `futures_no_atomic_cas`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/futures-util-0.3.28/src/stream/mod.rs:137:11
    |
137 | #[cfg(not(futures_no_atomic_cas))]
    |           ^^^^^^^^^^^^^^^^^^^^^
    |
    = 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(futures_no_atomic_cas)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(futures_no_atomic_cas)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `futures_no_atomic_cas`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/futures-util-0.3.28/src/stream/stream/mod.rs:184:11
    |
184 | #[cfg(not(futures_no_atomic_cas))]
    |           ^^^^^^^^^^^^^^^^^^^^^
    |
    = 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(futures_no_atomic_cas)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(futures_no_atomic_cas)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `futures_no_atomic_cas`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/futures-util-0.3.28/src/stream/stream/mod.rs:187:11
    |
187 | #[cfg(not(futures_no_atomic_cas))]
    |           ^^^^^^^^^^^^^^^^^^^^^
    |
    = 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(futures_no_atomic_cas)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(futures_no_atomic_cas)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `futures_no_atomic_cas`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/futures-util-0.3.28/src/stream/stream/mod.rs:192:11
    |
192 | #[cfg(not(futures_no_atomic_cas))]
    |           ^^^^^^^^^^^^^^^^^^^^^
    |
    = 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(futures_no_atomic_cas)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(futures_no_atomic_cas)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `futures_no_atomic_cas`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/futures-util-0.3.28/src/stream/stream/mod.rs:195:11
    |
195 | #[cfg(not(futures_no_atomic_cas))]
    |           ^^^^^^^^^^^^^^^^^^^^^
    |
    = 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(futures_no_atomic_cas)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(futures_no_atomic_cas)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `futures_no_atomic_cas`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/futures-util-0.3.28/src/stream/stream/mod.rs:200:11
    |
200 | #[cfg(not(futures_no_atomic_cas))]
    |           ^^^^^^^^^^^^^^^^^^^^^
    |
    = 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(futures_no_atomic_cas)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(futures_no_atomic_cas)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `futures_no_atomic_cas`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/futures-util-0.3.28/src/stream/stream/mod.rs:204:11
    |
204 | #[cfg(not(futures_no_atomic_cas))]
    |           ^^^^^^^^^^^^^^^^^^^^^
    |
    = 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(futures_no_atomic_cas)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(futures_no_atomic_cas)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `futures_no_atomic_cas`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/futures-util-0.3.28/src/stream/stream/mod.rs:209:11
    |
209 | #[cfg(not(futures_no_atomic_cas))]
    |           ^^^^^^^^^^^^^^^^^^^^^
    |
    = 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(futures_no_atomic_cas)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(futures_no_atomic_cas)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `futures_no_atomic_cas`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/futures-util-0.3.28/src/stream/stream/mod.rs:219:11
    |
219 | #[cfg(not(futures_no_atomic_cas))]
    |           ^^^^^^^^^^^^^^^^^^^^^
    |
    = 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(futures_no_atomic_cas)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(futures_no_atomic_cas)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `futures_no_atomic_cas`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/futures-util-0.3.28/src/stream/stream/mod.rs:222:11
    |
222 | #[cfg(not(futures_no_atomic_cas))]
    |           ^^^^^^^^^^^^^^^^^^^^^
    |
    = 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(futures_no_atomic_cas)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(futures_no_atomic_cas)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `futures_no_atomic_cas`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/futures-util-0.3.28/src/stream/stream/mod.rs:227:11
    |
227 | #[cfg(not(futures_no_atomic_cas))]
    |           ^^^^^^^^^^^^^^^^^^^^^
    |
    = 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(futures_no_atomic_cas)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(futures_no_atomic_cas)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `futures_no_atomic_cas`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/futures-util-0.3.28/src/stream/stream/mod.rs:232:11
    |
232 | #[cfg(not(futures_no_atomic_cas))]
    |           ^^^^^^^^^^^^^^^^^^^^^
    |
    = 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(futures_no_atomic_cas)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(futures_no_atomic_cas)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `futures_no_atomic_cas`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/futures-util-0.3.28/src/stream/stream/mod.rs:817:15
    |
817 |     #[cfg(not(futures_no_atomic_cas))]
    |               ^^^^^^^^^^^^^^^^^^^^^
    |
    = 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(futures_no_atomic_cas)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(futures_no_atomic_cas)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `futures_no_atomic_cas`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/futures-util-0.3.28/src/stream/stream/mod.rs:899:15
    |
899 |     #[cfg(not(futures_no_atomic_cas))]
    |               ^^^^^^^^^^^^^^^^^^^^^
    |
    = 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(futures_no_atomic_cas)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(futures_no_atomic_cas)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `futures_no_atomic_cas`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/futures-util-0.3.28/src/stream/stream/mod.rs:1139:15
     |
1139 |     #[cfg(not(futures_no_atomic_cas))]
     |               ^^^^^^^^^^^^^^^^^^^^^
     |
     = 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(futures_no_atomic_cas)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(futures_no_atomic_cas)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `futures_no_atomic_cas`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/futures-util-0.3.28/src/stream/stream/mod.rs:1362:15
     |
1362 |     #[cfg(not(futures_no_atomic_cas))]
     |               ^^^^^^^^^^^^^^^^^^^^^
     |
     = 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(futures_no_atomic_cas)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(futures_no_atomic_cas)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `futures_no_atomic_cas`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/futures-util-0.3.28/src/stream/stream/mod.rs:1407:15
     |
1407 |     #[cfg(not(futures_no_atomic_cas))]
     |               ^^^^^^^^^^^^^^^^^^^^^
     |
     = 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(futures_no_atomic_cas)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(futures_no_atomic_cas)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `futures_no_atomic_cas`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/futures-util-0.3.28/src/stream/stream/mod.rs:1574:15
     |
1574 |     #[cfg(not(futures_no_atomic_cas))]
     |               ^^^^^^^^^^^^^^^^^^^^^
     |
     = 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(futures_no_atomic_cas)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(futures_no_atomic_cas)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `futures_no_atomic_cas`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/futures-util-0.3.28/src/stream/try_stream/mod.rs:92:11
   |
92 | #[cfg(not(futures_no_atomic_cas))]
   |           ^^^^^^^^^^^^^^^^^^^^^
   |
   = 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(futures_no_atomic_cas)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(futures_no_atomic_cas)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `futures_no_atomic_cas`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/futures-util-0.3.28/src/stream/try_stream/mod.rs:95:11
   |
95 | #[cfg(not(futures_no_atomic_cas))]
   |           ^^^^^^^^^^^^^^^^^^^^^
   |
   = 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(futures_no_atomic_cas)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(futures_no_atomic_cas)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `futures_no_atomic_cas`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/futures-util-0.3.28/src/stream/try_stream/mod.rs:130:11
    |
130 | #[cfg(not(futures_no_atomic_cas))]
    |           ^^^^^^^^^^^^^^^^^^^^^
    |
    = 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(futures_no_atomic_cas)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(futures_no_atomic_cas)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `futures_no_atomic_cas`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/futures-util-0.3.28/src/stream/try_stream/mod.rs:133:11
    |
133 | #[cfg(not(futures_no_atomic_cas))]
    |           ^^^^^^^^^^^^^^^^^^^^^
    |
    = 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(futures_no_atomic_cas)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(futures_no_atomic_cas)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `futures_no_atomic_cas`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/futures-util-0.3.28/src/stream/try_stream/mod.rs:138:11
    |
138 | #[cfg(not(futures_no_atomic_cas))]
    |           ^^^^^^^^^^^^^^^^^^^^^
    |
    = 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(futures_no_atomic_cas)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(futures_no_atomic_cas)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `futures_no_atomic_cas`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/futures-util-0.3.28/src/stream/try_stream/mod.rs:141:11
    |
141 | #[cfg(not(futures_no_atomic_cas))]
    |           ^^^^^^^^^^^^^^^^^^^^^
    |
    = 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(futures_no_atomic_cas)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(futures_no_atomic_cas)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `futures_no_atomic_cas`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/futures-util-0.3.28/src/stream/try_stream/mod.rs:146:11
    |
146 | #[cfg(not(futures_no_atomic_cas))]
    |           ^^^^^^^^^^^^^^^^^^^^^
    |
    = 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(futures_no_atomic_cas)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(futures_no_atomic_cas)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `futures_no_atomic_cas`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/futures-util-0.3.28/src/stream/try_stream/mod.rs:149:11
    |
149 | #[cfg(not(futures_no_atomic_cas))]
    |           ^^^^^^^^^^^^^^^^^^^^^
    |
    = 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(futures_no_atomic_cas)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(futures_no_atomic_cas)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `futures_no_atomic_cas`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/futures-util-0.3.28/src/stream/try_stream/mod.rs:540:15
    |
540 |     #[cfg(not(futures_no_atomic_cas))]
    |               ^^^^^^^^^^^^^^^^^^^^^
    |
    = 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(futures_no_atomic_cas)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(futures_no_atomic_cas)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `futures_no_atomic_cas`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/futures-util-0.3.28/src/stream/try_stream/mod.rs:767:15
    |
767 |     #[cfg(not(futures_no_atomic_cas))]
    |               ^^^^^^^^^^^^^^^^^^^^^
    |
    = 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(futures_no_atomic_cas)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(futures_no_atomic_cas)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `futures_no_atomic_cas`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/futures-util-0.3.28/src/stream/try_stream/mod.rs:969:15
    |
969 |     #[cfg(not(futures_no_atomic_cas))]
    |               ^^^^^^^^^^^^^^^^^^^^^
    |
    = 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(futures_no_atomic_cas)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(futures_no_atomic_cas)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `futures_no_atomic_cas`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/futures-util-0.3.28/src/stream/try_stream/mod.rs:1045:15
     |
1045 |     #[cfg(not(futures_no_atomic_cas))]
     |               ^^^^^^^^^^^^^^^^^^^^^
     |
     = 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(futures_no_atomic_cas)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(futures_no_atomic_cas)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `futures_no_atomic_cas`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/futures-util-0.3.28/src/task/mod.rs:21:11
   |
21 | #[cfg(not(futures_no_atomic_cas))]
   |           ^^^^^^^^^^^^^^^^^^^^^
   |
   = 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(futures_no_atomic_cas)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(futures_no_atomic_cas)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `futures_no_atomic_cas`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/futures-util-0.3.28/src/task/mod.rs:25:11
   |
25 | #[cfg(not(futures_no_atomic_cas))]
   |           ^^^^^^^^^^^^^^^^^^^^^
   |
   = 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(futures_no_atomic_cas)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(futures_no_atomic_cas)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `futures_no_atomic_cas`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/futures-util-0.3.28/src/task/mod.rs:29:11
   |
29 | #[cfg(not(futures_no_atomic_cas))]
   |           ^^^^^^^^^^^^^^^^^^^^^
   |
   = 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(futures_no_atomic_cas)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(futures_no_atomic_cas)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `futures_no_atomic_cas`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/futures-util-0.3.28/src/task/mod.rs:33:11
   |
33 | #[cfg(not(futures_no_atomic_cas))]
   |           ^^^^^^^^^^^^^^^^^^^^^
   |
   = 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(futures_no_atomic_cas)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(futures_no_atomic_cas)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

       Fresh crossbeam v0.8.1
warning: unexpected `cfg` condition name: `crossbeam_loom`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/crossbeam-0.8.1/src/lib.rs:91:19
   |
91 |         #[cfg(not(crossbeam_loom))]
   |                   ^^^^^^^^^^^^^^
   |
   = 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(crossbeam_loom)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` 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: `crossbeam_loom`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/crossbeam-0.8.1/src/lib.rs:93:19
   |
93 |         #[cfg(not(crossbeam_loom))]
   |                   ^^^^^^^^^^^^^^
   |
   = 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(crossbeam_loom)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

       Fresh wiggle-macro v29.0.1
       Fresh shellexpand v3.0.0
warning: a method with this name may be added to the standard library in the future
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/shellexpand-3.0.0/src/funcs.rs:394:26
    |
394 |                 var_name.as_str().and_then(|v| context(v).transpose()).transpose()
    |                          ^^^^^^
    |
    = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
    = note: for more information, see issue #48919 
    = help: call with fully qualified syntax `wtraits::WstrExt::as_str(...)` to keep using the current method
    = note: `#[warn(unstable_name_collisions)]` on by default

       Fresh futures-channel v0.3.28
warning: unexpected `cfg` condition name: `futures_no_atomic_cas`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/futures-channel-0.3.28/src/lib.rs:30:11
   |
30 | #[cfg(not(futures_no_atomic_cas))]
   |           ^^^^^^^^^^^^^^^^^^^^^
   |
   = 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(futures_no_atomic_cas)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(futures_no_atomic_cas)");` 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: `futures_no_atomic_cas`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/futures-channel-0.3.28/src/lib.rs:34:11
   |
34 | #[cfg(not(futures_no_atomic_cas))]
   |           ^^^^^^^^^^^^^^^^^^^^^
   |
   = 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(futures_no_atomic_cas)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(futures_no_atomic_cas)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `futures_no_atomic_cas`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/futures-channel-0.3.28/src/lib.rs:37:11
   |
37 | #[cfg(not(futures_no_atomic_cas))]
   |           ^^^^^^^^^^^^^^^^^^^^^
   |
   = 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(futures_no_atomic_cas)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(futures_no_atomic_cas)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `futures_no_atomic_cas`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/futures-channel-0.3.28/src/lib.rs:40:11
   |
40 | #[cfg(not(futures_no_atomic_cas))]
   |           ^^^^^^^^^^^^^^^^^^^^^
   |
   = 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(futures_no_atomic_cas)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(futures_no_atomic_cas)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

       Fresh serde_json v1.0.81
       Fresh rmp-serde v1.3.0
       Fresh strip-ansi-escapes v0.1.1
       Fresh kdl v4.5.0
warning: elided lifetime has a name
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/kdl-4.5.0/src/parser.rs:269:34
    |
267 | fn quoted_identifier<'a: 'b, 'b>(
    |                      -- lifetime `'a` declared here
268 |     kdl_parser: &'b KdlParser<'a>,
269 | ) -> impl Fn(&'a str) -> IResult<&str, KdlIdentifier, KdlParseError<&str>> + 'b {
    |                                  ^ this elided lifetime gets resolved as `'a`
    |
    = note: `#[warn(elided_named_lifetimes)]` on by default

warning: elided lifetime has a name
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/kdl-4.5.0/src/parser.rs:269:69
    |
267 | fn quoted_identifier<'a: 'b, 'b>(
    |                      -- lifetime `'a` declared here
268 |     kdl_parser: &'b KdlParser<'a>,
269 | ) -> impl Fn(&'a str) -> IResult<&str, KdlIdentifier, KdlParseError<&str>> + 'b {
    |                                                                     ^ this elided lifetime gets resolved as `'a`

       Fresh strum_macros v0.20.1
warning: unused import: `self::case_style::CaseStyleHelpers`
 --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/strum_macros-0.20.1/src/helpers/mod.rs:1:9
  |
1 | pub use self::case_style::CaseStyleHelpers;
  |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  |
  = note: `#[warn(unused_imports)]` on by default

warning: `log4rs` (lib) generated 2 warnings
warning: `notify` (lib) generated 4 warnings
warning: `interprocess` (lib) generated 72 warnings
warning: `async-std` (lib) generated 15 warnings
warning: `isahc` (lib) generated 2 warnings
warning: `futures-util` (lib) generated 49 warnings
warning: `crossbeam` (lib) generated 2 warnings
warning: `shellexpand` (lib) generated 1 warning
warning: `futures-channel` (lib) generated 4 warnings
warning: `serde_json` (lib) generated 7 warnings (7 duplicates)
warning: `kdl` (lib) generated 2 warnings
warning: `strum_macros` (lib) generated 1 warning
       Fresh clap_complete v3.2.1
       Fresh colored v2.0.0
       Fresh prost v0.11.9
       Fresh nix v0.23.1
warning: unexpected `cfg` condition value: `fushsia`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/nix-0.23.1/src/lib.rs:52:11
   |
52 |           target_os = "fushsia",
   |           ^^^^^^^^^^^^---------
   |                       |
   |                       help: there is a expected value with a similar name: `"fuchsia"`
   |
   = 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
   = note: `#[warn(unexpected_cfgs)]` on by default

warning: rule #8 of macro `libc_enum` is never used
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/nix-0.23.1/src/macros.rs:246:5
    |
246 | /     (@accumulate_entries
247 | |         name: $BitFlags:ident,
248 | |         $prefix:tt,
249 | |         [$($entries:tt)*],
...   |
252 | |         $($tail:tt)*
253 | |     ) => {
    | |_____^
    |
note: the lint level is defined here
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/nix-0.23.1/src/lib.rs:10:9
    |
10  | #![deny(unused)]
    |         ^^^^^^
    = note: `#[warn(unused_macro_rules)]` implied by `#[warn(unused)]`

warning: unexpected `cfg` condition value: `wasi`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/nix-0.23.1/src/env.rs:45:22
   |
45 |                      target_env = "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 value: `wasi`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/nix-0.23.1/src/fcntl.rs:21:29
   |
21 |     any(target_os = "wasi", target_env = "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 value: `wasi`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/nix-0.23.1/src/fcntl.rs:643:29
    |
643 |     any(target_os = "wasi", target_env = "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 value: `wasi`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/nix-0.23.1/src/fcntl.rs:686:29
    |
686 |     any(target_os = "wasi", target_env = "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 value: `osx`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/nix-0.23.1/src/net/if_.rs:99:19
   |
99 |                   target_os = "osx"))]
   |                   ^^^^^^^^^^^^-----
   |                               |
   |                               help: there is a expected value with a similar name: `"psx"`
   |
   = 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: elided lifetime has a name
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/nix-0.23.1/src/sys/aio.rs:362:50
    |
119 | impl<'a> AioCb<'a> {
    |      -- lifetime `'a` declared here
...
362 |                            opcode: LioOpcode) -> AioCb
    |                                                  ^^^^^ this elided lifetime gets resolved as `'a`
    |
    = note: `#[warn(elided_named_lifetimes)]` on by default

warning: elided lifetime has a name
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/nix-0.23.1/src/sys/aio.rs:424:53
    |
119 | impl<'a> AioCb<'a> {
    |      -- lifetime `'a` declared here
...
424 |                       opcode: LioOpcode) -> Pin>
    |                                                     ^^^^^ this elided lifetime gets resolved as `'a`

warning: `extern` declarations without an explicit ABI are deprecated
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/nix-0.23.1/src/sys/signal.rs:572:13
    |
572 |     Handler(extern fn(libc::c_int)),
    |             ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
    |
    = note: `#[warn(missing_abi)]` on by default

warning: `extern` declarations without an explicit ABI are deprecated
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/nix-0.23.1/src/sys/signal.rs:576:15
    |
576 |     SigAction(extern fn(libc::c_int, *mut libc::siginfo_t, *mut libc::c_void))
    |               ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`

warning: `extern` declarations without an explicit ABI are deprecated
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/nix-0.23.1/src/sys/signal.rs:606:55
    |
606 |                 SigHandler::Handler(f) => f as *const extern fn(libc::c_int) as usize,
    |                                                       ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`

warning: `extern` declarations without an explicit ABI are deprecated
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/nix-0.23.1/src/sys/signal.rs:607:57
    |
607 |                 SigHandler::SigAction(f) => f as *const extern fn(libc::c_int, *mut libc::siginfo_t, *mut libc::c_void) as usize,
    |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`

warning: `extern` declarations without an explicit ABI are deprecated
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/nix-0.23.1/src/sys/signal.rs:653:36
    |
653 |                          as *const extern fn(_, _, _))
    |                                    ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`

warning: `extern` declarations without an explicit ABI are deprecated
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/nix-0.23.1/src/sys/signal.rs:655:20
    |
655 |                 as extern fn(_, _, _)),
    |                    ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`

warning: `extern` declarations without an explicit ABI are deprecated
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/nix-0.23.1/src/sys/signal.rs:665:36
    |
665 |                          as *const extern fn(libc::c_int))
    |                                    ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`

warning: `extern` declarations without an explicit ABI are deprecated
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/nix-0.23.1/src/sys/signal.rs:667:20
    |
667 |                 as extern fn(libc::c_int)),
    |                    ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`

warning: `extern` declarations without an explicit ABI are deprecated
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/nix-0.23.1/src/sys/signal.rs:790:32
    |
790 |                      as *const extern fn(libc::c_int))
    |                                ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`

warning: `extern` declarations without an explicit ABI are deprecated
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/nix-0.23.1/src/sys/signal.rs:791:20
    |
791 |                 as extern fn(libc::c_int)),
    |                    ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`

warning: unexpected `cfg` condition value: `nacl`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/nix-0.23.1/src/sys/socket/sockopt.rs:358:11
    |
358 |           target_os = "nacl"))]
    |           ^^^^^^^^^^^^^^^^^^
    |
    = 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: rule #2 of macro `sockopt_impl` is never used
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/nix-0.23.1/src/sys/socket/sockopt.rs:137:5
    |
137 |     ($(#[$attr:meta])* $name:ident, GetOnly, $level:expr, $flag:path, u8) => {
    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

warning: rule #3 of macro `sockopt_impl` is never used
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/nix-0.23.1/src/sys/socket/sockopt.rs:141:5
    |
141 |     ($(#[$attr:meta])* $name:ident, GetOnly, $level:expr, $flag:path, usize) =>
    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

warning: rule #4 of macro `sockopt_impl` is never used
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/nix-0.23.1/src/sys/socket/sockopt.rs:147:5
    |
147 |     ($(#[$attr:meta])* $name:ident, SetOnly, $level:expr, $flag:path, bool) => {
    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

warning: rule #5 of macro `sockopt_impl` is never used
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/nix-0.23.1/src/sys/socket/sockopt.rs:152:5
    |
152 |     ($(#[$attr:meta])* $name:ident, SetOnly, $level:expr, $flag:path, u8) => {
    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

warning: rule #6 of macro `sockopt_impl` is never used
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/nix-0.23.1/src/sys/socket/sockopt.rs:156:5
    |
156 |     ($(#[$attr:meta])* $name:ident, SetOnly, $level:expr, $flag:path, usize) =>
    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

warning: elided lifetime has a name
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/nix-0.23.1/src/sys/socket/sockopt.rs:862:34
    |
861 | impl<'a> Set<'a, OsString> for SetOsString<'a> {
    |      -- lifetime `'a` declared here
862 |     fn new(val: &'a OsString) -> SetOsString {
    |                                  ^^^^^^^^^^^ this elided lifetime gets resolved as `'a`

warning: unexpected `cfg` condition value: `newlibc`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/nix-0.23.1/src/time.rs:233:40
    |
233 |         not(any(target_env = "uclibc", target_env = "newlibc")),
    |                                        ^^^^^^^^^^^^^---------
    |                                                     |
    |                                                     help: there is a expected value with a similar name: `"newlib"`
    |
    = 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 value: `newlibc`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/nix-0.23.1/src/time.rs:55:44
   |
55 |             not(any(target_env = "uclibc", target_env = "newlibc")),
   |                                            ^^^^^^^^^^^^^---------
   |                                                         |
   |                                                         help: there is a expected value with a similar name: `"newlib"`
   |
   = 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

       Fresh ghost v0.1.4
       Fresh socket2 v0.5.7
       Fresh strum v0.20.0
       Fresh colorsys v0.6.5
warning: variable does not need to be mutable
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/colorsys-0.6.5/src/rgb/grayscale.rs:31:7
   |
31 |   let mut vals = &mut rgb.units.list;
   |       ----^^^^
   |       |
   |       help: remove this `mut`
   |
   = note: `#[warn(unused_mut)]` on by default

warning: variable does not need to be mutable
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/colorsys-0.6.5/src/rgb/grayscale.rs:50:7
   |
50 |   let mut vals = &mut rgb.units.list;
   |       ----^^^^
   |       |
   |       help: remove this `mut`

warning: variable does not need to be mutable
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/colorsys-0.6.5/src/rgb/grayscale.rs:61:7
   |
61 |   let mut vals = &mut rgb.units.list;
   |       ----^^^^
   |       |
   |       help: remove this `mut`

       Fresh file-id v0.1.0
       Fresh arrayvec v0.7.2
       Fresh linked-hash-map v0.5.4
warning: unused return value of `Box::::from_raw` that must be used
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/linked-hash-map-0.5.4/src/lib.rs:158:13
    |
158 |             Box::from_raw(cur);
    |             ^^^^^^^^^^^^^^^^^^
    |
    = note: call `drop(Box::from_raw(ptr))` if you intend to drop the `Box`
    = note: `#[warn(unused_must_use)]` on by default
help: use `let _ = ...` to ignore the resulting value
    |
158 |             let _ = Box::from_raw(cur);
    |             +++++++

warning: unused return value of `Box::::from_raw` that must be used
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/linked-hash-map-0.5.4/src/lib.rs:1060:17
     |
1060 |                 Box::from_raw(self.tail);
     |                 ^^^^^^^^^^^^^^^^^^^^^^^^
     |
     = note: call `drop(Box::from_raw(ptr))` if you intend to drop the `Box`
help: use `let _ = ...` to ignore the resulting value
     |
1060 |                 let _ = Box::from_raw(self.tail);
     |                 +++++++

       Fresh cap-fs-ext v3.4.2
       Fresh erased-serde v0.3.20
warning: unexpected `cfg` condition name: `no_unsafe_op_in_unsafe_fn_lint`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/erased-serde-0.3.20/src/lib.rs:100:17
    |
100 | #![cfg_attr(not(no_unsafe_op_in_unsafe_fn_lint), deny(unsafe_op_in_unsafe_fn))]
    |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    |
    = 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_unsafe_op_in_unsafe_fn_lint)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_unsafe_op_in_unsafe_fn_lint)");` 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: `no_unsafe_op_in_unsafe_fn_lint`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/erased-serde-0.3.20/src/lib.rs:101:13
    |
101 | #![cfg_attr(no_unsafe_op_in_unsafe_fn_lint, allow(unused_unsafe))]
    |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    |
    = 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_unsafe_op_in_unsafe_fn_lint)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_unsafe_op_in_unsafe_fn_lint)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unused import: `self::alloc::borrow::ToOwned`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/erased-serde-0.3.20/src/lib.rs:119:13
    |
119 |     pub use self::alloc::borrow::ToOwned;
    |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    |
    = note: `#[warn(unused_imports)]` on by default

warning: unused import: `vec`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/erased-serde-0.3.20/src/lib.rs:122:27
    |
122 |     pub use self::alloc::{vec, vec::Vec};
    |                           ^^^

warning: unexpected `cfg` condition name: `no_maybe_uninit`
 --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/erased-serde-0.3.20/src/any.rs:2:7
  |
2 | #[cfg(no_maybe_uninit)]
  |       ^^^^^^^^^^^^^^^
  |
  = 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_maybe_uninit)'] }
  = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_maybe_uninit)");` to the top of the `build.rs`
  = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `no_maybe_uninit`
 --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/erased-serde-0.3.20/src/any.rs:5:11
  |
5 | #[cfg(not(no_maybe_uninit))]
  |           ^^^^^^^^^^^^^^^
  |
  = 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_maybe_uninit)'] }
  = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_maybe_uninit)");` to the top of the `build.rs`
  = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `no_maybe_uninit`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/erased-serde-0.3.20/src/any.rs:142:7
    |
142 | #[cfg(no_maybe_uninit)]
    |       ^^^^^^^^^^^^^^^
    |
    = 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_maybe_uninit)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_maybe_uninit)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `no_maybe_uninit`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/erased-serde-0.3.20/src/any.rs:146:7
    |
146 | #[cfg(no_maybe_uninit)]
    |       ^^^^^^^^^^^^^^^
    |
    = 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_maybe_uninit)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_maybe_uninit)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `include_fnptr_in_fingerprint`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/erased-serde-0.3.20/src/any.rs:157:11
    |
157 |     #[cfg(include_fnptr_in_fingerprint)]
    |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    |
    = 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(include_fnptr_in_fingerprint)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(include_fnptr_in_fingerprint)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `no_maybe_uninit`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/erased-serde-0.3.20/src/any.rs:28:14
   |
28 |     cfg!(not(no_maybe_uninit))
   |              ^^^^^^^^^^^^^^^
   |
   = 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_maybe_uninit)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_maybe_uninit)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `include_fnptr_in_fingerprint`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/erased-serde-0.3.20/src/any.rs:170:19
    |
170 |             #[cfg(include_fnptr_in_fingerprint)]
    |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    |
    = 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(include_fnptr_in_fingerprint)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(include_fnptr_in_fingerprint)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

       Fresh futures v0.3.28
       Fresh system-interface v0.27.2
warning: unexpected `cfg` condition name: `unix_socket_peek`
 --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/system-interface-0.27.2/src/lib.rs:6:23
  |
6 | #![cfg_attr(all(unix, unix_socket_peek), feature(unix_socket_peek))]
  |                       ^^^^^^^^^^^^^^^^
  |
  = 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(unix_socket_peek)'] }
  = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(unix_socket_peek)");` 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: `io_lifetimes_use_std`
 --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/system-interface-0.27.2/src/lib.rs:7:13
  |
7 | #![cfg_attr(io_lifetimes_use_std, feature(io_safety))]
  |             ^^^^^^^^^^^^^^^^^^^^
  |
  = 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(io_lifetimes_use_std)'] }
  = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(io_lifetimes_use_std)");` to the top of the `build.rs`
  = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition value: `async_std`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/system-interface-0.27.2/src/io/is_read_write.rs:55:20
   |
55 | #[cfg(all(windows, feature = "async_std"))]
   |                    ^^^^^^^^^^^^^^^^^^^^^
   |
   = note: expected values for `feature` are: `cap-std`, `cap_std_impls`, `cap_std_impls_fs_utf8`, `char-device`, `default`, `os_pipe`, `socketpair`, `ssh2`, and `use_os_pipe`
   = help: consider adding `async_std` as a feature in `Cargo.toml`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition value: `async_std`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/system-interface-0.27.2/src/io/is_read_write.rs:64:20
   |
64 | #[cfg(all(windows, feature = "async_std"))]
   |                    ^^^^^^^^^^^^^^^^^^^^^
   |
   = note: expected values for `feature` are: `cap-std`, `cap_std_impls`, `cap_std_impls_fs_utf8`, `char-device`, `default`, `os_pipe`, `socketpair`, `ssh2`, and `use_os_pipe`
   = help: consider adding `async_std` as a feature in `Cargo.toml`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition value: `async_std`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/system-interface-0.27.2/src/io/is_read_write.rs:73:20
   |
73 | #[cfg(all(windows, feature = "async_std", feature = "fs_utf8"))]
   |                    ^^^^^^^^^^^^^^^^^^^^^
   |
   = note: expected values for `feature` are: `cap-std`, `cap_std_impls`, `cap_std_impls_fs_utf8`, `char-device`, `default`, `os_pipe`, `socketpair`, `ssh2`, and `use_os_pipe`
   = help: consider adding `async_std` as a feature in `Cargo.toml`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition value: `fs_utf8`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/system-interface-0.27.2/src/io/is_read_write.rs:73:43
   |
73 | #[cfg(all(windows, feature = "async_std", feature = "fs_utf8"))]
   |                                           ^^^^^^^^^^^^^^^^^^^
   |
   = note: expected values for `feature` are: `cap-std`, `cap_std_impls`, `cap_std_impls_fs_utf8`, `char-device`, `default`, `os_pipe`, `socketpair`, `ssh2`, and `use_os_pipe`
   = help: consider adding `fs_utf8` as a feature in `Cargo.toml`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition value: `cap_async_std_impls`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/system-interface-0.27.2/src/io/is_read_write.rs:98:20
   |
98 | #[cfg(all(windows, feature = "cap_async_std_impls"))]
   |                    ^^^^^^^^^^---------------------
   |                              |
   |                              help: there is a expected value with a similar name: `"cap_std_impls"`
   |
   = note: expected values for `feature` are: `cap-std`, `cap_std_impls`, `cap_std_impls_fs_utf8`, `char-device`, `default`, `os_pipe`, `socketpair`, `ssh2`, and `use_os_pipe`
   = help: consider adding `cap_async_std_impls` as a feature in `Cargo.toml`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition value: `cap_async_std_impls`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/system-interface-0.27.2/src/io/is_read_write.rs:106:20
    |
106 | #[cfg(all(windows, feature = "cap_async_std_impls"))]
    |                    ^^^^^^^^^^---------------------
    |                              |
    |                              help: there is a expected value with a similar name: `"cap_std_impls"`
    |
    = note: expected values for `feature` are: `cap-std`, `cap_std_impls`, `cap_std_impls_fs_utf8`, `char-device`, `default`, `os_pipe`, `socketpair`, `ssh2`, and `use_os_pipe`
    = help: consider adding `cap_async_std_impls` as a feature in `Cargo.toml`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition value: `socket2`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/system-interface-0.27.2/src/io/is_read_write.rs:153:20
    |
153 | #[cfg(all(windows, feature = "socket2"))]
    |                    ^^^^^^^^^^^^^^^^^^^
    |
    = note: expected values for `feature` are: `cap-std`, `cap_std_impls`, `cap_std_impls_fs_utf8`, `char-device`, `default`, `os_pipe`, `socketpair`, `ssh2`, and `use_os_pipe`
    = help: consider adding `socket2` as a feature in `Cargo.toml`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition value: `socket2`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/system-interface-0.27.2/src/io/peek.rs:169:7
    |
169 | #[cfg(feature = "socket2")]
    |       ^^^^^^^^^^^^^^^^^^^
    |
    = note: expected values for `feature` are: `cap-std`, `cap_std_impls`, `cap_std_impls_fs_utf8`, `char-device`, `default`, `os_pipe`, `socketpair`, `ssh2`, and `use_os_pipe`
    = help: consider adding `socket2` as a feature in `Cargo.toml`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `unix_socket_peek`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/system-interface-0.27.2/src/io/peek.rs:65:15
   |
65 |         #[cfg(unix_socket_peek)]
   |               ^^^^^^^^^^^^^^^^
   |
   = 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(unix_socket_peek)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(unix_socket_peek)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `unix_socket_peek`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/system-interface-0.27.2/src/io/peek.rs:70:19
   |
70 |         #[cfg(not(unix_socket_peek))]
   |                   ^^^^^^^^^^^^^^^^
   |
   = 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(unix_socket_peek)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(unix_socket_peek)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition value: `socket2`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/system-interface-0.27.2/src/io/read_ready.rs:261:7
    |
261 | #[cfg(feature = "socket2")]
    |       ^^^^^^^^^^^^^^^^^^^
    |
    = note: expected values for `feature` are: `cap-std`, `cap_std_impls`, `cap_std_impls_fs_utf8`, `char-device`, `default`, `os_pipe`, `socketpair`, `ssh2`, and `use_os_pipe`
    = help: consider adding `socket2` as a feature in `Cargo.toml`
    = note: see  for more information about checking conditional configuration

       Fresh wiggle v29.0.1
       Fresh cap-rand v3.4.2
       Fresh cap-net-ext v3.4.2
       Fresh cap-time-ext v3.4.2
       Fresh semver-parser v0.10.2
       Fresh typetag-impl v0.1.8
       Fresh vte v0.11.0
warning: `nix` (lib) generated 28 warnings
warning: `colorsys` (lib) generated 3 warnings
warning: `linked-hash-map` (lib) generated 2 warnings
warning: `erased-serde` (lib) generated 11 warnings
warning: `system-interface` (lib) generated 13 warnings
       Fresh notify-debouncer-full v0.1.0
       Dirty zellij-utils v0.42.2 (/magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/zellij-utils): the environment variable PREFIX changed
   Compiling zellij-utils v0.42.2 (/magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/zellij-utils)
       Fresh sixel-tokenizer v0.1.0
       Fresh yaml-rust v0.4.5
warning: unexpected `cfg` condition value: `cargo-clippy`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/yaml-rust-0.4.5/src/lib.rs:40:13
   |
40 | #![cfg_attr(feature = "cargo-clippy", allow(renamed_and_removed_lints))]
   |             ^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the condition
   |
   = note: no expected values for `feature`
   = 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/sysutils/zellij/work/zellij-0.42.2/cargo-crates/yaml-rust-0.4.5/src/lib.rs:41:13
   |
41 | #![cfg_attr(feature = "cargo-clippy", warn(cyclomatic_complexity))]
   |             ^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the condition
   |
   = note: no expected values for `feature`
   = help: consider adding `cargo-clippy` as a feature in `Cargo.toml`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition value: `cargo-clippy`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/yaml-rust-0.4.5/src/lib.rs:43:5
   |
43 |     feature = "cargo-clippy",
   |     ^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the condition
   |
   = note: no expected values for `feature`
   = help: consider adding `cargo-clippy` as a feature in `Cargo.toml`
   = note: see  for more information about checking conditional configuration

warning: elided lifetime has a name
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/yaml-rust-0.4.5/src/emitter.rs:107:51
    |
106 | impl<'a> YamlEmitter<'a> {
    |      -- lifetime `'a` declared here
107 |     pub fn new(writer: &'a mut dyn fmt::Write) -> YamlEmitter {
    |                                                   ^^^^^^^^^^^ this elided lifetime gets resolved as `'a`
    |
    = note: `#[warn(elided_named_lifetimes)]` on by default

warning: unexpected `cfg` condition value: `cargo-clippy`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/yaml-rust-0.4.5/src/yaml.rs:285:12
    |
285 | #[cfg_attr(feature = "cargo-clippy", allow(should_implement_trait))]
    |            ^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the condition
    |
    = note: no expected values for `feature`
    = help: consider adding `cargo-clippy` as a feature in `Cargo.toml`
    = note: see  for more information about checking conditional configuration

warning: field `marks` is never read
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/yaml-rust-0.4.5/src/parser.rs:70:5
   |
66 | pub struct Parser {
   |            ------ field in this struct
...
70 |     marks: Vec,
   |     ^^^^^
   |
   = note: `Parser` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
   = note: `#[warn(dead_code)]` on by default

       Fresh inventory v0.2.3
warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/inventory-0.2.3/src/lib.rs:251:5
    |
241 | const ITER: () = {
    | --------------
    | |     |
    | |     help: use a const-anon item to suppress this lint: `_`
    | move the `impl` block outside of this constant `ITER`
...
251 |     impl IntoIterator for iter {
    |     ^^^^^^^^^^^^^^^^^------------^^^^^----^^^
    |                      |                |
    |                      |                `iter` is not local
    |                      `IntoIterator` is not local
    |
    = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
    = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint
    = note: `#[warn(non_local_definitions)]` on by default

warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/inventory-0.2.3/src/lib.rs:261:5
    |
241 | const ITER: () = {
    | --------------
    | |     |
    | |     help: use a const-anon item to suppress this lint: `_`
    | move the `impl` block outside of this constant `ITER`
...
261 |     impl Deref for iter {
    |     ^^^^^^^^^^^^^^^^^-----^^^^^----^^^
    |                      |         |
    |                      |         `iter` is not local
    |                      `Deref` is not local
    |
    = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
    = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint

       Fresh tokio v1.37.0
warning: unexpected `cfg` condition name: `loom`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/lib.rs:20:13
   |
20 | #![cfg_attr(loom, allow(dead_code, unreachable_pub))]
   |             ^^^^
   |
   = 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(loom)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(loom)");` 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 value: `128`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/lib.rs:452:5
    |
452 |     target_pointer_width = "128"
    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    |
    = note: expected values for `target_pointer_width` are: `16`, `32`, and `64`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `tokio_unstable`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/lib.rs:459:9
    |
459 |     not(tokio_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(tokio_unstable)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `tokio_unstable`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/lib.rs:472:15
    |
472 | #[cfg(all(not(tokio_unstable), tokio_taskdump))]
    |               ^^^^^^^^^^^^^^
    |
    = 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(tokio_unstable)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `tokio_taskdump`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/lib.rs:472:32
    |
472 | #[cfg(all(not(tokio_unstable), tokio_taskdump))]
    |                                ^^^^^^^^^^^^^^
    |
    = 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(tokio_taskdump)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_taskdump)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `tokio_taskdump`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/lib.rs:476:5
    |
476 |     tokio_taskdump,
    |     ^^^^^^^^^^^^^^
    |
    = 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(tokio_taskdump)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_taskdump)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `loom`
 --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/net/mod.rs:1:12
  |
1 | #![cfg(not(loom))]
  |            ^^^^
  |
  = 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(loom)'] }
  = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(loom)");` to the top of the `build.rs`
  = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `fuzzing`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/lib.rs:694:7
    |
694 | #[cfg(fuzzing)]
    |       ^^^^^^^
    |
    = 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(fuzzing)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(fuzzing)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `loom`
 --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/sync/mod.rs:1:13
  |
1 | #![cfg_attr(loom, allow(dead_code, unreachable_pub, unused_imports))]
  |             ^^^^
  |
  = 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(loom)'] }
  = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(loom)");` to the top of the `build.rs`
  = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `tokio_unstable`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/macros/cfg.rs:473:23
    |
473 |               #[cfg(all(tokio_unstable, feature = "tracing"))]
    |                         ^^^^^^^^^^^^^^
    |
   ::: /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/macros/mod.rs:21:1
    |
21  | / cfg_trace! {
22  | |     #[macro_use]
23  | |     mod trace;
24  | | }
    | |_- 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(tokio_unstable)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `cfg_trace` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `loom`
 --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/macros/thread_local.rs:1:11
  |
1 | #[cfg(all(loom, test))]
  |           ^^^^
  |
  = 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(loom)'] }
  = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(loom)");` to the top of the `build.rs`
  = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `loom`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/macros/thread_local.rs:13:15
   |
13 | #[cfg(not(all(loom, test)))]
   |               ^^^^
   |
   = 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(loom)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(loom)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `tokio_unstable`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/macros/cfg.rs:473:23
    |
473 |               #[cfg(all(tokio_unstable, feature = "tracing"))]
    |                         ^^^^^^^^^^^^^^
    |
   ::: /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/future/mod.rs:22:1
    |
22  | / cfg_trace! {
23  | |     mod trace;
24  | |     #[allow(unused_imports)]
25  | |     pub(crate) use trace::InstrumentedFuture as Future;
26  | | }
    | |_- 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(tokio_unstable)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `cfg_trace` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `tokio_unstable`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/macros/cfg.rs:493:27
    |
493 |               #[cfg(any(not(tokio_unstable), not(feature = "tracing")))]
    |                             ^^^^^^^^^^^^^^
    |
   ::: /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/future/mod.rs:28:1
    |
28  | / cfg_not_trace! {
29  | |     cfg_rt! {
30  | |         pub(crate) use std::future::Future;
31  | |     }
32  | | }
    | |_- 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(tokio_unstable)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `cfg_not_trace` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `loom`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/io/mod.rs:229:15
    |
229 |     #[cfg(not(loom))]
    |               ^^^^
    |
    = 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(loom)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(loom)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `mio_unsupported_force_poll_poll`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/io/poll_evented.rs:190:62
    |
190 |                         if n > 0 && (!cfg!(windows) && !cfg!(mio_unsupported_force_poll_poll) && n < len) {
    |                                                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    |
    = 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(mio_unsupported_force_poll_poll)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(mio_unsupported_force_poll_poll)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `mio_unsupported_force_poll_poll`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/io/poll_evented.rs:223:62
    |
223 |                         if n > 0 && (!cfg!(windows) && !cfg!(mio_unsupported_force_poll_poll) && n < buf.len()) {
    |                                                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    |
    = 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(mio_unsupported_force_poll_poll)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(mio_unsupported_force_poll_poll)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `tokio_unstable`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/macros/cfg.rs:483:19
    |
483 |               #[cfg(tokio_unstable)]
    |                     ^^^^^^^^^^^^^^
    |
   ::: /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/net/tcp/listener.rs:417:1
    |
417 | / cfg_unstable! {
418 | |     #[cfg(target_os = "wasi")]
419 | |     mod sys {
420 | |         use super::TcpListener;
...   |
435 | | }
    | |_- 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(tokio_unstable)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `cfg_unstable` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `tokio_unstable`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/net/tcp/stream.rs:1408:11
     |
1408 | #[cfg(all(tokio_unstable, target_os = "wasi"))]
     |           ^^^^^^^^^^^^^^
     |
     = 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(tokio_unstable)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `loom`
 --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/loom/mod.rs:6:21
  |
6 | #[cfg(not(all(test, loom)))]
  |                     ^^^^
  |
  = 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(loom)'] }
  = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(loom)");` to the top of the `build.rs`
  = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `loom`
 --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/loom/std/mod.rs:1:40
  |
1 | #![cfg_attr(any(not(feature = "full"), loom), allow(unused_imports, dead_code))]
  |                                        ^^^^
  |
  = 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(loom)'] }
  = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(loom)");` to the top of the `build.rs`
  = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `loom`
 --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/loom/mod.rs:8:21
  |
8 | #[cfg(not(all(test, loom)))]
  |                     ^^^^
  |
  = 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(loom)'] }
  = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(loom)");` to the top of the `build.rs`
  = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `loom`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/loom/mod.rs:11:17
   |
11 | #[cfg(all(test, loom))]
   |                 ^^^^
   |
   = 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(loom)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(loom)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `loom`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/loom/mod.rs:13:17
   |
13 | #[cfg(all(test, loom))]
   |                 ^^^^
   |
   = 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(loom)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(loom)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `tokio_unstable`
 --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/runtime/driver.rs:6:17
  |
6 |     any(not(all(tokio_unstable, feature = "full")), target_family = "wasm"),
  |                 ^^^^^^^^^^^^^^
  |
  = 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(tokio_unstable)'] }
  = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
  = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `loom`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/macros/cfg.rs:300:19
    |
300 |           #[cfg(not(loom))]
    |                     ^^^^
    |
   ::: /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/runtime/mod.rs:336:1
    |
336 | / cfg_process_driver! {
337 | |     mod process;
338 | | }
    | |_- 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(loom)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(loom)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `cfg_process_driver` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `tokio_unstable`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/runtime/task/mod.rs:169:17
    |
169 | #![cfg_attr(not(tokio_unstable), allow(dead_code))]
    |                 ^^^^^^^^^^^^^^
    |
    = 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(tokio_unstable)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `tokio_unstable`
 --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/runtime/config.rs:2:17
  |
2 |     any(not(all(tokio_unstable, feature = "full")), target_family = "wasm"),
  |                 ^^^^^^^^^^^^^^
  |
  = 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(tokio_unstable)'] }
  = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
  = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `tokio_unstable`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/macros/cfg.rs:473:23
    |
473 |               #[cfg(all(tokio_unstable, feature = "tracing"))]
    |                         ^^^^^^^^^^^^^^
    |
   ::: /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/runtime/mod.rs:358:5
    |
358 | /     cfg_trace! {
359 | |         pub(crate) use blocking::Mandatory;
360 | |     }
    | |_____- 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(tokio_unstable)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `cfg_trace` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `tokio_unstable`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/macros/cfg.rs:483:19
    |
483 |               #[cfg(tokio_unstable)]
    |                     ^^^^^^^^^^^^^^
    |
   ::: /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/runtime/mod.rs:368:5
    |
368 | /     cfg_unstable! {
369 | |         mod id;
370 | |         #[cfg_attr(not(tokio_unstable), allow(unreachable_pub))]
371 | |         pub use id::Id;
...   |
374 | |         pub use crate::util::rand::RngSeed;
375 | |     }
    | |_____- 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(tokio_unstable)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `cfg_unstable` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `tokio_unstable`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/macros/cfg.rs:404:17
    |
404 |                   tokio_unstable,
    |                   ^^^^^^^^^^^^^^
    |
   ::: /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/runtime/mod.rs:377:5
    |
377 | /     cfg_taskdump! {
378 | |         pub mod dump;
379 | |         pub use dump::Dump;
380 | |     }
    | |_____- 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(tokio_unstable)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `cfg_taskdump` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `tokio_taskdump`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/macros/cfg.rs:405:17
    |
405 |                   tokio_taskdump,
    |                   ^^^^^^^^^^^^^^
    |
   ::: /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/runtime/mod.rs:377:5
    |
377 | /     cfg_taskdump! {
378 | |         pub mod dump;
379 | |         pub use dump::Dump;
380 | |     }
    | |_____- 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(tokio_taskdump)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_taskdump)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `cfg_taskdump` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `tokio_unstable`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/macros/cfg.rs:223:23
    |
223 |               #[cfg(all(tokio_unstable, not(loom)))]
    |                         ^^^^^^^^^^^^^^
    |
   ::: /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/runtime/mod.rs:391:5
    |
391 | /     cfg_metrics! {
392 | |         mod metrics;
393 | |         pub use metrics::{RuntimeMetrics, HistogramScale};
...   |
400 | |     }
    | |_____- 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(tokio_unstable)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `cfg_metrics` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `loom`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/macros/cfg.rs:223:43
    |
223 |               #[cfg(all(tokio_unstable, not(loom)))]
    |                                             ^^^^
    |
   ::: /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/runtime/mod.rs:391:5
    |
391 | /     cfg_metrics! {
392 | |         mod metrics;
393 | |         pub use metrics::{RuntimeMetrics, HistogramScale};
...   |
400 | |     }
    | |_____- 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(loom)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(loom)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `cfg_metrics` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `tokio_unstable`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/macros/cfg.rs:233:27
    |
233 |               #[cfg(not(all(tokio_unstable, not(loom))))]
    |                             ^^^^^^^^^^^^^^
    |
   ::: /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/runtime/mod.rs:402:5
    |
402 | /     cfg_not_metrics! {
403 | |         pub(crate) mod metrics;
404 | |         pub(crate) use metrics::{SchedulerMetrics, WorkerMetrics, MetricsBatch, HistogramBuilder};
405 | |     }
    | |_____- 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(tokio_unstable)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `cfg_not_metrics` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `loom`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/macros/cfg.rs:233:47
    |
233 |               #[cfg(not(all(tokio_unstable, not(loom))))]
    |                                                 ^^^^
    |
   ::: /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/runtime/mod.rs:402:5
    |
402 | /     cfg_not_metrics! {
403 | |         pub(crate) mod metrics;
404 | |         pub(crate) use metrics::{SchedulerMetrics, WorkerMetrics, MetricsBatch, HistogramBuilder};
405 | |     }
    | |_____- 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(loom)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(loom)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `cfg_not_metrics` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `tokio_unstable`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/macros/cfg.rs:404:17
    |
404 |                   tokio_unstable,
    |                   ^^^^^^^^^^^^^^
    |
   ::: /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/runtime/context.rs:26:5
    |
26  | /     cfg_taskdump! {
27  | |         use crate::runtime::task::trace;
28  | |     }
    | |_____- 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(tokio_unstable)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `cfg_taskdump` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `tokio_taskdump`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/macros/cfg.rs:405:17
    |
405 |                   tokio_taskdump,
    |                   ^^^^^^^^^^^^^^
    |
   ::: /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/runtime/context.rs:26:5
    |
26  | /     cfg_taskdump! {
27  | |         use crate::runtime::task::trace;
28  | |     }
    | |_____- 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(tokio_taskdump)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_taskdump)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `cfg_taskdump` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `tokio_unstable`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/macros/cfg.rs:404:17
    |
404 |                   tokio_unstable,
    |                   ^^^^^^^^^^^^^^
    |
   ::: /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/runtime/context.rs:186:5
    |
186 | /     cfg_taskdump! {
187 | |         /// SAFETY: Callers of this function must ensure that trace frames always
188 | |         /// form a valid linked list.
189 | |         pub(crate) unsafe fn with_trace(f: impl FnOnce(&trace::Context) -> R) -> Option {
...   |
192 | |     }
    | |_____- 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(tokio_unstable)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `cfg_taskdump` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `tokio_taskdump`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/macros/cfg.rs:405:17
    |
405 |                   tokio_taskdump,
    |                   ^^^^^^^^^^^^^^
    |
   ::: /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/runtime/context.rs:186:5
    |
186 | /     cfg_taskdump! {
187 | |         /// SAFETY: Callers of this function must ensure that trace frames always
188 | |         /// form a valid linked list.
189 | |         pub(crate) unsafe fn with_trace(f: impl FnOnce(&trace::Context) -> R) -> Option {
...   |
192 | |     }
    | |_____- 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(tokio_taskdump)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_taskdump)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `cfg_taskdump` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `tokio_unstable`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/runtime/context.rs:68:9
   |
68 |         tokio_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(tokio_unstable)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `tokio_taskdump`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/runtime/context.rs:69:9
   |
69 |         tokio_taskdump,
   |         ^^^^^^^^^^^^^^
   |
   = 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(tokio_taskdump)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_taskdump)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `tokio_unstable`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/runtime/context.rs:109:17
    |
109 |                 tokio_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(tokio_unstable)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `tokio_taskdump`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/runtime/context.rs:110:17
    |
110 |                 tokio_taskdump,
    |                 ^^^^^^^^^^^^^^
    |
    = 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(tokio_taskdump)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_taskdump)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `loom`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/runtime/coop.rs:245:21
    |
245 | #[cfg(all(test, not(loom)))]
    |                     ^^^^
    |
    = 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(loom)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(loom)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `tokio_unstable`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/macros/cfg.rs:223:23
    |
223 |               #[cfg(all(tokio_unstable, not(loom)))]
    |                         ^^^^^^^^^^^^^^
    |
   ::: /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/runtime/coop.rs:200:9
    |
200 | /         cfg_metrics! {
201 | |             #[inline(always)]
202 | |             fn inc_budget_forced_yield_count() {
203 | |                 let _ = context::with_current(|handle| {
...   |
207 | |         }
    | |_________- 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(tokio_unstable)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `cfg_metrics` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `loom`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/macros/cfg.rs:223:43
    |
223 |               #[cfg(all(tokio_unstable, not(loom)))]
    |                                             ^^^^
    |
   ::: /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/runtime/coop.rs:200:9
    |
200 | /         cfg_metrics! {
201 | |             #[inline(always)]
202 | |             fn inc_budget_forced_yield_count() {
203 | |                 let _ = context::with_current(|handle| {
...   |
207 | |         }
    | |_________- 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(loom)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(loom)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `cfg_metrics` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `tokio_unstable`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/macros/cfg.rs:233:27
    |
233 |               #[cfg(not(all(tokio_unstable, not(loom))))]
    |                             ^^^^^^^^^^^^^^
    |
   ::: /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/runtime/coop.rs:209:9
    |
209 | /         cfg_not_metrics! {
210 | |             #[inline(always)]
211 | |             fn inc_budget_forced_yield_count() {}
212 | |         }
    | |_________- 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(tokio_unstable)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `cfg_not_metrics` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `loom`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/macros/cfg.rs:233:47
    |
233 |               #[cfg(not(all(tokio_unstable, not(loom))))]
    |                                                 ^^^^
    |
   ::: /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/runtime/coop.rs:209:9
    |
209 | /         cfg_not_metrics! {
210 | |             #[inline(always)]
211 | |             fn inc_budget_forced_yield_count() {}
212 | |         }
    | |_________- 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(loom)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(loom)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `cfg_not_metrics` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `loom`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/runtime/park.rs:36:7
   |
36 | #[cfg(loom)]
   |       ^^^^
   |
   = 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(loom)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(loom)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `loom`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/runtime/park.rs:336:7
    |
336 | #[cfg(loom)]
    |       ^^^^
    |
    = 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(loom)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(loom)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `loom`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/runtime/park.rs:60:15
   |
60 |         #[cfg(loom)]
   |               ^^^^
   |
   = 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(loom)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(loom)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `loom`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/runtime/park.rs:66:15
   |
66 |         #[cfg(loom)]
   |               ^^^^
   |
   = 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(loom)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(loom)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `loom`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/runtime/driver.rs:26:31
   |
26 |     #[cfg_attr(any(not(unix), loom), allow(dead_code))]
   |                               ^^^^
   |
   = 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(loom)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(loom)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `loom`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/macros/cfg.rs:346:23
    |
346 |               #[cfg(any(loom, not(unix), not(any(feature = "signal", all(unix, feature = "process")))))]
    |                         ^^^^
    |
   ::: /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/runtime/driver.rs:255:1
    |
255 | / cfg_not_signal_internal! {
256 | |     pub(crate) type SignalHandle = ();
257 | |
258 | |     cfg_io_driver! {
...   |
265 | | }
    | |_- 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(loom)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(loom)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `cfg_not_signal_internal` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `loom`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/macros/cfg.rs:300:19
    |
300 |           #[cfg(not(loom))]
    |                     ^^^^
    |
   ::: /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/runtime/driver.rs:269:1
    |
269 | / cfg_process_driver! {
270 | |     type ProcessDriver = crate::runtime::process::Driver;
271 | |
272 | |     fn create_process_driver(signal_driver: SignalDriver) -> ProcessDriver {
...   |
275 | | }
    | |_- 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(loom)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(loom)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `cfg_process_driver` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `loom`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/macros/cfg.rs:308:37
    |
308 |               #[cfg(not(all(unix, not(loom), feature = "process")))]
    |                                       ^^^^
    |
   ::: /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/runtime/driver.rs:277:1
    |
277 | / cfg_not_process_driver! {
278 | |     cfg_io_driver! {
279 | |         type ProcessDriver = SignalDriver;
...   |
285 | | }
    | |_- 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(loom)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(loom)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `cfg_not_process_driver` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `loom`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/runtime/driver.rs:144:15
    |
144 |         #[cfg(loom)]
    |               ^^^^
    |
    = 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(loom)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(loom)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `tokio_unstable`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/macros/cfg.rs:483:19
    |
483 |               #[cfg(tokio_unstable)]
    |                     ^^^^^^^^^^^^^^
    |
   ::: /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/runtime/scheduler/mod.rs:22:5
    |
22  | /     cfg_unstable! {
23  | |         pub(crate) mod multi_thread_alt;
24  | |         pub(crate) use multi_thread_alt::MultiThread as MultiThreadAlt;
25  | |     }
    | |_____- 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(tokio_unstable)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `cfg_unstable` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `tokio_unstable`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/runtime/scheduler/mod.rs:38:15
   |
38 |     #[cfg(all(tokio_unstable, feature = "rt-multi-thread", not(target_os = "wasi")))]
   |               ^^^^^^^^^^^^^^
   |
   = 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(tokio_unstable)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `tokio_unstable`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/macros/cfg.rs:223:23
    |
223 |               #[cfg(all(tokio_unstable, not(loom)))]
    |                         ^^^^^^^^^^^^^^
    |
   ::: /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/runtime/scheduler/mod.rs:166:5
    |
166 | /     cfg_metrics! {
167 | |         use crate::runtime::{SchedulerMetrics, WorkerMetrics};
168 | |
169 | |         impl Handle {
...   |
212 | |     }
    | |_____- 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(tokio_unstable)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `cfg_metrics` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `loom`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/macros/cfg.rs:223:43
    |
223 |               #[cfg(all(tokio_unstable, not(loom)))]
    |                                             ^^^^
    |
   ::: /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/runtime/scheduler/mod.rs:166:5
    |
166 | /     cfg_metrics! {
167 | |         use crate::runtime::{SchedulerMetrics, WorkerMetrics};
168 | |
169 | |         impl Handle {
...   |
212 | |     }
    | |_____- 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(loom)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(loom)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `cfg_metrics` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `tokio_taskdump`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:328:7
    |
328 | #[cfg(tokio_taskdump)]
    |       ^^^^^^^^^^^^^^
    |
    = 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(tokio_taskdump)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_taskdump)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `tokio_unstable`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/macros/cfg.rs:223:23
    |
223 |               #[cfg(all(tokio_unstable, not(loom)))]
    |                         ^^^^^^^^^^^^^^
    |
   ::: /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:505:1
    |
505 | / cfg_metrics! {
506 | |     impl Handle {
507 | |         pub(crate) fn scheduler_metrics(&self) -> &SchedulerMetrics {
508 | |             &self.shared.scheduler_metrics
...   |
540 | | }
    | |_- 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(tokio_unstable)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `cfg_metrics` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `loom`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/macros/cfg.rs:223:43
    |
223 |               #[cfg(all(tokio_unstable, not(loom)))]
    |                                             ^^^^
    |
   ::: /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:505:1
    |
505 | / cfg_metrics! {
506 | |     impl Handle {
507 | |         pub(crate) fn scheduler_metrics(&self) -> &SchedulerMetrics {
508 | |             &self.shared.scheduler_metrics
...   |
540 | | }
    | |_- 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(loom)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(loom)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `cfg_metrics` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `tokio_unstable`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/macros/cfg.rs:483:19
    |
483 |               #[cfg(tokio_unstable)]
    |                     ^^^^^^^^^^^^^^
    |
   ::: /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:542:1
    |
542 | / cfg_unstable! {
543 | |     use std::num::NonZeroU64;
544 | |
545 | |     impl Handle {
...   |
550 | | }
    | |_- 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(tokio_unstable)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `cfg_unstable` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `tokio_unstable`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:440:9
    |
440 |         tokio_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(tokio_unstable)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `tokio_taskdump`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:441:9
    |
441 |         tokio_taskdump,
    |         ^^^^^^^^^^^^^^
    |
    = 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(tokio_taskdump)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_taskdump)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `tokio_unstable`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/macros/cfg.rs:483:19
    |
483 |               #[cfg(tokio_unstable)]
    |                     ^^^^^^^^^^^^^^
    |
   ::: /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:589:5
    |
589 | /     cfg_unstable! {
590 | |         fn unhandled_panic(&self) {
591 | |             use crate::runtime::UnhandledPanic;
...   |
619 | |     }
    | |_____- 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(tokio_unstable)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `cfg_unstable` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `tokio_taskdump`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/runtime/scheduler/defer.rs:38:11
   |
38 |     #[cfg(tokio_taskdump)]
   |           ^^^^^^^^^^^^^^
   |
   = 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(tokio_taskdump)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_taskdump)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `tokio_unstable`
 --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/runtime/scheduler/inject/synced.rs:2:17
  |
2 |     any(not(all(tokio_unstable, feature = "full")), target_family = "wasm"),
  |                 ^^^^^^^^^^^^^^
  |
  = 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(tokio_unstable)'] }
  = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
  = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `tokio_unstable`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/macros/cfg.rs:223:23
    |
223 |               #[cfg(all(tokio_unstable, not(loom)))]
    |                         ^^^^^^^^^^^^^^
    |
   ::: /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/runtime/scheduler/inject.rs:19:1
    |
19  | / cfg_metrics! {
20  | |     mod metrics;
21  | | }
    | |_- 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(tokio_unstable)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `cfg_metrics` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `loom`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/macros/cfg.rs:223:43
    |
223 |               #[cfg(all(tokio_unstable, not(loom)))]
    |                                             ^^^^
    |
   ::: /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/runtime/scheduler/inject.rs:19:1
    |
19  | / cfg_metrics! {
20  | |     mod metrics;
21  | | }
    | |_- 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(loom)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(loom)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `cfg_metrics` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `tokio_taskdump`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/runtime/scheduler/inject/shared.rs:42:9
   |
42 |         tokio_taskdump,
   |         ^^^^^^^^^^^^^^
   |
   = 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(tokio_taskdump)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_taskdump)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `tokio_taskdump`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/runtime/scheduler/inject.rs:41:11
   |
41 |     #[cfg(tokio_taskdump)]
   |           ^^^^^^^^^^^^^^
   |
   = 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(tokio_taskdump)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_taskdump)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `tokio_unstable`
 --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/runtime/scheduler/block_in_place.rs:8:11
  |
8 |     #[cfg(tokio_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(tokio_unstable)'] }
  = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
  = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `tokio_unstable`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/macros/cfg.rs:404:17
    |
404 |                   tokio_unstable,
    |                   ^^^^^^^^^^^^^^
    |
   ::: /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/runtime/scheduler/multi_thread/mod.rs:26:1
    |
26  | / cfg_taskdump! {
27  | |     mod trace;
28  | |     use trace::TraceStatus;
...   |
31  | | }
    | |_- 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(tokio_unstable)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `cfg_taskdump` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `tokio_taskdump`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/macros/cfg.rs:405:17
    |
405 |                   tokio_taskdump,
    |                   ^^^^^^^^^^^^^^
    |
   ::: /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/runtime/scheduler/multi_thread/mod.rs:26:1
    |
26  | / cfg_taskdump! {
27  | |     mod trace;
28  | |     use trace::TraceStatus;
...   |
31  | | }
    | |_- 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(tokio_taskdump)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_taskdump)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `cfg_taskdump` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `tokio_unstable`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/macros/cfg.rs:423:17
    |
423 |                   tokio_unstable,
    |                   ^^^^^^^^^^^^^^
    |
   ::: /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/runtime/scheduler/multi_thread/mod.rs:33:1
    |
33  | / cfg_not_taskdump! {
34  | |     mod trace_mock;
35  | |     use trace_mock::TraceStatus;
36  | | }
    | |_- 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(tokio_unstable)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `cfg_not_taskdump` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `tokio_taskdump`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/macros/cfg.rs:424:17
    |
424 |                   tokio_taskdump,
    |                   ^^^^^^^^^^^^^^
    |
   ::: /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/runtime/scheduler/multi_thread/mod.rs:33:1
    |
33  | / cfg_not_taskdump! {
34  | |     mod trace_mock;
35  | |     use trace_mock::TraceStatus;
36  | | }
    | |_- 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(tokio_taskdump)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_taskdump)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `cfg_not_taskdump` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `tokio_internal_mt_counters`
 --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/runtime/scheduler/multi_thread/counters.rs:1:7
  |
1 | #[cfg(tokio_internal_mt_counters)]
  |       ^^^^^^^^^^^^^^^^^^^^^^^^^^
  |
  = 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(tokio_internal_mt_counters)'] }
  = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_internal_mt_counters)");` to the top of the `build.rs`
  = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `tokio_internal_mt_counters`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/runtime/scheduler/multi_thread/counters.rs:50:11
   |
50 | #[cfg(not(tokio_internal_mt_counters))]
   |           ^^^^^^^^^^^^^^^^^^^^^^^^^^
   |
   = 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(tokio_internal_mt_counters)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_internal_mt_counters)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `tokio_unstable`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/macros/cfg.rs:223:23
    |
223 |               #[cfg(all(tokio_unstable, not(loom)))]
    |                         ^^^^^^^^^^^^^^
    |
   ::: /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/runtime/scheduler/multi_thread/handle.rs:12:1
    |
12  | / cfg_metrics! {
13  | |     mod metrics;
14  | | }
    | |_- 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(tokio_unstable)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `cfg_metrics` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `loom`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/macros/cfg.rs:223:43
    |
223 |               #[cfg(all(tokio_unstable, not(loom)))]
    |                                             ^^^^
    |
   ::: /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/runtime/scheduler/multi_thread/handle.rs:12:1
    |
12  | / cfg_metrics! {
13  | |     mod metrics;
14  | | }
    | |_- 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(loom)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(loom)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `cfg_metrics` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `tokio_unstable`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/macros/cfg.rs:404:17
    |
404 |                   tokio_unstable,
    |                   ^^^^^^^^^^^^^^
    |
   ::: /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/runtime/scheduler/multi_thread/handle.rs:16:1
    |
16  | / cfg_taskdump! {
17  | |     mod taskdump;
18  | | }
    | |_- 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(tokio_unstable)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `cfg_taskdump` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `tokio_taskdump`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/macros/cfg.rs:405:17
    |
405 |                   tokio_taskdump,
    |                   ^^^^^^^^^^^^^^
    |
   ::: /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/runtime/scheduler/multi_thread/handle.rs:16:1
    |
16  | / cfg_taskdump! {
17  | |     mod taskdump;
18  | | }
    | |_- 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(tokio_taskdump)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_taskdump)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `cfg_taskdump` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `tokio_unstable`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/macros/cfg.rs:483:19
    |
483 |               #[cfg(tokio_unstable)]
    |                     ^^^^^^^^^^^^^^
    |
   ::: /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/runtime/scheduler/multi_thread/handle.rs:62:1
    |
62  | / cfg_unstable! {
63  | |     use std::num::NonZeroU64;
64  | |
65  | |     impl Handle {
...   |
70  | | }
    | |_- 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(tokio_unstable)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `cfg_unstable` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `loom`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/runtime/scheduler/multi_thread/queue.rs:62:11
   |
62 | #[cfg(not(loom))]
   |           ^^^^
   |
   = 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(loom)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(loom)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `loom`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/runtime/scheduler/multi_thread/queue.rs:68:7
   |
68 | #[cfg(loom)]
   |       ^^^^
   |
   = 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(loom)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(loom)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `tokio_unstable`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/macros/cfg.rs:223:23
    |
223 |               #[cfg(all(tokio_unstable, not(loom)))]
    |                         ^^^^^^^^^^^^^^
    |
   ::: /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/runtime/scheduler/multi_thread/queue.rs:549:1
    |
549 | / cfg_metrics! {
550 | |     impl Steal {
551 | |         pub(crate) fn len(&self) -> usize {
552 | |             self.0.len() as _
...   |
555 | | }
    | |_- 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(tokio_unstable)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `cfg_metrics` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `loom`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/macros/cfg.rs:223:43
    |
223 |               #[cfg(all(tokio_unstable, not(loom)))]
    |                                             ^^^^
    |
   ::: /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/runtime/scheduler/multi_thread/queue.rs:549:1
    |
549 | / cfg_metrics! {
550 | |     impl Steal {
551 | |         pub(crate) fn len(&self) -> usize {
552 | |             self.0.len() as _
...   |
555 | | }
    | |_- 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(loom)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(loom)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `cfg_metrics` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `tokio_unstable`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/macros/cfg.rs:223:23
    |
223 |               #[cfg(all(tokio_unstable, not(loom)))]
    |                         ^^^^^^^^^^^^^^
    |
   ::: /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/runtime/scheduler/multi_thread/worker.rs:77:1
    |
77  | / cfg_metrics! {
78  | |     mod metrics;
79  | | }
    | |_- 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(tokio_unstable)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `cfg_metrics` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `loom`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/macros/cfg.rs:223:43
    |
223 |               #[cfg(all(tokio_unstable, not(loom)))]
    |                                             ^^^^
    |
   ::: /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/runtime/scheduler/multi_thread/worker.rs:77:1
    |
77  | / cfg_metrics! {
78  | |     mod metrics;
79  | | }
    | |_- 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(loom)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(loom)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `cfg_metrics` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `tokio_unstable`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/macros/cfg.rs:404:17
    |
404 |                   tokio_unstable,
    |                   ^^^^^^^^^^^^^^
    |
   ::: /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/runtime/scheduler/multi_thread/worker.rs:81:1
    |
81  | / cfg_taskdump! {
82  | |     mod taskdump;
83  | | }
    | |_- 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(tokio_unstable)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `cfg_taskdump` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `tokio_taskdump`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/macros/cfg.rs:405:17
    |
405 |                   tokio_taskdump,
    |                   ^^^^^^^^^^^^^^
    |
   ::: /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/runtime/scheduler/multi_thread/worker.rs:81:1
    |
81  | / cfg_taskdump! {
82  | |     mod taskdump;
83  | | }
    | |_- 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(tokio_taskdump)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_taskdump)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `cfg_taskdump` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `tokio_unstable`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/macros/cfg.rs:423:17
    |
423 |                   tokio_unstable,
    |                   ^^^^^^^^^^^^^^
    |
   ::: /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/runtime/scheduler/multi_thread/worker.rs:85:1
    |
85  | / cfg_not_taskdump! {
86  | |     mod taskdump_mock;
87  | | }
    | |_- 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(tokio_unstable)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `cfg_not_taskdump` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `tokio_taskdump`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/macros/cfg.rs:424:17
    |
424 |                   tokio_taskdump,
    |                   ^^^^^^^^^^^^^^
    |
   ::: /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/runtime/scheduler/multi_thread/worker.rs:85:1
    |
85  | / cfg_not_taskdump! {
86  | |     mod taskdump_mock;
87  | | }
    | |_- 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(tokio_taskdump)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_taskdump)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `cfg_not_taskdump` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `tokio_unstable`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/runtime/scheduler/mod.rs:55:15
   |
55 |     #[cfg(all(tokio_unstable, feature = "rt-multi-thread", not(target_os = "wasi")))]
   |               ^^^^^^^^^^^^^^
   |
   = 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(tokio_unstable)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `tokio_unstable`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/runtime/scheduler/mod.rs:69:23
   |
69 |             #[cfg(all(tokio_unstable, feature = "rt-multi-thread", not(target_os = "wasi")))]
   |                       ^^^^^^^^^^^^^^
   |
   = 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(tokio_unstable)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `tokio_unstable`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/macros/cfg.rs:483:19
    |
483 |               #[cfg(tokio_unstable)]
    |                     ^^^^^^^^^^^^^^
    |
   ::: /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/runtime/scheduler/mod.rs:155:13
    |
155 | /             cfg_unstable! {
156 | |                 pub(crate) fn expect_multi_thread_alt(&self) -> &Arc {
157 | |                     match self {
158 | |                         Handle::MultiThreadAlt(handle) => handle,
...   |
162 | |             }
    | |_____________- 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(tokio_unstable)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `cfg_unstable` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `tokio_unstable`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/runtime/scheduler/mod.rs:95:27
    |
95  |                 #[cfg(all(tokio_unstable, feature = "rt-multi-thread", not(target_os = "wasi")))]
    |                           ^^^^^^^^^^^^^^
...
111 |             match_flavor!(self, Handle(h) => &h.blocking_spawner)
    |             ----------------------------------------------------- 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(tokio_unstable)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `match_flavor` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `tokio_unstable`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/runtime/scheduler/mod.rs:125:27
    |
125 |                 #[cfg(all(tokio_unstable, feature = "rt-multi-thread", not(target_os = "wasi")))]
    |                           ^^^^^^^^^^^^^^
    |
    = 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(tokio_unstable)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `tokio_unstable`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/runtime/scheduler/mod.rs:137:27
    |
137 |                 #[cfg(all(tokio_unstable, feature = "rt-multi-thread", not(target_os = "wasi")))]
    |                           ^^^^^^^^^^^^^^
    |
    = 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(tokio_unstable)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `tokio_unstable`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/runtime/scheduler/mod.rs:95:27
    |
95  |                 #[cfg(all(tokio_unstable, feature = "rt-multi-thread", not(target_os = "wasi")))]
    |                           ^^^^^^^^^^^^^^
...
143 |             match_flavor!(self, Handle(h) => &h.seed_generator)
    |             --------------------------------------------------- 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(tokio_unstable)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `match_flavor` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `tokio_unstable`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/macros/cfg.rs:483:19
    |
483 |               #[cfg(tokio_unstable)]
    |                     ^^^^^^^^^^^^^^
    |
   ::: /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/runtime/scheduler/mod.rs:237:13
    |
237 | /             cfg_unstable! {
238 | |                 #[track_caller]
239 | |                 pub(crate) fn expect_multi_thread_alt(&self) -> &multi_thread_alt::Context {
240 | |                     match self {
...   |
245 | |             }
    | |_____________- 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(tokio_unstable)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `cfg_unstable` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `tokio_unstable`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/runtime/scheduler/mod.rs:95:27
    |
95  |                 #[cfg(all(tokio_unstable, feature = "rt-multi-thread", not(target_os = "wasi")))]
    |                           ^^^^^^^^^^^^^^
...
225 |             match_flavor!(self, Context(context) => context.defer(waker));
    |             ------------------------------------------------------------- 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(tokio_unstable)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `match_flavor` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `tokio_unstable`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/macros/cfg.rs:241:63
    |
241 |           $( #[cfg(not(all(feature = "net", feature = "rt", all(tokio_unstable, not(loom)))))]$item )*
    |                                                                 ^^^^^^^^^^^^^^
    |
   ::: /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/runtime/io/metrics.rs:7:1
    |
7   | / cfg_not_rt_and_metrics_and_net! {
8   | |     #[derive(Default)]
9   | |     pub(crate) struct IoDriverMetrics {}
...   |
16  | | }
    | |_- 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(tokio_unstable)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `cfg_not_rt_and_metrics_and_net` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `loom`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/macros/cfg.rs:241:83
    |
241 |           $( #[cfg(not(all(feature = "net", feature = "rt", all(tokio_unstable, not(loom)))))]$item )*
    |                                                                                     ^^^^
    |
   ::: /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/runtime/io/metrics.rs:7:1
    |
7   | / cfg_not_rt_and_metrics_and_net! {
8   | |     #[derive(Default)]
9   | |     pub(crate) struct IoDriverMetrics {}
...   |
16  | | }
    | |_- 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(loom)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(loom)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `cfg_not_rt_and_metrics_and_net` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `tokio_unstable`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/macros/cfg.rs:223:23
    |
223 |               #[cfg(all(tokio_unstable, not(loom)))]
    |                         ^^^^^^^^^^^^^^
    |
   ::: /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/runtime/io/metrics.rs:20:9
    |
20  | /         cfg_metrics! {
21  | |             pub(crate) use crate::runtime::IoDriverMetrics;
22  | |         }
    | |_________- 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(tokio_unstable)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `cfg_metrics` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `loom`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/macros/cfg.rs:223:43
    |
223 |               #[cfg(all(tokio_unstable, not(loom)))]
    |                                             ^^^^
    |
   ::: /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/runtime/io/metrics.rs:20:9
    |
20  | /         cfg_metrics! {
21  | |             pub(crate) use crate::runtime::IoDriverMetrics;
22  | |         }
    | |_________- 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(loom)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(loom)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `cfg_metrics` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `tokio_unstable`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/runtime/time/entry.rs:576:15
    |
576 |     #[cfg(all(tokio_unstable, feature = "tracing"))]
    |               ^^^^^^^^^^^^^^
    |
    = 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(tokio_unstable)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `loom`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/runtime/time/wheel/mod.rs:298:21
    |
298 | #[cfg(all(test, not(loom)))]
    |                     ^^^^
    |
    = 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(loom)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(loom)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `loom`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/runtime/time/wheel/level.rs:257:21
    |
257 | #[cfg(all(test, not(loom)))]
    |                     ^^^^
    |
    = 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(loom)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(loom)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `tokio_unstable`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/runtime/task/mod.rs:182:16
    |
182 | #[cfg_attr(not(tokio_unstable), allow(unreachable_pub, unused_imports))]
    |                ^^^^^^^^^^^^^^
    |
    = 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(tokio_unstable)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `tokio_unstable`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/macros/cfg.rs:404:17
    |
404 |                   tokio_unstable,
    |                   ^^^^^^^^^^^^^^
    |
   ::: /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/runtime/task/mod.rs:205:1
    |
205 | / cfg_taskdump! {
206 | |     pub(crate) mod trace;
207 | | }
    | |_- 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(tokio_unstable)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `cfg_taskdump` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `tokio_taskdump`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/macros/cfg.rs:405:17
    |
405 |                   tokio_taskdump,
    |                   ^^^^^^^^^^^^^^
    |
   ::: /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/runtime/task/mod.rs:205:1
    |
205 | / cfg_taskdump! {
206 | |     pub(crate) mod trace;
207 | | }
    | |_- 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(tokio_taskdump)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_taskdump)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `cfg_taskdump` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `loom`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/runtime/task/core.rs:489:11
    |
489 | #[cfg(not(loom))]
    |           ^^^^
    |
    = 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(loom)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(loom)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `tokio_unstable`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/runtime/task/core.rs:174:15
    |
174 |     #[cfg(all(tokio_unstable, feature = "tracing"))]
    |               ^^^^^^^^^^^^^^
    |
    = 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(tokio_unstable)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `tokio_unstable`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/runtime/task/core.rs:225:19
    |
225 |         #[cfg(all(tokio_unstable, feature = "tracing"))]
    |                   ^^^^^^^^^^^^^^
    |
    = 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(tokio_unstable)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `tokio_unstable`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/runtime/task/core.rs:213:23
    |
213 |             #[cfg(all(tokio_unstable, feature = "tracing"))] tracing_id: Option,
    |                       ^^^^^^^^^^^^^^
    |
    = 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(tokio_unstable)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `tokio_unstable`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/runtime/task/core.rs:220:27
    |
220 |                 #[cfg(all(tokio_unstable, feature = "tracing"))]
    |                           ^^^^^^^^^^^^^^
    |
    = 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(tokio_unstable)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `tokio_unstable`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/runtime/task/core.rs:232:27
    |
232 |                 #[cfg(all(tokio_unstable, feature = "tracing"))]
    |                           ^^^^^^^^^^^^^^
    |
    = 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(tokio_unstable)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `tokio_unstable`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/runtime/task/core.rs:455:15
    |
455 |     #[cfg(all(tokio_unstable, feature = "tracing"))]
    |               ^^^^^^^^^^^^^^
    |
    = 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(tokio_unstable)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `tokio_unstable`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/runtime/task/error.rs:132:11
    |
132 |     #[cfg(tokio_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(tokio_unstable)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `tokio_unstable`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/runtime/task/id.rs:25:16
   |
25 | #[cfg_attr(not(tokio_unstable), allow(unreachable_pub))]
   |                ^^^^^^^^^^^^^^
   |
   = 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(tokio_unstable)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `tokio_unstable`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/runtime/task/id.rs:44:16
   |
44 | #[cfg_attr(not(tokio_unstable), allow(unreachable_pub))]
   |                ^^^^^^^^^^^^^^
   |
   = 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(tokio_unstable)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `tokio_unstable`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/runtime/task/id.rs:63:16
   |
63 | #[cfg_attr(not(tokio_unstable), allow(unreachable_pub))]
   |                ^^^^^^^^^^^^^^
   |
   = 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(tokio_unstable)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `loom`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/runtime/task/id.rs:80:25
   |
80 |         #[cfg(all(test, loom))]
   |                         ^^^^
   |
   = 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(loom)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(loom)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `loom`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/runtime/task/id.rs:88:29
   |
88 |         #[cfg(not(all(test, loom)))]
   |                             ^^^^
   |
   = 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(loom)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(loom)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `tokio_unstable`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/runtime/task/abort.rs:63:11
   |
63 |     #[cfg(tokio_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(tokio_unstable)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `tokio_unstable`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/runtime/task/join.rs:306:11
    |
306 |     #[cfg(tokio_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(tokio_unstable)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `tokio_unstable`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/macros/cfg.rs:404:17
    |
404 |                   tokio_unstable,
    |                   ^^^^^^^^^^^^^^
    |
   ::: /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/runtime/task/list.rs:206:1
    |
206 | / cfg_taskdump! {
207 | |     impl OwnedTasks {
208 | |         /// Locks the tasks, and calls `f` on an iterator over them.
209 | |         pub(crate) fn for_each(&self, f: F)
...   |
216 | | }
    | |_- 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(tokio_unstable)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `cfg_taskdump` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `tokio_taskdump`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/macros/cfg.rs:405:17
    |
405 |                   tokio_taskdump,
    |                   ^^^^^^^^^^^^^^
    |
   ::: /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/runtime/task/list.rs:206:1
    |
206 | / cfg_taskdump! {
207 | |     impl OwnedTasks {
208 | |         /// Locks the tasks, and calls `f` on an iterator over them.
209 | |         pub(crate) fn for_each(&self, f: F)
...   |
216 | | }
    | |_- 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(tokio_taskdump)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_taskdump)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `cfg_taskdump` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `tokio_unstable`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/runtime/task/state.rs:275:9
    |
275 |         tokio_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(tokio_unstable)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `tokio_taskdump`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/runtime/task/state.rs:276:9
    |
276 |         tokio_taskdump,
    |         ^^^^^^^^^^^^^^
    |
    = 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(tokio_taskdump)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_taskdump)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `tokio_unstable`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/macros/cfg.rs:473:23
    |
473 |               #[cfg(all(tokio_unstable, feature = "tracing"))]
    |                         ^^^^^^^^^^^^^^
    |
   ::: /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/runtime/task/waker.rs:44:1
    |
44  | / cfg_trace! {
45  | |     macro_rules! trace {
46  | |         ($header:expr, $op:expr) => {
47  | |             if let Some(id) = Header::get_tracing_id(&$header) {
...   |
56  | | }
    | |_- 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(tokio_unstable)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `cfg_trace` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `tokio_unstable`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/macros/cfg.rs:493:27
    |
493 |               #[cfg(any(not(tokio_unstable), not(feature = "tracing")))]
    |                             ^^^^^^^^^^^^^^
    |
   ::: /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/runtime/task/waker.rs:58:1
    |
58  | / cfg_not_trace! {
59  | |     macro_rules! trace {
60  | |         ($header:expr, $op:expr) => {
...   |
65  | | }
    | |_- 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(tokio_unstable)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `cfg_not_trace` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `tokio_unstable`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/runtime/task/mod.rs:348:9
    |
348 |         tokio_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(tokio_unstable)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `tokio_taskdump`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/runtime/task/mod.rs:349:9
    |
349 |         tokio_taskdump,
    |         ^^^^^^^^^^^^^^
    |
    = 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(tokio_taskdump)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_taskdump)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `tokio_unstable`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/macros/cfg.rs:404:17
    |
404 |                   tokio_unstable,
    |                   ^^^^^^^^^^^^^^
    |
   ::: /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/runtime/task/mod.rs:366:5
    |
366 | /     cfg_taskdump! {
367 | |         /// Notify the task for task dumping.
368 | |         ///
369 | |         /// Returns `None` if the task has already been notified.
...   |
390 | |     }
    | |_____- 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(tokio_unstable)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `cfg_taskdump` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `tokio_taskdump`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/macros/cfg.rs:405:17
    |
405 |                   tokio_taskdump,
    |                   ^^^^^^^^^^^^^^
    |
   ::: /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/runtime/task/mod.rs:366:5
    |
366 | /     cfg_taskdump! {
367 | |         /// Notify the task for task dumping.
368 | |         ///
369 | |         /// Returns `None` if the task has already been notified.
...   |
390 | |     }
    | |_____- 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(tokio_taskdump)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_taskdump)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `cfg_taskdump` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `tokio_unstable`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/runtime/config.rs:40:11
   |
40 |     #[cfg(tokio_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(tokio_unstable)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `tokio_unstable`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/macros/cfg.rs:473:23
    |
473 |               #[cfg(all(tokio_unstable, feature = "tracing"))]
    |                         ^^^^^^^^^^^^^^
    |
   ::: /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/runtime/blocking/mod.rs:13:1
    |
13  | / cfg_trace! {
14  | |     pub(crate) use pool::Mandatory;
15  | | }
    | |_- 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(tokio_unstable)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `cfg_trace` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `fs`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/runtime/blocking/pool.rs:129:20
    |
129 |     #[cfg_attr(not(fs), allow(dead_code))]
    |                    ^^ help: found config with similar value: `feature = "fs"`
    |
    = 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(fs)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(fs)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `tokio_unstable`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/macros/cfg.rs:223:23
    |
223 |               #[cfg(all(tokio_unstable, not(loom)))]
    |                         ^^^^^^^^^^^^^^
    |
   ::: /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/runtime/blocking/pool.rs:477:1
    |
477 | / cfg_metrics! {
478 | |     impl Spawner {
479 | |         pub(crate) fn num_threads(&self) -> usize {
480 | |             self.inner.metrics.num_threads()
...   |
491 | | }
    | |_- 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(tokio_unstable)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `cfg_metrics` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `loom`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/macros/cfg.rs:223:43
    |
223 |               #[cfg(all(tokio_unstable, not(loom)))]
    |                                             ^^^^
    |
   ::: /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/runtime/blocking/pool.rs:477:1
    |
477 | / cfg_metrics! {
478 | |     impl Spawner {
479 | |         pub(crate) fn num_threads(&self) -> usize {
480 | |             self.inner.metrics.num_threads()
...   |
491 | | }
    | |_- 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(loom)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(loom)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `cfg_metrics` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `tokio_unstable`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/macros/cfg.rs:223:23
    |
223 |               #[cfg(all(tokio_unstable, not(loom)))]
    |                         ^^^^^^^^^^^^^^
    |
   ::: /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/runtime/blocking/pool.rs:43:5
    |
43  | /     cfg_metrics! {
44  | |         fn queue_depth(&self) -> usize {
45  | |             self.queue_depth.load(Ordering::Relaxed)
46  | |         }
47  | |     }
    | |_____- 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(tokio_unstable)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `cfg_metrics` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `loom`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/macros/cfg.rs:223:43
    |
223 |               #[cfg(all(tokio_unstable, not(loom)))]
    |                                             ^^^^
    |
   ::: /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/runtime/blocking/pool.rs:43:5
    |
43  | /     cfg_metrics! {
44  | |         fn queue_depth(&self) -> usize {
45  | |             self.queue_depth.load(Ordering::Relaxed)
46  | |         }
47  | |     }
    | |_____- 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(loom)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(loom)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `cfg_metrics` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `tokio_unstable`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/runtime/blocking/pool.rs:363:19
    |
363 |         #[cfg(all(tokio_unstable, feature = "tracing"))]
    |                   ^^^^^^^^^^^^^^
    |
    = 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(tokio_unstable)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `tokio_unstable`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/runtime/blocking/pool.rs:381:23
    |
381 |         #[cfg(not(all(tokio_unstable, feature = "tracing")))]
    |                       ^^^^^^^^^^^^^^
    |
    = 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(tokio_unstable)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `tokio_unstable`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/macros/cfg.rs:483:19
    |
483 |               #[cfg(tokio_unstable)]
    |                     ^^^^^^^^^^^^^^
    |
   ::: /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/runtime/builder.rs:116:1
    |
116 | / cfg_unstable! {
117 | |     /// How the runtime should respond to unhandled panics.
118 | |     ///
119 | |     /// Instances of `UnhandledPanic` are passed to `Builder::unhandled_panic`
...   |
195 | | }
    | |_- 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(tokio_unstable)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `cfg_unstable` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `tokio_unstable`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/runtime/builder.rs:204:15
    |
204 |     #[cfg(all(tokio_unstable, feature = "rt-multi-thread", not(target_os = "wasi")))]
    |               ^^^^^^^^^^^^^^
    |
    = 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(tokio_unstable)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `tokio_unstable`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/runtime/builder.rs:112:11
    |
112 |     #[cfg(tokio_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(tokio_unstable)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `loom`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/runtime/builder.rs:535:15
    |
535 |     #[cfg(not(loom))]
    |               ^^^^
    |
    = 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(loom)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(loom)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `loom`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/runtime/builder.rs:560:15
    |
560 |     #[cfg(not(loom))]
    |               ^^^^
    |
    = 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(loom)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(loom)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `loom`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/runtime/builder.rs:638:15
    |
638 |     #[cfg(not(loom))]
    |               ^^^^
    |
    = 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(loom)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(loom)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `loom`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/runtime/builder.rs:673:15
    |
673 |     #[cfg(not(loom))]
    |               ^^^^
    |
    = 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(loom)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(loom)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `tokio_unstable`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/macros/cfg.rs:483:19
    |
483 |               #[cfg(tokio_unstable)]
    |                     ^^^^^^^^^^^^^^
    |
   ::: /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/runtime/builder.rs:238:9
    |
238 | /         cfg_unstable! {
239 | |             /// Returns a new builder with the alternate multi thread scheduler
240 | |             /// selected.
241 | |             ///
...   |
256 | |         }
    | |_________- 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(tokio_unstable)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `cfg_unstable` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `tokio_unstable`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/macros/cfg.rs:483:19
    |
483 |               #[cfg(tokio_unstable)]
    |                     ^^^^^^^^^^^^^^
    |
   ::: /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/runtime/builder.rs:808:5
    |
808 | /     cfg_unstable! {
809 | |         /// Configure how the runtime responds to an unhandled panic on a
810 | |         /// spawned task.
811 | |         ///
...   |
949 | |     }
    | |_____- 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(tokio_unstable)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `cfg_unstable` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `tokio_unstable`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/macros/cfg.rs:223:23
     |
223  |               #[cfg(all(tokio_unstable, not(loom)))]
     |                         ^^^^^^^^^^^^^^
     |
    ::: /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/runtime/builder.rs:951:5
     |
951  | /     cfg_metrics! {
952  | |         /// Enables tracking the distribution of task poll times.
953  | |         ///
954  | |         /// Task poll times are not instrumented by default as doing so requires
...    |
1076 | |     }
     | |_____- 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(tokio_unstable)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration
     = note: this warning originates in the macro `cfg_metrics` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `loom`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/macros/cfg.rs:223:43
     |
223  |               #[cfg(all(tokio_unstable, not(loom)))]
     |                                             ^^^^
     |
    ::: /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/runtime/builder.rs:951:5
     |
951  | /     cfg_metrics! {
952  | |         /// Enables tracking the distribution of task poll times.
953  | |         ///
954  | |         /// Task poll times are not instrumented by default as doing so requires
...    |
1076 | |     }
     | |_____- 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(loom)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(loom)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration
     = note: this warning originates in the macro `cfg_metrics` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `loom`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/macros/cfg.rs:198:18
     |
198  |           $( #[cfg(loom)] $item )*
     |                    ^^^^
     |
    ::: /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/runtime/builder.rs:1078:5
     |
1078 | /     cfg_loom! {
1079 | |         pub(crate) fn local_queue_capacity(&mut self, value: usize) -> &mut Self {
1080 | |             assert!(value.is_power_of_two());
1081 | |             self.local_queue_capacity = value;
...    |
1084 | |     }
     | |_____- 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(loom)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(loom)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration
     = note: this warning originates in the macro `cfg_loom` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `loom`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/runtime/builder.rs:218:15
    |
218 |         #[cfg(loom)]
    |               ^^^^
    |
    = 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(loom)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(loom)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `loom`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/runtime/builder.rs:221:19
    |
221 |         #[cfg(not(loom))]
    |                   ^^^^
    |
    = 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(loom)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(loom)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `loom`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/runtime/builder.rs:302:23
    |
302 |             #[cfg(not(loom))]
    |                       ^^^^
    |
    = 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(loom)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(loom)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `loom`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/runtime/builder.rs:305:19
    |
305 |             #[cfg(loom)]
    |                   ^^^^
    |
    = 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(loom)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(loom)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `tokio_unstable`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/runtime/builder.rs:310:19
    |
310 |             #[cfg(tokio_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(tokio_unstable)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `tokio_unstable`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/runtime/builder.rs:702:23
    |
702 |             #[cfg(all(tokio_unstable, feature = "rt-multi-thread", not(target_os = "wasi")))]
    |                       ^^^^^^^^^^^^^^
    |
    = 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(tokio_unstable)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `tokio_unstable`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/runtime/builder.rs:713:27
    |
713 |                 #[cfg(all(tokio_unstable, feature = "rt-multi-thread", not(target_os = "wasi")))]
    |                           ^^^^^^^^^^^^^^
    |
    = 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(tokio_unstable)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `tokio_unstable`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/runtime/builder.rs:1115:23
     |
1115 |                 #[cfg(tokio_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(tokio_unstable)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `tokio_unstable`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/macros/cfg.rs:483:19
     |
483  |               #[cfg(tokio_unstable)]
     |                     ^^^^^^^^^^^^^^
     |
    ::: /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/runtime/builder.rs:1283:9
     |
1283 | /         cfg_unstable! {
1284 | |             fn build_alt_threaded_runtime(&mut self) -> io::Result {
1285 | |                 use crate::loom::sys::num_cpus;
1286 | |                 use crate::runtime::{Config, runtime::Scheduler};
...    |
1323 | |         }
     | |_________- 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(tokio_unstable)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration
     = note: this warning originates in the macro `cfg_unstable` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `tokio_unstable`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/runtime/builder.rs:1266:27
     |
1266 |                     #[cfg(tokio_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(tokio_unstable)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `tokio_unstable`
 --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/runtime/handle.rs:1:7
  |
1 | #[cfg(tokio_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(tokio_unstable)'] }
  = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
  = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `tokio_unstable`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/macros/cfg.rs:223:23
    |
223 |               #[cfg(all(tokio_unstable, not(loom)))]
    |                         ^^^^^^^^^^^^^^
    |
   ::: /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/runtime/handle.rs:398:1
    |
398 | / cfg_metrics! {
399 | |     use crate::runtime::RuntimeMetrics;
400 | |
401 | |     impl Handle {
...   |
408 | | }
    | |_- 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(tokio_unstable)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `cfg_metrics` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `loom`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/macros/cfg.rs:223:43
    |
223 |               #[cfg(all(tokio_unstable, not(loom)))]
    |                                             ^^^^
    |
   ::: /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/runtime/handle.rs:398:1
    |
398 | / cfg_metrics! {
399 | |     use crate::runtime::RuntimeMetrics;
400 | |
401 | |     impl Handle {
...   |
408 | | }
    | |_- 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(loom)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(loom)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `cfg_metrics` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `tokio_unstable`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/macros/cfg.rs:404:17
    |
404 |                   tokio_unstable,
    |                   ^^^^^^^^^^^^^^
    |
   ::: /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/runtime/handle.rs:410:1
    |
410 | / cfg_taskdump! {
411 | |     impl Handle {
412 | |         /// Captures a snapshot of the runtime's state.
413 | |         ///
...   |
573 | | }
    | |_- 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(tokio_unstable)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `cfg_taskdump` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `tokio_taskdump`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/macros/cfg.rs:405:17
    |
405 |                   tokio_taskdump,
    |                   ^^^^^^^^^^^^^^
    |
   ::: /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/runtime/handle.rs:410:1
    |
410 | / cfg_taskdump! {
411 | |     impl Handle {
412 | |         /// Captures a snapshot of the runtime's state.
413 | |         ///
...   |
573 | | }
    | |_- 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(tokio_taskdump)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_taskdump)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `cfg_taskdump` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `tokio_unstable`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/macros/cfg.rs:483:19
    |
483 |               #[cfg(tokio_unstable)]
    |                     ^^^^^^^^^^^^^^
    |
   ::: /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/runtime/handle.rs:365:5
    |
365 | /     cfg_unstable! {
366 | |         /// Returns the [`Id`] of the current `Runtime`.
367 | |         ///
368 | |         /// # Examples
...   |
395 | |     }
    | |_____- 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(tokio_unstable)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `cfg_unstable` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `tokio_unstable`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/runtime/handle.rs:295:13
    |
295 |             tokio_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(tokio_unstable)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `tokio_taskdump`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/runtime/handle.rs:296:13
    |
296 |             tokio_taskdump,
    |             ^^^^^^^^^^^^^^
    |
    = 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(tokio_taskdump)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_taskdump)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `tokio_unstable`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/runtime/handle.rs:303:19
    |
303 |         #[cfg(all(tokio_unstable, feature = "tracing"))]
    |                   ^^^^^^^^^^^^^^
    |
    = 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(tokio_unstable)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `tokio_unstable`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/runtime/handle.rs:322:13
    |
322 |             tokio_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(tokio_unstable)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `tokio_taskdump`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/runtime/handle.rs:323:13
    |
323 |             tokio_taskdump,
    |             ^^^^^^^^^^^^^^
    |
    = 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(tokio_taskdump)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_taskdump)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `tokio_unstable`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/runtime/handle.rs:329:19
    |
329 |         #[cfg(all(tokio_unstable, feature = "tracing"))]
    |                   ^^^^^^^^^^^^^^
    |
    = 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(tokio_unstable)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `tokio_unstable`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/runtime/handle.rs:360:23
    |
360 |             #[cfg(all(tokio_unstable, feature = "rt-multi-thread", not(target_os = "wasi")))]
    |                       ^^^^^^^^^^^^^^
    |
    = 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(tokio_unstable)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `tokio_unstable`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/macros/cfg.rs:483:19
    |
483 |               #[cfg(tokio_unstable)]
    |                     ^^^^^^^^^^^^^^
    |
   ::: /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/runtime/runtime.rs:13:5
    |
13  | /     cfg_unstable! {
14  | |         use crate::runtime::scheduler::MultiThreadAlt;
15  | |     }
    | |_____- 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(tokio_unstable)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `cfg_unstable` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `tokio_unstable`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/runtime/runtime.rs:118:11
    |
118 |     #[cfg(tokio_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(tokio_unstable)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `tokio_unstable`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/runtime/runtime.rs:133:15
    |
133 |     #[cfg(all(tokio_unstable, feature = "rt-multi-thread", not(target_os = "wasi")))]
    |               ^^^^^^^^^^^^^^
    |
    = 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(tokio_unstable)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `tokio_unstable`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/macros/cfg.rs:223:23
    |
223 |               #[cfg(all(tokio_unstable, not(loom)))]
    |                         ^^^^^^^^^^^^^^
    |
   ::: /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/runtime/runtime.rs:492:1
    |
492 | / cfg_metrics! {
493 | |     impl Runtime {
494 | |         /// TODO
495 | |         pub fn metrics(&self) -> crate::runtime::RuntimeMetrics {
...   |
499 | | }
    | |_- 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(tokio_unstable)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `cfg_metrics` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `loom`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/macros/cfg.rs:223:43
    |
223 |               #[cfg(all(tokio_unstable, not(loom)))]
    |                                             ^^^^
    |
   ::: /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/runtime/runtime.rs:492:1
    |
492 | / cfg_metrics! {
493 | |     impl Runtime {
494 | |         /// TODO
495 | |         pub fn metrics(&self) -> crate::runtime::RuntimeMetrics {
...   |
499 | | }
    | |_- 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(loom)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(loom)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `cfg_metrics` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `tokio_unstable`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/runtime/runtime.rs:330:13
    |
330 |             tokio_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(tokio_unstable)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `tokio_taskdump`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/runtime/runtime.rs:331:13
    |
331 |             tokio_taskdump,
    |             ^^^^^^^^^^^^^^
    |
    = 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(tokio_taskdump)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_taskdump)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `tokio_unstable`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/runtime/runtime.rs:338:19
    |
338 |         #[cfg(all(tokio_unstable, feature = "tracing"))]
    |                   ^^^^^^^^^^^^^^
    |
    = 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(tokio_unstable)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `tokio_unstable`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/runtime/runtime.rs:352:23
    |
352 |             #[cfg(all(tokio_unstable, feature = "rt-multi-thread", not(target_os = "wasi")))]
    |                       ^^^^^^^^^^^^^^
    |
    = 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(tokio_unstable)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `tokio_unstable`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/runtime/runtime.rs:478:23
    |
478 |             #[cfg(all(tokio_unstable, feature = "rt-multi-thread", not(target_os = "wasi")))]
    |                       ^^^^^^^^^^^^^^
    |
    = 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(tokio_unstable)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `tokio_unstable`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/macros/cfg.rs:223:23
    |
223 |               #[cfg(all(tokio_unstable, not(loom)))]
    |                         ^^^^^^^^^^^^^^
    |
   ::: /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/runtime/metrics/mod.rs:11:1
    |
11  | / cfg_metrics! {
12  | |     mod batch;
13  | |     pub(crate) use batch::MetricsBatch;
...   |
34  | | }
    | |_- 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(tokio_unstable)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `cfg_metrics` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `loom`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/macros/cfg.rs:223:43
    |
223 |               #[cfg(all(tokio_unstable, not(loom)))]
    |                                             ^^^^
    |
   ::: /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/runtime/metrics/mod.rs:11:1
    |
11  | / cfg_metrics! {
12  | |     mod batch;
13  | |     pub(crate) use batch::MetricsBatch;
...   |
34  | | }
    | |_- 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(loom)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(loom)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `cfg_metrics` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `tokio_unstable`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/macros/cfg.rs:233:27
    |
233 |               #[cfg(not(all(tokio_unstable, not(loom))))]
    |                             ^^^^^^^^^^^^^^
    |
   ::: /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/runtime/metrics/mod.rs:36:1
    |
36  | / cfg_not_metrics! {
37  | |     mod mock;
38  | |
39  | |     pub(crate) use mock::{SchedulerMetrics, WorkerMetrics, MetricsBatch, HistogramBuilder};
40  | | }
    | |_- 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(tokio_unstable)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `cfg_not_metrics` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `loom`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/macros/cfg.rs:233:47
    |
233 |               #[cfg(not(all(tokio_unstable, not(loom))))]
    |                                                 ^^^^
    |
   ::: /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/runtime/metrics/mod.rs:36:1
    |
36  | / cfg_not_metrics! {
37  | |     mod mock;
38  | |
39  | |     pub(crate) use mock::{SchedulerMetrics, WorkerMetrics, MetricsBatch, HistogramBuilder};
40  | | }
    | |_- 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(loom)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(loom)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `cfg_not_metrics` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `tokio_unstable`
 --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/sync/barrier.rs:3:11
  |
3 | #[cfg(all(tokio_unstable, feature = "tracing"))]
  |           ^^^^^^^^^^^^^^
  |
  = 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(tokio_unstable)'] }
  = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
  = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `tokio_unstable`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/sync/barrier.rs:46:15
   |
46 |     #[cfg(all(tokio_unstable, feature = "tracing"))]
   |               ^^^^^^^^^^^^^^
   |
   = 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(tokio_unstable)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `tokio_unstable`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/sync/barrier.rs:73:19
   |
73 |         #[cfg(all(tokio_unstable, feature = "tracing"))]
   |                   ^^^^^^^^^^^^^^
   |
   = 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(tokio_unstable)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `tokio_unstable`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/sync/barrier.rs:108:23
    |
108 |             #[cfg(all(tokio_unstable, feature = "tracing"))]
    |                       ^^^^^^^^^^^^^^
    |
    = 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(tokio_unstable)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `tokio_unstable`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/sync/barrier.rs:122:19
    |
122 |         #[cfg(all(tokio_unstable, feature = "tracing"))]
    |                   ^^^^^^^^^^^^^^
    |
    = 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(tokio_unstable)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `tokio_unstable`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/sync/barrier.rs:132:23
    |
132 |         #[cfg(any(not(tokio_unstable), not(feature = "tracing")))]
    |                       ^^^^^^^^^^^^^^
    |
    = 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(tokio_unstable)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `tokio_unstable`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/sync/barrier.rs:149:23
    |
149 |             #[cfg(all(tokio_unstable, feature = "tracing"))]
    |                       ^^^^^^^^^^^^^^
    |
    = 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(tokio_unstable)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `tokio_unstable`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/sync/barrier.rs:155:23
    |
155 |             #[cfg(all(tokio_unstable, feature = "tracing"))]
    |                       ^^^^^^^^^^^^^^
    |
    = 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(tokio_unstable)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `tokio_unstable`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/sync/barrier.rs:161:27
    |
161 |                 #[cfg(all(tokio_unstable, feature = "tracing"))]
    |                           ^^^^^^^^^^^^^^
    |
    = 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(tokio_unstable)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `loom`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/sync/broadcast.rs:1506:11
     |
1506 | #[cfg(not(loom))]
     |           ^^^^
     |
     = 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(loom)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(loom)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `loom`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/sync/mpsc/mod.rs:117:44
    |
117 | #[cfg(all(target_pointer_width = "64", not(loom)))]
    |                                            ^^^^
    |
    = 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(loom)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(loom)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `loom`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/sync/mpsc/mod.rs:120:49
    |
120 | #[cfg(all(not(target_pointer_width = "64"), not(loom)))]
    |                                                 ^^^^
    |
    = 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(loom)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(loom)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `loom`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/sync/mpsc/mod.rs:123:7
    |
123 | #[cfg(loom)]
    |       ^^^^
    |
    = 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(loom)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(loom)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `loom`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/sync/mpsc/block.rs:443:21
    |
443 | #[cfg(all(test, not(loom)))]
    |                     ^^^^
    |
    = 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(loom)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(loom)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `loom`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/macros/loom.rs:3:15
    |
3   |           #[cfg(loom)]
    |                 ^^^^
    |
   ::: /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/sync/mpsc/block.rs:425:9
    |
425 | /         if_loom! {
426 | |             let p = _value.as_ptr() as *mut UnsafeCell>;
427 | |             for i in 0..BLOCK_CAP {
428 | |                 p.add(i)
...   |
431 | |         }
    | |_________- 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(loom)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(loom)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `if_loom` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `tokio_unstable`
 --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/sync/mutex.rs:4:11
  |
4 | #[cfg(all(tokio_unstable, feature = "tracing"))]
  |           ^^^^^^^^^^^^^^
  |
  = 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(tokio_unstable)'] }
  = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
  = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `loom`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/sync/mutex.rs:304:11
    |
304 | #[cfg(not(loom))]
    |           ^^^^
    |
    = 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(loom)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(loom)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `tokio_unstable`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/sync/mutex.rs:134:15
    |
134 |     #[cfg(all(tokio_unstable, feature = "tracing"))]
    |               ^^^^^^^^^^^^^^
    |
    = 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(tokio_unstable)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `tokio_unstable`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/sync/mutex.rs:154:15
    |
154 |     #[cfg(all(tokio_unstable, feature = "tracing"))]
    |               ^^^^^^^^^^^^^^
    |
    = 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(tokio_unstable)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `tokio_unstable`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/sync/mutex.rs:178:15
    |
178 |     #[cfg(all(tokio_unstable, feature = "tracing"))]
    |               ^^^^^^^^^^^^^^
    |
    = 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(tokio_unstable)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `tokio_unstable`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/sync/mutex.rs:193:15
    |
193 |     #[cfg(all(tokio_unstable, feature = "tracing"))]
    |               ^^^^^^^^^^^^^^
    |
    = 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(tokio_unstable)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `tokio_unstable`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/sync/mutex.rs:212:15
    |
212 |     #[cfg(all(tokio_unstable, feature = "tracing"))]
    |               ^^^^^^^^^^^^^^
    |
    = 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(tokio_unstable)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `tokio_unstable`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/sync/mutex.rs:222:15
    |
222 |     #[cfg(all(tokio_unstable, feature = "tracing"))]
    |               ^^^^^^^^^^^^^^
    |
    = 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(tokio_unstable)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `tokio_unstable`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/sync/mutex.rs:230:15
    |
230 |     #[cfg(all(tokio_unstable, feature = "tracing"))]
    |               ^^^^^^^^^^^^^^
    |
    = 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(tokio_unstable)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `tokio_unstable`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/sync/mutex.rs:239:15
    |
239 |     #[cfg(all(tokio_unstable, feature = "tracing"))]
    |               ^^^^^^^^^^^^^^
    |
    = 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(tokio_unstable)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `tokio_unstable`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/sync/mutex.rs:249:15
    |
249 |     #[cfg(all(tokio_unstable, feature = "tracing"))]
    |               ^^^^^^^^^^^^^^
    |
    = 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(tokio_unstable)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `loom`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/sync/mutex.rs:394:19
    |
394 |     #[cfg(not(all(loom, test)))]
    |                   ^^^^
    |
    = 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(loom)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(loom)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `tokio_unstable`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/sync/mutex.rs:342:19
    |
342 |         #[cfg(all(tokio_unstable, feature = "tracing"))]
    |                   ^^^^^^^^^^^^^^
    |
    = 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(tokio_unstable)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `tokio_unstable`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/sync/mutex.rs:357:19
    |
357 |         #[cfg(all(tokio_unstable, feature = "tracing"))]
    |                   ^^^^^^^^^^^^^^
    |
    = 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(tokio_unstable)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `tokio_unstable`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/sync/mutex.rs:366:23
    |
366 |         #[cfg(any(not(tokio_unstable), not(feature = "tracing")))]
    |                       ^^^^^^^^^^^^^^
    |
    = 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(tokio_unstable)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `tokio_unstable`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/sync/mutex.rs:372:23
    |
372 |             #[cfg(all(tokio_unstable, feature = "tracing"))]
    |                       ^^^^^^^^^^^^^^
    |
    = 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(tokio_unstable)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `tokio_unstable`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/sync/mutex.rs:402:23
    |
402 |             #[cfg(all(tokio_unstable, feature = "tracing"))]
    |                       ^^^^^^^^^^^^^^
    |
    = 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(tokio_unstable)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `tokio_unstable`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/sync/mutex.rs:445:19
    |
445 |         #[cfg(all(tokio_unstable, feature = "tracing"))]
    |                   ^^^^^^^^^^^^^^
    |
    = 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(tokio_unstable)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `tokio_unstable`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/sync/mutex.rs:457:19
    |
457 |         #[cfg(all(tokio_unstable, feature = "tracing"))]
    |                   ^^^^^^^^^^^^^^
    |
    = 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(tokio_unstable)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `tokio_unstable`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/sync/mutex.rs:440:27
    |
440 |                 #[cfg(all(tokio_unstable, feature = "tracing"))]
    |                           ^^^^^^^^^^^^^^
    |
    = 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(tokio_unstable)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `tokio_unstable`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/sync/mutex.rs:615:19
    |
615 |         #[cfg(all(tokio_unstable, feature = "tracing"))]
    |                   ^^^^^^^^^^^^^^
    |
    = 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(tokio_unstable)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `tokio_unstable`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/sync/mutex.rs:628:19
    |
628 |         #[cfg(all(tokio_unstable, feature = "tracing"))]
    |                   ^^^^^^^^^^^^^^
    |
    = 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(tokio_unstable)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `tokio_unstable`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/sync/mutex.rs:640:19
    |
640 |         #[cfg(all(tokio_unstable, feature = "tracing"))]
    |                   ^^^^^^^^^^^^^^
    |
    = 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(tokio_unstable)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `tokio_unstable`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/sync/mutex.rs:622:27
    |
622 |                 #[cfg(all(tokio_unstable, feature = "tracing"))]
    |                           ^^^^^^^^^^^^^^
    |
    = 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(tokio_unstable)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `tokio_unstable`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/sync/mutex.rs:687:27
    |
687 |                 #[cfg(all(tokio_unstable, feature = "tracing"))]
    |                           ^^^^^^^^^^^^^^
    |
    = 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(tokio_unstable)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `tokio_unstable`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/sync/mutex.rs:683:31
    |
683 |                     #[cfg(all(tokio_unstable, feature = "tracing"))]
    |                               ^^^^^^^^^^^^^^
    |
    = 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(tokio_unstable)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `tokio_unstable`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/sync/mutex.rs:758:27
    |
758 |                 #[cfg(all(tokio_unstable, feature = "tracing"))]
    |                           ^^^^^^^^^^^^^^
    |
    = 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(tokio_unstable)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `tokio_unstable`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/sync/mutex.rs:753:31
    |
753 |                     #[cfg(all(tokio_unstable, feature = "tracing"))]
    |                               ^^^^^^^^^^^^^^
    |
    = 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(tokio_unstable)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `tokio_unstable`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/sync/mutex.rs:831:23
    |
831 |             #[cfg(all(tokio_unstable, feature = "tracing"))]
    |                       ^^^^^^^^^^^^^^
    |
    = 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(tokio_unstable)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `tokio_unstable`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/sync/mutex.rs:879:23
    |
879 |             #[cfg(all(tokio_unstable, feature = "tracing"))]
    |                       ^^^^^^^^^^^^^^
    |
    = 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(tokio_unstable)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `tokio_unstable`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/sync/mutex.rs:931:23
    |
931 |             #[cfg(all(tokio_unstable, feature = "tracing"))]
    |                       ^^^^^^^^^^^^^^
    |
    = 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(tokio_unstable)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `tokio_unstable`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/sync/mutex.rs:967:19
    |
967 |         #[cfg(all(tokio_unstable, feature = "tracing"))]
    |                   ^^^^^^^^^^^^^^
    |
    = 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(tokio_unstable)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `tokio_unstable`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/sync/mutex.rs:1012:27
     |
1012 |                 #[cfg(all(tokio_unstable, feature = "tracing"))]
     |                           ^^^^^^^^^^^^^^
     |
     = 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(tokio_unstable)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `tokio_unstable`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/sync/mutex.rs:1060:23
     |
1060 |             #[cfg(all(tokio_unstable, feature = "tracing"))]
     |                       ^^^^^^^^^^^^^^
     |
     = 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(tokio_unstable)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `tokio_unstable`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/sync/mutex.rs:1112:23
     |
1112 |             #[cfg(all(tokio_unstable, feature = "tracing"))]
     |                       ^^^^^^^^^^^^^^
     |
     = 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(tokio_unstable)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `tokio_unstable`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/sync/mutex.rs:1149:19
     |
1149 |         #[cfg(all(tokio_unstable, feature = "tracing"))]
     |                   ^^^^^^^^^^^^^^
     |
     = 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(tokio_unstable)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `tokio_unstable`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/sync/mutex.rs:1192:23
     |
1192 |             #[cfg(all(tokio_unstable, feature = "tracing"))]
     |                       ^^^^^^^^^^^^^^
     |
     = 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(tokio_unstable)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `tokio_unstable`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/sync/mutex.rs:1216:23
     |
1216 |             #[cfg(all(tokio_unstable, feature = "tracing"))]
     |                       ^^^^^^^^^^^^^^
     |
     = 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(tokio_unstable)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `tokio_unstable`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/sync/mutex.rs:1244:23
     |
1244 |             #[cfg(all(tokio_unstable, feature = "tracing"))]
     |                       ^^^^^^^^^^^^^^
     |
     = 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(tokio_unstable)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `tokio_unstable`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/sync/mutex.rs:1254:19
     |
1254 |         #[cfg(all(tokio_unstable, feature = "tracing"))]
     |                   ^^^^^^^^^^^^^^
     |
     = 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(tokio_unstable)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `tokio_unstable`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/sync/mutex.rs:1300:27
     |
1300 |                 #[cfg(all(tokio_unstable, feature = "tracing"))]
     |                           ^^^^^^^^^^^^^^
     |
     = 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(tokio_unstable)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `tokio_unstable`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/sync/mutex.rs:1324:23
     |
1324 |             #[cfg(all(tokio_unstable, feature = "tracing"))]
     |                       ^^^^^^^^^^^^^^
     |
     = 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(tokio_unstable)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `tokio_unstable`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/sync/mutex.rs:1352:23
     |
1352 |             #[cfg(all(tokio_unstable, feature = "tracing"))]
     |                       ^^^^^^^^^^^^^^
     |
     = 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(tokio_unstable)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `tokio_unstable`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/sync/mutex.rs:1362:19
     |
1362 |         #[cfg(all(tokio_unstable, feature = "tracing"))]
     |                   ^^^^^^^^^^^^^^
     |
     = 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(tokio_unstable)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `loom`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/sync/notify.rs:454:19
    |
454 |     #[cfg(not(all(loom, test)))]
    |                   ^^^^
    |
    = 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(loom)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(loom)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `tokio_taskdump`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/sync/notify.rs:995:27
    |
995 |                     #[cfg(tokio_taskdump)]
    |                           ^^^^^^^^^^^^^^
    |
    = 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(tokio_taskdump)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_taskdump)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `tokio_taskdump`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/sync/notify.rs:1089:27
     |
1089 |                     #[cfg(tokio_taskdump)]
     |                           ^^^^^^^^^^^^^^
     |
     = 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(tokio_taskdump)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_taskdump)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `tokio_unstable`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/sync/oneshot.rs:129:11
    |
129 | #[cfg(all(tokio_unstable, feature = "tracing"))]
    |           ^^^^^^^^^^^^^^
    |
    = 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(tokio_unstable)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `tokio_unstable`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/sync/oneshot.rs:224:15
    |
224 |     #[cfg(all(tokio_unstable, feature = "tracing"))]
    |               ^^^^^^^^^^^^^^
    |
    = 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(tokio_unstable)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `tokio_unstable`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/sync/oneshot.rs:324:15
    |
324 |     #[cfg(all(tokio_unstable, feature = "tracing"))]
    |               ^^^^^^^^^^^^^^
    |
    = 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(tokio_unstable)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `tokio_unstable`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/sync/oneshot.rs:326:15
    |
326 |     #[cfg(all(tokio_unstable, feature = "tracing"))]
    |               ^^^^^^^^^^^^^^
    |
    = 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(tokio_unstable)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `tokio_unstable`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/sync/oneshot.rs:328:15
    |
328 |     #[cfg(all(tokio_unstable, feature = "tracing"))]
    |               ^^^^^^^^^^^^^^
    |
    = 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(tokio_unstable)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `tokio_unstable`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/sync/oneshot.rs:471:15
    |
471 |     #[cfg(all(tokio_unstable, feature = "tracing"))]
    |               ^^^^^^^^^^^^^^
    |
    = 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(tokio_unstable)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `tokio_unstable`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/sync/oneshot.rs:533:15
    |
533 |     #[cfg(all(tokio_unstable, feature = "tracing"))]
    |               ^^^^^^^^^^^^^^
    |
    = 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(tokio_unstable)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `tokio_unstable`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/sync/oneshot.rs:537:15
    |
537 |     #[cfg(all(tokio_unstable, feature = "tracing"))]
    |               ^^^^^^^^^^^^^^
    |
    = 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(tokio_unstable)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `tokio_unstable`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/sync/oneshot.rs:529:19
    |
529 |         #[cfg(all(tokio_unstable, feature = "tracing"))]
    |                   ^^^^^^^^^^^^^^
    |
    = 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(tokio_unstable)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `tokio_unstable`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/sync/oneshot.rs:543:19
    |
543 |         #[cfg(all(tokio_unstable, feature = "tracing"))]
    |                   ^^^^^^^^^^^^^^
    |
    = 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(tokio_unstable)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `tokio_unstable`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/sync/oneshot.rs:545:19
    |
545 |         #[cfg(all(tokio_unstable, feature = "tracing"))]
    |                   ^^^^^^^^^^^^^^
    |
    = 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(tokio_unstable)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `tokio_unstable`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/sync/oneshot.rs:547:19
    |
547 |         #[cfg(all(tokio_unstable, feature = "tracing"))]
    |                   ^^^^^^^^^^^^^^
    |
    = 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(tokio_unstable)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `tokio_unstable`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/sync/oneshot.rs:621:19
    |
621 |         #[cfg(all(tokio_unstable, feature = "tracing"))]
    |                   ^^^^^^^^^^^^^^
    |
    = 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(tokio_unstable)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `tokio_unstable`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/sync/oneshot.rs:703:19
    |
703 |         #[cfg(all(tokio_unstable, feature = "tracing"))]
    |                   ^^^^^^^^^^^^^^
    |
    = 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(tokio_unstable)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `tokio_unstable`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/sync/oneshot.rs:705:19
    |
705 |         #[cfg(all(tokio_unstable, feature = "tracing"))]
    |                   ^^^^^^^^^^^^^^
    |
    = 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(tokio_unstable)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `tokio_unstable`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/sync/oneshot.rs:713:23
    |
713 |         #[cfg(not(all(tokio_unstable, feature = "tracing")))]
    |                       ^^^^^^^^^^^^^^
    |
    = 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(tokio_unstable)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `tokio_unstable`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/sync/oneshot.rs:848:23
    |
848 |             #[cfg(all(tokio_unstable, feature = "tracing"))]
    |                       ^^^^^^^^^^^^^^
    |
    = 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(tokio_unstable)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `tokio_unstable`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/sync/oneshot.rs:923:23
    |
923 |             #[cfg(all(tokio_unstable, feature = "tracing"))]
    |                       ^^^^^^^^^^^^^^
    |
    = 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(tokio_unstable)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `tokio_unstable`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/sync/oneshot.rs:1013:35
     |
1013 |                         #[cfg(all(tokio_unstable, feature = "tracing"))]
     |                                   ^^^^^^^^^^^^^^
     |
     = 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(tokio_unstable)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `tokio_unstable`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/sync/oneshot.rs:1076:23
     |
1076 |             #[cfg(all(tokio_unstable, feature = "tracing"))]
     |                       ^^^^^^^^^^^^^^
     |
     = 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(tokio_unstable)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `tokio_unstable`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/sync/oneshot.rs:1093:19
     |
1093 |         #[cfg(all(tokio_unstable, feature = "tracing"))]
     |                   ^^^^^^^^^^^^^^
     |
     = 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(tokio_unstable)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `tokio_unstable`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/sync/oneshot.rs:1095:19
     |
1095 |         #[cfg(all(tokio_unstable, feature = "tracing"))]
     |                   ^^^^^^^^^^^^^^
     |
     = 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(tokio_unstable)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `tokio_unstable`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/sync/oneshot.rs:1097:19
     |
1097 |         #[cfg(all(tokio_unstable, feature = "tracing"))]
     |                   ^^^^^^^^^^^^^^
     |
     = 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(tokio_unstable)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `tokio_unstable`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/sync/oneshot.rs:1101:23
     |
1101 |             #[cfg(all(tokio_unstable, feature = "tracing"))]
     |                       ^^^^^^^^^^^^^^
     |
     = 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(tokio_unstable)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `tokio_unstable`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/sync/oneshot.rs:1104:27
     |
1104 |             #[cfg(any(not(tokio_unstable), not(feature = "tracing")))]
     |                           ^^^^^^^^^^^^^^
     |
     = 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(tokio_unstable)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `tokio_unstable`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/sync/batch_semaphore.rs:22:11
   |
22 | #[cfg(all(tokio_unstable, feature = "tracing"))]
   |           ^^^^^^^^^^^^^^
   |
   = 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(tokio_unstable)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `tokio_unstable`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/sync/batch_semaphore.rs:39:15
   |
39 |     #[cfg(all(tokio_unstable, feature = "tracing"))]
   |               ^^^^^^^^^^^^^^
   |
   = 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(tokio_unstable)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `tokio_unstable`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/sync/batch_semaphore.rs:107:15
    |
107 |     #[cfg(all(tokio_unstable, feature = "tracing"))]
    |               ^^^^^^^^^^^^^^
    |
    = 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(tokio_unstable)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `loom`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/sync/batch_semaphore.rs:180:19
    |
180 |     #[cfg(not(all(loom, test)))]
    |                   ^^^^
    |
    = 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(loom)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(loom)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `loom`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/sync/batch_semaphore.rs:209:19
    |
209 |     #[cfg(not(all(loom, test)))]
    |                   ^^^^
    |
    = 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(loom)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(loom)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `tokio_unstable`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/sync/batch_semaphore.rs:147:19
    |
147 |         #[cfg(all(tokio_unstable, feature = "tracing"))]
    |                   ^^^^^^^^^^^^^^
    |
    = 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(tokio_unstable)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `tokio_unstable`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/sync/batch_semaphore.rs:172:23
    |
172 |             #[cfg(all(tokio_unstable, feature = "tracing"))]
    |                       ^^^^^^^^^^^^^^
    |
    = 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(tokio_unstable)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `tokio_unstable`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/sync/batch_semaphore.rs:190:23
    |
190 |             #[cfg(all(tokio_unstable, feature = "tracing"))]
    |                       ^^^^^^^^^^^^^^
    |
    = 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(tokio_unstable)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `tokio_unstable`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/sync/batch_semaphore.rs:203:23
    |
203 |             #[cfg(all(tokio_unstable, feature = "tracing"))]
    |                       ^^^^^^^^^^^^^^
    |
    = 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(tokio_unstable)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `tokio_unstable`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/sync/batch_semaphore.rs:217:23
    |
217 |             #[cfg(all(tokio_unstable, feature = "tracing"))]
    |                       ^^^^^^^^^^^^^^
    |
    = 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(tokio_unstable)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `tokio_unstable`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/sync/batch_semaphore.rs:351:27
    |
351 |                 #[cfg(all(tokio_unstable, feature = "tracing"))]
    |                           ^^^^^^^^^^^^^^
    |
    = 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(tokio_unstable)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `tokio_unstable`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/sync/batch_semaphore.rs:478:19
    |
478 |         #[cfg(all(tokio_unstable, feature = "tracing"))]
    |                   ^^^^^^^^^^^^^^
    |
    = 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(tokio_unstable)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `tokio_unstable`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/sync/batch_semaphore.rs:449:39
    |
449 | ...                   #[cfg(all(tokio_unstable, feature = "tracing"))]
    |                                 ^^^^^^^^^^^^^^
    |
    = 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(tokio_unstable)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `tokio_unstable`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/sync/batch_semaphore.rs:535:19
    |
535 |         #[cfg(all(tokio_unstable, feature = "tracing"))] ctx: trace::AsyncOpTracingCtx,
    |                   ^^^^^^^^^^^^^^
    |
    = 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(tokio_unstable)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `tokio_unstable`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/sync/batch_semaphore.rs:541:23
    |
541 |             #[cfg(all(tokio_unstable, feature = "tracing"))]
    |                       ^^^^^^^^^^^^^^
    |
    = 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(tokio_unstable)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `tokio_unstable`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/sync/batch_semaphore.rs:558:31
    |
558 |                     #[cfg(all(tokio_unstable, feature = "tracing"))]
    |                               ^^^^^^^^^^^^^^
    |
    = 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(tokio_unstable)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `tokio_unstable`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/sync/batch_semaphore.rs:578:19
    |
578 |         #[cfg(all(tokio_unstable, feature = "tracing"))]
    |                   ^^^^^^^^^^^^^^
    |
    = 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(tokio_unstable)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `tokio_unstable`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/sync/batch_semaphore.rs:580:19
    |
580 |         #[cfg(all(tokio_unstable, feature = "tracing"))]
    |                   ^^^^^^^^^^^^^^
    |
    = 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(tokio_unstable)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `tokio_unstable`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/sync/batch_semaphore.rs:582:19
    |
582 |         #[cfg(all(tokio_unstable, feature = "tracing"))]
    |                   ^^^^^^^^^^^^^^
    |
    = 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(tokio_unstable)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `tokio_unstable`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/sync/batch_semaphore.rs:588:19
    |
588 |         #[cfg(all(tokio_unstable, feature = "tracing"))]
    |                   ^^^^^^^^^^^^^^
    |
    = 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(tokio_unstable)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `tokio_unstable`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/sync/batch_semaphore.rs:594:23
    |
594 |         #[cfg(not(all(tokio_unstable, feature = "tracing")))]
    |                       ^^^^^^^^^^^^^^
    |
    = 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(tokio_unstable)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `tokio_unstable`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/sync/batch_semaphore.rs:610:19
    |
610 |         #[cfg(all(tokio_unstable, feature = "tracing"))]
    |                   ^^^^^^^^^^^^^^
    |
    = 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(tokio_unstable)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `tokio_unstable`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/sync/batch_semaphore.rs:613:23
    |
613 |         #[cfg(not(all(tokio_unstable, feature = "tracing")))]
    |                       ^^^^^^^^^^^^^^
    |
    = 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(tokio_unstable)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `tokio_unstable`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/sync/batch_semaphore.rs:620:23
    |
620 |         #[cfg(any(not(tokio_unstable), not(feature = "tracing")))]
    |                       ^^^^^^^^^^^^^^
    |
    = 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(tokio_unstable)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `tokio_unstable`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/sync/batch_semaphore.rs:628:19
    |
628 |         #[cfg(all(tokio_unstable, feature = "tracing"))]
    |                   ^^^^^^^^^^^^^^
    |
    = 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(tokio_unstable)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `tokio_unstable`
 --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/sync/semaphore.rs:3:11
  |
3 | #[cfg(all(tokio_unstable, feature = "tracing"))]
  |           ^^^^^^^^^^^^^^
  |
  = 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(tokio_unstable)'] }
  = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
  = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `loom`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/sync/semaphore.rs:426:11
    |
426 | #[cfg(not(loom))]
    |           ^^^^
    |
    = 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(loom)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(loom)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `tokio_unstable`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/sync/semaphore.rs:395:15
    |
395 |     #[cfg(all(tokio_unstable, feature = "tracing"))]
    |               ^^^^^^^^^^^^^^
    |
    = 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(tokio_unstable)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `loom`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/sync/semaphore.rs:497:19
    |
497 |     #[cfg(not(all(loom, test)))]
    |                   ^^^^
    |
    = 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(loom)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(loom)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `loom`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/sync/semaphore.rs:516:19
    |
516 |     #[cfg(not(all(loom, test)))]
    |                   ^^^^
    |
    = 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(loom)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(loom)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `tokio_unstable`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/sync/semaphore.rs:451:19
    |
451 |         #[cfg(all(tokio_unstable, feature = "tracing"))]
    |                   ^^^^^^^^^^^^^^
    |
    = 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(tokio_unstable)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `tokio_unstable`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/sync/semaphore.rs:467:19
    |
467 |         #[cfg(all(tokio_unstable, feature = "tracing"))]
    |                   ^^^^^^^^^^^^^^
    |
    = 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(tokio_unstable)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `tokio_unstable`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/sync/semaphore.rs:470:23
    |
470 |         #[cfg(any(not(tokio_unstable), not(feature = "tracing")))]
    |                       ^^^^^^^^^^^^^^
    |
    = 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(tokio_unstable)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `tokio_unstable`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/sync/semaphore.rs:475:23
    |
475 |             #[cfg(all(tokio_unstable, feature = "tracing"))]
    |                       ^^^^^^^^^^^^^^
    |
    = 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(tokio_unstable)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `tokio_unstable`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/sync/semaphore.rs:501:23
    |
501 |             #[cfg(all(tokio_unstable, feature = "tracing"))]
    |                       ^^^^^^^^^^^^^^
    |
    = 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(tokio_unstable)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `tokio_unstable`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/sync/semaphore.rs:510:23
    |
510 |             #[cfg(all(tokio_unstable, feature = "tracing"))]
    |                       ^^^^^^^^^^^^^^
    |
    = 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(tokio_unstable)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `tokio_unstable`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/sync/semaphore.rs:520:23
    |
520 |             #[cfg(all(tokio_unstable, feature = "tracing"))]
    |                       ^^^^^^^^^^^^^^
    |
    = 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(tokio_unstable)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `tokio_unstable`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/sync/semaphore.rs:580:19
    |
580 |         #[cfg(all(tokio_unstable, feature = "tracing"))]
    |                   ^^^^^^^^^^^^^^
    |
    = 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(tokio_unstable)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `tokio_unstable`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/sync/semaphore.rs:588:23
    |
588 |         #[cfg(not(all(tokio_unstable, feature = "tracing")))]
    |                       ^^^^^^^^^^^^^^
    |
    = 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(tokio_unstable)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `tokio_unstable`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/sync/semaphore.rs:627:19
    |
627 |         #[cfg(all(tokio_unstable, feature = "tracing"))]
    |                   ^^^^^^^^^^^^^^
    |
    = 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(tokio_unstable)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `tokio_unstable`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/sync/semaphore.rs:637:23
    |
637 |         #[cfg(not(all(tokio_unstable, feature = "tracing")))]
    |                       ^^^^^^^^^^^^^^
    |
    = 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(tokio_unstable)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `tokio_unstable`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/sync/semaphore.rs:762:19
    |
762 |         #[cfg(all(tokio_unstable, feature = "tracing"))]
    |                   ^^^^^^^^^^^^^^
    |
    = 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(tokio_unstable)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `tokio_unstable`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/sync/semaphore.rs:770:23
    |
770 |         #[cfg(not(all(tokio_unstable, feature = "tracing")))]
    |                       ^^^^^^^^^^^^^^
    |
    = 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(tokio_unstable)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `tokio_unstable`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/sync/semaphore.rs:826:19
    |
826 |         #[cfg(all(tokio_unstable, feature = "tracing"))]
    |                   ^^^^^^^^^^^^^^
    |
    = 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(tokio_unstable)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `tokio_unstable`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/sync/semaphore.rs:834:23
    |
834 |         #[cfg(not(all(tokio_unstable, feature = "tracing")))]
    |                       ^^^^^^^^^^^^^^
    |
    = 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(tokio_unstable)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `tokio_unstable`
 --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/sync/rwlock.rs:3:11
  |
3 | #[cfg(all(tokio_unstable, feature = "tracing"))]
  |           ^^^^^^^^^^^^^^
  |
  = 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(tokio_unstable)'] }
  = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
  = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `loom`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/sync/rwlock.rs:23:11
   |
23 | #[cfg(not(loom))]
   |           ^^^^
   |
   = 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(loom)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(loom)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `loom`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/sync/rwlock.rs:26:7
   |
26 | #[cfg(loom)]
   |       ^^^^
   |
   = 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(loom)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(loom)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `loom`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/sync/rwlock.rs:103:11
    |
103 | #[cfg(not(loom))]
    |           ^^^^
    |
    = 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(loom)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(loom)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `tokio_unstable`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/sync/rwlock/owned_read_guard.rs:18:15
   |
18 |     #[cfg(all(tokio_unstable, feature = "tracing"))]
   |               ^^^^^^^^^^^^^^
   |
   = 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(tokio_unstable)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `tokio_unstable`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/sync/rwlock/owned_read_guard.rs:27:15
   |
27 |     #[cfg(all(tokio_unstable, feature = "tracing"))]
   |               ^^^^^^^^^^^^^^
   |
   = 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(tokio_unstable)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `tokio_unstable`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/sync/rwlock/owned_read_guard.rs:40:27
   |
40 |                 #[cfg(all(tokio_unstable, feature = "tracing"))]
   |                           ^^^^^^^^^^^^^^
   |
   = 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(tokio_unstable)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `tokio_unstable`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/sync/rwlock/owned_read_guard.rs:87:23
   |
87 |             #[cfg(all(tokio_unstable, feature = "tracing"))]
   |                       ^^^^^^^^^^^^^^
   |
   = 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(tokio_unstable)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `tokio_unstable`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/sync/rwlock/owned_read_guard.rs:137:23
    |
137 |             #[cfg(all(tokio_unstable, feature = "tracing"))]
    |                       ^^^^^^^^^^^^^^
    |
    = 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(tokio_unstable)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `tokio_unstable`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/sync/rwlock/owned_read_guard.rs:199:19
    |
199 |         #[cfg(all(tokio_unstable, feature = "tracing"))]
    |                   ^^^^^^^^^^^^^^
    |
    = 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(tokio_unstable)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `tokio_unstable`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/sync/rwlock/owned_write_guard.rs:20:15
   |
20 |     #[cfg(all(tokio_unstable, feature = "tracing"))]
   |               ^^^^^^^^^^^^^^
   |
   = 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(tokio_unstable)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `tokio_unstable`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/sync/rwlock/owned_write_guard.rs:30:15
   |
30 |     #[cfg(all(tokio_unstable, feature = "tracing"))]
   |               ^^^^^^^^^^^^^^
   |
   = 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(tokio_unstable)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `tokio_unstable`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/sync/rwlock/owned_write_guard.rs:44:27
   |
44 |                 #[cfg(all(tokio_unstable, feature = "tracing"))]
   |                           ^^^^^^^^^^^^^^
   |
   = 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(tokio_unstable)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `tokio_unstable`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/sync/rwlock/owned_write_guard.rs:98:23
   |
98 |             #[cfg(all(tokio_unstable, feature = "tracing"))]
   |                       ^^^^^^^^^^^^^^
   |
   = 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(tokio_unstable)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `tokio_unstable`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/sync/rwlock/owned_write_guard.rs:153:19
    |
153 |         #[cfg(all(tokio_unstable, feature = "tracing"))]
    |                   ^^^^^^^^^^^^^^
    |
    = 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(tokio_unstable)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `tokio_unstable`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/sync/rwlock/owned_write_guard.rs:162:19
    |
162 |         #[cfg(all(tokio_unstable, feature = "tracing"))]
    |                   ^^^^^^^^^^^^^^
    |
    = 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(tokio_unstable)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `tokio_unstable`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/sync/rwlock/owned_write_guard.rs:145:23
    |
145 |             #[cfg(all(tokio_unstable, feature = "tracing"))]
    |                       ^^^^^^^^^^^^^^
    |
    = 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(tokio_unstable)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `tokio_unstable`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/sync/rwlock/owned_write_guard.rs:228:23
    |
228 |             #[cfg(all(tokio_unstable, feature = "tracing"))]
    |                       ^^^^^^^^^^^^^^
    |
    = 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(tokio_unstable)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `tokio_unstable`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/sync/rwlock/owned_write_guard.rs:293:19
    |
293 |         #[cfg(all(tokio_unstable, feature = "tracing"))]
    |                   ^^^^^^^^^^^^^^
    |
    = 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(tokio_unstable)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `tokio_unstable`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/sync/rwlock/owned_write_guard.rs:302:19
    |
302 |         #[cfg(all(tokio_unstable, feature = "tracing"))]
    |                   ^^^^^^^^^^^^^^
    |
    = 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(tokio_unstable)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `tokio_unstable`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/sync/rwlock/owned_write_guard.rs:285:23
    |
285 |             #[cfg(all(tokio_unstable, feature = "tracing"))]
    |                       ^^^^^^^^^^^^^^
    |
    = 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(tokio_unstable)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `tokio_unstable`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/sync/rwlock/owned_write_guard.rs:373:19
    |
373 |         #[cfg(all(tokio_unstable, feature = "tracing"))]
    |                   ^^^^^^^^^^^^^^
    |
    = 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(tokio_unstable)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `tokio_unstable`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/sync/rwlock/owned_write_guard.rs:382:19
    |
382 |         #[cfg(all(tokio_unstable, feature = "tracing"))]
    |                   ^^^^^^^^^^^^^^
    |
    = 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(tokio_unstable)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `tokio_unstable`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/sync/rwlock/owned_write_guard.rs:365:23
    |
365 |             #[cfg(all(tokio_unstable, feature = "tracing"))]
    |                       ^^^^^^^^^^^^^^
    |
    = 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(tokio_unstable)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `tokio_unstable`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/sync/rwlock/owned_write_guard.rs:451:19
    |
451 |         #[cfg(all(tokio_unstable, feature = "tracing"))]
    |                   ^^^^^^^^^^^^^^
    |
    = 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(tokio_unstable)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `tokio_unstable`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/sync/rwlock/owned_write_guard_mapped.rs:19:15
   |
19 |     #[cfg(all(tokio_unstable, feature = "tracing"))]
   |               ^^^^^^^^^^^^^^
   |
   = 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(tokio_unstable)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `tokio_unstable`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/sync/rwlock/owned_write_guard_mapped.rs:29:15
   |
29 |     #[cfg(all(tokio_unstable, feature = "tracing"))]
   |               ^^^^^^^^^^^^^^
   |
   = 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(tokio_unstable)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `tokio_unstable`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/sync/rwlock/owned_write_guard_mapped.rs:43:27
   |
43 |                 #[cfg(all(tokio_unstable, feature = "tracing"))]
   |                           ^^^^^^^^^^^^^^
   |
   = 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(tokio_unstable)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `tokio_unstable`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/sync/rwlock/owned_write_guard_mapped.rs:97:23
   |
97 |             #[cfg(all(tokio_unstable, feature = "tracing"))]
   |                       ^^^^^^^^^^^^^^
   |
   = 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(tokio_unstable)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `tokio_unstable`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/sync/rwlock/owned_write_guard_mapped.rs:154:23
    |
154 |             #[cfg(all(tokio_unstable, feature = "tracing"))]
    |                       ^^^^^^^^^^^^^^
    |
    = 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(tokio_unstable)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `tokio_unstable`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/sync/rwlock/owned_write_guard_mapped.rs:221:19
    |
221 |         #[cfg(all(tokio_unstable, feature = "tracing"))]
    |                   ^^^^^^^^^^^^^^
    |
    = 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(tokio_unstable)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `tokio_unstable`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/sync/rwlock/read_guard.rs:18:15
   |
18 |     #[cfg(all(tokio_unstable, feature = "tracing"))]
   |               ^^^^^^^^^^^^^^
   |
   = 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(tokio_unstable)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `tokio_unstable`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/sync/rwlock/read_guard.rs:27:15
   |
27 |     #[cfg(all(tokio_unstable, feature = "tracing"))]
   |               ^^^^^^^^^^^^^^
   |
   = 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(tokio_unstable)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `tokio_unstable`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/sync/rwlock/read_guard.rs:39:23
   |
39 |             #[cfg(all(tokio_unstable, feature = "tracing"))]
   |                       ^^^^^^^^^^^^^^
   |
   = 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(tokio_unstable)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `tokio_unstable`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/sync/rwlock/read_guard.rs:91:23
   |
91 |             #[cfg(all(tokio_unstable, feature = "tracing"))]
   |                       ^^^^^^^^^^^^^^
   |
   = 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(tokio_unstable)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `tokio_unstable`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/sync/rwlock/read_guard.rs:146:23
    |
146 |             #[cfg(all(tokio_unstable, feature = "tracing"))]
    |                       ^^^^^^^^^^^^^^
    |
    = 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(tokio_unstable)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `tokio_unstable`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/sync/rwlock/read_guard.rs:182:19
    |
182 |         #[cfg(all(tokio_unstable, feature = "tracing"))]
    |                   ^^^^^^^^^^^^^^
    |
    = 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(tokio_unstable)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `tokio_unstable`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/sync/rwlock/write_guard.rs:20:15
   |
20 |     #[cfg(all(tokio_unstable, feature = "tracing"))]
   |               ^^^^^^^^^^^^^^
   |
   = 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(tokio_unstable)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `tokio_unstable`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/sync/rwlock/write_guard.rs:30:15
   |
30 |     #[cfg(all(tokio_unstable, feature = "tracing"))]
   |               ^^^^^^^^^^^^^^
   |
   = 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(tokio_unstable)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `tokio_unstable`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/sync/rwlock/write_guard.rs:43:23
   |
43 |             #[cfg(all(tokio_unstable, feature = "tracing"))]
   |                       ^^^^^^^^^^^^^^
   |
   = 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(tokio_unstable)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `tokio_unstable`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/sync/rwlock/write_guard.rs:100:23
    |
100 |             #[cfg(all(tokio_unstable, feature = "tracing"))]
    |                       ^^^^^^^^^^^^^^
    |
    = 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(tokio_unstable)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `tokio_unstable`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/sync/rwlock/write_guard.rs:161:19
    |
161 |         #[cfg(all(tokio_unstable, feature = "tracing"))]
    |                   ^^^^^^^^^^^^^^
    |
    = 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(tokio_unstable)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `tokio_unstable`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/sync/rwlock/write_guard.rs:170:19
    |
170 |         #[cfg(all(tokio_unstable, feature = "tracing"))]
    |                   ^^^^^^^^^^^^^^
    |
    = 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(tokio_unstable)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `tokio_unstable`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/sync/rwlock/write_guard.rs:153:23
    |
153 |             #[cfg(all(tokio_unstable, feature = "tracing"))]
    |                       ^^^^^^^^^^^^^^
    |
    = 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(tokio_unstable)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `tokio_unstable`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/sync/rwlock/write_guard.rs:240:23
    |
240 |             #[cfg(all(tokio_unstable, feature = "tracing"))]
    |                       ^^^^^^^^^^^^^^
    |
    = 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(tokio_unstable)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `tokio_unstable`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/sync/rwlock/write_guard.rs:308:19
    |
308 |         #[cfg(all(tokio_unstable, feature = "tracing"))]
    |                   ^^^^^^^^^^^^^^
    |
    = 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(tokio_unstable)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `tokio_unstable`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/sync/rwlock/write_guard.rs:317:19
    |
317 |         #[cfg(all(tokio_unstable, feature = "tracing"))]
    |                   ^^^^^^^^^^^^^^
    |
    = 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(tokio_unstable)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `tokio_unstable`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/sync/rwlock/write_guard.rs:300:23
    |
300 |             #[cfg(all(tokio_unstable, feature = "tracing"))]
    |                       ^^^^^^^^^^^^^^
    |
    = 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(tokio_unstable)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `tokio_unstable`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/sync/rwlock/write_guard.rs:390:19
    |
390 |         #[cfg(all(tokio_unstable, feature = "tracing"))]
    |                   ^^^^^^^^^^^^^^
    |
    = 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(tokio_unstable)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `tokio_unstable`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/sync/rwlock/write_guard.rs:399:19
    |
399 |         #[cfg(all(tokio_unstable, feature = "tracing"))]
    |                   ^^^^^^^^^^^^^^
    |
    = 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(tokio_unstable)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `tokio_unstable`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/sync/rwlock/write_guard.rs:382:23
    |
382 |             #[cfg(all(tokio_unstable, feature = "tracing"))]
    |                       ^^^^^^^^^^^^^^
    |
    = 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(tokio_unstable)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `tokio_unstable`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/sync/rwlock/write_guard.rs:448:19
    |
448 |         #[cfg(all(tokio_unstable, feature = "tracing"))]
    |                   ^^^^^^^^^^^^^^
    |
    = 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(tokio_unstable)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `tokio_unstable`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/sync/rwlock/write_guard_mapped.rs:18:15
   |
18 |     #[cfg(all(tokio_unstable, feature = "tracing"))]
   |               ^^^^^^^^^^^^^^
   |
   = 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(tokio_unstable)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `tokio_unstable`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/sync/rwlock/write_guard_mapped.rs:28:15
   |
28 |     #[cfg(all(tokio_unstable, feature = "tracing"))]
   |               ^^^^^^^^^^^^^^
   |
   = 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(tokio_unstable)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `tokio_unstable`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/sync/rwlock/write_guard_mapped.rs:41:23
   |
41 |             #[cfg(all(tokio_unstable, feature = "tracing"))]
   |                       ^^^^^^^^^^^^^^
   |
   = 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(tokio_unstable)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `tokio_unstable`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/sync/rwlock/write_guard_mapped.rs:97:23
   |
97 |             #[cfg(all(tokio_unstable, feature = "tracing"))]
   |                       ^^^^^^^^^^^^^^
   |
   = 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(tokio_unstable)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `tokio_unstable`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/sync/rwlock/write_guard_mapped.rs:159:23
    |
159 |             #[cfg(all(tokio_unstable, feature = "tracing"))]
    |                       ^^^^^^^^^^^^^^
    |
    = 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(tokio_unstable)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `tokio_unstable`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/sync/rwlock/write_guard_mapped.rs:204:19
    |
204 |         #[cfg(all(tokio_unstable, feature = "tracing"))]
    |                   ^^^^^^^^^^^^^^
    |
    = 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(tokio_unstable)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `tokio_unstable`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/sync/rwlock.rs:89:15
   |
89 |     #[cfg(all(tokio_unstable, feature = "tracing"))]
   |               ^^^^^^^^^^^^^^
   |
   = 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(tokio_unstable)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `loom`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/sync/rwlock.rs:347:19
    |
347 |     #[cfg(not(all(loom, test)))]
    |                   ^^^^
    |
    = 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(loom)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(loom)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `loom`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/sync/rwlock.rs:371:19
    |
371 |     #[cfg(not(all(loom, test)))]
    |                   ^^^^
    |
    = 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(loom)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(loom)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `tokio_unstable`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/sync/rwlock.rs:208:19
    |
208 |         #[cfg(all(tokio_unstable, feature = "tracing"))]
    |                   ^^^^^^^^^^^^^^
    |
    = 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(tokio_unstable)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `tokio_unstable`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/sync/rwlock.rs:241:19
    |
241 |         #[cfg(all(tokio_unstable, feature = "tracing"))]
    |                   ^^^^^^^^^^^^^^
    |
    = 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(tokio_unstable)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `tokio_unstable`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/sync/rwlock.rs:244:23
    |
244 |         #[cfg(any(not(tokio_unstable), not(feature = "tracing")))]
    |                       ^^^^^^^^^^^^^^
    |
    = 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(tokio_unstable)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `tokio_unstable`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/sync/rwlock.rs:251:23
    |
251 |             #[cfg(all(tokio_unstable, feature = "tracing"))]
    |                       ^^^^^^^^^^^^^^
    |
    = 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(tokio_unstable)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `tokio_unstable`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/sync/rwlock.rs:281:19
    |
281 |         #[cfg(all(tokio_unstable, feature = "tracing"))]
    |                   ^^^^^^^^^^^^^^
    |
    = 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(tokio_unstable)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `tokio_unstable`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/sync/rwlock.rs:315:19
    |
315 |         #[cfg(all(tokio_unstable, feature = "tracing"))]
    |                   ^^^^^^^^^^^^^^
    |
    = 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(tokio_unstable)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `tokio_unstable`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/sync/rwlock.rs:318:23
    |
318 |         #[cfg(any(not(tokio_unstable), not(feature = "tracing")))]
    |                       ^^^^^^^^^^^^^^
    |
    = 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(tokio_unstable)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `tokio_unstable`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/sync/rwlock.rs:325:23
    |
325 |             #[cfg(all(tokio_unstable, feature = "tracing"))]
    |                       ^^^^^^^^^^^^^^
    |
    = 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(tokio_unstable)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `tokio_unstable`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/sync/rwlock.rs:356:23
    |
356 |             #[cfg(all(tokio_unstable, feature = "tracing"))]
    |                       ^^^^^^^^^^^^^^
    |
    = 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(tokio_unstable)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `tokio_unstable`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/sync/rwlock.rs:382:23
    |
382 |             #[cfg(all(tokio_unstable, feature = "tracing"))]
    |                       ^^^^^^^^^^^^^^
    |
    = 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(tokio_unstable)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `tokio_unstable`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/sync/rwlock.rs:449:19
    |
449 |         #[cfg(all(tokio_unstable, feature = "tracing"))]
    |                   ^^^^^^^^^^^^^^
    |
    = 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(tokio_unstable)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `tokio_unstable`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/sync/rwlock.rs:461:19
    |
461 |         #[cfg(all(tokio_unstable, feature = "tracing"))]
    |                   ^^^^^^^^^^^^^^
    |
    = 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(tokio_unstable)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `tokio_unstable`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/sync/rwlock.rs:444:27
    |
444 |                 #[cfg(all(tokio_unstable, feature = "tracing"))]
    |                           ^^^^^^^^^^^^^^
    |
    = 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(tokio_unstable)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `tokio_unstable`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/sync/rwlock.rs:578:19
    |
578 |         #[cfg(all(tokio_unstable, feature = "tracing"))]
    |                   ^^^^^^^^^^^^^^
    |
    = 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(tokio_unstable)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `tokio_unstable`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/sync/rwlock.rs:597:19
    |
597 |         #[cfg(all(tokio_unstable, feature = "tracing"))]
    |                   ^^^^^^^^^^^^^^
    |
    = 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(tokio_unstable)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `tokio_unstable`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/sync/rwlock.rs:609:19
    |
609 |         #[cfg(all(tokio_unstable, feature = "tracing"))]
    |                   ^^^^^^^^^^^^^^
    |
    = 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(tokio_unstable)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `tokio_unstable`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/sync/rwlock.rs:589:27
    |
589 |                 #[cfg(all(tokio_unstable, feature = "tracing"))]
    |                           ^^^^^^^^^^^^^^
    |
    = 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(tokio_unstable)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `tokio_unstable`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/sync/rwlock.rs:668:19
    |
668 |         #[cfg(all(tokio_unstable, feature = "tracing"))]
    |                   ^^^^^^^^^^^^^^
    |
    = 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(tokio_unstable)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `tokio_unstable`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/sync/rwlock.rs:664:23
    |
664 |             #[cfg(all(tokio_unstable, feature = "tracing"))]
    |                       ^^^^^^^^^^^^^^
    |
    = 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(tokio_unstable)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `tokio_unstable`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/sync/rwlock.rs:733:19
    |
733 |         #[cfg(all(tokio_unstable, feature = "tracing"))]
    |                   ^^^^^^^^^^^^^^
    |
    = 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(tokio_unstable)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `tokio_unstable`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/sync/rwlock.rs:726:23
    |
726 |             #[cfg(all(tokio_unstable, feature = "tracing"))]
    |                       ^^^^^^^^^^^^^^
    |
    = 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(tokio_unstable)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `tokio_unstable`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/sync/rwlock.rs:791:19
    |
791 |         #[cfg(all(tokio_unstable, feature = "tracing"))]
    |                   ^^^^^^^^^^^^^^
    |
    = 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(tokio_unstable)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `tokio_unstable`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/sync/rwlock.rs:803:19
    |
803 |         #[cfg(all(tokio_unstable, feature = "tracing"))]
    |                   ^^^^^^^^^^^^^^
    |
    = 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(tokio_unstable)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `tokio_unstable`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/sync/rwlock.rs:786:27
    |
786 |                 #[cfg(all(tokio_unstable, feature = "tracing"))]
    |                           ^^^^^^^^^^^^^^
    |
    = 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(tokio_unstable)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `tokio_unstable`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/sync/rwlock.rs:906:19
    |
906 |         #[cfg(all(tokio_unstable, feature = "tracing"))]
    |                   ^^^^^^^^^^^^^^
    |
    = 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(tokio_unstable)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `tokio_unstable`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/sync/rwlock.rs:926:19
    |
926 |         #[cfg(all(tokio_unstable, feature = "tracing"))]
    |                   ^^^^^^^^^^^^^^
    |
    = 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(tokio_unstable)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `tokio_unstable`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/sync/rwlock.rs:938:19
    |
938 |         #[cfg(all(tokio_unstable, feature = "tracing"))]
    |                   ^^^^^^^^^^^^^^
    |
    = 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(tokio_unstable)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `tokio_unstable`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/sync/rwlock.rs:917:27
    |
917 |                 #[cfg(all(tokio_unstable, feature = "tracing"))]
    |                           ^^^^^^^^^^^^^^
    |
    = 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(tokio_unstable)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `tokio_unstable`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/sync/rwlock.rs:989:19
    |
989 |         #[cfg(all(tokio_unstable, feature = "tracing"))]
    |                   ^^^^^^^^^^^^^^
    |
    = 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(tokio_unstable)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `tokio_unstable`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/sync/rwlock.rs:985:23
    |
985 |             #[cfg(all(tokio_unstable, feature = "tracing"))]
    |                       ^^^^^^^^^^^^^^
    |
    = 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(tokio_unstable)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `tokio_unstable`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/sync/rwlock.rs:1047:19
     |
1047 |         #[cfg(all(tokio_unstable, feature = "tracing"))]
     |                   ^^^^^^^^^^^^^^
     |
     = 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(tokio_unstable)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `tokio_unstable`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/sync/rwlock.rs:1039:23
     |
1039 |             #[cfg(all(tokio_unstable, feature = "tracing"))]
     |                       ^^^^^^^^^^^^^^
     |
     = 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(tokio_unstable)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `loom`
 --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/sync/task/atomic_waker.rs:1:17
  |
1 | #![cfg_attr(any(loom, not(feature = "sync")), allow(dead_code, unreachable_pub))]
  |                 ^^^^
  |
  = 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(loom)'] }
  = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(loom)");` to the top of the `build.rs`
  = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `loom`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/sync/once_cell.rs:167:19
    |
167 |     #[cfg(not(all(loom, test)))]
    |                   ^^^^
    |
    = 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(loom)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(loom)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `loom`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/sync/once_cell.rs:222:19
    |
222 |     #[cfg(not(all(loom, test)))]
    |                   ^^^^
    |
    = 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(loom)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(loom)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `loom`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/sync/watch.rs:1336:17
     |
1336 | #[cfg(all(test, loom))]
     |                 ^^^^
     |
     = 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(loom)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(loom)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `loom`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/sync/watch.rs:330:27
    |
330 |         #[cfg(not(all(not(loom), feature = "sync", any(feature = "rt", feature = "macros"))))]
    |                           ^^^^
    |
    = 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(loom)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(loom)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `loom`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/sync/watch.rs:355:27
    |
355 |         #[cfg(not(all(not(loom), feature = "sync", any(feature = "rt", feature = "macros"))))]
    |                           ^^^^
    |
    = 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(loom)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(loom)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `loom`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/sync/watch.rs:362:23
    |
362 |         #[cfg(all(not(loom), feature = "sync", any(feature = "rt", feature = "macros")))]
    |                       ^^^^
    |
    = 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(loom)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(loom)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `loom`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/sync/watch.rs:339:25
    |
339 |                     not(loom),
    |                         ^^^^
    |
    = 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(loom)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(loom)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `loom`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/macros/cfg.rs:300:19
    |
300 |           #[cfg(not(loom))]
    |                     ^^^^
    |
   ::: /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/sync/watch.rs:861:5
    |
861 | /     cfg_process_driver! {
862 | |         pub(crate) fn try_has_changed(&mut self) -> Option> {
863 | |             maybe_changed(&self.shared, &mut self.version)
864 | |         }
865 | |     }
    | |_____- 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(loom)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(loom)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `cfg_process_driver` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `tokio_unstable`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/task/mod.rs:355:15
    |
355 |     #[cfg(not(tokio_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(tokio_unstable)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `tokio_unstable`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/task/mod.rs:357:11
    |
357 |     #[cfg(tokio_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(tokio_unstable)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `tokio_unstable`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/macros/cfg.rs:483:19
    |
483 |               #[cfg(tokio_unstable)]
    |                     ^^^^^^^^^^^^^^
    |
   ::: /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/task/mod.rs:336:5
    |
336 | /     cfg_unstable! {
337 | |         mod consume_budget;
338 | |         pub use consume_budget::consume_budget;
339 | |     }
    | |_____- 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(tokio_unstable)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `cfg_unstable` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `tokio_unstable`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/macros/cfg.rs:483:19
    |
483 |               #[cfg(tokio_unstable)]
    |                     ^^^^^^^^^^^^^^
    |
   ::: /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/task/mod.rs:360:5
    |
360 | /     cfg_unstable! {
361 | |         pub use crate::runtime::task::{Id, id, try_id};
362 | |     }
    | |_____- 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(tokio_unstable)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `cfg_unstable` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `tokio_unstable`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/macros/cfg.rs:473:23
    |
473 |               #[cfg(all(tokio_unstable, feature = "tracing"))]
    |                         ^^^^^^^^^^^^^^
    |
   ::: /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/task/mod.rs:364:5
    |
364 | /     cfg_trace! {
365 | |         mod builder;
366 | |         pub use builder::Builder;
367 | |     }
    | |_____- 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(tokio_unstable)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `cfg_trace` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `tokio_unstable`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/task/spawn.rs:187:13
    |
187 |             tokio_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(tokio_unstable)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `tokio_taskdump`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/task/spawn.rs:188:13
    |
188 |             tokio_taskdump,
    |             ^^^^^^^^^^^^^^
    |
    = 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(tokio_taskdump)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_taskdump)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `tokio_unstable`
 --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/task/local.rs:4:7
  |
4 | #[cfg(tokio_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(tokio_unstable)'] }
  = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
  = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `loom`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/task/local.rs:1165:21
     |
1165 | #[cfg(all(test, not(loom)))]
     |                     ^^^^
     |
     = 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(loom)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(loom)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `tokio_unstable`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/macros/cfg.rs:483:19
    |
483 |               #[cfg(tokio_unstable)]
    |                     ^^^^^^^^^^^^^^
    |
   ::: /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/task/local.rs:751:1
    |
751 | / cfg_unstable! {
752 | |     impl LocalSet {
753 | |         /// Configure how the `LocalSet` responds to an unhandled panic on a
754 | |         /// spawned task.
...   |
844 | | }
    | |_- 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(tokio_unstable)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `cfg_unstable` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `tokio_unstable`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/task/local.rs:255:11
    |
255 |     #[cfg(tokio_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(tokio_unstable)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `tokio_unstable`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/task/local.rs:441:27
    |
441 |                     #[cfg(tokio_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(tokio_unstable)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `tokio_unstable`
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/macros/cfg.rs:483:19
     |
483  |               #[cfg(tokio_unstable)]
     |                     ^^^^^^^^^^^^^^
     |
    ::: /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/task/local.rs:1057:5
     |
1057 | /     cfg_unstable! {
1058 | |         fn unhandled_panic(&self) {
1059 | |             use crate::runtime::UnhandledPanic;
...    |
1080 | |     }
     | |_____- 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(tokio_unstable)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
     = note: see  for more information about checking conditional configuration
     = note: this warning originates in the macro `cfg_unstable` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `tokio_unstable`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/task/join_set.rs:13:7
   |
13 | #[cfg(tokio_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(tokio_unstable)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `tokio_unstable`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/task/join_set.rs:63:11
   |
63 | #[cfg(all(tokio_unstable, feature = "tracing"))]
   |           ^^^^^^^^^^^^^^
   |
   = 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(tokio_unstable)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `tokio_unstable`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/task/join_set.rs:574:11
    |
574 | #[cfg(all(tokio_unstable, feature = "tracing"))]
    |           ^^^^^^^^^^^^^^
    |
    = 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(tokio_unstable)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `tokio_unstable`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/task/join_set.rs:671:11
    |
671 | #[cfg(all(tokio_unstable, feature = "tracing"))]
    |           ^^^^^^^^^^^^^^
    |
    = 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(tokio_unstable)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `tokio_unstable`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/task/join_set.rs:111:15
    |
111 |     #[cfg(all(tokio_unstable, feature = "tracing"))]
    |               ^^^^^^^^^^^^^^
    |
    = 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(tokio_unstable)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `tokio_unstable`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/task/join_set.rs:303:11
    |
303 |     #[cfg(tokio_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(tokio_unstable)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `tokio_unstable`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/task/join_set.rs:341:11
    |
341 |     #[cfg(tokio_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(tokio_unstable)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `tokio_unstable`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/task/join_set.rs:474:11
    |
474 |     #[cfg(tokio_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(tokio_unstable)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `tokio_unstable`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/time/interval.rs:114:20
    |
114 | #[cfg_attr(not(all(tokio_unstable, feature = "tracing")), allow(unused_variables))]
    |                    ^^^^^^^^^^^^^^
    |
    = 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(tokio_unstable)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `tokio_unstable`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/time/interval.rs:403:15
    |
403 |     #[cfg(all(tokio_unstable, feature = "tracing"))]
    |               ^^^^^^^^^^^^^^
    |
    = 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(tokio_unstable)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `tokio_unstable`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/time/interval.rs:120:15
    |
120 |     #[cfg(all(tokio_unstable, feature = "tracing"))]
    |               ^^^^^^^^^^^^^^
    |
    = 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(tokio_unstable)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `tokio_unstable`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/time/interval.rs:135:15
    |
135 |     #[cfg(all(tokio_unstable, feature = "tracing"))]
    |               ^^^^^^^^^^^^^^
    |
    = 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(tokio_unstable)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `tokio_unstable`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/time/interval.rs:138:19
    |
138 |     #[cfg(not(all(tokio_unstable, feature = "tracing")))]
    |                   ^^^^^^^^^^^^^^
    |
    = 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(tokio_unstable)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `tokio_unstable`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/time/interval.rs:145:19
    |
145 |         #[cfg(all(tokio_unstable, feature = "tracing"))]
    |                   ^^^^^^^^^^^^^^
    |
    = 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(tokio_unstable)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `tokio_unstable`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/time/interval.rs:435:19
    |
435 |         #[cfg(all(tokio_unstable, feature = "tracing"))]
    |                   ^^^^^^^^^^^^^^
    |
    = 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(tokio_unstable)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `tokio_unstable`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/time/interval.rs:437:19
    |
437 |         #[cfg(all(tokio_unstable, feature = "tracing"))]
    |                   ^^^^^^^^^^^^^^
    |
    = 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(tokio_unstable)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `tokio_unstable`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/time/interval.rs:445:23
    |
445 |         #[cfg(not(all(tokio_unstable, feature = "tracing")))]
    |                       ^^^^^^^^^^^^^^
    |
    = 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(tokio_unstable)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `tokio_unstable`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/macros/cfg.rs:473:23
    |
473 |               #[cfg(all(tokio_unstable, feature = "tracing"))]
    |                         ^^^^^^^^^^^^^^
    |
   ::: /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/time/sleep.rs:236:1
    |
236 | / cfg_trace! {
237 | |     #[derive(Debug)]
238 | |     struct Inner {
239 | |         ctx: trace::AsyncOpTracingCtx,
240 | |     }
241 | | }
    | |_- 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(tokio_unstable)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `cfg_trace` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `tokio_unstable`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/macros/cfg.rs:493:27
    |
493 |               #[cfg(any(not(tokio_unstable), not(feature = "tracing")))]
    |                             ^^^^^^^^^^^^^^
    |
   ::: /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/time/sleep.rs:243:1
    |
243 | / cfg_not_trace! {
244 | |     #[derive(Debug)]
245 | |     struct Inner {
246 | |     }
247 | | }
    | |_- 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(tokio_unstable)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `cfg_not_trace` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `tokio_unstable`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/time/sleep.rs:250:24
    |
250 |     #[cfg_attr(not(all(tokio_unstable, feature = "tracing")), allow(unused_variables))]
    |                        ^^^^^^^^^^^^^^
    |
    = 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(tokio_unstable)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `tokio_unstable`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/time/sleep.rs:261:19
    |
261 |         #[cfg(all(tokio_unstable, feature = "tracing"))]
    |                   ^^^^^^^^^^^^^^
    |
    = 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(tokio_unstable)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `tokio_unstable`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/time/sleep.rs:302:23
    |
302 |         #[cfg(not(all(tokio_unstable, feature = "tracing")))]
    |                       ^^^^^^^^^^^^^^
    |
    = 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(tokio_unstable)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `tokio_unstable`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/time/sleep.rs:374:19
    |
374 |         #[cfg(all(tokio_unstable, feature = "tracing"))]
    |                   ^^^^^^^^^^^^^^
    |
    = 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(tokio_unstable)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `tokio_unstable`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/time/sleep.rs:407:19
    |
407 |         #[cfg(all(tokio_unstable, feature = "tracing"))]
    |                   ^^^^^^^^^^^^^^
    |
    = 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(tokio_unstable)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `tokio_unstable`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/time/sleep.rs:413:23
    |
413 |         #[cfg(any(not(tokio_unstable), not(feature = "tracing")))]
    |                       ^^^^^^^^^^^^^^
    |
    = 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(tokio_unstable)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `tokio_unstable`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/time/sleep.rs:421:19
    |
421 |         #[cfg(all(tokio_unstable, feature = "tracing"))]
    |                   ^^^^^^^^^^^^^^
    |
    = 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(tokio_unstable)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `tokio_unstable`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/time/sleep.rs:424:23
    |
424 |         #[cfg(any(not(tokio_unstable), not(feature = "tracing")))]
    |                       ^^^^^^^^^^^^^^
    |
    = 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(tokio_unstable)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `tokio_unstable`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/time/sleep.rs:442:19
    |
442 |         #[cfg(all(tokio_unstable, feature = "tracing"))]
    |                   ^^^^^^^^^^^^^^
    |
    = 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(tokio_unstable)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `tokio_unstable`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/time/sleep.rs:444:19
    |
444 |         #[cfg(all(tokio_unstable, feature = "tracing"))]
    |                   ^^^^^^^^^^^^^^
    |
    = 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(tokio_unstable)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `tokio_unstable`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/time/sleep.rs:446:19
    |
446 |         #[cfg(all(tokio_unstable, feature = "tracing"))]
    |                   ^^^^^^^^^^^^^^
    |
    = 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(tokio_unstable)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `tokio_unstable`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/macros/cfg.rs:404:17
    |
404 |                   tokio_unstable,
    |                   ^^^^^^^^^^^^^^
    |
   ::: /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/lib.rs:557:5
    |
557 | /     cfg_taskdump! {
558 | |         pub(crate) use crate::runtime::task::trace::trace_leaf;
559 | |     }
    | |_____- 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(tokio_unstable)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `cfg_taskdump` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `tokio_taskdump`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/macros/cfg.rs:405:17
    |
405 |                   tokio_taskdump,
    |                   ^^^^^^^^^^^^^^
    |
   ::: /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/lib.rs:557:5
    |
557 | /     cfg_taskdump! {
558 | |         pub(crate) use crate::runtime::task::trace::trace_leaf;
559 | |     }
    | |_____- 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(tokio_taskdump)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_taskdump)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `cfg_taskdump` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `tokio_unstable`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/macros/cfg.rs:423:17
    |
423 |                   tokio_unstable,
    |                   ^^^^^^^^^^^^^^
    |
   ::: /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/lib.rs:561:5
    |
561 | /     cfg_not_taskdump! {
562 | |         #[inline(always)]
563 | |         #[allow(dead_code)]
564 | |         pub(crate) fn trace_leaf(_: &mut std::task::Context<'_>) -> std::task::Poll<()> {
...   |
567 | |     }
    | |_____- 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(tokio_unstable)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `cfg_not_taskdump` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `tokio_taskdump`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/macros/cfg.rs:424:17
    |
424 |                   tokio_taskdump,
    |                   ^^^^^^^^^^^^^^
    |
   ::: /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/lib.rs:561:5
    |
561 | /     cfg_not_taskdump! {
562 | |         #[inline(always)]
563 | |         #[allow(dead_code)]
564 | |         pub(crate) fn trace_leaf(_: &mut std::task::Context<'_>) -> std::task::Poll<()> {
...   |
567 | |     }
    | |_____- 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(tokio_taskdump)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_taskdump)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `cfg_not_taskdump` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `fuzzing`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/util/linked_list.rs:468:17
    |
468 | #[cfg(any(test, fuzzing))]
    |                 ^^^^^^^
    |
    = 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(fuzzing)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(fuzzing)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `tokio_unstable`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/macros/cfg.rs:404:17
    |
404 |                   tokio_unstable,
    |                   ^^^^^^^^^^^^^^
    |
   ::: /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/util/linked_list.rs:297:1
    |
297 | / cfg_taskdump! {
298 | |     impl LinkedList {
299 | |         pub(crate) fn for_each(&mut self, mut f: F)
300 | |         where
...   |
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(tokio_unstable)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `cfg_taskdump` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `tokio_taskdump`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/macros/cfg.rs:405:17
    |
405 |                   tokio_taskdump,
    |                   ^^^^^^^^^^^^^^
    |
   ::: /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/util/linked_list.rs:297:1
    |
297 | / cfg_taskdump! {
298 | |     impl LinkedList {
299 | |         pub(crate) fn for_each(&mut self, mut f: F)
300 | |         where
...   |
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(tokio_taskdump)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_taskdump)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `cfg_taskdump` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `tokio_unstable`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/macros/cfg.rs:404:17
    |
404 |                   tokio_unstable,
    |                   ^^^^^^^^^^^^^^
    |
   ::: /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/util/sharded_list.rs:134:1
    |
134 | / cfg_taskdump! {
135 | |     impl ShardedList {
136 | |         pub(crate) fn for_each(&self, mut f: F)
137 | |         where
...   |
149 | | }
    | |_- 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(tokio_unstable)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `cfg_taskdump` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `tokio_taskdump`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/macros/cfg.rs:405:17
    |
405 |                   tokio_taskdump,
    |                   ^^^^^^^^^^^^^^
    |
   ::: /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/util/sharded_list.rs:134:1
    |
134 | / cfg_taskdump! {
135 | |     impl ShardedList {
136 | |         pub(crate) fn for_each(&self, mut f: F)
137 | |         where
...   |
149 | | }
    | |_- 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(tokio_taskdump)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_taskdump)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `cfg_taskdump` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `tokio_unstable`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/macros/cfg.rs:483:19
    |
483 |               #[cfg(tokio_unstable)]
    |                     ^^^^^^^^^^^^^^
    |
   ::: /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/util/rand.rs:5:5
    |
5   | /     cfg_unstable! {
6   | |         mod rt_unstable;
7   | |     }
    | |_____- 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(tokio_unstable)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `cfg_unstable` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `loom`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/util/idle_notified_set.rs:492:21
    |
492 | #[cfg(all(test, not(loom)))]
    |                     ^^^^
    |
    = 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(loom)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(loom)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `loom`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/util/rc_cell.rs:12:19
   |
12 |     #[cfg(not(all(loom, test)))]
   |                   ^^^^
   |
   = 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(loom)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(loom)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `loom`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/util/rc_cell.rs:20:15
   |
20 |     #[cfg(all(loom, test))]
   |               ^^^^
   |
   = 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(loom)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(loom)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `loom`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/util/try_lock.rs:33:15
   |
33 |     #[cfg(not(loom))]
   |               ^^^^
   |
   = 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(loom)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(loom)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `loom`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/util/try_lock.rs:39:11
   |
39 |     #[cfg(loom)]
   |           ^^^^
   |
   = 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(loom)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(loom)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `tokio_unstable`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/macros/cfg.rs:473:23
    |
473 |               #[cfg(all(tokio_unstable, feature = "tracing"))]
    |                         ^^^^^^^^^^^^^^
    |
   ::: /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/util/trace.rs:1:1
    |
1   | / cfg_trace! {
2   | |     cfg_rt! {
3   | |         use core::{
4   | |             pin::Pin,
...   |
86  | | }
    | |_- 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(tokio_unstable)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `cfg_trace` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `tokio_unstable`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/macros/cfg.rs:493:27
    |
493 |               #[cfg(any(not(tokio_unstable), not(feature = "tracing")))]
    |                             ^^^^^^^^^^^^^^
    |
   ::: /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/util/trace.rs:97:1
    |
97  | / cfg_not_trace! {
98  | |     cfg_rt! {
99  | |         #[inline]
100 | |         pub(crate) fn task(task: F, _: &'static str, _name: Option<&str>, _: u64) -> F {
...   |
105 | | }
    | |_- 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(tokio_unstable)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
    = note: see  for more information about checking conditional configuration
    = note: this warning originates in the macro `cfg_not_trace` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unexpected `cfg` condition name: `tokio_unstable`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/util/trace.rs:90:19
   |
90 |         #[cfg(all(tokio_unstable, feature = "tracing"))]
   |                   ^^^^^^^^^^^^^^
   |
   = 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(tokio_unstable)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `tokio_unstable`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/util/trace.rs:92:23
   |
92 |         #[cfg(not(all(tokio_unstable, feature = "tracing")))]
   |                       ^^^^^^^^^^^^^^
   |
   = 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(tokio_unstable)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");` to the top of the `build.rs`
   = note: see  for more information about checking conditional configuration

warning: struct `AbortOnPanic` is never constructed
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/tokio-1.37.0/src/runtime/scheduler/multi_thread/worker.rs:453:12
    |
453 |     struct AbortOnPanic;
    |            ^^^^^^^^^^^^
    |
    = note: `#[warn(dead_code)]` on by default

       Fresh semver v0.11.0
       Fresh console v0.15.0
warning: field `read` is never read
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/console-0.15.0/src/term.rs:25:5
   |
24 | pub struct ReadWritePair {
   |            ------------- field in this struct
25 |     read: Arc>,
   |     ^^^^
   |
   = note: `ReadWritePair` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
   = note: `#[warn(dead_code)]` on by default

       Fresh mio v0.7.14
warning: unexpected `cfg` condition name: `features`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/mio-0.7.14/src/lib.rs:177:42
    |
177 |     #![cfg_attr(all(feature = "os-poll", features = "net"), doc = "```")]
    |                                          ^^^^^^^^^^^^^^^^
    |
    = note: see  for more information about checking conditional configuration
    = note: `#[warn(unexpected_cfgs)]` on by default
help: there is a config with a similar name and value
    |
177 -     #![cfg_attr(all(feature = "os-poll", features = "net"), doc = "```")]
177 +     #![cfg_attr(all(feature = "os-poll", feature = "net"), doc = "```")]
    |

warning: unexpected `cfg` condition name: `features`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/mio-0.7.14/src/lib.rs:178:46
    |
178 |     #![cfg_attr(not(all(feature = "os-poll", features = "net")), doc = "```ignore")]
    |                                              ^^^^^^^^^^^^^^^^
    |
    = note: see  for more information about checking conditional configuration
help: there is a config with a similar name and value
    |
178 -     #![cfg_attr(not(all(feature = "os-poll", features = "net")), doc = "```ignore")]
178 +     #![cfg_attr(not(all(feature = "os-poll", feature = "net")), doc = "```ignore")]
    |

warning: unexpected `cfg` condition name: `features`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/mio-0.7.14/src/lib.rs:216:42
    |
216 |     #![cfg_attr(all(feature = "os-poll", features = "net"), doc = "```")]
    |                                          ^^^^^^^^^^^^^^^^
    |
    = note: see  for more information about checking conditional configuration
help: there is a config with a similar name and value
    |
216 -     #![cfg_attr(all(feature = "os-poll", features = "net"), doc = "```")]
216 +     #![cfg_attr(all(feature = "os-poll", feature = "net"), doc = "```")]
    |

warning: unexpected `cfg` condition name: `features`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/mio-0.7.14/src/lib.rs:217:46
    |
217 |     #![cfg_attr(not(all(feature = "os-poll", features = "net")), doc = "```ignore")]
    |                                              ^^^^^^^^^^^^^^^^
    |
    = note: see  for more information about checking conditional configuration
help: there is a config with a similar name and value
    |
217 -     #![cfg_attr(not(all(feature = "os-poll", features = "net")), doc = "```ignore")]
217 +     #![cfg_attr(not(all(feature = "os-poll", feature = "net")), doc = "```ignore")]
    |

warning: unexpected `cfg` condition name: `features`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/mio-0.7.14/src/poll.rs:33:37
   |
33 | #[cfg_attr(all(feature = "os-poll", features = "net"), doc = "```")]
   |                                     ^^^^^^^^^^^^^^^^
   |
   = note: see  for more information about checking conditional configuration
help: there is a config with a similar name and value
   |
33 - #[cfg_attr(all(feature = "os-poll", features = "net"), doc = "```")]
33 + #[cfg_attr(all(feature = "os-poll", feature = "net"), doc = "```")]
   |

warning: unexpected `cfg` condition name: `features`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/mio-0.7.14/src/poll.rs:34:41
   |
34 | #[cfg_attr(not(all(feature = "os-poll", features = "net")), doc = "```ignore")]
   |                                         ^^^^^^^^^^^^^^^^
   |
   = note: see  for more information about checking conditional configuration
help: there is a config with a similar name and value
   |
34 - #[cfg_attr(not(all(feature = "os-poll", features = "net")), doc = "```ignore")]
34 + #[cfg_attr(not(all(feature = "os-poll", feature = "net")), doc = "```ignore")]
   |

warning: unexpected `cfg` condition name: `features`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/mio-0.7.14/src/poll.rs:130:37
    |
130 | #[cfg_attr(all(feature = "os-poll", features = "net"), doc = "```")]
    |                                     ^^^^^^^^^^^^^^^^
    |
    = note: see  for more information about checking conditional configuration
help: there is a config with a similar name and value
    |
130 - #[cfg_attr(all(feature = "os-poll", features = "net"), doc = "```")]
130 + #[cfg_attr(all(feature = "os-poll", feature = "net"), doc = "```")]
    |

warning: unexpected `cfg` condition name: `features`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/mio-0.7.14/src/poll.rs:131:41
    |
131 | #[cfg_attr(not(all(feature = "os-poll", features = "net")), doc = "```ignore")]
    |                                         ^^^^^^^^^^^^^^^^
    |
    = note: see  for more information about checking conditional configuration
help: there is a config with a similar name and value
    |
131 - #[cfg_attr(not(all(feature = "os-poll", features = "net")), doc = "```ignore")]
131 + #[cfg_attr(not(all(feature = "os-poll", feature = "net")), doc = "```ignore")]
    |

warning: unexpected `cfg` condition name: `features`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/mio-0.7.14/src/poll.rs:263:41
    |
263 |     #[cfg_attr(all(feature = "os-poll", features = "net"), doc = "```")]
    |                                         ^^^^^^^^^^^^^^^^
    |
    = note: see  for more information about checking conditional configuration
help: there is a config with a similar name and value
    |
263 -     #[cfg_attr(all(feature = "os-poll", features = "net"), doc = "```")]
263 +     #[cfg_attr(all(feature = "os-poll", feature = "net"), doc = "```")]
    |

warning: unexpected `cfg` condition name: `features`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/mio-0.7.14/src/poll.rs:264:45
    |
264 |     #[cfg_attr(not(all(feature = "os-poll", features = "net")), doc = "```ignore")]
    |                                             ^^^^^^^^^^^^^^^^
    |
    = note: see  for more information about checking conditional configuration
help: there is a config with a similar name and value
    |
264 -     #[cfg_attr(not(all(feature = "os-poll", features = "net")), doc = "```ignore")]
264 +     #[cfg_attr(not(all(feature = "os-poll", feature = "net")), doc = "```ignore")]
    |

warning: unexpected `cfg` condition name: `features`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/mio-0.7.14/src/poll.rs:428:41
    |
428 |     #[cfg_attr(all(feature = "os-poll", features = "net"), doc = "```")]
    |                                         ^^^^^^^^^^^^^^^^
    |
    = note: see  for more information about checking conditional configuration
help: there is a config with a similar name and value
    |
428 -     #[cfg_attr(all(feature = "os-poll", features = "net"), doc = "```")]
428 +     #[cfg_attr(all(feature = "os-poll", feature = "net"), doc = "```")]
    |

warning: unexpected `cfg` condition name: `features`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/mio-0.7.14/src/poll.rs:429:45
    |
429 |     #[cfg_attr(not(all(feature = "os-poll", features = "net")), doc = "```ignore")]
    |                                             ^^^^^^^^^^^^^^^^
    |
    = note: see  for more information about checking conditional configuration
help: there is a config with a similar name and value
    |
429 -     #[cfg_attr(not(all(feature = "os-poll", features = "net")), doc = "```ignore")]
429 +     #[cfg_attr(not(all(feature = "os-poll", feature = "net")), doc = "```ignore")]
    |

warning: unexpected `cfg` condition name: `features`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/mio-0.7.14/src/poll.rs:506:41
    |
506 |     #[cfg_attr(all(feature = "os-poll", features = "net"), doc = "```")]
    |                                         ^^^^^^^^^^^^^^^^
    |
    = note: see  for more information about checking conditional configuration
help: there is a config with a similar name and value
    |
506 -     #[cfg_attr(all(feature = "os-poll", features = "net"), doc = "```")]
506 +     #[cfg_attr(all(feature = "os-poll", feature = "net"), doc = "```")]
    |

warning: unexpected `cfg` condition name: `features`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/mio-0.7.14/src/poll.rs:507:45
    |
507 |     #[cfg_attr(not(all(feature = "os-poll", features = "net")), doc = "```ignore")]
    |                                             ^^^^^^^^^^^^^^^^
    |
    = note: see  for more information about checking conditional configuration
help: there is a config with a similar name and value
    |
507 -     #[cfg_attr(not(all(feature = "os-poll", features = "net")), doc = "```ignore")]
507 +     #[cfg_attr(not(all(feature = "os-poll", feature = "net")), doc = "```ignore")]
    |

warning: unexpected `cfg` condition name: `features`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/mio-0.7.14/src/poll.rs:573:41
    |
573 |     #[cfg_attr(all(feature = "os-poll", features = "net"), doc = "```")]
    |                                         ^^^^^^^^^^^^^^^^
    |
    = note: see  for more information about checking conditional configuration
help: there is a config with a similar name and value
    |
573 -     #[cfg_attr(all(feature = "os-poll", features = "net"), doc = "```")]
573 +     #[cfg_attr(all(feature = "os-poll", feature = "net"), doc = "```")]
    |

warning: unexpected `cfg` condition name: `features`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/mio-0.7.14/src/poll.rs:574:45
    |
574 |     #[cfg_attr(not(all(feature = "os-poll", features = "net")), doc = "```ignore")]
    |                                             ^^^^^^^^^^^^^^^^
    |
    = note: see  for more information about checking conditional configuration
help: there is a config with a similar name and value
    |
574 -     #[cfg_attr(not(all(feature = "os-poll", features = "net")), doc = "```ignore")]
574 +     #[cfg_attr(not(all(feature = "os-poll", feature = "net")), doc = "```ignore")]
    |

warning: unexpected `cfg` condition name: `features`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/mio-0.7.14/src/sys/unix/sourcefd.rs:28:37
   |
28 | #[cfg_attr(all(feature = "os-poll", features = "net"), doc = "```")]
   |                                     ^^^^^^^^^^^^^^^^
   |
   = note: see  for more information about checking conditional configuration
help: there is a config with a similar name and value
   |
28 - #[cfg_attr(all(feature = "os-poll", features = "net"), doc = "```")]
28 + #[cfg_attr(all(feature = "os-poll", feature = "net"), doc = "```")]
   |

warning: unexpected `cfg` condition name: `features`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/mio-0.7.14/src/sys/unix/sourcefd.rs:29:41
   |
29 | #[cfg_attr(not(all(feature = "os-poll", features = "net")), doc = "```ignore")]
   |                                         ^^^^^^^^^^^^^^^^
   |
   = note: see  for more information about checking conditional configuration
help: there is a config with a similar name and value
   |
29 - #[cfg_attr(not(all(feature = "os-poll", features = "net")), doc = "```ignore")]
29 + #[cfg_attr(not(all(feature = "os-poll", feature = "net")), doc = "```ignore")]
   |

warning: unexpected `cfg` condition name: `features`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/mio-0.7.14/src/sys/unix/sourcefd.rs:54:37
   |
54 | #[cfg_attr(all(feature = "os-poll", features = "os-ext"), doc = "```")]
   |                                     ^^^^^^^^^^^^^^^^^^^
   |
   = note: see  for more information about checking conditional configuration
help: there is a config with a similar name and value
   |
54 - #[cfg_attr(all(feature = "os-poll", features = "os-ext"), doc = "```")]
54 + #[cfg_attr(all(feature = "os-poll", feature = "os-ext"), doc = "```")]
   |

warning: unexpected `cfg` condition name: `features`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/mio-0.7.14/src/sys/unix/sourcefd.rs:55:41
   |
55 | #[cfg_attr(not(all(feature = "os-poll", features = "os-ext")), doc = "```ignore")]
   |                                         ^^^^^^^^^^^^^^^^^^^
   |
   = note: see  for more information about checking conditional configuration
help: there is a config with a similar name and value
   |
55 - #[cfg_attr(not(all(feature = "os-poll", features = "os-ext")), doc = "```ignore")]
55 + #[cfg_attr(not(all(feature = "os-poll", feature = "os-ext")), doc = "```ignore")]
   |

warning: unexpected `cfg` condition name: `features`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/mio-0.7.14/src/token.rs:20:37
   |
20 | #[cfg_attr(all(feature = "os-poll", features = "net"), doc = "```")]
   |                                     ^^^^^^^^^^^^^^^^
   |
   = note: see  for more information about checking conditional configuration
help: there is a config with a similar name and value
   |
20 - #[cfg_attr(all(feature = "os-poll", features = "net"), doc = "```")]
20 + #[cfg_attr(all(feature = "os-poll", feature = "net"), doc = "```")]
   |

warning: unexpected `cfg` condition name: `features`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/mio-0.7.14/src/token.rs:21:41
   |
21 | #[cfg_attr(not(all(feature = "os-poll", features = "net")), doc = "```ignore")]
   |                                         ^^^^^^^^^^^^^^^^
   |
   = note: see  for more information about checking conditional configuration
help: there is a config with a similar name and value
   |
21 - #[cfg_attr(not(all(feature = "os-poll", features = "net")), doc = "```ignore")]
21 + #[cfg_attr(not(all(feature = "os-poll", feature = "net")), doc = "```ignore")]
   |

warning: unexpected `cfg` condition name: `features`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/mio-0.7.14/src/event/source.rs:41:37
   |
41 | #[cfg_attr(all(feature = "os-poll", features = "net"), doc = "```")]
   |                                     ^^^^^^^^^^^^^^^^
   |
   = note: see  for more information about checking conditional configuration
help: there is a config with a similar name and value
   |
41 - #[cfg_attr(all(feature = "os-poll", features = "net"), doc = "```")]
41 + #[cfg_attr(all(feature = "os-poll", feature = "net"), doc = "```")]
   |

warning: unexpected `cfg` condition name: `features`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/mio-0.7.14/src/event/source.rs:42:41
   |
42 | #[cfg_attr(not(all(feature = "os-poll", features = "net")), doc = "```ignore")]
   |                                         ^^^^^^^^^^^^^^^^
   |
   = note: see  for more information about checking conditional configuration
help: there is a config with a similar name and value
   |
42 - #[cfg_attr(not(all(feature = "os-poll", features = "net")), doc = "```ignore")]
42 + #[cfg_attr(not(all(feature = "os-poll", feature = "net")), doc = "```ignore")]
   |

       Fresh close_fds v0.3.2
       Fresh daemonize v0.5.0
       Fresh lev_distance v0.1.1
       Fresh ansi_term v0.12.1
warning: associated type `wstr` should have an upper camel case name
 --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/ansi_term-0.12.1/src/write.rs:6:10
  |
6 |     type wstr: ?Sized;
  |          ^^^^ help: convert the identifier to upper camel case (notice the capitalization): `Wstr`
  |
  = note: `#[warn(non_camel_case_types)]` on by default

warning: unused import: `windows::*`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/ansi_term-0.12.1/src/lib.rs:266:9
    |
266 | pub use windows::*;
    |         ^^^^^^^^^^
    |
    = note: `#[warn(unused_imports)]` on by default

warning: trait objects without an explicit `dyn` are deprecated
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/ansi_term-0.12.1/src/write.rs:15:23
   |
15 | impl<'a> AnyWrite for fmt::Write + 'a {
   |                       ^^^^^^^^^^^^^^^
   |
   = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
   = note: for more information, see 
   = note: `#[warn(bare_trait_objects)]` on by default
help: if this is a dyn-compatible trait, use `dyn`
   |
15 | impl<'a> AnyWrite for dyn fmt::Write + 'a {
   |                       +++
help: alternatively use a blanket implementation to implement `AnyWrite` for all types that also implement `fmt::Write + 'a`
   |
15 - impl<'a> AnyWrite for fmt::Write + 'a {
15 + impl<'a, T: fmt::Write + 'a> AnyWrite for T {
   |

warning: trait objects without an explicit `dyn` are deprecated
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/ansi_term-0.12.1/src/write.rs:29:23
   |
29 | impl<'a> AnyWrite for io::Write + 'a {
   |                       ^^^^^^^^^^^^^^
   |
   = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
   = note: for more information, see 
help: if this is a dyn-compatible trait, use `dyn`
   |
29 | impl<'a> AnyWrite for dyn io::Write + 'a {
   |                       +++
help: alternatively use a blanket implementation to implement `AnyWrite` for all types that also implement `io::Write + 'a`
   |
29 - impl<'a> AnyWrite for io::Write + 'a {
29 + impl<'a, T: io::Write + 'a> AnyWrite for T {
   |

warning: trait objects without an explicit `dyn` are deprecated
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/ansi_term-0.12.1/src/ansi.rs:279:21
    |
279 |         let f: &mut fmt::Write = f;
    |                     ^^^^^^^^^^
    |
    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
    = note: for more information, see 
help: if this is a dyn-compatible trait, use `dyn`
    |
279 |         let f: &mut dyn fmt::Write = f;
    |                     +++

warning: trait objects without an explicit `dyn` are deprecated
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/ansi_term-0.12.1/src/ansi.rs:291:29
    |
291 |                 let f: &mut fmt::Write = f;
    |                             ^^^^^^^^^^
    |
    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
    = note: for more information, see 
help: if this is a dyn-compatible trait, use `dyn`
    |
291 |                 let f: &mut dyn fmt::Write = f;
    |                             +++

warning: trait objects without an explicit `dyn` are deprecated
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/ansi_term-0.12.1/src/ansi.rs:295:29
    |
295 |                 let f: &mut fmt::Write = f;
    |                             ^^^^^^^^^^
    |
    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
    = note: for more information, see 
help: if this is a dyn-compatible trait, use `dyn`
    |
295 |                 let f: &mut dyn fmt::Write = f;
    |                             +++

warning: trait objects without an explicit `dyn` are deprecated
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/ansi_term-0.12.1/src/ansi.rs:308:21
    |
308 |         let f: &mut fmt::Write = f;
    |                     ^^^^^^^^^^
    |
    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
    = note: for more information, see 
help: if this is a dyn-compatible trait, use `dyn`
    |
308 |         let f: &mut dyn fmt::Write = f;
    |                     +++

warning: trait objects without an explicit `dyn` are deprecated
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/ansi_term-0.12.1/src/display.rs:201:21
    |
201 |         let w: &mut fmt::Write = f;
    |                     ^^^^^^^^^^
    |
    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
    = note: for more information, see 
help: if this is a dyn-compatible trait, use `dyn`
    |
201 |         let w: &mut dyn fmt::Write = f;
    |                     +++

warning: trait objects without an explicit `dyn` are deprecated
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/ansi_term-0.12.1/src/display.rs:210:21
    |
210 |         let w: &mut io::Write = w;
    |                     ^^^^^^^^^
    |
    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
    = note: for more information, see 
help: if this is a dyn-compatible trait, use `dyn`
    |
210 |         let w: &mut dyn io::Write = w;
    |                     +++

warning: trait objects without an explicit `dyn` are deprecated
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/ansi_term-0.12.1/src/display.rs:229:21
    |
229 |         let f: &mut fmt::Write = f;
    |                     ^^^^^^^^^^
    |
    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
    = note: for more information, see 
help: if this is a dyn-compatible trait, use `dyn`
    |
229 |         let f: &mut dyn fmt::Write = f;
    |                     +++

warning: trait objects without an explicit `dyn` are deprecated
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/ansi_term-0.12.1/src/display.rs:239:21
    |
239 |         let w: &mut io::Write = w;
    |                     ^^^^^^^^^
    |
    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
    = note: for more information, see 
help: if this is a dyn-compatible trait, use `dyn`
    |
239 |         let w: &mut dyn io::Write = w;
    |                     +++

       Fresh highway v0.6.4
       Fresh shell-words v1.1.0
       Fresh cassowary v0.3.0
warning: use of deprecated macro `try`: use the `?` operator instead
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/cassowary-0.3.0/src/solver_impl.rs:77:13
   |
77 |             try!(self.add_constraint(constraint.clone()));
   |             ^^^
   |
   = note: `#[warn(deprecated)]` on by default

warning: use of deprecated macro `try`: use the `?` operator instead
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/cassowary-0.3.0/src/solver_impl.rs:135:9
    |
135 |         try!(self.optimise(&objective).map_err(|e| AddConstraintError::InternalSolverError(e.0)));
    |         ^^^

warning: use of deprecated macro `try`: use the `?` operator instead
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/cassowary-0.3.0/src/solver_impl.rs:115:17
    |
115 |             if !try!(self.add_with_artificial_variable(&row)
    |                 ^^^

warning: use of deprecated macro `try`: use the `?` operator instead
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/cassowary-0.3.0/src/solver_impl.rs:163:9
    |
163 |         try!(self.optimise(&objective).map_err(|e| RemoveConstraintError::InternalSolverError(e.0)));
    |         ^^^

warning: use of deprecated macro `try`: use the `?` operator instead
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/cassowary-0.3.0/src/solver_impl.rs:141:19
    |
141 |         let tag = try!(self.cns.remove(constraint).ok_or(RemoveConstraintError::UnknownConstraint));
    |                   ^^^

warning: use of deprecated macro `try`: use the `?` operator instead
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/cassowary-0.3.0/src/solver_impl.rs:151:38
    |
151 |             let (leaving, mut row) = try!(self.get_marker_leaving_row(tag.marker)
    |                                      ^^^

warning: use of deprecated macro `try`: use the `?` operator instead
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/cassowary-0.3.0/src/solver_impl.rs:215:13
    |
215 |             try!(self.remove_constraint(&constraint)
    |             ^^^

warning: use of deprecated macro `try`: use the `?` operator instead
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/cassowary-0.3.0/src/solver_impl.rs:286:9
    |
286 |         try!(self.dual_optimise().map_err(|e| SuggestValueError::InternalSolverError(e.0)));
    |         ^^^

warning: use of deprecated macro `try`: use the `?` operator instead
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/cassowary-0.3.0/src/solver_impl.rs:239:24
    |
239 |             let info = try!(self.edits.get_mut(&variable).ok_or(SuggestValueError::UnknownEditVariable));
    |                        ^^^

warning: use of deprecated macro `try`: use the `?` operator instead
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/cassowary-0.3.0/src/solver_impl.rs:497:9
    |
497 |         try!(self.optimise(&artificial));
    |         ^^^

warning: use of deprecated macro `try`: use the `?` operator instead
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/cassowary-0.3.0/src/solver_impl.rs:560:38
    |
560 |             let (leaving, mut row) = try!(self.get_leaving_row(entering)
    |                                      ^^^

warning: use of deprecated constant `std::sync::atomic::ATOMIC_USIZE_INIT`: the `new` function is now preferred
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/cassowary-0.3.0/src/lib.rs:235:77
    |
235 | static VARIABLE_ID: ::std::sync::atomic::AtomicUsize = ::std::sync::atomic::ATOMIC_USIZE_INIT;
    |                                                                             ^^^^^^^^^^^^^^^^^
    |
help: replace the use of the deprecated constant
    |
235 - static VARIABLE_ID: ::std::sync::atomic::AtomicUsize = ::std::sync::atomic::ATOMIC_USIZE_INIT;
235 + static VARIABLE_ID: ::std::sync::atomic::AtomicUsize = ::std::sync::atomic::AtomicUsize::new(0);
    |

       Fresh base64 v0.13.0
warning: unexpected `cfg` condition value: `cargo-clippy`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/base64-0.13.0/src/lib.rs:60:13
   |
60 | #![cfg_attr(feature = "cargo-clippy", allow(clippy::cast_lossless))]
   |             ^^^^^^^^^^^^^^^^^^^^^^^^
   |
   = note: expected values for `feature` are: `alloc`, `default`, and `std`
   = help: consider adding `cargo-clippy` as a feature in `Cargo.toml`
   = note: see  for more information about checking conditional configuration
note: the lint level is defined here
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/base64-0.13.0/src/lib.rs:69:5
   |
69 |     warnings
   |     ^^^^^^^^
   = note: `#[warn(unexpected_cfgs)]` implied by `#[warn(warnings)]`

       Fresh humantime v2.1.0
warning: unexpected `cfg` condition value: `cloudabi`
 --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/humantime-2.1.0/src/date.rs:6:7
  |
6 | #[cfg(target_os="cloudabi")]
  |       ^^^^^^^^^^^^^^^^^^^^
  |
  = 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
  = note: `#[warn(unexpected_cfgs)]` on by default

warning: unexpected `cfg` condition value: `cloudabi`
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/humantime-2.1.0/src/date.rs:14:9
   |
14 |     not(target_os="cloudabi"),
   |         ^^^^^^^^^^^^^^^^^^^^
   |
   = 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: `yaml-rust` (lib) generated 6 warnings
warning: `inventory` (lib) generated 2 warnings
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=zellij_utils CARGO_MANIFEST_DIR=/magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/zellij-utils CARGO_MANIFEST_PATH=/magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/zellij-utils/Cargo.toml CARGO_PKG_AUTHORS='Kunal Mohan ' CARGO_PKG_DESCRIPTION='A utility library for Zellij client and server' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=zellij-utils CARGO_PKG_README='' CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.42.2 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=42 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/sysutils/zellij/work/target/release/deps OUT_DIR=/magus/work/usr/mports/sysutils/zellij/work/target/x86_64-unknown-freebsd/release/build/zellij-utils-6d61329d29619873/out /usr/local/bin/rustc --crate-name zellij_utils --edition=2021 zellij-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C panic=abort -C linker-plugin-lto -C codegen-units=1 --cfg 'feature="plugins_from_target"' --cfg 'feature="vendored_curl"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("disable_automatic_asset_installation", "plugins_from_target", "unstable", "vendored_curl"))' -C metadata=aae9361de154d26b -C extra-filename=-e297e32eb9c4b0c0 --out-dir /magus/work/usr/mports/sysutils/zellij/work/target/x86_64-unknown-freebsd/release/deps --target x86_64-unknown-freebsd -C linker=cc -C strip=symbols -L dependency=/magus/work/usr/mports/sysutils/zellij/work/target/x86_64-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/sysutils/zellij/work/target/release/deps --extern anyhow=/magus/work/usr/mports/sysutils/zellij/work/target/x86_64-unknown-freebsd/release/deps/libanyhow-f1c03c0607b63e7a.rmeta --extern async_std=/magus/work/usr/mports/sysutils/zellij/work/target/x86_64-unknown-freebsd/release/deps/libasync_std-f303a9b3a9b8c9c3.rmeta --extern backtrace=/magus/work/usr/mports/sysutils/zellij/work/target/x86_64-unknown-freebsd/release/deps/libbacktrace-7c55fe1a2f3cba88.rmeta --extern bitflags=/magus/work/usr/mports/sysutils/zellij/work/target/x86_64-unknown-freebsd/release/deps/libbitflags-9952c90e80a60f0d.rmeta --extern clap=/magus/work/usr/mports/sysutils/zellij/work/target/x86_64-unknown-freebsd/release/deps/libclap-a654795f0710492d.rmeta --extern clap_complete=/magus/work/usr/mports/sysutils/zellij/work/target/x86_64-unknown-freebsd/release/deps/libclap_complete-1aa41a0ae4cb62d3.rmeta --extern colored=/magus/work/usr/mports/sysutils/zellij/work/target/x86_64-unknown-freebsd/release/deps/libcolored-dc812cea8776dc4d.rmeta --extern colorsys=/magus/work/usr/mports/sysutils/zellij/work/target/x86_64-unknown-freebsd/release/deps/libcolorsys-af0a4f081784572b.rmeta --extern crossbeam=/magus/work/usr/mports/sysutils/zellij/work/target/x86_64-unknown-freebsd/release/deps/libcrossbeam-6a35dfe445b5b992.rmeta --extern curl_sys=/magus/work/usr/mports/sysutils/zellij/work/target/x86_64-unknown-freebsd/release/deps/libcurl_sys-ca79e9cae740e680.rmeta --extern directories=/magus/work/usr/mports/sysutils/zellij/work/target/x86_64-unknown-freebsd/release/deps/libdirectories-10e6cc3b71a347e8.rmeta --extern include_dir=/magus/work/usr/mports/sysutils/zellij/work/target/x86_64-unknown-freebsd/release/deps/libinclude_dir-d29eac238614ce89.rmeta --extern interprocess=/magus/work/usr/mports/sysutils/zellij/work/target/x86_64-unknown-freebsd/release/deps/libinterprocess-4058a07b13661067.rmeta --extern isahc=/magus/work/usr/mports/sysutils/zellij/work/target/x86_64-unknown-freebsd/release/deps/libisahc-390441987e2b48ff.rmeta --extern kdl=/magus/work/usr/mports/sysutils/zellij/work/target/x86_64-unknown-freebsd/release/deps/libkdl-4979b101e842e88b.rmeta --extern lazy_static=/magus/work/usr/mports/sysutils/zellij/work/target/x86_64-unknown-freebsd/release/deps/liblazy_static-4078a9fc1cb9107d.rmeta --extern log=/magus/work/usr/mports/sysutils/zellij/work/target/x86_64-unknown-freebsd/release/deps/liblog-499826c882c4a50b.rmeta --extern log4rs=/magus/work/usr/mports/sysutils/zellij/work/target/x86_64-unknown-freebsd/release/deps/liblog4rs-0cd87518037a90a1.rmeta --extern miette=/magus/work/usr/mports/sysutils/zellij/work/target/x86_64-unknown-freebsd/release/deps/libmiette-43b571843515f115.rmeta --extern nix=/magus/work/usr/mports/sysutils/zellij/work/target/x86_64-unknown-freebsd/release/deps/libnix-f14e9907d636ae47.rmeta --extern openssl_sys=/magus/work/usr/mports/sysutils/zellij/work/target/x86_64-unknown-freebsd/release/deps/libopenssl_sys-9140b00d5d62dbc2.rmeta --extern percent_encoding=/magus/work/usr/mports/sysutils/zellij/work/target/x86_64-unknown-freebsd/release/deps/libpercent_encoding-d433f86f57ec1a04.rmeta --extern prost=/magus/work/usr/mports/sysutils/zellij/work/target/x86_64-unknown-freebsd/release/deps/libprost-389ed4566ce0405e.rmeta --extern rmp_serde=/magus/work/usr/mports/sysutils/zellij/work/target/x86_64-unknown-freebsd/release/deps/librmp_serde-361afc14d8a619d2.rmeta --extern serde=/magus/work/usr/mports/sysutils/zellij/work/target/x86_64-unknown-freebsd/release/deps/libserde-81f35e39c721dc10.rmeta --extern serde_json=/magus/work/usr/mports/sysutils/zellij/work/target/x86_64-unknown-freebsd/release/deps/libserde_json-5fee6f5c63e60800.rmeta --extern shellexpand=/magus/work/usr/mports/sysutils/zellij/work/target/x86_64-unknown-freebsd/release/deps/libshellexpand-c617a58cbc40c359.rmeta --extern strip_ansi_escapes=/magus/work/usr/mports/sysutils/zellij/work/target/x86_64-unknown-freebsd/release/deps/libstrip_ansi_escapes-c713780bcb48b138.rmeta --extern strum=/magus/work/usr/mports/sysutils/zellij/work/target/x86_64-unknown-freebsd/release/deps/libstrum-a8e7d9bc2cae425b.rmeta --extern strum_macros=/magus/work/usr/mports/sysutils/zellij/work/target/release/deps/libstrum_macros-aa820d6179de6056.so --extern tempfile=/magus/work/usr/mports/sysutils/zellij/work/target/x86_64-unknown-freebsd/release/deps/libtempfile-a475e2f57edf2af6.rmeta --extern termwiz=/magus/work/usr/mports/sysutils/zellij/work/target/x86_64-unknown-freebsd/release/deps/libtermwiz-b0417460cc5d665c.rmeta --extern thiserror=/magus/work/usr/mports/sysutils/zellij/work/target/x86_64-unknown-freebsd/release/deps/libthiserror-3be142b88bca3fe7.rmeta --extern unicode_width=/magus/work/usr/mports/sysutils/zellij/work/target/x86_64-unknown-freebsd/release/deps/libunicode_width-84f2dac49ed36888.rmeta --extern url=/magus/work/usr/mports/sysutils/zellij/work/target/x86_64-unknown-freebsd/release/deps/liburl-acc6f21a54d54479.rmeta --extern uuid=/magus/work/usr/mports/sysutils/zellij/work/target/x86_64-unknown-freebsd/release/deps/libuuid-399ac949537fa235.rmeta -C link-arg=-fstack-protector-strong -L native=/magus/work/usr/mports/sysutils/zellij/work/target/x86_64-unknown-freebsd/release/build/curl-sys-1e7d2c5ac5b5107a/out/build -L native=/magus/work/usr/mports/sysutils/zellij/work/target/x86_64-unknown-freebsd/release/build/libnghttp2-sys-3e27af33be4d55f8/out/i/lib -L native=/usr/lib`
warning: `tokio` (lib) generated 496 warnings
warning: `console` (lib) generated 1 warning
warning: `mio` (lib) generated 24 warnings
warning: `ansi_term` (lib) generated 12 warnings
warning: `cassowary` (lib) generated 12 warnings
warning: `base64` (lib) generated 1 warning
warning: `humantime` (lib) generated 2 warnings
       Fresh serde_yaml v0.8.24
       Fresh typetag v0.1.8
       Fresh wasmtime-wasi v29.0.1
       Fresh sixel-image v0.1.0
       Fresh sysinfo v0.22.5
warning: variable does not need to be mutable
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/sysinfo-0.22.5/src/freebsd/network.rs:88:29
   |
88 |                         let mut interface = e.get_mut();
   |                             ----^^^^^^^^^
   |                             |
   |                             help: remove this `mut`
   |
   = note: `#[warn(unused_mut)]` on by default

       Fresh dialoguer v0.10.4
warning: method `validate` is never used
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/dialoguer-0.10.4/src/validate.rs:37:8
   |
30 | pub trait PasswordValidator {
   |           ----------------- method in this trait
...
37 |     fn validate(&self, input: &String) -> Result<(), Self::Err>;
   |        ^^^^^^^^
   |
   = note: `#[warn(dead_code)]` on by default

       Fresh suggest v0.4.0
       Fresh names v0.14.0
warning: `sysinfo` (lib) generated 1 warning
warning: `dialoguer` (lib) generated 1 warning
       Dirty zellij-client v0.42.2 (/magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/zellij-client): the dependency zellij_utils was rebuilt
   Compiling zellij-client v0.42.2 (/magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/zellij-client)
       Dirty zellij-server v0.42.2 (/magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/zellij-server): the dependency zellij_utils was rebuilt
   Compiling zellij-server v0.42.2 (/magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/zellij-server)
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=zellij_client CARGO_MANIFEST_DIR=/magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/zellij-client CARGO_MANIFEST_PATH=/magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/zellij-client/Cargo.toml CARGO_PKG_AUTHORS='Kunal Mohan ' CARGO_PKG_DESCRIPTION='The client-side library for Zellij' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=zellij-client CARGO_PKG_README='' CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.42.2 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=42 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/sysutils/zellij/work/target/release/deps /usr/local/bin/rustc --crate-name zellij_client --edition=2021 zellij-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C panic=abort -C linker-plugin-lto -C codegen-units=1 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("unstable"))' -C metadata=a749d664bd4dbb72 -C extra-filename=-ba38157042998633 --out-dir /magus/work/usr/mports/sysutils/zellij/work/target/x86_64-unknown-freebsd/release/deps --target x86_64-unknown-freebsd -C linker=cc -C strip=symbols -L dependency=/magus/work/usr/mports/sysutils/zellij/work/target/x86_64-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/sysutils/zellij/work/target/release/deps --extern anyhow=/magus/work/usr/mports/sysutils/zellij/work/target/x86_64-unknown-freebsd/release/deps/libanyhow-f1c03c0607b63e7a.rmeta --extern interprocess=/magus/work/usr/mports/sysutils/zellij/work/target/x86_64-unknown-freebsd/release/deps/libinterprocess-4058a07b13661067.rmeta --extern lazy_static=/magus/work/usr/mports/sysutils/zellij/work/target/x86_64-unknown-freebsd/release/deps/liblazy_static-4078a9fc1cb9107d.rmeta --extern libc=/magus/work/usr/mports/sysutils/zellij/work/target/x86_64-unknown-freebsd/release/deps/liblibc-456ecad634facf45.rmeta --extern log=/magus/work/usr/mports/sysutils/zellij/work/target/x86_64-unknown-freebsd/release/deps/liblog-499826c882c4a50b.rmeta --extern mio=/magus/work/usr/mports/sysutils/zellij/work/target/x86_64-unknown-freebsd/release/deps/libmio-fd37f749695ea88d.rmeta --extern nix=/magus/work/usr/mports/sysutils/zellij/work/target/x86_64-unknown-freebsd/release/deps/libnix-f14e9907d636ae47.rmeta --extern notify_debouncer_full=/magus/work/usr/mports/sysutils/zellij/work/target/x86_64-unknown-freebsd/release/deps/libnotify_debouncer_full-d97f8f0f9b398c5b.rmeta --extern regex=/magus/work/usr/mports/sysutils/zellij/work/target/x86_64-unknown-freebsd/release/deps/libregex-a3e5b7ade1f84287.rmeta --extern serde=/magus/work/usr/mports/sysutils/zellij/work/target/x86_64-unknown-freebsd/release/deps/libserde-81f35e39c721dc10.rmeta --extern serde_json=/magus/work/usr/mports/sysutils/zellij/work/target/x86_64-unknown-freebsd/release/deps/libserde_json-5fee6f5c63e60800.rmeta --extern serde_yaml=/magus/work/usr/mports/sysutils/zellij/work/target/x86_64-unknown-freebsd/release/deps/libserde_yaml-f2ff77bb6a6a7956.rmeta --extern signal_hook=/magus/work/usr/mports/sysutils/zellij/work/target/x86_64-unknown-freebsd/release/deps/libsignal_hook-5bc05ca653fc7219.rmeta --extern termwiz=/magus/work/usr/mports/sysutils/zellij/work/target/x86_64-unknown-freebsd/release/deps/libtermwiz-b0417460cc5d665c.rmeta --extern url=/magus/work/usr/mports/sysutils/zellij/work/target/x86_64-unknown-freebsd/release/deps/liburl-acc6f21a54d54479.rmeta --extern uuid=/magus/work/usr/mports/sysutils/zellij/work/target/x86_64-unknown-freebsd/release/deps/libuuid-399ac949537fa235.rmeta --extern zellij_utils=/magus/work/usr/mports/sysutils/zellij/work/target/x86_64-unknown-freebsd/release/deps/libzellij_utils-e297e32eb9c4b0c0.rmeta -C link-arg=-fstack-protector-strong -L native=/magus/work/usr/mports/sysutils/zellij/work/target/x86_64-unknown-freebsd/release/build/curl-sys-1e7d2c5ac5b5107a/out/build -L native=/magus/work/usr/mports/sysutils/zellij/work/target/x86_64-unknown-freebsd/release/build/libnghttp2-sys-3e27af33be4d55f8/out/i/lib -L native=/usr/lib`
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=zellij_server CARGO_MANIFEST_DIR=/magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/zellij-server CARGO_MANIFEST_PATH=/magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/zellij-server/Cargo.toml CARGO_PKG_AUTHORS='Kunal Mohan ' CARGO_PKG_DESCRIPTION='The server-side library for Zellij' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=zellij-server CARGO_PKG_README='' CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.42.2 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=42 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/sysutils/zellij/work/target/release/deps /usr/local/bin/rustc --crate-name zellij_server --edition=2021 zellij-server/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C panic=abort -C linker-plugin-lto -C codegen-units=1 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("singlepass"))' -C metadata=fb8ce4540e90f299 -C extra-filename=-e4d21330fa0c0ee3 --out-dir /magus/work/usr/mports/sysutils/zellij/work/target/x86_64-unknown-freebsd/release/deps --target x86_64-unknown-freebsd -C linker=cc -C strip=symbols -L dependency=/magus/work/usr/mports/sysutils/zellij/work/target/x86_64-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/sysutils/zellij/work/target/release/deps --extern ansi_term=/magus/work/usr/mports/sysutils/zellij/work/target/x86_64-unknown-freebsd/release/deps/libansi_term-03f475ff42922a6b.rmeta --extern anyhow=/magus/work/usr/mports/sysutils/zellij/work/target/x86_64-unknown-freebsd/release/deps/libanyhow-f1c03c0607b63e7a.rmeta --extern arrayvec=/magus/work/usr/mports/sysutils/zellij/work/target/x86_64-unknown-freebsd/release/deps/libarrayvec-e39290a4e4ca86cc.rmeta --extern async_channel=/magus/work/usr/mports/sysutils/zellij/work/target/x86_64-unknown-freebsd/release/deps/libasync_channel-b6cda6734c7f78ce.rmeta --extern async_std=/magus/work/usr/mports/sysutils/zellij/work/target/x86_64-unknown-freebsd/release/deps/libasync_std-f303a9b3a9b8c9c3.rmeta --extern async_trait=/magus/work/usr/mports/sysutils/zellij/work/target/release/deps/libasync_trait-9a20f122779d6d20.so --extern base64=/magus/work/usr/mports/sysutils/zellij/work/target/x86_64-unknown-freebsd/release/deps/libbase64-da77ed918a4290ce.rmeta --extern byteorder=/magus/work/usr/mports/sysutils/zellij/work/target/x86_64-unknown-freebsd/release/deps/libbyteorder-b85f9a3bd4acad5d.rmeta --extern bytes=/magus/work/usr/mports/sysutils/zellij/work/target/x86_64-unknown-freebsd/release/deps/libbytes-79315e9b1dfa46d6.rmeta --extern cassowary=/magus/work/usr/mports/sysutils/zellij/work/target/x86_64-unknown-freebsd/release/deps/libcassowary-a3d7a1e1ab12a754.rmeta --extern chrono=/magus/work/usr/mports/sysutils/zellij/work/target/x86_64-unknown-freebsd/release/deps/libchrono-4ce469b03f723a54.rmeta --extern close_fds=/magus/work/usr/mports/sysutils/zellij/work/target/x86_64-unknown-freebsd/release/deps/libclose_fds-5a90f28df0a6066f.rmeta --extern daemonize=/magus/work/usr/mports/sysutils/zellij/work/target/x86_64-unknown-freebsd/release/deps/libdaemonize-02d0f6978d31abaf.rmeta --extern highway=/magus/work/usr/mports/sysutils/zellij/work/target/x86_64-unknown-freebsd/release/deps/libhighway-ef7e2d0b213d09fe.rmeta --extern interprocess=/magus/work/usr/mports/sysutils/zellij/work/target/x86_64-unknown-freebsd/release/deps/libinterprocess-4058a07b13661067.rmeta --extern isahc=/magus/work/usr/mports/sysutils/zellij/work/target/x86_64-unknown-freebsd/release/deps/libisahc-390441987e2b48ff.rmeta --extern lazy_static=/magus/work/usr/mports/sysutils/zellij/work/target/x86_64-unknown-freebsd/release/deps/liblazy_static-4078a9fc1cb9107d.rmeta --extern libc=/magus/work/usr/mports/sysutils/zellij/work/target/x86_64-unknown-freebsd/release/deps/liblibc-456ecad634facf45.rmeta --extern log=/magus/work/usr/mports/sysutils/zellij/work/target/x86_64-unknown-freebsd/release/deps/liblog-499826c882c4a50b.rmeta --extern nix=/magus/work/usr/mports/sysutils/zellij/work/target/x86_64-unknown-freebsd/release/deps/libnix-f14e9907d636ae47.rmeta --extern notify_debouncer_full=/magus/work/usr/mports/sysutils/zellij/work/target/x86_64-unknown-freebsd/release/deps/libnotify_debouncer_full-d97f8f0f9b398c5b.rmeta --extern prost=/magus/work/usr/mports/sysutils/zellij/work/target/x86_64-unknown-freebsd/release/deps/libprost-389ed4566ce0405e.rmeta --extern regex=/magus/work/usr/mports/sysutils/zellij/work/target/x86_64-unknown-freebsd/release/deps/libregex-a3e5b7ade1f84287.rmeta --extern semver=/magus/work/usr/mports/sysutils/zellij/work/target/x86_64-unknown-freebsd/release/deps/libsemver-de04bb11a6651e4d.rmeta --extern serde=/magus/work/usr/mports/sysutils/zellij/work/target/x86_64-unknown-freebsd/release/deps/libserde-81f35e39c721dc10.rmeta --extern serde_json=/magus/work/usr/mports/sysutils/zellij/work/target/x86_64-unknown-freebsd/release/deps/libserde_json-5fee6f5c63e60800.rmeta --extern signal_hook=/magus/work/usr/mports/sysutils/zellij/work/target/x86_64-unknown-freebsd/release/deps/libsignal_hook-5bc05ca653fc7219.rmeta --extern sixel_image=/magus/work/usr/mports/sysutils/zellij/work/target/x86_64-unknown-freebsd/release/deps/libsixel_image-82fc756a4618a047.rmeta --extern sixel_tokenizer=/magus/work/usr/mports/sysutils/zellij/work/target/x86_64-unknown-freebsd/release/deps/libsixel_tokenizer-de0f68e11a2cf382.rmeta --extern sysinfo=/magus/work/usr/mports/sysutils/zellij/work/target/x86_64-unknown-freebsd/release/deps/libsysinfo-24c9e8924ed8157e.rlib --extern tempfile=/magus/work/usr/mports/sysutils/zellij/work/target/x86_64-unknown-freebsd/release/deps/libtempfile-a475e2f57edf2af6.rmeta --extern typetag=/magus/work/usr/mports/sysutils/zellij/work/target/x86_64-unknown-freebsd/release/deps/libtypetag-bf2a4db4761bfdf1.rmeta --extern unicode_width=/magus/work/usr/mports/sysutils/zellij/work/target/x86_64-unknown-freebsd/release/deps/libunicode_width-84f2dac49ed36888.rmeta --extern url=/magus/work/usr/mports/sysutils/zellij/work/target/x86_64-unknown-freebsd/release/deps/liburl-acc6f21a54d54479.rmeta --extern uuid=/magus/work/usr/mports/sysutils/zellij/work/target/x86_64-unknown-freebsd/release/deps/libuuid-399ac949537fa235.rmeta --extern vte=/magus/work/usr/mports/sysutils/zellij/work/target/x86_64-unknown-freebsd/release/deps/libvte-ed3142a262ae0ee0.rmeta --extern wasmtime=/magus/work/usr/mports/sysutils/zellij/work/target/x86_64-unknown-freebsd/release/deps/libwasmtime-e18b8a2b99b5d139.rmeta --extern wasmtime_wasi=/magus/work/usr/mports/sysutils/zellij/work/target/x86_64-unknown-freebsd/release/deps/libwasmtime_wasi-3bacdf467817b9f5.rmeta --extern zellij_utils=/magus/work/usr/mports/sysutils/zellij/work/target/x86_64-unknown-freebsd/release/deps/libzellij_utils-e297e32eb9c4b0c0.rmeta -C link-arg=-fstack-protector-strong -L native=/magus/work/usr/mports/sysutils/zellij/work/target/x86_64-unknown-freebsd/release/build/curl-sys-1e7d2c5ac5b5107a/out/build -L native=/magus/work/usr/mports/sysutils/zellij/work/target/x86_64-unknown-freebsd/release/build/libnghttp2-sys-3e27af33be4d55f8/out/i/lib -L native=/magus/work/usr/mports/sysutils/zellij/work/target/x86_64-unknown-freebsd/release/build/wasmtime-19982b99ea66548e/out -L native=/usr/lib`
       Dirty zellij v0.42.2 (/magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2): the dependency zellij_server was rebuilt
   Compiling zellij v0.42.2 (/magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2)
     Running `CARGO=/usr/local/bin/cargo CARGO_BIN_NAME=zellij CARGO_CRATE_NAME=zellij CARGO_MANIFEST_DIR=/magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2 CARGO_MANIFEST_PATH=/magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/Cargo.toml CARGO_PKG_AUTHORS='Aram Drevekenin ' CARGO_PKG_DESCRIPTION='A terminal workspace with batteries included' CARGO_PKG_HOMEPAGE='https://zellij.dev' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=zellij CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/zellij-org/zellij' CARGO_PKG_RUST_VERSION=1.84 CARGO_PKG_VERSION=0.42.2 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=42 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' CARGO_PRIMARY_PACKAGE=1 CARGO_SBOM_PATH='' LD_LIBRARY_PATH=/magus/work/usr/mports/sysutils/zellij/work/target/release/deps /usr/local/bin/rustc --crate-name zellij --edition=2021 src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C panic=abort -C lto -C codegen-units=1 --cfg 'feature="default"' --cfg 'feature="plugins_from_target"' --cfg 'feature="vendored_curl"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "disable_automatic_asset_installation", "plugins_from_target", "singlepass", "unstable", "vendored_curl"))' -C metadata=c7bfc405aadc7ac6 -C extra-filename=-48fdb8d3a6c5506a --out-dir /magus/work/usr/mports/sysutils/zellij/work/target/x86_64-unknown-freebsd/release/deps --target x86_64-unknown-freebsd -C linker=cc -C strip=symbols -L dependency=/magus/work/usr/mports/sysutils/zellij/work/target/x86_64-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/sysutils/zellij/work/target/release/deps --extern anyhow=/magus/work/usr/mports/sysutils/zellij/work/target/x86_64-unknown-freebsd/release/deps/libanyhow-f1c03c0607b63e7a.rlib --extern clap=/magus/work/usr/mports/sysutils/zellij/work/target/x86_64-unknown-freebsd/release/deps/libclap-a654795f0710492d.rlib --extern dialoguer=/magus/work/usr/mports/sysutils/zellij/work/target/x86_64-unknown-freebsd/release/deps/libdialoguer-89e9b97109a2f09d.rlib --extern humantime=/magus/work/usr/mports/sysutils/zellij/work/target/x86_64-unknown-freebsd/release/deps/libhumantime-2b15bf10d943096e.rlib --extern interprocess=/magus/work/usr/mports/sysutils/zellij/work/target/x86_64-unknown-freebsd/release/deps/libinterprocess-4058a07b13661067.rlib --extern log=/magus/work/usr/mports/sysutils/zellij/work/target/x86_64-unknown-freebsd/release/deps/liblog-499826c882c4a50b.rlib --extern miette=/magus/work/usr/mports/sysutils/zellij/work/target/x86_64-unknown-freebsd/release/deps/libmiette-43b571843515f115.rlib --extern names=/magus/work/usr/mports/sysutils/zellij/work/target/x86_64-unknown-freebsd/release/deps/libnames-082409f039bd10c2.rlib --extern nix=/magus/work/usr/mports/sysutils/zellij/work/target/x86_64-unknown-freebsd/release/deps/libnix-f14e9907d636ae47.rlib --extern suggest=/magus/work/usr/mports/sysutils/zellij/work/target/x86_64-unknown-freebsd/release/deps/libsuggest-3526204e8f7cbeec.rlib --extern thiserror=/magus/work/usr/mports/sysutils/zellij/work/target/x86_64-unknown-freebsd/release/deps/libthiserror-3be142b88bca3fe7.rlib --extern zellij_client=/magus/work/usr/mports/sysutils/zellij/work/target/x86_64-unknown-freebsd/release/deps/libzellij_client-ba38157042998633.rlib --extern zellij_server=/magus/work/usr/mports/sysutils/zellij/work/target/x86_64-unknown-freebsd/release/deps/libzellij_server-e4d21330fa0c0ee3.rlib --extern zellij_utils=/magus/work/usr/mports/sysutils/zellij/work/target/x86_64-unknown-freebsd/release/deps/libzellij_utils-e297e32eb9c4b0c0.rlib -C link-arg=-fstack-protector-strong -L native=/magus/work/usr/mports/sysutils/zellij/work/target/x86_64-unknown-freebsd/release/build/curl-sys-1e7d2c5ac5b5107a/out/build -L native=/magus/work/usr/mports/sysutils/zellij/work/target/x86_64-unknown-freebsd/release/build/libnghttp2-sys-3e27af33be4d55f8/out/i/lib -L native=/magus/work/usr/mports/sysutils/zellij/work/target/x86_64-unknown-freebsd/release/build/wasmtime-19982b99ea66548e/out -L native=/usr/lib`
    Finished `release` profile [optimized] target(s) in 8m 17s
  Installing /magus/work/usr/mports/sysutils/zellij/work/fake-inst-amd64/usr/local/bin/zellij
   Installed package `zellij v0.42.2 (/magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2)` (executable `zellij`)
warning: be sure to add `/magus/work/usr/mports/sysutils/zellij/work/fake-inst-amd64/usr/local/bin` to your PATH to be able to run the installed binaries
====> Compressing man pages (compress-man)
Checking /magus/work/usr/mports/sysutils/zellij/work/fake-inst-amd64
		bin/zellij contains the fake destdir
Checking for missing files. NOTE: may have false positives if plist uses @cwd
Fake failed.
*** Error code 1

Stop.
make: stopped in /usr/mports/sysutils/zellij

Links

Depends On

Depend Of

Categories

CVEs

  • Loading CVE information...

LLM Analysis

© 2008-2025 Lucas Holt
© 2008 Chris Reinhardt
MidnightBSD