MidnightBSD Magus

sysutils/zellij

Versatile, extensible terminal multiplexer

Flavor Version Run OSVersion Arch License Restricted Status
0.42.2 639 4.0 amd64 mit 0 fail Reset Port

License Permissions: dist-mirror dist-sell pkg-mirror pkg-sell auto-accept

Events

Machine Type Time Message
m4064b info 2026-05-23 19:14:47.573792 Test Started
m4064b warn 2026-05-23 19:35:10.945062 fake-qa reported: 'bin/zellij' is referring to /magus/work/usr/mports/sysutils/zellij/work/fake-inst-amd64; you might not need LIB_DEPENDS on libcurl.so; you might not need LIB_DEPENDS on libzstd.so
m4064b fail 2026-05-23 19:35:10.956104 make fake returned non-zero: 1
m4064b fail 2026-05-23 19:35:11.270206 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)]` (part of `#[warn(unused)]`) 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)]` (part of `#[warn(unused)]`) on by default

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/gimli-0.26.1/src/read/cfi.rs:203:18
    |
203 |     pub fn table(&self) -> Option> {
    |                  ^^^^^            ^^^^^^^^^^^^^ the same lifetime is hidden here
    |                  |
    |                  the lifetime is elided here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
help: use `'_` for type paths
    |
203 |     pub fn table(&self) -> Option> {
    |                                              +++

warning: hiding a lifetime that's elided elsewhere is confusing
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/gimli-0.26.1/src/read/cfi.rs:2434:13
     |
2434 |     fn iter(&self) -> RegisterRuleIter {
     |             ^^^^^     ^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
     |             |
     |             the lifetime is elided here
     |
     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
     |
2434 |     fn iter(&self) -> RegisterRuleIter<'_, R> {
     |                                        +++

warning: hiding a lifetime that's elided elsewhere is confusing
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/gimli-0.26.1/src/read/cfi.rs:2652:22
     |
2652 |     pub fn registers(&self) -> RegisterRuleIter {
     |                      ^^^^^     ^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
     |                      |
     |                      the lifetime is elided here
     |
     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
     |
2652 |     pub fn registers(&self) -> RegisterRuleIter<'_, R> {
     |                                                 +++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/gimli-0.26.1/src/read/dwarf.rs:953:18
    |
953 |     pub fn entry(&self, offset: UnitOffset) -> Result> {
    |                  ^^^^^                                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    |                  |                                               |
    |                  |                                               the same lifetime is hidden here
    |                  the lifetime is elided here                     the same lifetime is hidden here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
    |
953 |     pub fn entry(&self, offset: UnitOffset) -> Result> {
    |                                                                                            +++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/gimli-0.26.1/src/read/dwarf.rs:959:20
    |
959 |     pub fn entries(&self) -> EntriesCursor {
    |                    ^^^^^     ^^^^^^^^^^^^^^^^
    |                    |         |
    |                    |         the same lifetime is hidden here
    |                    |         the same lifetime is hidden here
    |                    the lifetime is elided here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
    |
959 |     pub fn entries(&self) -> EntriesCursor<'_, R> {
    |                                            +++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/gimli-0.26.1/src/read/dwarf.rs:966:30
    |
966 |     pub fn entries_at_offset(&self, offset: UnitOffset) -> Result> {
    |                              ^^^^^                                           ^^^^^^^^^^^^^^^^
    |                              |                                               |
    |                              |                                               the same lifetime is hidden here
    |                              the lifetime is elided here                     the same lifetime is hidden here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
    |
966 |     pub fn entries_at_offset(&self, offset: UnitOffset) -> Result> {
    |                                                                                            +++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/gimli-0.26.1/src/read/dwarf.rs:973:25
    |
973 |     pub fn entries_tree(&self, offset: Option>) -> Result> {
    |                         ^^^^^                                                   ^^^^^^^^^^^^^^
    |                         |                                                       |
    |                         |                                                       the same lifetime is hidden here
    |                         the lifetime is elided here                             the same lifetime is hidden here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
    |
973 |     pub fn entries_tree(&self, offset: Option>) -> Result> {
    |                                                                                             +++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/gimli-0.26.1/src/read/dwarf.rs:979:24
    |
979 |     pub fn entries_raw(&self, offset: Option>) -> Result> {
    |                        ^^^^^                                                   ^^^^^^^^^^^^^
    |                        |                                                       |
    |                        |                                                       the same lifetime is hidden here
    |                        the lifetime is elided here                             the same lifetime is hidden here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
    |
979 |     pub fn entries_raw(&self, offset: Option>) -> Result> {
    |                                                                                           +++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/gimli-0.26.1/src/read/endian_slice.rs:297:17
    |
297 |     fn to_slice(&self) -> Result> {
    |                 ^^^^^            ^^^^^^^^^ the same lifetime is hidden here
    |                 |
    |                 the lifetime is elided here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
    |
297 |     fn to_slice(&self) -> Result> {
    |                                      +++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/gimli-0.26.1/src/read/endian_slice.rs:303:18
    |
303 |     fn to_string(&self) -> Result> {
    |                  ^^^^^            ^^^^^^^^ the same lifetime is hidden here
    |                  |
    |                  the lifetime is elided here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
    |
303 |     fn to_string(&self) -> Result> {
    |                                       +++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/gimli-0.26.1/src/read/endian_slice.rs:312:24
    |
312 |     fn to_string_lossy(&self) -> Result> {
    |                        ^^^^^            ^^^^^^^^ the same lifetime is hidden here
    |                        |
    |                        the lifetime is elided here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
    |
312 |     fn to_string_lossy(&self) -> Result> {
    |                                             +++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/gimli-0.26.1/src/read/reader.rs:277:17
    |
277 |     fn to_slice(&self) -> Result>;
    |                 ^^^^^            ^^^^^^^^^ the same lifetime is hidden here
    |                 |
    |                 the lifetime is elided here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
    |
277 |     fn to_slice(&self) -> Result>;
    |                                      +++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/gimli-0.26.1/src/read/reader.rs:288:18
    |
288 |     fn to_string(&self) -> Result>;
    |                  ^^^^^            ^^^^^^^^ the same lifetime is hidden here
    |                  |
    |                  the lifetime is elided here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
    |
288 |     fn to_string(&self) -> Result>;
    |                                       +++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/gimli-0.26.1/src/read/reader.rs:297:24
    |
297 |     fn to_string_lossy(&self) -> Result>;
    |                        ^^^^^            ^^^^^^^^ the same lifetime is hidden here
    |                        |
    |                        the lifetime is elided here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
    |
297 |     fn to_string_lossy(&self) -> Result>;
    |                                             +++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/gimli-0.26.1/src/read/index.rs:231:21
    |
231 |     pub fn sections(&self, mut row: u32) -> Result> {
    |                     ^^^^^                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
    |                     |
    |                     the lifetime is elided here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
    |
231 |     pub fn sections(&self, mut row: u32) -> Result> {
    |                                                                             +++

       Fresh adler v1.0.2
       Fresh rustc-demangle v0.1.21
warning: hiding a lifetime that's elided elsewhere is confusing
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustc-demangle-0.1.21/src/lib.rs:91:24
   |
91 | pub fn demangle(mut s: &str) -> Demangle {
   |                        ^^^^     ^^^^^^^^ the same lifetime is hidden here
   |                        |
   |                        the lifetime is elided here
   |
   = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
   = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
help: use `'_` for type paths
   |
91 | pub fn demangle(mut s: &str) -> Demangle<'_> {
   |                                         ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustc-demangle-0.1.21/src/lib.rs:167:24
    |
167 | pub fn try_demangle(s: &str) -> Result {
    |                        ^^^^            ^^^^^^^^ the same lifetime is hidden here
    |                        |
    |                        the lifetime is elided here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
    |
167 | pub fn try_demangle(s: &str) -> Result, TryDemangleError> {
    |                                                ++++

warning: hiding a lifetime that's elided elsewhere is confusing
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustc-demangle-0.1.21/src/legacy.rs:49:20
   |
49 | pub fn demangle(s: &str) -> Result<(Demangle, &str), ()> {
   |                    ^^^^             ^^^^^^^^  ^^^^ the same lifetime is elided here
   |                    |                |
   |                    |                the same lifetime is hidden here
   |                    the lifetime is elided here
   |
   = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
   |
49 | pub fn demangle(s: &str) -> Result<(Demangle<'_>, &str), ()> {
   |                                             ++++

warning: hiding a lifetime that's elided elsewhere is confusing
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rustc-demangle-0.1.21/src/v0.rs:37:20
   |
37 | pub fn demangle(s: &str) -> Result<(Demangle, &str), ParseError> {
   |                    ^^^^             ^^^^^^^^  ^^^^ the same lifetime is elided here
   |                    |                |
   |                    |                the same lifetime is hidden here
   |                    the lifetime is elided here
   |
   = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
   |
37 | pub fn demangle(s: &str) -> Result<(Demangle<'_>, &str), ParseError> {
   |                                             ++++

       Fresh pin-project-lite v0.2.14
       Fresh cfg-if v1.0.0
warning: `gimli` (lib) generated 17 warnings
warning: `rustc-demangle` (lib) generated 4 warnings
       Fresh proc-macro2 v1.0.93
warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/proc-macro2-1.0.93/src/parse.rs:125:25
    |
125 | fn block_comment(input: Cursor) -> PResult<&str> {
    |                         ^^^^^^     ^^^^^^^^^^^^^
    |                         |          |       |
    |                         |          |       the same lifetime is elided here
    |                         |          the same lifetime is hidden here
    |                         the lifetime is hidden here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
help: use `'_` for type paths
    |
125 | fn block_comment(input: Cursor<'_>) -> PResult<'_, &str> {
    |                               ++++             +++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/proc-macro2-1.0.93/src/parse.rs:318:25
    |
318 | fn ident_not_raw(input: Cursor) -> PResult<&str> {
    |                         ^^^^^^     ^^^^^^^^^^^^^
    |                         |          |       |
    |                         |          |       the same lifetime is elided here
    |                         |          the same lifetime is hidden here
    |                         the lifetime is hidden here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
    |
318 | fn ident_not_raw(input: Cursor<'_>) -> PResult<'_, &str> {
    |                               ++++             +++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/proc-macro2-1.0.93/src/parse.rs:474:35
    |
474 | fn delimiter_of_raw_string(input: Cursor) -> PResult<&str> {
    |                                   ^^^^^^     ^^^^^^^^^^^^^
    |                                   |          |       |
    |                                   |          |       the same lifetime is elided here
    |                                   |          the same lifetime is hidden here
    |                                   the lifetime is hidden here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
    |
474 | fn delimiter_of_raw_string(input: Cursor<'_>) -> PResult<'_, &str> {
    |                                         ++++             +++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/proc-macro2-1.0.93/src/parse.rs:957:32
    |
957 | fn doc_comment_contents(input: Cursor) -> PResult<(&str, bool)> {
    |                                ^^^^^^     ^^^^^^^^^^^^^^^^^^^^^
    |                                |          |        |
    |                                |          |        the same lifetime is elided here
    |                                |          the same lifetime is hidden here
    |                                the lifetime is hidden here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
    |
957 | fn doc_comment_contents(input: Cursor<'_>) -> PResult<'_, (&str, bool)> {
    |                                      ++++             +++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/proc-macro2-1.0.93/src/parse.rs:980:37
    |
980 | fn take_until_newline_or_eof(input: Cursor) -> (Cursor, &str) {
    |                                     ^^^^^^      ^^^^^^  ^^^^ the same lifetime is elided here
    |                                     |           |
    |                                     |           the same lifetime is hidden here
    |                                     the lifetime is hidden here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
    |
980 | fn take_until_newline_or_eof(input: Cursor<'_>) -> (Cursor<'_>, &str) {
    |                                           ++++            ++++

warning: hiding a lifetime that's elided elsewhere is confusing
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/proc-macro2-1.0.93/src/rcvec.rs:33:24
   |
33 |     pub(crate) fn iter(&self) -> slice::Iter {
   |                        ^^^^^     ^^^^^^^^^^^^^^ the same lifetime is hidden here
   |                        |
   |                        the lifetime is elided here
   |
   = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
   |
33 |     pub(crate) fn iter(&self) -> slice::Iter<'_, T> {
   |                                              +++

warning: hiding a lifetime that's elided elsewhere is confusing
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/proc-macro2-1.0.93/src/rcvec.rs:37:28
   |
37 |     pub(crate) fn make_mut(&mut self) -> RcVecMut
   |                            ^^^^^^^^^     ^^^^^^^^^^^ the same lifetime is hidden here
   |                            |
   |                            the lifetime is elided here
   |
   = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
   |
37 |     pub(crate) fn make_mut(&mut self) -> RcVecMut<'_, T>
   |                                                   +++

warning: hiding a lifetime that's elided elsewhere is confusing
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/proc-macro2-1.0.93/src/rcvec.rs:46:27
   |
46 |     pub(crate) fn get_mut(&mut self) -> Option> {
   |                           ^^^^^^^^^            ^^^^^^^^^^^ the same lifetime is hidden here
   |                           |
   |                           the lifetime is elided here
   |
   = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
   |
46 |     pub(crate) fn get_mut(&mut self) -> Option> {
   |                                                         +++

warning: hiding a lifetime that's elided elsewhere is confusing
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/proc-macro2-1.0.93/src/rcvec.rs:83:26
   |
83 |     pub(crate) fn as_mut(&mut self) -> RcVecMut {
   |                          ^^^^^^^^^     ^^^^^^^^^^^ the same lifetime is hidden here
   |                          |
   |                          the lifetime is elided here
   |
   = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
   |
83 |     pub(crate) fn as_mut(&mut self) -> RcVecMut<'_, T> {
   |                                                 +++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/proc-macro2-1.0.93/src/rcvec.rs:105:26
    |
105 |     pub(crate) fn as_mut(&mut self) -> RcVecMut {
    |                          ^^^^^^^^^     ^^^^^^^^^^^ the same lifetime is hidden here
    |                          |
    |                          the lifetime is elided here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
    |
105 |     pub(crate) fn as_mut(&mut self) -> RcVecMut<'_, T> {
    |                                                 +++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/proc-macro2-1.0.93/src/fallback.rs:204:20
    |
204 | fn get_cursor(src: &str) -> Cursor {
    |                    ^^^^     ^^^^^^ the same lifetime is hidden here
    |                    |
    |                    the lifetime is elided here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
    |
204 | fn get_cursor(src: &str) -> Cursor<'_> {
    |                                   ++++

       Fresh addr2line v0.17.0
warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/addr2line-0.17.0/src/lib.rs:311:24
    |
311 |     pub fn find_frames(&self, probe: u64) -> Result, Error> {
    |                        ^^^^^                        ^^^^^^^^^^^^ the same lifetime is hidden here
    |                        |
    |                        the lifetime is elided here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
help: use `'_` for type paths
    |
311 |     pub fn find_frames(&self, probe: u64) -> Result, Error> {
    |                                                               +++

warning: hiding a lifetime that's elided elsewhere is confusing
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/addr2line-0.17.0/src/lib.rs:1124:21
     |
1124 |     pub fn raw_name(&self) -> Result, Error> {
     |                     ^^^^^            ^^^^^^^^ the same lifetime is hidden here
     |                     |
     |                     the lifetime is elided here
     |
     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
     |
1124 |     pub fn raw_name(&self) -> Result, Error> {
     |                                          +++

warning: hiding a lifetime that's elided elsewhere is confusing
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/addr2line-0.17.0/src/lib.rs:1129:21
     |
1129 |     pub fn demangle(&self) -> Result, Error> {
     |                     ^^^^^            ^^^^^^^^ the same lifetime is hidden here
     |                     |
     |                     the lifetime is elided here
     |
     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
     |
1129 |     pub fn demangle(&self) -> Result, Error> {
     |                                          +++

       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)]` (part of `#[warn(unused)]`) 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 pkg-config v0.3.25
       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)]` (part of `#[warn(unused)]`) 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: `panic` is ambiguous
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/lazy_static-1.4.0/src/inline_lazy.rs:40:21
   |
40 |                     debug_assert!(false, "attempted to derefence an uninitialized lazy static. This is a bug");
   |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ambiguous name
   |
   = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
   = note: for more information, see issue #147319 
   = note: ambiguous because of a conflict between a name from a glob import and an outer scope during import or macro resolution
note: `panic` could refer to the macro imported here
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/lazy_static-1.4.0/src/inline_lazy.rs:11:5
   |
11 | use self::std::prelude::v1::*;
   |     ^^^^^^^^^^^^^^^^^^^^^^^^^
   = help: consider adding an explicit import of `panic` to disambiguate
   = help: or use `self::panic` to refer to this macro unambiguously
note: `panic` could also refer to the macro defined here
  --> /usr/local/lib/rustlib/src/rust/library/core/src/prelude/mod.rs:21:13
   |
21 |     pub use super::v1::*;
   |             ^^^^^^^^^
   = note: `#[warn(ambiguous_panic_imports)]` (part of `#[warn(future_incompatible)]`) on by default
   = note: this warning originates in the macro `$crate::assert` which comes from the expansion of the macro `debug_assert` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: eliding a lifetime that's named elsewhere is confusing
  --> /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
   |                    -------                ^^ the same lifetime is elided here
   |                    |
   |                    the lifetime is named here
   |
   = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
   = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
help: consistently use `'static`
   |
26 |     pub fn get(&'static self, f: F) -> &'static T
   |                                            +++++++

warning: `proc-macro2` (lib) generated 11 warnings
warning: `addr2line` (lib) generated 3 warnings
warning: `miniz_oxide` (lib) generated 3 warnings
warning: `regex-syntax` (lib) generated 2 warnings
warning: `lazy_static` (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
warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/anyhow-1.0.95/src/error.rs:471:18
    |
471 |     pub fn chain(&self) -> Chain {
    |                  ^^^^^     ^^^^^ the same lifetime is hidden here
    |                  |
    |                  the lifetime is elided here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
help: use `'_` for type paths
    |
471 |     pub fn chain(&self) -> Chain<'_> {
    |                                 ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/anyhow-1.0.95/src/error.rs:793:20
    |
793 | fn no_backtrace(e: Ref) -> Option<&Backtrace> {
    |                    ^^^^^^^^^^^^^^            ^^^^^^^^^^ the same lifetime is elided here
    |                    |
    |                    the lifetime is hidden here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
    |
793 | fn no_backtrace(e: Ref<'_, ErrorImpl>) -> Option<&Backtrace> {
    |                        +++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/anyhow-1.0.95/src/error.rs:918:35
    |
918 | unsafe fn context_backtrace(e: Ref) -> Option<&Backtrace>
    |                                   ^^^^^^^^^^^^^^            ^^^^^^^^^^ the same lifetime is elided here
    |                                   |
    |                                   the lifetime is hidden here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
    |
918 | unsafe fn context_backtrace(e: Ref<'_, ErrorImpl>) -> Option<&Backtrace>
    |                                       +++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/anyhow-1.0.95/src/error.rs:956:14
    |
956 |     fn erase(&self) -> Ref {
    |              ^^^^^     ^^^^^^^^^^^^^^ the same lifetime is hidden here
    |              |
    |              the lifetime is elided here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
    |
956 |     fn erase(&self) -> Ref<'_, ErrorImpl> {
    |                            +++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/anyhow-1.0.95/src/error.rs:965:38
    |
965 |     pub(crate) unsafe fn error(this: Ref) -> &(dyn StdError + Send + Sync + 'static) {
    |                                      ^^^^^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is elided here
    |                                      |
    |                                      the lifetime is hidden here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
    |
965 |     pub(crate) unsafe fn error(this: Ref<'_, Self>) -> &(dyn StdError + Send + Sync + 'static) {
    |                                          +++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/anyhow-1.0.95/src/error.rs:972:42
    |
972 |     pub(crate) unsafe fn error_mut(this: Mut) -> &mut (dyn StdError + Send + Sync + 'static) {
    |                                          ^^^^^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is elided here
    |                                          |
    |                                          the lifetime is hidden here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
    |
972 |     pub(crate) unsafe fn error_mut(this: Mut<'_, Self>) -> &mut (dyn StdError + Send + Sync + 'static) {
    |                                              +++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/anyhow-1.0.95/src/error.rs:988:42
    |
988 |     pub(crate) unsafe fn backtrace(this: Ref) -> &Backtrace {
    |                                          ^^^^^^^^^     ^^^^^^^^^^ the same lifetime is elided here
    |                                          |
    |                                          the lifetime is hidden here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
    |
988 |     pub(crate) unsafe fn backtrace(this: Ref<'_, Self>) -> &Backtrace {
    |                                              +++

warning: hiding a lifetime that's elided elsewhere is confusing
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/anyhow-1.0.95/src/ptr.rs:48:19
   |
48 |     pub fn by_ref(&self) -> Ref {
   |                   ^^^^^     ^^^^^^ the same lifetime is hidden here
   |                   |
   |                   the lifetime is elided here
   |
   = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
   |
48 |     pub fn by_ref(&self) -> Ref<'_, T> {
   |                                 +++

warning: hiding a lifetime that's elided elsewhere is confusing
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/anyhow-1.0.95/src/ptr.rs:55:19
   |
55 |     pub fn by_mut(&mut self) -> Mut {
   |                   ^^^^^^^^^     ^^^^^^ the same lifetime is hidden here
   |                   |
   |                   the lifetime is elided here
   |
   = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
   |
55 |     pub fn by_mut(&mut self) -> Mut<'_, T> {
   |                                     +++

       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)]` (part of `#[warn(unused)]`) on by default

       Fresh bitflags v2.5.0
       Fresh foldhash v0.1.4
warning: direct cast of function item into an integer
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/foldhash-0.1.4/src/seed.rs:202:35
    |
202 |         seed = mix(seed, func_ptr as usize as u64);
    |                                   ^^^^^^^^
    |
    = note: `#[warn(function_casts_as_integer)]` on by default
help: first cast to a pointer `as *const ()`
    |
202 |         seed = mix(seed, func_ptr as *const () as usize as u64);
    |                                   ++++++++++++

       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: `anyhow` (lib) generated 9 warnings
warning: `futures-core` (lib) generated 3 warnings
warning: `foldhash` (lib) generated 1 warning
warning: `rand_core` (lib) generated 1 warning
       Fresh syn v2.0.96
warning: lint `repr_transparent_external_private_fields` has been renamed to `repr_transparent_non_zst_fields`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-2.0.96/src/token.rs:146:28
    |
146 |     #[allow(unknown_lints, repr_transparent_external_private_fields)] // False positive: https://github.com/rust-lang/rust/issues/7...
    |                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `repr_transparent_non_zst_fields`
    |
    = note: `#[warn(renamed_and_removed_lints)]` on by default

warning: lint `repr_transparent_external_private_fields` has been renamed to `repr_transparent_non_zst_fields`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-2.0.96/src/token.rs:327:36
    |
327 |               #[allow(unknown_lints, repr_transparent_external_private_fields)] // False positive: https://github.com/rust-lang/rus...
    |                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `repr_transparent_non_zst_fields`
...
520 | / define_punctuation_structs! {
521 | |     "_" pub struct Underscore/1 /// wildcard patterns, inferred types, unnamed items in constants, extern crates, use declaration...
522 | | }
    | |_- in this macro invocation
    |
    = note: this warning originates in the macro `define_punctuation_structs` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: lint `repr_transparent_external_private_fields` has been renamed to `repr_transparent_non_zst_fields`
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-2.0.96/src/token.rs:327:36
    |
327 |               #[allow(unknown_lints, repr_transparent_external_private_fields)] // False positive: https://github.com/rust-lang/rus...
    |                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `repr_transparent_non_zst_fields`
...
746 | / define_punctuation! {
747 | |     "&"           pub struct And/1        /// bitwise and logical AND, borrow, references, reference patterns
748 | |     "&&"          pub struct AndAnd/2     /// lazy AND, borrow, references, reference patterns
749 | |     "&="          pub struct AndEq/2      /// bitwise AND assignment
...   |
792 | |     "~"           pub struct Tilde/1      /// unused since before Rust 1.0
793 | | }
    | |_- in this macro invocation
    |
    = 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: hiding a lifetime that's elided elsewhere is confusing
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-2.0.96/src/buffer.rs:81:18
   |
81 |     pub fn begin(&self) -> Cursor {
   |                  ^^^^^     ^^^^^^ the same lifetime is hidden here
   |                  |
   |                  the lifetime is elided here
   |
   = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
   = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
help: use `'_` for type paths
   |
81 |     pub fn begin(&self) -> Cursor<'_> {
   |                                  ++++

warning: hiding a lifetime that's elided elsewhere is confusing
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-2.0.96/src/data.rs:71:17
   |
71 |     pub fn iter(&self) -> punctuated::Iter {
   |                 ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
   |                 |
   |                 the lifetime is elided here
   |
   = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
   |
71 |     pub fn iter(&self) -> punctuated::Iter<'_, Field> {
   |                                            +++

warning: hiding a lifetime that's elided elsewhere is confusing
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-2.0.96/src/data.rs:82:21
   |
82 |     pub fn iter_mut(&mut self) -> punctuated::IterMut {
   |                     ^^^^^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
   |                     |
   |                     the lifetime is elided here
   |
   = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
   |
82 |     pub fn iter_mut(&mut self) -> punctuated::IterMut<'_, Field> {
   |                                                       +++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-2.0.96/src/data.rs:141:24
    |
141 |         pub fn members(&self) -> impl Iterator + Clone + '_ [Members] {
    |                        ^^^^^ the lifetime is elided here                    ^^^^^^^ the same lifetime is hidden here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
    |
141 |         pub fn members(&self) -> impl Iterator + Clone + '_ [Members<'_>] {
    |                                                                                    ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-2.0.96/src/generics.rs:108:26
    |
108 |         pub fn lifetimes(&self) -> impl Iterator [Lifetimes] {
    |                          ^^^^^ the lifetime is elided here               ^^^^^^^^^ the same lifetime is hidden here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
    |
108 |         pub fn lifetimes(&self) -> impl Iterator [Lifetimes<'_>] {
    |                                                                                   ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-2.0.96/src/generics.rs:115:30
    |
115 |         pub fn lifetimes_mut(&mut self) -> impl Iterator [LifetimesMut] {
    |                              ^^^^^^^^^ the lifetime is elided here                   ^^^^^^^^^^^^ the same lifetime is hidden here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
    |
115 |         pub fn lifetimes_mut(&mut self) -> impl Iterator [LifetimesMut<'_>] {
    |                                                                                                  ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-2.0.96/src/generics.rs:122:28
    |
122 |         pub fn type_params(&self) -> impl Iterator [TypeParams] {
    |                            ^^^^^ the lifetime is elided here           ^^^^^^^^^^ the same lifetime is hidden here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
    |
122 |         pub fn type_params(&self) -> impl Iterator [TypeParams<'_>] {
    |                                                                                  ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-2.0.96/src/generics.rs:129:32
    |
129 |         pub fn type_params_mut(&mut self) -> impl Iterator [TypeParamsMut] {
    |                                ^^^^^^^^^ the lifetime is elided here               ^^^^^^^^^^^^^ the same lifetime is hidden here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
    |
129 |         pub fn type_params_mut(&mut self) -> impl Iterator [TypeParamsMut<'_>] {
    |                                                                                                 ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-2.0.96/src/generics.rs:136:29
    |
136 |         pub fn const_params(&self) -> impl Iterator [ConstParams] {
    |                             ^^^^^ the lifetime is elided here            ^^^^^^^^^^^ the same lifetime is hidden here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
    |
136 |         pub fn const_params(&self) -> impl Iterator [ConstParams<'_>] {
    |                                                                                     ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-2.0.96/src/generics.rs:143:33
    |
143 |         pub fn const_params_mut(&mut self) -> impl Iterator [ConstParamsMut] {
    |                                 ^^^^^^^^^ the lifetime is elided here                ^^^^^^^^^^^^^^ the same lifetime is hidden here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
    |
143 |         pub fn const_params_mut(&mut self) -> impl Iterator [ConstParamsMut<'_>] {
    |                                                                                                    ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-2.0.96/src/generics.rs:176:27
    |
176 |     pub fn split_for_impl(&self) -> (ImplGenerics, TypeGenerics, Option<&WhereClause>) {
    |                           ^^^^^      ^^^^^^^^^^^^  ^^^^^^^^^^^^         ^^^^^^^^^^^^ the same lifetime is elided here
    |                           |          |             |
    |                           |          |             the same lifetime is hidden here
    |                           |          the same lifetime is hidden here
    |                           the lifetime is elided here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
    |
176 |     pub fn split_for_impl(&self) -> (ImplGenerics<'_>, TypeGenerics<'_>, Option<&WhereClause>) {
    |                                                  ++++              ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-2.0.96/src/generics.rs:347:25
    |
347 |     pub fn as_turbofish(&self) -> Turbofish {
    |                         ^^^^^     ^^^^^^^^^ the same lifetime is hidden here
    |                         |
    |                         the lifetime is elided here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
    |
347 |     pub fn as_turbofish(&self) -> Turbofish<'_> {
    |                                            ++++

warning: hiding a lifetime that's elided elsewhere is confusing
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-2.0.96/src/parse.rs:1279:35
     |
1279 | fn tokens_to_parse_buffer(tokens: &TokenBuffer) -> ParseBuffer {
     |                                   ^^^^^^^^^^^^     ^^^^^^^^^^^ the same lifetime is hidden here
     |                                   |
     |                                   the lifetime is elided here
     |
     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
     |
1279 | fn tokens_to_parse_buffer(tokens: &TokenBuffer) -> ParseBuffer<'_> {
     |                                                               ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-2.0.96/src/discouraged.rs:208:28
    |
208 |     fn parse_any_delimiter(&self) -> Result<(Delimiter, DelimSpan, ParseBuffer)>;
    |                            ^^^^^ the lifetime is elided here       ^^^^^^^^^^^ the same lifetime is hidden here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
    |
208 |     fn parse_any_delimiter(&self) -> Result<(Delimiter, DelimSpan, ParseBuffer<'_>)>;
    |                                                                               ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-2.0.96/src/discouraged.rs:212:28
    |
212 |     fn parse_any_delimiter(&self) -> Result<(Delimiter, DelimSpan, ParseBuffer)> {
    |                            ^^^^^ the lifetime is elided here       ^^^^^^^^^^^ the same lifetime is hidden here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
    |
212 |     fn parse_any_delimiter(&self) -> Result<(Delimiter, DelimSpan, ParseBuffer<'_>)> {
    |                                                                               ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-2.0.96/src/punctuated.rs:119:17
    |
119 |     pub fn iter(&self) -> Iter {
    |                 ^^^^^     ^^^^^^^ the same lifetime is hidden here
    |                 |
    |                 the lifetime is elided here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
    |
119 |     pub fn iter(&self) -> Iter<'_, T> {
    |                                +++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-2.0.96/src/punctuated.rs:130:21
    |
130 |     pub fn iter_mut(&mut self) -> IterMut {
    |                     ^^^^^^^^^     ^^^^^^^^^^ the same lifetime is hidden here
    |                     |
    |                     the lifetime is elided here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
    |
130 |     pub fn iter_mut(&mut self) -> IterMut<'_, T> {
    |                                           +++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-2.0.96/src/punctuated.rs:141:18
    |
141 |     pub fn pairs(&self) -> Pairs {
    |                  ^^^^^     ^^^^^^^^^^^ the same lifetime is hidden here
    |                  |
    |                  the lifetime is elided here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
    |
141 |     pub fn pairs(&self) -> Pairs<'_, T, P> {
    |                                  +++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-2.0.96/src/punctuated.rs:150:22
    |
150 |     pub fn pairs_mut(&mut self) -> PairsMut {
    |                      ^^^^^^^^^     ^^^^^^^^^^^^^^ the same lifetime is hidden here
    |                      |
    |                      the lifetime is elided here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
    |
150 |     pub fn pairs_mut(&mut self) -> PairsMut<'_, T, P> {
    |                                             +++

       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/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: `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: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: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: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: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: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: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: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: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: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: `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: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: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: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: `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: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: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: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/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: `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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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/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/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: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: `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: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: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: `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/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: 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/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/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/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/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: `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/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/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: `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/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/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/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/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/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/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: `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: `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/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: `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: `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_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: `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: `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: `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: `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: `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: `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: `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: `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: `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: `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: `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: `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: 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)]` (part of `#[warn(unused)]`) on by default

warning: hiding a lifetime that's elided elsewhere is confusing
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/data.rs:79:17
   |
79 |     pub fn iter(&self) -> punctuated::Iter {
   |                 ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
   |                 |
   |                 the lifetime is elided here
   |
   = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
   = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
help: use `'_` for type paths
   |
79 |     pub fn iter(&self) -> punctuated::Iter<'_, Field> {
   |                                            +++

warning: hiding a lifetime that's elided elsewhere is confusing
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/data.rs:90:21
   |
90 |     pub fn iter_mut(&mut self) -> punctuated::IterMut {
   |                     ^^^^^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
   |                     |
   |                     the lifetime is elided here
   |
   = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
   |
90 |     pub fn iter_mut(&mut self) -> punctuated::IterMut<'_, Field> {
   |                                                       +++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/generics.rs:114:24
    |
114 |     pub fn type_params(&self) -> TypeParams {
    |                        ^^^^^     ^^^^^^^^^^ the same lifetime is hidden here
    |                        |
    |                        the lifetime is elided here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
    |
114 |     pub fn type_params(&self) -> TypeParams<'_> {
    |                                            ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/generics.rs:125:28
    |
125 |     pub fn type_params_mut(&mut self) -> TypeParamsMut {
    |                            ^^^^^^^^^     ^^^^^^^^^^^^^ the same lifetime is hidden here
    |                            |
    |                            the lifetime is elided here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
    |
125 |     pub fn type_params_mut(&mut self) -> TypeParamsMut<'_> {
    |                                                       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/generics.rs:136:22
    |
136 |     pub fn lifetimes(&self) -> Lifetimes {
    |                      ^^^^^     ^^^^^^^^^ the same lifetime is hidden here
    |                      |
    |                      the lifetime is elided here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
    |
136 |     pub fn lifetimes(&self) -> Lifetimes<'_> {
    |                                         ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/generics.rs:147:26
    |
147 |     pub fn lifetimes_mut(&mut self) -> LifetimesMut {
    |                          ^^^^^^^^^     ^^^^^^^^^^^^ the same lifetime is hidden here
    |                          |
    |                          the lifetime is elided here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
    |
147 |     pub fn lifetimes_mut(&mut self) -> LifetimesMut<'_> {
    |                                                    ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/generics.rs:158:25
    |
158 |     pub fn const_params(&self) -> ConstParams {
    |                         ^^^^^     ^^^^^^^^^^^ the same lifetime is hidden here
    |                         |
    |                         the lifetime is elided here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
    |
158 |     pub fn const_params(&self) -> ConstParams<'_> {
    |                                              ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/generics.rs:169:29
    |
169 |     pub fn const_params_mut(&mut self) -> ConstParamsMut {
    |                             ^^^^^^^^^     ^^^^^^^^^^^^^^ the same lifetime is hidden here
    |                             |
    |                             the lifetime is elided here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
    |
169 |     pub fn const_params_mut(&mut self) -> ConstParamsMut<'_> {
    |                                                         ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/generics.rs:350:27
    |
350 |     pub fn split_for_impl(&self) -> (ImplGenerics, TypeGenerics, Option<&WhereClause>) {
    |                           ^^^^^      ^^^^^^^^^^^^  ^^^^^^^^^^^^         ^^^^^^^^^^^^ the same lifetime is elided here
    |                           |          |             |
    |                           |          |             the same lifetime is hidden here
    |                           |          the same lifetime is hidden here
    |                           the lifetime is elided here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
    |
350 |     pub fn split_for_impl(&self) -> (ImplGenerics<'_>, TypeGenerics<'_>, Option<&WhereClause>) {
    |                                                  ++++              ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/generics.rs:416:25
    |
416 |     pub fn as_turbofish(&self) -> Turbofish {
    |                         ^^^^^     ^^^^^^^^^ the same lifetime is hidden here
    |                         |
    |                         the lifetime is elided here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
    |
416 |     pub fn as_turbofish(&self) -> Turbofish<'_> {
    |                                            ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/buffer.rs:133:18
    |
133 |     pub fn begin(&self) -> Cursor {
    |                  ^^^^^     ^^^^^^ the same lifetime is hidden here
    |                  |
    |                  the lifetime is elided here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
    |
133 |     pub fn begin(&self) -> Cursor<'_> {
    |                                  ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/punctuated.rs:105:17
    |
105 |     pub fn iter(&self) -> Iter {
    |                 ^^^^^     ^^^^^^^ the same lifetime is hidden here
    |                 |
    |                 the lifetime is elided here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
    |
105 |     pub fn iter(&self) -> Iter<'_, T> {
    |                                +++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/punctuated.rs:116:21
    |
116 |     pub fn iter_mut(&mut self) -> IterMut {
    |                     ^^^^^^^^^     ^^^^^^^^^^ the same lifetime is hidden here
    |                     |
    |                     the lifetime is elided here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
    |
116 |     pub fn iter_mut(&mut self) -> IterMut<'_, T> {
    |                                           +++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/punctuated.rs:127:18
    |
127 |     pub fn pairs(&self) -> Pairs {
    |                  ^^^^^     ^^^^^^^^^^^ the same lifetime is hidden here
    |                  |
    |                  the lifetime is elided here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
    |
127 |     pub fn pairs(&self) -> Pairs<'_, T, P> {
    |                                  +++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/punctuated.rs:136:22
    |
136 |     pub fn pairs_mut(&mut self) -> PairsMut {
    |                      ^^^^^^^^^     ^^^^^^^^^^^^^^ the same lifetime is hidden here
    |                      |
    |                      the lifetime is elided here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
    |
136 |     pub fn pairs_mut(&mut self) -> PairsMut<'_, T, P> {
    |                                             +++

warning: hiding a lifetime that's elided elsewhere is confusing
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/parse.rs:1196:35
     |
1196 | fn tokens_to_parse_buffer(tokens: &TokenBuffer) -> ParseBuffer {
     |                                   ^^^^^^^^^^^^     ^^^^^^^^^^^ the same lifetime is hidden here
     |                                   |
     |                                   the lifetime is elided here
     |
     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
     |
1196 | fn tokens_to_parse_buffer(tokens: &TokenBuffer) -> ParseBuffer<'_> {
     |                                                               ++++

       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)]` (part of `#[warn(unused)]`) 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: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/object-0.28.4/src/read/any.rs:424:17
    |
424 |     fn pdb_info(&self) -> Result> {
    |                 ^^^^^                   ^^^^^^^^ the same lifetime is hidden here
    |                 |
    |                 the lifetime is elided here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
help: use `'_` for type paths
    |
424 |     fn pdb_info(&self) -> Result>> {
    |                                                 ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/object-0.28.4/src/read/macho/segment.rs:163:30
    |
163 |     fn from_command(command: LoadCommandData) -> Result>;
    |                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^                    ^^^^^  ^^^^^ the same lifetime is elided here
    |                              |                                                |
    |                              |                                                the same lifetime is elided here
    |                              the lifetime is hidden here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
    |
163 |     fn from_command(command: LoadCommandData<'_, Self::Endian>) -> Result>;
    |                                              +++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/object-0.28.4/src/read/macho/segment.rs:222:30
    |
222 |     fn from_command(command: LoadCommandData) -> Result> {
    |                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^                    ^^^^^  ^^^^^ the same lifetime is elided here
    |                              |                                                |
    |                              |                                                the same lifetime is elided here
    |                              the lifetime is hidden here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
    |
222 |     fn from_command(command: LoadCommandData<'_, Self::Endian>) -> Result> {
    |                                              +++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/object-0.28.4/src/read/macho/segment.rs:266:30
    |
266 |     fn from_command(command: LoadCommandData) -> Result> {
    |                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^                    ^^^^^  ^^^^^ the same lifetime is elided here
    |                              |                                                |
    |                              |                                                the same lifetime is elided here
    |                              the lifetime is hidden here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
    |
266 |     fn from_command(command: LoadCommandData<'_, Self::Endian>) -> Result> {
    |                                              +++

warning: hiding a lifetime that's elided elsewhere is confusing
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/object-0.28.4/src/read/pe/file.rs:83:29
   |
83 |     pub fn rich_header_info(&self) -> Option {
   |                             ^^^^^            ^^^^^^^^^^^^^^ the same lifetime is hidden here
   |                             |
   |                             the lifetime is elided here
   |
   = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
   |
83 |     pub fn rich_header_info(&self) -> Option> {
   |                                                            ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/object-0.28.4/src/read/pe/file.rs:301:17
    |
301 |     fn pdb_info(&self) -> Result> {
    |                 ^^^^^                   ^^^^^^^^ the same lifetime is hidden here
    |                 |
    |                 the lifetime is elided here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
    |
301 |     fn pdb_info(&self) -> Result>> {
    |                                                 ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/object-0.28.4/src/read/traits.rs:213:17
    |
213 |     fn pdb_info(&self) -> Result> {
    |                 ^^^^^                   ^^^^^^^^ the same lifetime is hidden here
    |                 |
    |                 the lifetime is elided here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
    |
213 |     fn pdb_info(&self) -> Result>> {
    |                                                 ++++

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)]` (part of `#[warn(unused)]`) 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)]` (part of `#[warn(unused)]`) 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: hiding a lifetime that's elided elsewhere is confusing
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/aho-corasick-1.0.1/src/automaton.rs:1117:13
     |
1117 |     fn next(&mut self) -> Option> {
     |             ^^^^^^^^^                            ^^^^^^^^^^^ the same lifetime is hidden here
     |             |
     |             the lifetime is elided here
     |
     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
help: use `'_` for type paths
     |
1117 |     fn next(&mut self) -> Option>> {
     |                                                             ++++

warning: hiding a lifetime that's elided elsewhere is confusing
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/aho-corasick-1.0.1/src/util/alphabet.rs:85:28
   |
85 |     pub(crate) fn elements(&self, class: u8) -> ByteClassElements {
   |                            ^^^^^                ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
   |                            |
   |                            the lifetime is elided here
   |
   = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
   |
85 |     pub(crate) fn elements(&self, class: u8) -> ByteClassElements<'_> {
   |                                                                  ++++

warning: hiding a lifetime that's elided elsewhere is confusing
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/aho-corasick-1.0.1/src/util/alphabet.rs:93:23
   |
93 |     fn element_ranges(&self, class: u8) -> ByteClassElementRanges {
   |                       ^^^^^                ^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
   |                       |
   |                       the lifetime is elided here
   |
   = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
   |
93 |     fn element_ranges(&self, class: u8) -> ByteClassElementRanges<'_> {
   |                                                                  ++++

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

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: `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_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: `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`
     |
     = 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`

       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

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: `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/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: 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: `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: 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)]` (part of `#[warn(unused)]`) 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
warning: `syn` (lib) generated 67 warnings (45 duplicates)
warning: `syn` (lib) generated 1876 warnings (270 duplicates)
warning: `cc` (lib) generated 1 warning
warning: `object` (lib) generated 7 warnings
warning: `aho-corasick` (lib) generated 14 warnings
warning: `log` (lib) generated 11 warnings
warning: `semver` (lib) generated 22 warnings
warning: `num-traits` (lib) generated 255 warnings (16 duplicates)
warning: `io-lifetimes` (lib) generated 42 warnings
warning: `rand` (lib) generated 12 warnings
       Fresh serde_derive v1.0.217
warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/serde_derive-1.0.217/src/internals/attr.rs:612:23
    |
612 |     pub fn serde_path(&self) -> Cow {
    |                       ^^^^^     ^^^^^^^^^^^^^^ the same lifetime is hidden here
    |                       |
    |                       the lifetime is elided here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
help: use `'_` for type paths
    |
612 |     pub fn serde_path(&self) -> Cow<'_, syn::Path> {
    |                                     +++

warning: hiding a lifetime that's elided elsewhere is confusing
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/serde_derive-1.0.217/src/internals/case.rs:45:37
   |
45 |     pub fn from_str(rename_all_str: &str) -> Result {
   |                                     ^^^^                  ^^^^^^^^^^ the same lifetime is hidden here
   |                                     |
   |                                     the lifetime is elided here
   |
   = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
   |
45 |     pub fn from_str(rename_all_str: &str) -> Result> {
   |                                                                     ++++

warning: hiding a lifetime that's elided elsewhere is confusing
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/serde_derive-1.0.217/src/de.rs:3228:13
     |
3228 |     params: &Parameters,
     |             ^^^^^^^^^^^ the lifetime is elided here
3229 | ) -> (
3230 |     DeImplGenerics,
     |     ^^^^^^^^^^^^^^ the same lifetime is hidden here
3231 |     DeTypeGenerics,
     |     ^^^^^^^^^^^^^^ the same lifetime is hidden here
3232 |     syn::TypeGenerics,
     |     ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
3233 |     Option<&syn::WhereClause>,
     |            ^^^^^^^^^^^^^^^^^ the same lifetime is elided here
     |
     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
     |
3230 ~     DeImplGenerics<'_>,
3231 ~     DeTypeGenerics<'_>,
3232 ~     syn::TypeGenerics<'_>,
     |

       Fresh ctor v0.1.22
       Fresh thiserror-impl v1.0.61
warning: hiding a lifetime that's elided elsewhere is confusing
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/thiserror-impl-1.0.61/src/attr.rs:48:19
   |
48 | pub fn get(input: &[Attribute]) -> Result {
   |                   ^^^^^^^^^^^^            ^^^^^ the same lifetime is hidden here
   |                   |
   |                   the lifetime is elided here
   |
   = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
   = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
help: use `'_` for type paths
   |
48 | pub fn get(input: &[Attribute]) -> Result> {
   |                                                ++++

warning: hiding a lifetime that's elided elsewhere is confusing
 --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/thiserror-impl-1.0.61/src/prop.rs:7:30
  |
7 |     pub(crate) fn from_field(&self) -> Option<&Field> {
  |                              ^^^^^            ^^^^^^
  |                              |                ||
  |                              |                |the same lifetime is hidden here
  |                              |                the same lifetime is elided here
  |                              the lifetime is elided here
  |
  = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
  |
7 |     pub(crate) fn from_field(&self) -> Option<&Field<'_>> {
  |                                                     ++++

warning: hiding a lifetime that's elided elsewhere is confusing
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/thiserror-impl-1.0.61/src/prop.rs:11:32
   |
11 |     pub(crate) fn source_field(&self) -> Option<&Field> {
   |                                ^^^^^            ^^^^^^
   |                                |                ||
   |                                |                |the same lifetime is hidden here
   |                                |                the same lifetime is elided here
   |                                the lifetime is elided here
   |
   = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
   |
11 |     pub(crate) fn source_field(&self) -> Option<&Field<'_>> {
   |                                                       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/thiserror-impl-1.0.61/src/prop.rs:15:35
   |
15 |     pub(crate) fn backtrace_field(&self) -> Option<&Field> {
   |                                   ^^^^^            ^^^^^^
   |                                   |                ||
   |                                   |                |the same lifetime is hidden here
   |                                   |                the same lifetime is elided here
   |                                   the lifetime is elided here
   |
   = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
   |
15 |     pub(crate) fn backtrace_field(&self) -> Option<&Field<'_>> {
   |                                                          ++++

warning: hiding a lifetime that's elided elsewhere is confusing
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/thiserror-impl-1.0.61/src/prop.rs:19:44
   |
19 |     pub(crate) fn distinct_backtrace_field(&self) -> Option<&Field> {
   |                                            ^^^^^            ^^^^^^
   |                                            |                ||
   |                                            |                |the same lifetime is hidden here
   |                                            |                the same lifetime is elided here
   |                                            the lifetime is elided here
   |
   = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
   |
19 |     pub(crate) fn distinct_backtrace_field(&self) -> Option<&Field<'_>> {
   |                                                                   ++++

warning: hiding a lifetime that's elided elsewhere is confusing
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/thiserror-impl-1.0.61/src/prop.rs:53:30
   |
53 |     pub(crate) fn from_field(&self) -> Option<&Field> {
   |                              ^^^^^            ^^^^^^
   |                              |                ||
   |                              |                |the same lifetime is hidden here
   |                              |                the same lifetime is elided here
   |                              the lifetime is elided here
   |
   = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
   |
53 |     pub(crate) fn from_field(&self) -> Option<&Field<'_>> {
   |                                                     ++++

warning: hiding a lifetime that's elided elsewhere is confusing
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/thiserror-impl-1.0.61/src/prop.rs:57:32
   |
57 |     pub(crate) fn source_field(&self) -> Option<&Field> {
   |                                ^^^^^            ^^^^^^
   |                                |                ||
   |                                |                |the same lifetime is hidden here
   |                                |                the same lifetime is elided here
   |                                the lifetime is elided here
   |
   = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
   |
57 |     pub(crate) fn source_field(&self) -> Option<&Field<'_>> {
   |                                                       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/thiserror-impl-1.0.61/src/prop.rs:61:35
   |
61 |     pub(crate) fn backtrace_field(&self) -> Option<&Field> {
   |                                   ^^^^^            ^^^^^^
   |                                   |                ||
   |                                   |                |the same lifetime is hidden here
   |                                   |                the same lifetime is elided here
   |                                   the lifetime is elided here
   |
   = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
   |
61 |     pub(crate) fn backtrace_field(&self) -> Option<&Field<'_>> {
   |                                                          ++++

warning: hiding a lifetime that's elided elsewhere is confusing
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/thiserror-impl-1.0.61/src/prop.rs:65:44
   |
65 |     pub(crate) fn distinct_backtrace_field(&self) -> Option<&Field> {
   |                                            ^^^^^            ^^^^^^
   |                                            |                ||
   |                                            |                |the same lifetime is hidden here
   |                                            |                the same lifetime is elided here
   |                                            the lifetime is elided here
   |
   = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
   |
65 |     pub(crate) fn distinct_backtrace_field(&self) -> Option<&Field<'_>> {
   |                                                                   ++++

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`
   |
  ::: /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: `#[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`
   |
  ::: /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`
   |
  ::: /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`
   |
  ::: /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`
    |
   ::: /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`
    |
   ::: /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`
    |
   ::: /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`
    |
   ::: /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`
    |
   ::: /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`
    |
   ::: /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`
    |
   ::: /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`
     |
    ::: /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`
     |
    ::: /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`
     |
    ::: /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`
     |
    ::: /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`
   |
  ::: /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`
   |
  ::: /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`
   |
  ::: /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`
   |
  ::: /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`
   |
  ::: /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`
   |
  ::: /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`
    |
   ::: /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`
    |
   ::: /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`
    |
   ::: /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`
    |
   ::: /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`
    |
   ::: /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`
    |
   ::: /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`
    |
   ::: /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`
    |
   ::: /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`
    |
   ::: /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`
    |
   ::: /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`
    |
   ::: /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`
    |
   ::: /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`
    |
   ::: /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`
    |
   ::: /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`
    |
   ::: /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`
    |
   ::: /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`
    |
   ::: /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`
    |
   ::: /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`
    |
   ::: /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`
    |
   ::: /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`
    |
   ::: /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`
    |
   ::: /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`
    |
   ::: /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`
    |
   ::: /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`
    |
   ::: /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`
    |
   ::: /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: 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`
    |
   ::: /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`
    |
   ::: /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`
    |
   ::: /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`
    |
   ::: /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`
    |
   ::: /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`
   |
  ::: /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`
   |
  ::: /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`
    |
   ::: /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`
    |
   ::: /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`
   |
  ::: /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`
   |
  ::: /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`
   |
  ::: /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`
    |
   ::: /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`
    |
   ::: /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`
    |
   ::: /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`
    |
   ::: /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`
    |
   ::: /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`
   |
  ::: /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`
   |
  ::: /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`
   |
  ::: /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`
   |
  ::: /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`
   |
  ::: /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`
   |
  ::: /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`
   |
  ::: /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`
   |
  ::: /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`
    |
   ::: /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`
    |
   ::: /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`
    |
   ::: /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`
    |
   ::: /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`
    |
   ::: /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`
    |
   ::: /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`
    |
   ::: /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`
    |
   ::: /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`
    |
   ::: /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`
    |
   ::: /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`
    |
   ::: /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`
    |
   ::: /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`
    |
   ::: /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`
    |
   ::: /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`
    |
   ::: /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`
   |
  ::: /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`
   |
  ::: /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`
   |
  ::: /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`
   |
  ::: /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`
   |
  ::: /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`
   |
  ::: /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`
   |
  ::: /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`
   |
  ::: /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`
    |
   ::: /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`
    |
   ::: /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`
    |
   ::: /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`
    |
   ::: /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`
   |
  ::: /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`
   |
  ::: /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`
   |
  ::: /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`
    |
   ::: /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`
    |
   ::: /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`
    |
   ::: /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`
    |
   ::: /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`
    |
   ::: /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`
    |
   ::: /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`
    |
   ::: /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`
    |
   ::: /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`
    |
   ::: /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`
   |
  ::: /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`
   |
  ::: /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`
   |
  ::: /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`
   |
  ::: /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`
   |
  ::: /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`
   |
  ::: /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`
   |
  ::: /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`
   |
  ::: /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`
   |
  ::: /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`
   |
  ::: /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`
     |
    ::: /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`
     |
    ::: /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`
   |
  ::: /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`
   |
  ::: /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`
   |
  ::: /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`
   |
  ::: /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`
   |
  ::: /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`
   |
  ::: /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`
   |
  ::: /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`
   |
  ::: /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 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: `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: `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`, `vex`, `win7`, and `wrs`
    = note: see  for more information 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: `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: `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`, `helenos`, `hermit`, `horizon`, `hurd`, `illumos`, `ios`, `l4re`, `linux`, `lynxos178`, `macos`, `managarm`, `motor`, `netbsd`, `none`, `nto`, `nuttx`, `openbsd`, `psp`, `psx`, `qurt`, `redox`, `rtems`, `solaris`, and `solid_asp3` and 14 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`, `loongarch32`, `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`, `loongarch32`, `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`, `loongarch32`, `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: `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`, `loongarch32`, `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`, `loongarch32`, `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`, `loongarch32`, `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: `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 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 thiserror-impl v2.0.12
warning: hiding a lifetime that's elided elsewhere is confusing
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/thiserror-impl-2.0.12/src/attr.rs:69:19
   |
69 | pub fn get(input: &[Attribute]) -> Result {
   |                   ^^^^^^^^^^^^            ^^^^^ the same lifetime is hidden here
   |                   |
   |                   the lifetime is elided here
   |
   = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
   = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
help: use `'_` for type paths
   |
69 | pub fn get(input: &[Attribute]) -> Result> {
   |                                                ++++

warning: hiding a lifetime that's elided elsewhere is confusing
 --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/thiserror-impl-2.0.12/src/prop.rs:7:30
  |
7 |     pub(crate) fn from_field(&self) -> Option<&Field> {
  |                              ^^^^^            ^^^^^^
  |                              |                ||
  |                              |                |the same lifetime is hidden here
  |                              |                the same lifetime is elided here
  |                              the lifetime is elided here
  |
  = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
  |
7 |     pub(crate) fn from_field(&self) -> Option<&Field<'_>> {
  |                                                     ++++

warning: hiding a lifetime that's elided elsewhere is confusing
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/thiserror-impl-2.0.12/src/prop.rs:11:32
   |
11 |     pub(crate) fn source_field(&self) -> Option<&Field> {
   |                                ^^^^^            ^^^^^^
   |                                |                ||
   |                                |                |the same lifetime is hidden here
   |                                |                the same lifetime is elided here
   |                                the lifetime is elided here
   |
   = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
   |
11 |     pub(crate) fn source_field(&self) -> Option<&Field<'_>> {
   |                                                       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/thiserror-impl-2.0.12/src/prop.rs:15:35
   |
15 |     pub(crate) fn backtrace_field(&self) -> Option<&Field> {
   |                                   ^^^^^            ^^^^^^
   |                                   |                ||
   |                                   |                |the same lifetime is hidden here
   |                                   |                the same lifetime is elided here
   |                                   the lifetime is elided here
   |
   = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
   |
15 |     pub(crate) fn backtrace_field(&self) -> Option<&Field<'_>> {
   |                                                          ++++

warning: hiding a lifetime that's elided elsewhere is confusing
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/thiserror-impl-2.0.12/src/prop.rs:19:44
   |
19 |     pub(crate) fn distinct_backtrace_field(&self) -> Option<&Field> {
   |                                            ^^^^^            ^^^^^^
   |                                            |                ||
   |                                            |                |the same lifetime is hidden here
   |                                            |                the same lifetime is elided here
   |                                            the lifetime is elided here
   |
   = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
   |
19 |     pub(crate) fn distinct_backtrace_field(&self) -> Option<&Field<'_>> {
   |                                                                   ++++

warning: hiding a lifetime that's elided elsewhere is confusing
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/thiserror-impl-2.0.12/src/prop.rs:54:30
   |
54 |     pub(crate) fn from_field(&self) -> Option<&Field> {
   |                              ^^^^^            ^^^^^^
   |                              |                ||
   |                              |                |the same lifetime is hidden here
   |                              |                the same lifetime is elided here
   |                              the lifetime is elided here
   |
   = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
   |
54 |     pub(crate) fn from_field(&self) -> Option<&Field<'_>> {
   |                                                     ++++

warning: hiding a lifetime that's elided elsewhere is confusing
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/thiserror-impl-2.0.12/src/prop.rs:58:32
   |
58 |     pub(crate) fn source_field(&self) -> Option<&Field> {
   |                                ^^^^^            ^^^^^^
   |                                |                ||
   |                                |                |the same lifetime is hidden here
   |                                |                the same lifetime is elided here
   |                                the lifetime is elided here
   |
   = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
   |
58 |     pub(crate) fn source_field(&self) -> Option<&Field<'_>> {
   |                                                       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/thiserror-impl-2.0.12/src/prop.rs:62:35
   |
62 |     pub(crate) fn backtrace_field(&self) -> Option<&Field> {
   |                                   ^^^^^            ^^^^^^
   |                                   |                ||
   |                                   |                |the same lifetime is hidden here
   |                                   |                the same lifetime is elided here
   |                                   the lifetime is elided here
   |
   = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
   |
62 |     pub(crate) fn backtrace_field(&self) -> Option<&Field<'_>> {
   |                                                          ++++

warning: hiding a lifetime that's elided elsewhere is confusing
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/thiserror-impl-2.0.12/src/prop.rs:66:44
   |
66 |     pub(crate) fn distinct_backtrace_field(&self) -> Option<&Field> {
   |                                            ^^^^^            ^^^^^^
   |                                            |                ||
   |                                            |                |the same lifetime is hidden here
   |                                            |                the same lifetime is elided here
   |                                            the lifetime is elided here
   |
   = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
   |
66 |     pub(crate) fn distinct_backtrace_field(&self) -> Option<&Field<'_>> {
   |                                                                   ++++

       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)]` (part of `#[warn(unused)]`) on by default

       Fresh event-listener v2.5.2
       Fresh termcolor v1.4.1
       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`, `helenos`, `hermit`, `horizon`, `hurd`, `illumos`, `ios`, `l4re`, `linux`, `lynxos178`, `macos`, `managarm`, `motor`, `netbsd`, `none`, `nto`, `nuttx`, `openbsd`, `psp`, `psx`, `qurt`, `redox`, `rtems`, `solaris`, and `solid_asp3` and 14 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`, `helenos`, `hermit`, `horizon`, `hurd`, `illumos`, `ios`, `l4re`, `linux`, `lynxos178`, `macos`, `managarm`, `motor`, `netbsd`, `none`, `nto`, `nuttx`, `openbsd`, `psp`, `psx`, `qurt`, `redox`, `rtems`, `solaris`, and `solid_asp3` and 14 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)]` (part of `#[warn(unused)]`) on by default

       Fresh unicode-width v0.1.10
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: `serde_derive` (lib) generated 3 warnings
warning: `thiserror-impl` (lib) generated 9 warnings
warning: `rustix` (lib) generated 134 warnings (3 duplicates)
warning: `rustix` (lib) generated 707 warnings
warning: `memoffset` (lib) generated 10 warnings
warning: `thiserror-impl` (lib) generated 9 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
warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/serde-1.0.217/src/private/de.rs:266:23
    |
266 |         fn unexpected(&self) -> Unexpected {
    |                       ^^^^^     ^^^^^^^^^^ the same lifetime is hidden here
    |                       |
    |                       the lifetime is elided here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
help: use `'_` for type paths
    |
266 |         fn unexpected(&self) -> Unexpected<'_> {
    |                                           ++++

warning: hiding a lifetime that's elided elsewhere is confusing
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/serde-1.0.217/src/private/mod.rs:30:35
   |
30 |     pub fn from_utf8_lossy(bytes: &[u8]) -> Cow {
   |                                   ^^^^^     ^^^^^^^^ the same lifetime is hidden here
   |                                   |
   |                                   the lifetime is elided here
   |
   = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
   |
30 |     pub fn from_utf8_lossy(bytes: &[u8]) -> Cow<'_, str> {
   |                                                 +++

       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)]` (part of `#[warn(unused)]`) on by default

       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 parking v2.0.0
       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 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 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

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

       Fresh cranelift-isle v0.116.1
warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/cranelift-isle-0.116.1/src/codegen.rs:481:52
    |
481 |     fn validate_block(ret_kind: ReturnKind, block: &Block) -> Nested {
    |                                                    ^^^^^^     ^^^^^^ the same lifetime is hidden here
    |                                                    |
    |                                                    the lifetime is elided here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
help: use `'_` for type paths
    |
481 |     fn validate_block(ret_kind: ReturnKind, block: &Block) -> Nested<'_> {
    |                                                                     ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/cranelift-isle-0.116.1/src/serialize.rs:405:18
    |
405 |     fn new_block(&mut self) -> Decomposition {
    |                  ^^^^^^^^^     ^^^^^^^^^^^^^ the same lifetime is hidden here
    |                  |
    |                  the lifetime is elided here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
    |
405 |     fn new_block(&mut self) -> Decomposition<'_> {
    |                                             ++++

warning: hiding a lifetime that's elided elsewhere is confusing
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/cranelift-isle-0.116.1/src/stablemapset.rs:68:25
   |
68 |     pub(crate) fn entry(&mut self, k: K) -> Entry {
   |                         ^^^^^^^^^           ^^^^^^^^^^^ the same lifetime is hidden here
   |                         |
   |                         the lifetime is elided here
   |
   = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
   |
68 |     pub(crate) fn entry(&mut self, k: K) -> Entry<'_, K, V> {
   |                                                   +++

       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 wasmtime-versioned-export-macros v29.0.1
       Fresh itertools v0.10.5
warning: hiding a lifetime that's elided elsewhere is confusing
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/itertools-0.10.5/src/lib.rs:1360:30
     |
1360 |     fn peeking_take_while(&mut self, accept: F) -> PeekingTakeWhile
     |                              ^^^^^^^^^                ^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
     |                              |
     |                              the lifetime is elided here
     |
     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
help: use `'_` for type paths
     |
1360 |     fn peeking_take_while(&mut self, accept: F) -> PeekingTakeWhile<'_, Self, F>
     |                                                                        +++

warning: hiding a lifetime that's elided elsewhere is confusing
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/itertools-0.10.5/src/lib.rs:1385:26
     |
1385 |     fn take_while_ref(&mut self, accept: F) -> TakeWhileRef
     |                          ^^^^^^^^^                ^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
     |                          |
     |                          the lifetime is elided here
     |
     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
     |
1385 |     fn take_while_ref(&mut self, accept: F) -> TakeWhileRef<'_, Self, F>
     |                                                                +++

warning: hiding a lifetime that's elided elsewhere is confusing
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/itertools-0.10.5/src/lib.rs:2093:26
     |
2093 |     fn format(self, sep: &str) -> Format
     |                          ^^^^     ^^^^^^^^^^^^ the same lifetime is hidden here
     |                          |
     |                          the lifetime is elided here
     |
     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
     |
2093 |     fn format(self, sep: &str) -> Format<'_, Self>
     |                                          +++

warning: hiding a lifetime that's elided elsewhere is confusing
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/itertools-0.10.5/src/lib.rs:2131:34
     |
2131 |     fn format_with(self, sep: &str, format: F) -> FormatWith
     |                                  ^^^^                ^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
     |                                  |
     |                                  the lifetime is elided here
     |
     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
     |
2131 |     fn format_with(self, sep: &str, format: F) -> FormatWith<'_, Self, F>
     |                                                                 +++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/itertools-0.10.5/src/adaptors/mod.rs:622:35
    |
622 | pub fn take_while_ref(iter: &mut I, f: F) -> TakeWhileRef
    |                                   ^^^^^^           ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
    |                                   |
    |                                   the lifetime is elided here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
    |
622 | pub fn take_while_ref(iter: &mut I, f: F) -> TakeWhileRef<'_, I, F>
    |                                                                 +++

warning: hiding a lifetime that's elided elsewhere is confusing
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/itertools-0.10.5/src/peeking_take_while.rs:94:39
   |
94 | pub fn peeking_take_while(iter: &mut I, f: F) -> PeekingTakeWhile
   |                                       ^^^^^^           ^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
   |                                       |
   |                                       the lifetime is elided here
   |
   = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
   |
94 | pub fn peeking_take_while(iter: &mut I, f: F) -> PeekingTakeWhile<'_, I, F>
   |                                                                         +++

warning: `serde` (lib) generated 2 warnings
warning: `value-bag` (lib) generated 6 warnings
warning: `crossbeam-epoch` (lib) generated 24 warnings
warning: `fastrand` (lib) generated 1 warning
warning: `typenum` (lib) generated 5 warnings
warning: `cranelift-isle` (lib) generated 3 warnings
warning: `io-lifetimes` (lib) generated 8 warnings
warning: `itertools` (lib) generated 6 warnings
       Fresh log v0.4.17
warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/log-0.4.17/src/lib.rs:978:23
    |
978 |     pub fn to_builder(&self) -> RecordBuilder {
    |                       ^^^^^     ^^^^^^^^^^^^^ the same lifetime is hidden here
    |                       |
    |                       the lifetime is elided here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
help: use `'_` for type paths
    |
978 |     pub fn to_builder(&self) -> RecordBuilder<'_> {
    |                                              ++++

warning: hiding a lifetime that's elided elsewhere is confusing
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/log-0.4.17/src/kv/key.rs:11:15
   |
11 |     fn to_key(&self) -> Key;
   |               ^^^^^     ^^^ the same lifetime is hidden here
   |               |
   |               the lifetime is elided here
   |
   = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
   |
11 |     fn to_key(&self) -> Key<'_>;
   |                            ++++

warning: hiding a lifetime that's elided elsewhere is confusing
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/log-0.4.17/src/kv/key.rs:18:15
   |
18 |     fn to_key(&self) -> Key {
   |               ^^^^^     ^^^ the same lifetime is hidden here
   |               |
   |               the lifetime is elided here
   |
   = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
   |
18 |     fn to_key(&self) -> Key<'_> {
   |                            ++++

warning: hiding a lifetime that's elided elsewhere is confusing
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/log-0.4.17/src/kv/key.rs:24:15
   |
24 |     fn to_key(&self) -> Key {
   |               ^^^^^     ^^^ the same lifetime is hidden here
   |               |
   |               the lifetime is elided here
   |
   = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
   |
24 |     fn to_key(&self) -> Key<'_> {
   |                            ++++

warning: hiding a lifetime that's elided elsewhere is confusing
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/log-0.4.17/src/kv/key.rs:30:15
   |
30 |     fn to_key(&self) -> Key {
   |               ^^^^^     ^^^ the same lifetime is hidden here
   |               |
   |               the lifetime is elided here
   |
   = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
   |
30 |     fn to_key(&self) -> Key<'_> {
   |                            ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/log-0.4.17/src/kv/key.rs:119:19
    |
119 |         fn to_key(&self) -> Key {
    |                   ^^^^^     ^^^ the same lifetime is hidden here
    |                   |
    |                   the lifetime is elided here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
    |
119 |         fn to_key(&self) -> Key<'_> {
    |                                ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/log-0.4.17/src/kv/key.rs:125:19
    |
125 |         fn to_key(&self) -> Key {
    |                   ^^^^^     ^^^ the same lifetime is hidden here
    |                   |
    |                   the lifetime is elided here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
    |
125 |         fn to_key(&self) -> Key<'_> {
    |                                ++++

warning: hiding a lifetime that's elided elsewhere is confusing
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/log-0.4.17/src/kv/value.rs:20:17
   |
20 |     fn to_value(&self) -> Value;
   |                 ^^^^^     ^^^^^ the same lifetime is hidden here
   |                 |
   |                 the lifetime is elided here
   |
   = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
   |
20 |     fn to_value(&self) -> Value<'_>;
   |                                ++++

warning: hiding a lifetime that's elided elsewhere is confusing
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/log-0.4.17/src/kv/value.rs:27:17
   |
27 |     fn to_value(&self) -> Value {
   |                 ^^^^^     ^^^^^ the same lifetime is hidden here
   |                 |
   |                 the lifetime is elided here
   |
   = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
   |
27 |     fn to_value(&self) -> Value<'_> {
   |                                ++++

warning: hiding a lifetime that's elided elsewhere is confusing
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/log-0.4.17/src/kv/value.rs:33:17
   |
33 |     fn to_value(&self) -> Value {
   |                 ^^^^^     ^^^^^ the same lifetime is hidden here
   |                 |
   |                 the lifetime is elided here
   |
   = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
   |
33 |     fn to_value(&self) -> Value<'_> {
   |                                ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/log-0.4.17/src/kv/value.rs:396:17
    |
396 |     fn to_value(&self) -> Value {
    |                 ^^^^^     ^^^^^ the same lifetime is hidden here
    |                 |
    |                 the lifetime is elided here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
    |
396 |     fn to_value(&self) -> Value<'_> {
    |                                ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/log-0.4.17/src/kv/value.rs:402:17
    |
402 |     fn to_value(&self) -> Value {
    |                 ^^^^^     ^^^^^ the same lifetime is hidden here
    |                 |
    |                 the lifetime is elided here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
    |
402 |     fn to_value(&self) -> Value<'_> {
    |                                ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/log-0.4.17/src/kv/value.rs:439:17
    |
439 |     fn to_value(&self) -> Value {
    |                 ^^^^^     ^^^^^ the same lifetime is hidden here
    |                 |
    |                 the lifetime is elided here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
    |
439 |     fn to_value(&self) -> Value<'_> {
    |                                ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/log-0.4.17/src/kv/value.rs:445:17
    |
445 |     fn to_value(&self) -> Value {
    |                 ^^^^^     ^^^^^ the same lifetime is hidden here
    |                 |
    |                 the lifetime is elided here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
    |
445 |     fn to_value(&self) -> Value<'_> {
    |                                ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/log-0.4.17/src/kv/value.rs:451:17
    |
451 |     fn to_value(&self) -> Value {
    |                 ^^^^^     ^^^^^ the same lifetime is hidden here
    |                 |
    |                 the lifetime is elided here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
    |
451 |     fn to_value(&self) -> Value<'_> {
    |                                ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/log-0.4.17/src/kv/value.rs:457:17
    |
457 |     fn to_value(&self) -> Value {
    |                 ^^^^^     ^^^^^ the same lifetime is hidden here
    |                 |
    |                 the lifetime is elided here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
    |
457 |     fn to_value(&self) -> Value<'_> {
    |                                ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/log-0.4.17/src/kv/value.rs:463:17
    |
463 |     fn to_value(&self) -> Value {
    |                 ^^^^^     ^^^^^ the same lifetime is hidden here
    |                 |
    |                 the lifetime is elided here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
    |
463 |     fn to_value(&self) -> Value<'_> {
    |                                ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/log-0.4.17/src/kv/value.rs:501:17
    |
501 |     fn to_value(&self) -> Value {
    |                 ^^^^^     ^^^^^ the same lifetime is hidden here
    |                 |
    |                 the lifetime is elided here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
    |
501 |     fn to_value(&self) -> Value<'_> {
    |                                ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/log-0.4.17/src/kv/value.rs:510:17
    |
510 |     fn to_value(&self) -> Value {
    |                 ^^^^^     ^^^^^ the same lifetime is hidden here
    |                 |
    |                 the lifetime is elided here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
    |
510 |     fn to_value(&self) -> Value<'_> {
    |                                ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/log-0.4.17/src/kv/value.rs:522:29
    |
522 |                 fn to_value(&self) -> Value {
    |                             ^^^^^     ^^^^^ the same lifetime is hidden here
    |                             |
    |                             the lifetime is elided here
...
567 | impl_to_value_primitive![usize, u8, u16, u32, u64, isize, i8, i16, i32, i64, f32, f64, char, bool,];
    | --------------------------------------------------------------------------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `impl_to_value_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
522 |                 fn to_value(&self) -> Value<'_> {
    |                                            ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/log-0.4.17/src/kv/value.rs:540:29
    |
540 |                   fn to_value(&self) -> Value {
    |                               ^^^^^     ^^^^^ the same lifetime is hidden here
    |                               |
    |                               the lifetime is elided here
...
570 | / impl_to_value_nonzero_primitive![
571 | |     NonZeroUsize, NonZeroU8, NonZeroU16, NonZeroU32, NonZeroU64,
572 | |     NonZeroIsize, NonZeroI8, NonZeroI16, NonZeroI32, NonZeroI64,
573 | | ];
    | |_- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `impl_to_value_nonzero_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
540 |                 fn to_value(&self) -> Value<'_> {
    |                                            ++++

       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`, `macabi`, `mlibc`, `msvc`, `musl`, `newlib`, `nto70`, `nto71`, `nto71_iosock`, `nto80`, `ohos`, `p1`, `p2`, `p3`, `relibc`, `sgx`, `sim`, `uclibc`, and `v5`
    = 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)]` (part of `#[warn(unused)]`) 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)]` (part of `#[warn(rust_2024_compatibility)]`) on by default

warning: direct cast of function item into an integer
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/backtrace-0.3.65/src/capture.rs:140:45
    |
140 |         let mut bt = Self::create(Self::new as usize);
    |                                             ^^^^^^^^
    |
    = note: `#[warn(function_casts_as_integer)]` on by default
help: first cast to a pointer `as *const ()`
    |
140 |         let mut bt = Self::create(Self::new as *const () as usize);
    |                                             ++++++++++++

warning: direct cast of function item into an integer
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/backtrace-0.3.65/src/capture.rs:170:43
    |
170 |         Self::create(Self::new_unresolved as usize)
    |                                           ^^^^^^^^
    |
help: first cast to a pointer `as *const ()`
    |
170 |         Self::create(Self::new_unresolved as *const () as usize)
    |                                           ++++++++++++

       Fresh smallvec v1.13.2
       Fresh cranelift-bitset v0.116.1
       Fresh futures-lite v1.13.0
warning: eliding a lifetime that's named elsewhere is confusing
    --> /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>
     |                        --                           -- the lifetime is named here      ^^ the same lifetime is elided here
     |                        |
     |                        the lifetime is named here
     |
     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
help: consistently use `'a`
     |
1625 -     fn read_until<'a>(&'a mut self, byte: u8, buf: &'a mut Vec) -> ReadUntilFuture<'_, Self>
1625 +     fn read_until<'a>(&'a mut self, byte: u8, buf: &'a mut Vec) -> ReadUntilFuture<'a, Self>
     |

warning: eliding a lifetime that's named elsewhere is confusing
    --> /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>
     |                       --                 -- the lifetime is named here    ^^ the same lifetime is elided here
     |                       |
     |                       the lifetime is named here
     |
     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: consistently use `'a`
     |
1658 -     fn read_line<'a>(&'a mut self, buf: &'a mut String) -> ReadLineFuture<'_, Self>
1658 +     fn read_line<'a>(&'a mut self, buf: &'a mut String) -> ReadLineFuture<'a, Self>
     |

       Fresh crossbeam-deque v0.8.1
       Fresh cranelift-codegen-meta v0.116.1
warning: hiding a lifetime that's elided elsewhere is confusing
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/cranelift-codegen-meta-0.116.1/src/unique_table.rs:35:17
   |
35 |     pub fn iter(&self) -> slice::Iter<&'entries T> {
   |                 ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
   |                 |
   |                 the lifetime is elided here
   |
   = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
   = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
help: use `'_` for type paths
   |
35 |     pub fn iter(&self) -> slice::Iter<'_, &'entries T> {
   |                                       +++

warning: hiding a lifetime that's elided elsewhere is confusing
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/cranelift-codegen-meta-0.116.1/src/unique_table.rs:80:17
   |
80 |     pub fn iter(&self) -> slice::Iter {
   |                 ^^^^^     ^^^^^^^^^^^^^^ the same lifetime is hidden here
   |                 |
   |                 the lifetime is elided here
   |
   = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
   |
80 |     pub fn iter(&self) -> slice::Iter<'_, T> {
   |                                       +++

       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: unused doc comment
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/zerocopy-0.7.34/src/macros.rs:31:29
   |
31 |           const _: () = { $($(#[$attr])* $macro!$args;)* };
   |                               ^^^^^^^^ rustdoc does not generate documentation for macro invocations
   |
  ::: /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/zerocopy-0.7.34/src/wrappers.rs:71:1
   |
71 | / safety_comment! {
72 | |     /// SAFETY:
73 | |     /// - `Unalign` is `repr(packed)`, so it is unaligned regardless of the
74 | |     ///   alignment of `T`, and so we don't require that `T: Unaligned`
...  |
80 | |     impl_or_verify!(T: AsBytes => AsBytes for Unalign);
81 | | }
   | |_- in this macro invocation
   |
   = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion
   = note: `#[warn(unused_doc_comments)]` (part of `#[warn(unused)]`) on by default
   = note: this warning originates in the macro `safety_comment` (in Nightly builds, run with -Z macro-backtrace for more info)

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: unused doc comment
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/zerocopy-0.7.34/src/macros.rs:31:29
     |
  31 |           const _: () = { $($(#[$attr])* $macro!$args;)* };
     |                               ^^^^^^^^ rustdoc does not generate documentation for macro invocations
     |
    ::: /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
     |
     = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion
     = note: this warning originates in the macro `safety_comment` (in Nightly builds, run with -Z macro-backtrace for more info)

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: unused doc comment
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/zerocopy-0.7.34/src/macros.rs:31:29
     |
  31 |           const _: () = { $($(#[$attr])* $macro!$args;)* };
     |                               ^^^^^^^^ rustdoc does not generate documentation for macro invocations
     |
    ::: /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/zerocopy-0.7.34/src/lib.rs:3019:1
     |
3019 | / safety_comment! {
3020 | |     /// SAFETY:
3021 | |     /// Per the reference [1], "the unit tuple (`()`) ... is guaranteed as a
3022 | |     /// zero-sized type to have a size of 0 and an alignment of 1."
...    |
3030 | |     assert_unaligned!(());
3031 | | }
     | |_- in this macro invocation
     |
     = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion
     = note: this warning originates in the macro `safety_comment` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unused doc comment
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/zerocopy-0.7.34/src/macros.rs:31:29
     |
  31 |           const _: () = { $($(#[$attr])* $macro!$args;)* };
     |                               ^^^^^^^^ rustdoc does not generate documentation for macro invocations
     |
    ::: /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/zerocopy-0.7.34/src/lib.rs:3033:1
     |
3033 | / safety_comment! {
3034 | |     /// SAFETY:
3035 | |     /// - `TryFromBytes` (with no validator), `FromZeroes`, `FromBytes`: all bit
3036 | |     ///   patterns are valid for numeric types [1]
...    |
3081 | |     unsafe_impl!(f64: TryFromBytes, FromZeroes, FromBytes, AsBytes);
3082 | | }
     | |_- in this macro invocation
     |
     = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion
     = note: this warning originates in the macro `safety_comment` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unused doc comment
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/zerocopy-0.7.34/src/macros.rs:31:29
     |
  31 |           const _: () = { $($(#[$attr])* $macro!$args;)* };
     |                               ^^^^^^^^ rustdoc does not generate documentation for macro invocations
     |
    ::: /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/zerocopy-0.7.34/src/lib.rs:3084:1
     |
3084 | / safety_comment! {
3085 | |     /// SAFETY:
3086 | |     /// - `FromZeroes`: Valid since "[t]he value false has the bit pattern
3087 | |     ///   0x00" [1].
...    |
3135 | |     unsafe_impl!(bool: TryFromBytes; |byte: &u8| *byte < 2);
3136 | | }
     | |_- in this macro invocation
     |
     = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion
     = note: this warning originates in the macro `safety_comment` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unused doc comment
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/zerocopy-0.7.34/src/macros.rs:31:29
     |
  31 |           const _: () = { $($(#[$attr])* $macro!$args;)* };
     |                               ^^^^^^^^ rustdoc does not generate documentation for macro invocations
     |
    ::: /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/zerocopy-0.7.34/src/lib.rs:3137:1
     |
3137 | / safety_comment! {
3138 | |     /// SAFETY:
3139 | |     /// - `FromZeroes`: Per reference [1], "[a] value of type char is a Unicode
3140 | |     ///   scalar value (i.e. a code point that is not a surrogate), represented
...    |
3181 | |     unsafe_impl!(char: TryFromBytes; |candidate: &u32| char::from_u32(*candidate).is_some());
3182 | | }
     | |_- in this macro invocation
     |
     = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion
     = note: this warning originates in the macro `safety_comment` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unused doc comment
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/zerocopy-0.7.34/src/macros.rs:31:29
     |
  31 |           const _: () = { $($(#[$attr])* $macro!$args;)* };
     |                               ^^^^^^^^ rustdoc does not generate documentation for macro invocations
     |
    ::: /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
     |
     = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion
     = note: this warning originates in the macro `safety_comment` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unused doc comment
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/zerocopy-0.7.34/src/macros.rs:31:29
     |
  31 |           const _: () = { $($(#[$attr])* $macro!$args;)* };
     |                               ^^^^^^^^ rustdoc does not generate documentation for macro invocations
     |
    ::: /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/zerocopy-0.7.34/src/lib.rs:3225:1
     |
3225 | / safety_comment! {
3226 | |     // `NonZeroXxx` is `AsBytes`, but not `FromZeroes` or `FromBytes`.
3227 | |     //
3228 | |     /// SAFETY:
...    |
3298 | |     unsafe_impl!(NonZeroIsize: TryFromBytes; |n: &isize| *n != 0);
3299 | | }
     | |_- in this macro invocation
     |
     = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion
     = note: this warning originates in the macro `safety_comment` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unused doc comment
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/zerocopy-0.7.34/src/macros.rs:31:29
     |
  31 |           const _: () = { $($(#[$attr])* $macro!$args;)* };
     |                               ^^^^^^^^ rustdoc does not generate documentation for macro invocations
     |
    ::: /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/zerocopy-0.7.34/src/lib.rs:3300:1
     |
3300 | / safety_comment! {
3301 | |     /// SAFETY:
3302 | |     /// - `TryFromBytes` (with no validator), `FromZeroes`, `FromBytes`,
3303 | |     ///   `AsBytes`: The Rust compiler reuses `0` value to represent `None`, so
...    |
3332 | |     unsafe_impl!(Option: TryFromBytes, FromZeroes, FromBytes, AsBytes);
3333 | | }
     | |_- in this macro invocation
     |
     = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion
     = note: this warning originates in the macro `safety_comment` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unused doc comment
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/zerocopy-0.7.34/src/macros.rs:31:29
     |
  31 |           const _: () = { $($(#[$attr])* $macro!$args;)* };
     |                               ^^^^^^^^ rustdoc does not generate documentation for macro invocations
     |
    ::: /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/zerocopy-0.7.34/src/lib.rs:3372:1
     |
3372 | / safety_comment! {
3373 | |     /// SAFETY:
3374 | |     /// Per reference [1]:
3375 | |     /// "For all T, the following are guaranteed:
...    |
3393 | |     assert_unaligned!(PhantomData<()>, PhantomData, PhantomData);
3394 | | }
     | |_- in this macro invocation
     |
     = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion
     = note: this warning originates in the macro `safety_comment` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unused doc comment
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/zerocopy-0.7.34/src/macros.rs:31:29
     |
  31 |           const _: () = { $($(#[$attr])* $macro!$args;)* };
     |                               ^^^^^^^^ rustdoc does not generate documentation for macro invocations
     |
    ::: /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/zerocopy-0.7.34/src/lib.rs:3395:1
     |
3395 | / safety_comment! {
3396 | |     /// SAFETY:
3397 | |     /// `Wrapping` is guaranteed by its docs [1] to have the same layout and
3398 | |     /// bit validity as `T`. Also, `Wrapping` is `#[repr(transparent)]`, and
...    |
3454 | |     assert_unaligned!(Wrapping<()>, Wrapping);
3455 | | }
     | |_- in this macro invocation
     |
     = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion
     = note: this warning originates in the macro `safety_comment` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unused doc comment
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/zerocopy-0.7.34/src/macros.rs:31:29
     |
  31 |           const _: () = { $($(#[$attr])* $macro!$args;)* };
     |                               ^^^^^^^^ rustdoc does not generate documentation for macro invocations
     |
    ::: /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/zerocopy-0.7.34/src/lib.rs:3456:1
     |
3456 | / safety_comment! {
...    |
3481 | |     assert_unaligned!(MaybeUninit<()>, MaybeUninit);
3482 | | }
     | |_- in this macro invocation
     |
     = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion
     = note: this warning originates in the macro `safety_comment` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unused doc comment
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/zerocopy-0.7.34/src/macros.rs:31:29
     |
  31 |           const _: () = { $($(#[$attr])* $macro!$args;)* };
     |                               ^^^^^^^^ rustdoc does not generate documentation for macro invocations
     |
    ::: /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/zerocopy-0.7.34/src/lib.rs:3483:1
     |
3483 | / safety_comment! {
3484 | |     /// SAFETY:
3485 | |     /// `ManuallyDrop` has the same layout and bit validity as `T` [1], and
3486 | |     /// accessing the inner value is safe (meaning that it's unsound to leave
...    |
3516 | |     assert_unaligned!(ManuallyDrop<()>, ManuallyDrop);
3517 | | }
     | |_- in this macro invocation
     |
     = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion
     = note: this warning originates in the macro `safety_comment` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unused doc comment
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/zerocopy-0.7.34/src/macros.rs:31:29
     |
  31 |           const _: () = { $($(#[$attr])* $macro!$args;)* };
     |                               ^^^^^^^^ rustdoc does not generate documentation for macro invocations
     |
    ::: /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
     |
     = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion
     = note: this warning originates in the macro `safety_comment` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unused doc comment
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/zerocopy-0.7.34/src/macros.rs:31:29
     |
  31 |           const _: () = { $($(#[$attr])* $macro!$args;)* };
     |                               ^^^^^^^^ rustdoc does not generate documentation for macro invocations
     |
    ::: /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/zerocopy-0.7.34/src/lib.rs:3587:1
     |
3587 | / safety_comment! {
3588 | |     /// SAFETY:
3589 | |     /// - `FromZeroes`: For thin pointers (note that `T: Sized`), the zero
3590 | |     ///   pointer is considered "null". [1] No operations which require
...    |
3601 | |     unsafe_impl!(T => FromZeroes for *mut T);
3602 | | }
     | |_- in this macro invocation
     |
     = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion
     = note: this warning originates in the macro `safety_comment` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unused doc comment
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/zerocopy-0.7.34/src/macros.rs:31:29
     |
  31 |           const _: () = { $($(#[$attr])* $macro!$args;)* };
     |                               ^^^^^^^^ rustdoc does not generate documentation for macro invocations
     |
    ::: /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/zerocopy-0.7.34/src/lib.rs:3709:9
     |
3709 | /         simd_arch_mod!(
3710 | |             #[cfg(target_arch = "x86_64")]
3711 | |             x86_64, x86_64, __m128, __m128d, __m128i, __m256, __m256d, __m256i
3712 | |         );
     | |_________- in this macro invocation
     |
     = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion
     = note: this warning originates in the macro `safety_comment` which comes from the expansion of the macro `simd_arch_mod` (in Nightly builds, run with -Z macro-backtrace for more info)

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)]` (part of `#[warn(unused)]`) 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 heck v0.4.0
       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() };
     |                              ^^-----^^^^^^^
     |                                |
     |                                this raw pointer has type `*const [T]`
     |
     = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements
note: autoref is being applied to this expression, resulting in: `&[T]`
    --> /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: method calls to `len` require a reference
    --> /usr/local/lib/rustlib/src/rust/library/core/src/slice/mod.rs:116:5
     |
 116 |     pub const fn len(&self) -> usize {
     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
     = 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 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)

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/generic-array-0.14.5/src/lib.rs:228:33
    |
228 |     pub unsafe fn iter_position(&mut self) -> (slice::IterMut, &mut usize) {
    |                                 ^^^^^^^^^      ^^^^^^^^^^^^^^^^^  ^^^^^^^^^^ the same lifetime is elided here
    |                                 |              |
    |                                 |              the same lifetime is hidden here
    |                                 the lifetime is elided here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
help: use `'_` for type paths
    |
228 |     pub unsafe fn iter_position(&mut self) -> (slice::IterMut<'_, T>, &mut usize) {
    |                                                               +++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/generic-array-0.14.5/src/lib.rs:283:33
    |
283 |     pub unsafe fn iter_position(&mut self) -> (slice::Iter, &mut usize) {
    |                                 ^^^^^^^^^      ^^^^^^^^^^^^^^  ^^^^^^^^^^ the same lifetime is elided here
    |                                 |              |
    |                                 |              the same lifetime is hidden here
    |                                 the lifetime is elided here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
    |
283 |     pub unsafe fn iter_position(&mut self) -> (slice::Iter<'_, T>, &mut usize) {
    |                                                            +++

       Fresh socket2 v0.4.9
warning: `log` (lib) generated 32 warnings (11 duplicates)
warning: `backtrace` (lib) generated 11 warnings
warning: `futures-lite` (lib) generated 2 warnings
warning: `cranelift-codegen-meta` (lib) generated 2 warnings
warning: `zerocopy` (lib) generated 46 warnings (5 duplicates)
warning: `allocator-api2` (lib) generated 1 warning
warning: `target-lexicon` (lib) generated 16 warnings (14 duplicates)
warning: `generic-array` (lib) generated 6 warnings
       Fresh anyhow v1.0.95
       Fresh gimli v0.31.1
       Fresh cranelift-entity v0.116.1
warning: hiding a lifetime that's elided elsewhere is confusing
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/cranelift-entity-0.116.1/src/boxed_slice.rs:72:19
   |
72 |     pub fn values(&self) -> slice::Iter {
   |                   ^^^^^     ^^^^^^^^^^^^^^ the same lifetime is hidden here
   |                   |
   |                   the lifetime is elided here
   |
   = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
   = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
help: use `'_` for type paths
   |
72 |     pub fn values(&self) -> slice::Iter<'_, V> {
   |                                         +++

warning: hiding a lifetime that's elided elsewhere is confusing
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/cranelift-entity-0.116.1/src/boxed_slice.rs:77:23
   |
77 |     pub fn values_mut(&mut self) -> slice::IterMut {
   |                       ^^^^^^^^^     ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
   |                       |
   |                       the lifetime is elided here
   |
   = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
   |
77 |     pub fn values_mut(&mut self) -> slice::IterMut<'_, V> {
   |                                                    +++

warning: hiding a lifetime that's elided elsewhere is confusing
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/cranelift-entity-0.116.1/src/boxed_slice.rs:82:17
   |
82 |     pub fn iter(&self) -> Iter {
   |                 ^^^^^     ^^^^^^^^^^ the same lifetime is hidden here
   |                 |
   |                 the lifetime is elided here
   |
   = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
   |
82 |     pub fn iter(&self) -> Iter<'_, K, V> {
   |                                +++

warning: hiding a lifetime that's elided elsewhere is confusing
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/cranelift-entity-0.116.1/src/boxed_slice.rs:87:21
   |
87 |     pub fn iter_mut(&mut self) -> IterMut {
   |                     ^^^^^^^^^     ^^^^^^^^^^^^^ the same lifetime is hidden here
   |                     |
   |                     the lifetime is elided here
   |
   = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
   |
87 |     pub fn iter_mut(&mut self) -> IterMut<'_, K, V> {
   |                                           +++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/cranelift-entity-0.116.1/src/map.rs:104:17
    |
104 |     pub fn iter(&self) -> Iter {
    |                 ^^^^^     ^^^^^^^^^^ the same lifetime is hidden here
    |                 |
    |                 the lifetime is elided here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
    |
104 |     pub fn iter(&self) -> Iter<'_, K, V> {
    |                                +++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/cranelift-entity-0.116.1/src/map.rs:109:21
    |
109 |     pub fn iter_mut(&mut self) -> IterMut {
    |                     ^^^^^^^^^     ^^^^^^^^^^^^^ the same lifetime is hidden here
    |                     |
    |                     the lifetime is elided here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
    |
109 |     pub fn iter_mut(&mut self) -> IterMut<'_, K, V> {
    |                                           +++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/cranelift-entity-0.116.1/src/map.rs:119:19
    |
119 |     pub fn values(&self) -> slice::Iter {
    |                   ^^^^^     ^^^^^^^^^^^^^^ the same lifetime is hidden here
    |                   |
    |                   the lifetime is elided here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
    |
119 |     pub fn values(&self) -> slice::Iter<'_, V> {
    |                                         +++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/cranelift-entity-0.116.1/src/map.rs:124:23
    |
124 |     pub fn values_mut(&mut self) -> slice::IterMut {
    |                       ^^^^^^^^^     ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
    |                       |
    |                       the lifetime is elided here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
    |
124 |     pub fn values_mut(&mut self) -> slice::IterMut<'_, V> {
    |                                                    +++

warning: hiding a lifetime that's elided elsewhere is confusing
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/cranelift-entity-0.116.1/src/primary.rs:91:19
   |
91 |     pub fn values(&self) -> slice::Iter {
   |                   ^^^^^     ^^^^^^^^^^^^^^ the same lifetime is hidden here
   |                   |
   |                   the lifetime is elided here
   |
   = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
   |
91 |     pub fn values(&self) -> slice::Iter<'_, V> {
   |                                         +++

warning: hiding a lifetime that's elided elsewhere is confusing
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/cranelift-entity-0.116.1/src/primary.rs:96:23
   |
96 |     pub fn values_mut(&mut self) -> slice::IterMut {
   |                       ^^^^^^^^^     ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
   |                       |
   |                       the lifetime is elided here
   |
   = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
   |
96 |     pub fn values_mut(&mut self) -> slice::IterMut<'_, V> {
   |                                                    +++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/cranelift-entity-0.116.1/src/primary.rs:101:17
    |
101 |     pub fn iter(&self) -> Iter {
    |                 ^^^^^     ^^^^^^^^^^ the same lifetime is hidden here
    |                 |
    |                 the lifetime is elided here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
    |
101 |     pub fn iter(&self) -> Iter<'_, K, V> {
    |                                +++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/cranelift-entity-0.116.1/src/primary.rs:106:21
    |
106 |     pub fn iter_mut(&mut self) -> IterMut {
    |                     ^^^^^^^^^     ^^^^^^^^^^^^^ the same lifetime is hidden here
    |                     |
    |                     the lifetime is elided here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
    |
106 |     pub fn iter_mut(&mut self) -> IterMut<'_, K, V> {
    |                                           +++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/cranelift-entity-0.116.1/src/sparse.rs:197:19
    |
197 |     pub fn values(&self) -> slice::Iter {
    |                   ^^^^^     ^^^^^^^^^^^^^^ the same lifetime is hidden here
    |                   |
    |                   the lifetime is elided here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
    |
197 |     pub fn values(&self) -> slice::Iter<'_, V> {
    |                                         +++

       Fresh bumpalo v3.16.0
       Fresh serde v1.0.217
       Fresh unicode-linebreak v0.1.2
       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)]` (part of `#[warn(unused)]`) 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 cfg_aliases v0.2.1
       Fresh siphasher v0.3.10
       Fresh ambient-authority v0.0.2
       Fresh tinyvec_macros v0.1.0
       Fresh arbitrary v1.4.1
       Fresh slab v0.4.6
       Fresh rustc-hash v2.1.0
       Fresh smawk v0.3.1
warning: `anyhow` (lib) generated 9 warnings (9 duplicates)
warning: `cranelift-entity` (lib) generated 13 warnings
warning: `serde` (lib) generated 2 warnings (2 duplicates)
warning: `ahash` (lib) generated 45 warnings
       Fresh io-extras v0.18.4
       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 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: 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: `#[must_use]` attribute cannot be used on trait methods in impl blocks
  --> /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]
   |   ^^^^^^^^^^^
   |
   = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
   = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions
   = note: `#[warn(unused_attributes)]` (part of `#[warn(unused)]`) on by default

warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
  --> /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: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
   = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions

warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
  --> /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: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
   = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions

warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
  --> /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: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
   = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions

warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
  --> /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: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
   = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions

warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
  --> /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: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
   = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions

warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
  --> /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: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
   = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions

warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
  --> /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: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
   = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions

warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
   --> /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: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
    = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions

warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
   --> /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: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
    = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions

warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
   --> /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: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
    = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions

warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
   --> /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: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
    = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions

warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
   --> /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: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
    = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions

warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
   --> /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: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
    = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions

warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
   --> /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: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
    = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions

warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
   --> /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: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
    = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions

warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
   --> /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: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
    = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions

warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
   --> /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: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
    = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions

warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
   --> /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: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
    = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions

warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
   --> /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: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
    = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions

warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
   --> /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: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
    = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions

warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
   --> /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: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
    = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions

warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
   --> /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: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
    = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions

warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
   --> /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: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
    = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions

warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
   --> /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: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
    = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions

warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
   --> /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: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
    = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions

warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
   --> /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: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
    = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions

warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
   --> /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: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
    = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions

warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
   --> /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: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
    = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions

warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
   --> /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: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
    = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions

warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
   --> /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: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
    = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions

warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
   --> /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: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
    = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions

warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
   --> /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: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
    = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions

warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
   --> /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: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
    = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions

warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
   --> /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: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
    = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions

warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
   --> /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: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
    = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions

warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
   --> /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: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
    = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions

warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
   --> /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: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
    = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions

warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
   --> /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: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
    = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions

warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
   --> /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: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
    = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions

warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
   --> /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: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
    = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions

warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
   --> /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: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
    = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions

warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
   --> /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: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
    = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions

warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
   --> /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: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
    = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions

warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
   --> /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: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
    = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions

warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
   --> /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: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
    = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions

warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
   --> /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: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
    = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions

warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
   --> /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: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
    = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions

warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
   --> /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: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
    = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions

warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
   --> /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: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
    = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions

warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
   --> /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: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
    = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions

warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
   --> /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: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
    = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions

warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
   --> /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: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
    = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions

warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
   --> /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: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
    = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions

warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
   --> /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: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
    = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions

warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
   --> /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: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
    = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions

warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
    --> /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: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
     = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions

warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
    --> /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: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
     = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions

warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
    --> /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: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
     = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions

warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
    --> /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: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
     = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions

warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
    --> /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: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
     = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions

warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
    --> /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: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
     = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions

warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
    --> /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: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
     = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions

warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
    --> /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: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
     = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions

warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
    --> /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: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
     = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions

warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
    --> /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: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
     = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions

warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
    --> /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: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
     = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions

warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
    --> /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: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
     = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions

warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
    --> /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: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
     = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions

warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
    --> /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: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
     = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions

warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
    --> /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: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
     = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions

warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
    --> /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: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
     = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions

warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
    --> /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: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
     = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions

warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
    --> /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: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
     = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions

warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
    --> /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: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
     = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions

warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
    --> /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: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
     = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions

warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
    --> /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: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
     = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions

warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
    --> /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: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
     = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions

warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
    --> /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: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
     = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions

warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
    --> /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: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
     = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions

warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
    --> /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: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
     = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions

warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
    --> /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: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
     = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions

warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
   --> /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: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
    = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions

warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
   --> /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: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
    = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions

warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
   --> /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: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
    = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions

warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
   --> /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: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
    = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions

warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
    --> /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: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
     = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions

warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
    --> /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: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
     = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions

warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
    --> /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: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
     = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions

warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
    --> /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: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
     = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions

warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
    --> /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: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
     = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions

warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
    --> /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: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
     = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions

warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
    --> /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: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
     = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions

warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
    --> /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: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
     = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions

warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
    --> /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: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
     = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions

warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
    --> /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: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
     = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions

warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
    --> /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: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
     = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions

warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
    --> /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: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
     = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions

warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
    --> /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: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
     = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions

warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
    --> /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: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
     = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions

warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
    --> /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: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
     = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions

warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
    --> /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: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
     = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions

warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
  --> /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: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
   = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions

warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
  --> /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: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
   = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions

warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
  --> /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: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
   = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions

warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
  --> /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: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
   = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions

warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
  --> /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: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
   = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions

warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
   --> /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: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
    = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions

warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
   --> /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: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
    = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions

warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
   --> /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: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
    = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions

warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
   --> /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: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
    = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions

warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
   --> /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: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
    = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions

warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
   --> /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: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
    = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions

warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
   --> /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: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
    = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions

warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
   --> /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: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
    = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions

warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
   --> /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: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
    = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions

warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
   --> /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: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
    = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions

warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
   --> /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: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
    = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions

warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
   --> /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: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
    = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions

warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
    --> /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: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
     = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions

warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
    --> /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: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
     = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions

warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
    --> /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: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
     = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions

warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
    --> /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: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
     = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions

warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
    --> /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: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
     = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions

warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
    --> /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: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
     = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions

warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
    --> /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: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
     = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions

warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
    --> /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: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
     = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions

warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
    --> /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: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
     = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions

warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
    --> /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: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
     = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions

warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
    --> /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: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
     = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions

warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
    --> /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: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
     = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions

warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
    --> /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: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
     = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions

warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
    --> /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: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
     = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions

warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
    --> /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: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
     = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions

warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
    --> /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]
     |   ^^^^^^^^^^^
     |
     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
     = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions

       Fresh textwrap v0.15.0
       Fresh semver v1.0.17
       Fresh cranelift-bforest v0.116.1
       Fresh cranelift-control v0.116.1
       Fresh phf_shared v0.11.1
       Fresh regalloc2 v0.11.1
warning: hiding a lifetime that's elided elsewhere is confusing
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/regalloc2-0.11.1/src/fastalloc/vregset.rs:61:17
   |
61 |     pub fn iter(&self) -> VRegSetIter {
   |                 ^^^^^     ^^^^^^^^^^^ the same lifetime is hidden here
   |                 |
   |                 the lifetime is elided here
   |
   = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
   = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
help: use `'_` for type paths
   |
61 |     pub fn iter(&self) -> VRegSetIter<'_> {
   |                                      ++++

       Fresh hashbrown v0.14.5
       Fresh polling v2.2.0
       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 fs-set-times v0.20.1
warning: `tinyvec` (lib) generated 142 warnings
warning: `semver` (lib) generated 21 warnings (21 duplicates)
warning: `regalloc2` (lib) generated 1 warning
warning: `proc-macro-error-attr` (lib) generated 2 warnings
       Fresh phf_macros v0.11.1
       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)]` (part of `#[warn(unused)]`) on by default

       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
warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/wezterm-dynamic-derive-0.1.1/src/attr.rs:283:26
    |
283 | pub fn field_info(field: &Field) -> Result {
    |                          ^^^^^^            ^^^^^^^^^ the same lifetime is hidden here
    |                          |
    |                          the lifetime is elided here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
help: use `'_` for type paths
    |
283 | pub fn field_info(field: &Field) -> Result> {
    |                                                     ++++

       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)]` (part of `#[warn(rust_2024_compatibility)]`) 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: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 heck v0.5.0
       Fresh utf8parse v0.2.0
       Fresh regex-syntax v0.7.1
       Fresh either v1.6.1
       Fresh cranelift-codegen-shared v0.116.1
warning: `async-channel` (lib) generated 1 warning
warning: `tracing-attributes` (lib) generated 2 warnings
warning: `wezterm-dynamic-derive` (lib) generated 1 warning
warning: `aho-corasick` (lib) generated 14 warnings (14 duplicates)
warning: `tracing-core` (lib) generated 11 warnings
warning: `bytes` (lib) generated 8 warnings
warning: `regex-syntax` (lib) generated 2 warnings (2 duplicates)
       Fresh hashbrown v0.11.2
       Fresh maybe-owned v0.3.4
       Fresh equivalent v1.0.1
       Fresh ipnet v2.9.0
       Fresh itoa v1.0.14
       Fresh fnv v1.0.7
warning: value assigned to `vp` is never read
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/ryu-1.0.10/src/f2s.rs:144:17
    |
144 |                 vp /= 10;
    |                 ^^^^^^^^
    |
    = help: maybe it is overwritten before being read?
    = note: `#[warn(unused_assignments)]` (part of `#[warn(unused)]`) on by default

       Fresh paste v1.0.7
       Fresh hashbrown v0.15.2
       Fresh bytes v1.6.0
       Fresh strsim v0.11.1
       Fresh rustix v0.38.44
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`
    |
   ::: /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: `#[warn(unnecessary_transmutes)]` on by default
    = 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)

       Fresh phf v0.11.1
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 regex v1.8.1
warning: `ryu` (lib) generated 1 warning
warning: `bytes` (lib) generated 8 warnings (8 duplicates)
warning: `rustix` (lib) generated 52 warnings (51 duplicates)
warning: `indexmap` (lib) generated 17 warnings
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

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/serde_json-1.0.81/src/map.rs:209:21
    |
209 |     pub fn entry(&mut self, key: S) -> Entry
    |                     ^^^^^^^^^             ^^^^^ the same lifetime is hidden here
    |                     |
    |                     the lifetime is elided here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
help: use `'_` for type paths
    |
209 |     pub fn entry(&mut self, key: S) -> Entry<'_>
    |                                                ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/serde_json-1.0.81/src/map.rs:238:17
    |
238 |     pub fn iter(&self) -> Iter {
    |                 ^^^^^     ^^^^ the same lifetime is hidden here
    |                 |
    |                 the lifetime is elided here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
    |
238 |     pub fn iter(&self) -> Iter<'_> {
    |                               ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/serde_json-1.0.81/src/map.rs:246:21
    |
246 |     pub fn iter_mut(&mut self) -> IterMut {
    |                     ^^^^^^^^^     ^^^^^^^ the same lifetime is hidden here
    |                     |
    |                     the lifetime is elided here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
    |
246 |     pub fn iter_mut(&mut self) -> IterMut<'_> {
    |                                          ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/serde_json-1.0.81/src/map.rs:254:17
    |
254 |     pub fn keys(&self) -> Keys {
    |                 ^^^^^     ^^^^ the same lifetime is hidden here
    |                 |
    |                 the lifetime is elided here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
    |
254 |     pub fn keys(&self) -> Keys<'_> {
    |                               ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/serde_json-1.0.81/src/map.rs:262:19
    |
262 |     pub fn values(&self) -> Values {
    |                   ^^^^^     ^^^^^^ the same lifetime is hidden here
    |                   |
    |                   the lifetime is elided here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
    |
262 |     pub fn values(&self) -> Values<'_> {
    |                                   ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/serde_json-1.0.81/src/map.rs:270:23
    |
270 |     pub fn values_mut(&mut self) -> ValuesMut {
    |                       ^^^^^^^^^     ^^^^^^^^^ the same lifetime is hidden here
    |                       |
    |                       the lifetime is elided here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
    |
270 |     pub fn values_mut(&mut self) -> ValuesMut<'_> {
    |                                              ++++

warning: hiding a lifetime that's elided elsewhere is confusing
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/serde_json-1.0.81/src/value/de.rs:1276:19
     |
1276 |     fn unexpected(&self) -> Unexpected {
     |                   ^^^^^     ^^^^^^^^^^ the same lifetime is hidden here
     |                   |
     |                   the lifetime is elided here
     |
     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
     |
1276 |     fn unexpected(&self) -> Unexpected<'_> {
     |                                       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/serde_json-1.0.81/src/number.rs:769:30
    |
769 |     pub(crate) fn unexpected(&self) -> Unexpected {
    |                              ^^^^^     ^^^^^^^^^^ the same lifetime is hidden here
    |                              |
    |                              the lifetime is elided here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
    |
769 |     pub(crate) fn unexpected(&self) -> Unexpected<'_> {
    |                                                  ++++

       Fresh indexmap v2.7.1
warning: eliding a lifetime that's named elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/pest-2.7.15/src/iterators/pairs.rs:330:70
    |
329 |         tag: &'i str,
    |               -- the lifetime is named here
330 |     ) -> Filter, impl FnMut(&Pair<'i, R>) -> bool + '_> {
    |                           --                       --                ^^ the same lifetime is elided here
    |                           |                        |
    |                           |                        the same lifetime is named here
    |                           the same lifetime is named here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
help: consistently use `'i`
    |
330 -     ) -> Filter, impl FnMut(&Pair<'i, R>) -> bool + '_> {
330 +     ) -> Filter, impl FnMut(&Pair<'i, R>) -> bool + 'i> {
    |

       Fresh wezterm-dynamic v0.2.1
warning: unnecessary parentheses around type
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/wezterm-dynamic-0.2.1/src/object.rs:42:24
   |
42 | impl<'a> PartialEq for (dyn ObjectKeyTrait + 'a) {
   |                        ^                       ^
   |
   = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default
help: remove these parentheses
   |
42 - impl<'a> PartialEq for (dyn ObjectKeyTrait + 'a) {
42 + impl<'a> PartialEq for dyn ObjectKeyTrait + 'a  {
   |

warning: unnecessary parentheses around type
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/wezterm-dynamic-0.2.1/src/object.rs:48:17
   |
48 | impl<'a> Eq for (dyn ObjectKeyTrait + 'a) {}
   |                 ^                       ^
   |
help: remove these parentheses
   |
48 - impl<'a> Eq for (dyn ObjectKeyTrait + 'a) {}
48 + impl<'a> Eq for dyn ObjectKeyTrait + 'a  {}
   |

warning: unnecessary parentheses around type
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/wezterm-dynamic-0.2.1/src/object.rs:50:25
   |
50 | impl<'a> PartialOrd for (dyn ObjectKeyTrait + 'a) {
   |                         ^                       ^
   |
help: remove these parentheses
   |
50 - impl<'a> PartialOrd for (dyn ObjectKeyTrait + 'a) {
50 + impl<'a> PartialOrd for dyn ObjectKeyTrait + 'a  {
   |

warning: unnecessary parentheses around type
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/wezterm-dynamic-0.2.1/src/object.rs:56:18
   |
56 | impl<'a> Ord for (dyn ObjectKeyTrait + 'a) {
   |                  ^                       ^
   |
help: remove these parentheses
   |
56 - impl<'a> Ord for (dyn ObjectKeyTrait + 'a) {
56 + impl<'a> Ord for dyn ObjectKeyTrait + 'a  {
   |

warning: unnecessary parentheses around type
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/wezterm-dynamic-0.2.1/src/object.rs:62:30
   |
62 | impl<'a> std::hash::Hash for (dyn ObjectKeyTrait + 'a) {
   |                              ^                       ^
   |
help: remove these parentheses
   |
62 - impl<'a> std::hash::Hash for (dyn ObjectKeyTrait + 'a) {
62 + impl<'a> std::hash::Hash for dyn ObjectKeyTrait + 'a  {
   |

       Fresh cap-primitives v3.4.2
warning: hiding a lifetime that's elided elsewhere is confusing
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/cap-primitives-3.4.2/src/fs/via_parent/open_parent.rs:40:23
   |
40 | fn split_parent(path: &Path) -> Option<(&Path, Component)> {
   |                       ^^^^^             ^^^^^  ^^^^^^^^^ the same lifetime is hidden here
   |                       |                 |
   |                       |                 the same lifetime is elided here
   |                       the lifetime is elided here
   |
   = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
   = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
help: use `'_` for type paths
   |
40 | fn split_parent(path: &Path) -> Option<(&Path, Component<'_>)> {
   |                                                         ++++

       Fresh indexmap v1.8.2
       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 cranelift-codegen v0.116.1
warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/cranelift-codegen-0.116.1/src/dominator_tree.rs:453:21
    |
453 |     pub fn children(&self, block: Block) -> ChildIter {
    |                     ^^^^^                   ^^^^^^^^^ the same lifetime is hidden here
    |                     |
    |                     the lifetime is elided here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
help: use `'_` for type paths
    |
453 |     pub fn children(&self, block: Block) -> ChildIter<'_> {
    |                                                      ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/cranelift-codegen-0.116.1/src/flowgraph.rs:160:22
    |
160 |     pub fn pred_iter(&self, block: Block) -> PredIter {
    |                      ^^^^^                   ^^^^^^^^ the same lifetime is hidden here
    |                      |
    |                      the lifetime is elided here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
    |
160 |     pub fn pred_iter(&self, block: Block) -> PredIter<'_> {
    |                                                      ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/cranelift-codegen-0.116.1/src/flowgraph.rs:165:22
    |
165 |     pub fn succ_iter(&self, block: Block) -> SuccIter {
    |                      ^^^^^                   ^^^^^^^^ the same lifetime is hidden here
    |                      |
    |                      the lifetime is elided here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
    |
165 |     pub fn succ_iter(&self, block: Block) -> SuccIter<'_> {
    |                                                      ++++

warning: hiding a lifetime that's elided elsewhere is confusing
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/cranelift-codegen-0.116.1/src/ir/constant.rs:95:17
   |
95 |     pub fn iter(&self) -> Iter {
   |                 ^^^^^     ^^^^^^^^ the same lifetime is hidden here
   |                 |
   |                 the lifetime is elided here
   |
   = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
   |
95 |     pub fn iter(&self) -> Iter<'_, u8> {
   |                                +++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/cranelift-codegen-0.116.1/src/ir/dfg.rs:977:20
    |
977 |     pub fn replace(&mut self, inst: Inst) -> ReplaceBuilder {
    |                    ^^^^^^^^^                 ^^^^^^^^^^^^^^ the same lifetime is hidden here
    |                    |
    |                    the lifetime is elided here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
    |
977 |     pub fn replace(&mut self, inst: Inst) -> ReplaceBuilder<'_> {
    |                                                            ++++

warning: hiding a lifetime that's elided elsewhere is confusing
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/cranelift-codegen-0.116.1/src/ir/jumptable.rs:71:17
   |
71 |     pub fn iter(&self) -> Iter {
   |                 ^^^^^     ^^^^^^^^^^^^^^^ the same lifetime is hidden here
   |                 |
   |                 the lifetime is elided here
   |
   = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
   |
71 |     pub fn iter(&self) -> Iter<'_, BlockCall> {
   |                                +++

warning: hiding a lifetime that's elided elsewhere is confusing
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/cranelift-codegen-0.116.1/src/ir/jumptable.rs:77:21
   |
77 |     pub fn iter_mut(&mut self) -> IterMut {
   |                     ^^^^^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
   |                     |
   |                     the lifetime is elided here
   |
   = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
   |
77 |     pub fn iter_mut(&mut self) -> IterMut<'_, BlockCall> {
   |                                           +++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/cranelift-codegen-0.116.1/src/ir/layout.rs:322:19
    |
322 |     pub fn blocks(&self) -> Blocks {
    |                   ^^^^^     ^^^^^^ the same lifetime is hidden here
    |                   |
    |                   the lifetime is elided here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
    |
322 |     pub fn blocks(&self) -> Blocks<'_> {
    |                                   ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/cranelift-codegen-0.116.1/src/ir/layout.rs:515:24
    |
515 |     pub fn block_insts(&self, block: Block) -> Insts {
    |                        ^^^^^                   ^^^^^ the same lifetime is hidden here
    |                        |
    |                        the lifetime is elided here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
    |
515 |     pub fn block_insts(&self, block: Block) -> Insts<'_> {
    |                                                     ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/target/x86_64-unknown-freebsd/release/build/cranelift-codegen-43e4b5bc3a020316/out/settings-x86.rs:100:27
    |
100 |     pub fn predicate_view(&self) -> crate::settings::PredicateView {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
    |                           |
    |                           the lifetime is elided here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
    |
100 |     pub fn predicate_view(&self) -> crate::settings::PredicateView<'_> {
    |                                                                   ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/target/x86_64-unknown-freebsd/release/build/cranelift-codegen-43e4b5bc3a020316/out/settings.rs:291:27
    |
291 |     pub fn predicate_view(&self) -> crate::settings::PredicateView {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
    |                           |
    |                           the lifetime is elided here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
    |
291 |     pub fn predicate_view(&self) -> crate::settings::PredicateView<'_> {
    |                                                                   ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/cranelift-codegen-0.116.1/src/context.rs:114:9
    |
114 |         &mut self,
    |         ^^^^^^^^^ the lifetime is elided here
...
118 |     ) -> CompileResult<&CompiledCode> {
    |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    |          |             |
    |          |             the same lifetime is elided here
    |          the same lifetime is hidden here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
    |
118 |     ) -> CompileResult<'_, &CompiledCode> {
    |                        +++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/cranelift-codegen-0.116.1/src/context.rs:200:9
    |
200 |         &mut self,
    |         ^^^^^^^^^ the lifetime is elided here
...
203 |     ) -> CompileResult<&CompiledCode> {
    |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    |          |             |
    |          |             the same lifetime is elided here
    |          the same lifetime is hidden here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
    |
203 |     ) -> CompileResult<'_, &CompiledCode> {
    |                        +++

       Fresh thiserror v2.0.12
warning: unnecessary parentheses around type
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/wasmparser-0.221.3/src/validator/component_types.rs:571:15
    |
571 | impl Hash for (dyn ModuleImportKey + '_) {
    |               ^                        ^
    |
    = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default
help: remove these parentheses
    |
571 - impl Hash for (dyn ModuleImportKey + '_) {
571 + impl Hash for dyn ModuleImportKey + '_ {
    |

warning: unnecessary parentheses around type
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/wasmparser-0.221.3/src/validator/component_types.rs:578:20
    |
578 | impl PartialEq for (dyn ModuleImportKey + '_) {
    |                    ^                        ^
    |
help: remove these parentheses
    |
578 - impl PartialEq for (dyn ModuleImportKey + '_) {
578 + impl PartialEq for dyn ModuleImportKey + '_ {
    |

warning: unnecessary parentheses around type
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/wasmparser-0.221.3/src/validator/component_types.rs:584:13
    |
584 | impl Eq for (dyn ModuleImportKey + '_) {}
    |             ^                        ^
    |
help: remove these parentheses
    |
584 - impl Eq for (dyn ModuleImportKey + '_) {}
584 + impl Eq for dyn ModuleImportKey + '_ {}
    |

warning: unnecessary parentheses around type
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/wasmparser-0.221.3/src/validator/component_types.rs:586:14
    |
586 | impl Ord for (dyn ModuleImportKey + '_) {
    |              ^                        ^
    |
help: remove these parentheses
    |
586 - impl Ord for (dyn ModuleImportKey + '_) {
586 + impl Ord for dyn ModuleImportKey + '_ {
    |

warning: unnecessary parentheses around type
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/wasmparser-0.221.3/src/validator/component_types.rs:596:21
    |
596 | impl PartialOrd for (dyn ModuleImportKey + '_) {
    |                     ^                        ^
    |
help: remove these parentheses
    |
596 - impl PartialOrd for (dyn ModuleImportKey + '_) {
596 + impl PartialOrd for dyn ModuleImportKey + '_ {
    |

warning: function `assert_send` is never used
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/wasmparser-0.221.3/src/validator/core.rs:1308:8
     |
1308 |     fn assert_send() {}
     |        ^^^^^^^^^^^
     |
     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default

warning: function `assert` is never used
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/wasmparser-0.221.3/src/validator/core.rs:1312:8
     |
1312 |     fn assert() {
     |        ^^^^^^

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/wasmparser-0.221.3/src/binary_reader.rs:162:22
    |
162 |     pub fn new(data: &[u8], original_offset: usize) -> BinaryReader {
    |                      ^^^^^ the lifetime is elided here ^^^^^^^^^^^^ the same lifetime is hidden here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
help: use `'_` for type paths
    |
162 |     pub fn new(data: &[u8], original_offset: usize) -> BinaryReader<'_> {
    |                                                                    ++++

warning: hiding a lifetime that's elided elsewhere is confusing
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/wasmparser-0.221.3/src/binary_reader.rs:1712:20
     |
1712 |     pub fn targets(&self) -> BrTableTargets {
     |                    ^^^^^     ^^^^^^^^^^^^^^ the same lifetime is hidden here
     |                    |
     |                    the lifetime is elided here
     |
     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
     |
1712 |     pub fn targets(&self) -> BrTableTargets<'_> {
     |                                            ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/wasmparser-0.221.3/src/parser.rs:979:38
    |
979 |     pub fn parse_all(self, mut data: &[u8]) -> impl Iterator> {
    |                                      ^^^^^ the lifetime is elided here     ^^^^^^^ the same lifetime is hidden here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
    |
979 |     pub fn parse_all(self, mut data: &[u8]) -> impl Iterator>> {
    |                                                                                   ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/wasmparser-0.221.3/src/validator.rs:528:18
    |
528 |     pub fn types(&self, mut level: usize) -> Option {
    |                  ^^^^^ the lifetime is elided here  ^^^^^^^^ the same lifetime is hidden here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
    |
528 |     pub fn types(&self, mut level: usize) -> Option> {
    |                                                             ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/wasmparser-0.221.3/src/collections/index_map/detail.rs:301:18
    |
301 |     pub fn entry(&mut self, key: K) -> Entry
    |                  ^^^^^^^^^             ^^^^^^^^^^^ the same lifetime is hidden here
    |                  |
    |                  the lifetime is elided here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
    |
301 |     pub fn entry(&mut self, key: K) -> Entry<'_, K, V>
    |                                              +++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/wasmparser-0.221.3/src/collections/index_map/detail.rs:402:17
    |
402 |     pub fn iter(&self) -> Iter {
    |                 ^^^^^     ^^^^^^^^^^ the same lifetime is hidden here
    |                 |
    |                 the lifetime is elided here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
    |
402 |     pub fn iter(&self) -> Iter<'_, K, V> {
    |                                +++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/wasmparser-0.221.3/src/collections/index_map/detail.rs:409:21
    |
409 |     pub fn iter_mut(&mut self) -> IterMut {
    |                     ^^^^^^^^^     ^^^^^^^^^^^^^ the same lifetime is hidden here
    |                     |
    |                     the lifetime is elided here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
    |
409 |     pub fn iter_mut(&mut self) -> IterMut<'_, K, V> {
    |                                           +++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/wasmparser-0.221.3/src/collections/index_map/detail.rs:416:17
    |
416 |     pub fn keys(&self) -> Keys {
    |                 ^^^^^     ^^^^^^^^^^ the same lifetime is hidden here
    |                 |
    |                 the lifetime is elided here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
    |
416 |     pub fn keys(&self) -> Keys<'_, K, V> {
    |                                +++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/wasmparser-0.221.3/src/collections/index_map/detail.rs:423:19
    |
423 |     pub fn values(&self) -> Values {
    |                   ^^^^^     ^^^^^^^^^^^^ the same lifetime is hidden here
    |                   |
    |                   the lifetime is elided here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
    |
423 |     pub fn values(&self) -> Values<'_, K, V> {
    |                                    +++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/wasmparser-0.221.3/src/collections/index_map/detail.rs:430:23
    |
430 |     pub fn values_mut(&mut self) -> ValuesMut {
    |                       ^^^^^^^^^     ^^^^^^^^^^^^^^^ the same lifetime is hidden here
    |                       |
    |                       the lifetime is elided here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
    |
430 |     pub fn values_mut(&mut self) -> ValuesMut<'_, K, V> {
    |                                               +++

       Fresh unicode-normalization v0.1.23
       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: for more information, see 
    = 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)]` (part of `#[warn(rust_2021_compatibility)]`) 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 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 wasmparser v0.221.3
warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/wasmparser-0.221.3/src/binary_reader.rs:204:15
    |
204 |         data: &[u8],
    |               ^^^^^ the lifetime is elided here
...
207 |     ) -> BinaryReader {
    |          ^^^^^^^^^^^^ the same lifetime is hidden here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
    |
207 |     ) -> BinaryReader<'_> {
    |                      ++++

       Fresh block-buffer v0.10.4
       Fresh crypto-common v0.1.6
       Fresh phf_codegen v0.11.2
warning: `serde_json` (lib) generated 15 warnings
warning: `pest` (lib) generated 1 warning
warning: `wezterm-dynamic` (lib) generated 5 warnings
warning: `cap-primitives` (lib) generated 1 warning
warning: `indexmap` (lib) generated 17 warnings (17 duplicates)
warning: `tracing` (lib) generated 2 warnings
warning: `cranelift-codegen` (lib) generated 13 warnings
warning: `wasmparser` (lib) generated 17 warnings
warning: `proc-macro-error` (lib) generated 4 warnings
warning: `memoffset` (lib) generated 24 warnings
warning: `crc32fast` (lib) generated 1 warning
warning: `wasmparser` (lib) generated 18 warnings (17 duplicates)
       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)]` (part of `#[warn(unused)]`) on by default

       Fresh signal-hook-registry v1.4.0
warning: direct cast of function item into an integer
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/signal-hook-registry-1.4.0/src/lib.rs:161:36
    |
161 |         new.sa_sigaction = handler as usize;
    |                                    ^^^^^^^^
    |
    = note: `#[warn(function_casts_as_integer)]` on by default
help: first cast to a pointer `as *const ()`
    |
161 |         new.sa_sigaction = handler as *const () as usize;
    |                                    ++++++++++++

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)]` (part of `#[warn(rust_2024_compatibility)]`) on by default

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/signal-hook-registry-1.4.0/src/half_lock.rs:125:24
    |
125 |     pub(crate) fn read(&self) -> ReadGuard {
    |                        ^^^^^     ^^^^^^^^^^^^ the same lifetime is hidden here
    |                        |
    |                        the lifetime is elided here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
help: use `'_` for type paths
    |
125 |     pub(crate) fn read(&self) -> ReadGuard<'_, T> {
    |                                            +++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/signal-hook-registry-1.4.0/src/half_lock.rs:194:25
    |
194 |     pub(crate) fn write(&self) -> WriteGuard {
    |                         ^^^^^     ^^^^^^^^^^^^^ the same lifetime is hidden here
    |                         |
    |                         the lifetime is elided here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
    |
194 |     pub(crate) fn write(&self) -> WriteGuard<'_, T> {
    |                                              +++

       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/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: `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/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/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/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 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`, `loongarch32`, `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: `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)

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/encoding_rs-0.8.34/src/handles.rs:390:21
    |
390 |     pub fn new(src: &[u8]) -> ByteSource {
    |                     ^^^^^     ^^^^^^^^^^ the same lifetime is hidden here
    |                     |
    |                     the lifetime is elided here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
help: use `'_` for type paths
    |
390 |     pub fn new(src: &[u8]) -> ByteSource<'_> {
    |                                         ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/encoding_rs-0.8.34/src/handles.rs:597:21
    |
597 |     pub fn new(dst: &mut [u16]) -> Utf16Destination {
    |                     ^^^^^^^^^^     ^^^^^^^^^^^^^^^^ the same lifetime is hidden here
    |                     |
    |                     the lifetime is elided here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
    |
597 |     pub fn new(dst: &mut [u16]) -> Utf16Destination<'_> {
    |                                                    ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/encoding_rs-0.8.34/src/handles.rs:942:21
    |
942 |     pub fn new(dst: &mut [u8]) -> Utf8Destination {
    |                     ^^^^^^^^^     ^^^^^^^^^^^^^^^ the same lifetime is hidden here
    |                     |
    |                     the lifetime is elided here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
    |
942 |     pub fn new(dst: &mut [u8]) -> Utf8Destination<'_> {
    |                                                  ++++

warning: hiding a lifetime that's elided elsewhere is confusing
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/encoding_rs-0.8.34/src/handles.rs:1168:21
     |
1168 |     pub fn new(src: &[u16]) -> Utf16Source {
     |                     ^^^^^^     ^^^^^^^^^^^ the same lifetime is hidden here
     |                     |
     |                     the lifetime is elided here
     |
     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
     |
1168 |     pub fn new(src: &[u16]) -> Utf16Source<'_> {
     |                                           ++++

warning: hiding a lifetime that's elided elsewhere is confusing
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/encoding_rs-0.8.34/src/handles.rs:1477:21
     |
1477 |     pub fn new(src: &str) -> Utf8Source {
     |                     ^^^^     ^^^^^^^^^^ the same lifetime is hidden here
     |                     |
     |                     the lifetime is elided here
     |
     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
     |
1477 |     pub fn new(src: &str) -> Utf8Source<'_> {
     |                                        ++++

warning: hiding a lifetime that's elided elsewhere is confusing
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/encoding_rs-0.8.34/src/handles.rs:1936:21
     |
1936 |     pub fn new(dst: &mut [u8]) -> ByteDestination {
     |                     ^^^^^^^^^     ^^^^^^^^^^^^^^^ the same lifetime is hidden here
     |                     |
     |                     the lifetime is elided here
     |
     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
     |
1936 |     pub fn new(dst: &mut [u8]) -> ByteDestination<'_> {
     |                                                  ++++

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 iana-time-zone v0.1.60
       Fresh leb128 v0.2.5
       Fresh cache-padded v1.2.0
       Fresh pin-utils v0.1.0
       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: struct `NoneError` is never constructed
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/embedded-io-0.4.0/src/fmt.rs:202:12
    |
202 | pub struct NoneError;
    |            ^^^^^^^^^
    |
    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default

warning: trait `Try` is never used
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/embedded-io-0.4.0/src/fmt.rs:204:11
    |
204 | pub trait Try {
    |           ^^^

       Fresh unicode-xid v0.2.4
       Fresh unicode-bidi v0.3.15
       Fresh once_cell v1.18.0
       Fresh async-task v4.2.0
       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 minimal-lexical v0.2.1
warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/minimal-lexical-0.2.1/src/bigint.rs:127:17
    |
127 | pub fn rview(x: &[Limb]) -> ReverseView {
    |                 ^^^^^^^     ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
    |                 |
    |                 the lifetime is elided here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
help: use `'_` for type paths
    |
127 | pub fn rview(x: &[Limb]) -> ReverseView<'_, Limb> {
    |                                         +++

       Fresh ucd-trie v0.1.7
warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/fixedbitset-0.4.2/src/lib.rs:372:17
    |
372 |     pub fn ones(&self) -> Ones {
    |                 ^^^^^     ^^^^ the same lifetime is hidden here
    |                 |
    |                 the lifetime is elided here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
help: use `'_` for type paths
    |
372 |     pub fn ones(&self) -> Ones<'_> {
    |                               ++++

warning: `async-lock` (lib) generated 1 warning
warning: `signal-hook-registry` (lib) generated 4 warnings
warning: `encoding_rs` (lib) generated 33 warnings (2 duplicates)
warning: `fastrand` (lib) generated 1 warning
warning: `embedded-io` (lib) generated 3 warnings
warning: `os_str_bytes` (lib) generated 5 warnings
warning: `minimal-lexical` (lib) generated 1 warning
warning: `fixedbitset` (lib) generated 1 warning
       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 
    = note: `#[warn(anonymous_parameters)]` (part of `#[warn(rust_2018_compatibility)]`) 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 

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);
    |

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/id-arena-2.2.1/src/lib.rs:474:17
    |
474 |     pub fn iter(&self) -> Iter {
    |                 ^^^^^     ^^^^^^^^^^ the same lifetime is hidden here
    |                 |
    |                 the lifetime is elided here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
help: use `'_` for type paths
    |
474 |     pub fn iter(&self) -> Iter<'_, T, A> {
    |                                +++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/id-arena-2.2.1/src/lib.rs:481:21
    |
481 |     pub fn iter_mut(&mut self) -> IterMut {
    |                     ^^^^^^^^^     ^^^^^^^^^^^^^ the same lifetime is hidden here
    |                     |
    |                     the lifetime is elided here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
    |
481 |     pub fn iter_mut(&mut self) -> IterMut<'_, T, A> {
    |                                           +++

       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 bytemuck v1.22.0
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 cobs v0.2.3
       Fresh thiserror v1.0.61
       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 clap_lex v0.2.2
       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: 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: 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)]` (part of `#[warn(unused)]`) on by default

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)]` (part of `#[warn(unused)]`) 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 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 idna v0.5.0
       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)]` (part of `#[warn(unused)]`) 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 {
  |           ^^^^^^^^^^^^

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/petgraph-0.6.3/src/adj.rs:314:25
    |
314 |     pub fn edge_indices(&self) -> EdgeIndices {
    |                         ^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
    |                         |
    |                         the lifetime is elided here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
help: use `'_` for type paths
    |
314 |     pub fn edge_indices(&self) -> EdgeIndices<'_, E, Ix> {
    |                                               +++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/petgraph-0.6.3/src/adj.rs:511:47
    |
511 |     ((successor_index, edge), from): ((usize, &WSuc), Ix),
    |                                               ^^^^^^^^^^^^ the lifetime is elided here
512 | ) -> EdgeReference {
    |      ^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
    |
512 | ) -> EdgeReference<'_, E, Ix> {
    |                    +++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/petgraph-0.6.3/src/adj.rs:519:54
    |
519 | fn proj2((row_index, row): (usize, &Vec>)) -> SomeIter {
    |                                                      ^^^^^^^^^^^^^^^^^      ^^^^^^^^^^^^^^^ the same lifetime is hidden here
    |                                                      |
    |                                                      the lifetime is elided here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
    |
519 | fn proj2((row_index, row): (usize, &Vec>)) -> SomeIter<'_, E, Ix> {
    |                                                                                      +++

warning: hiding a lifetime that's elided elsewhere is confusing
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/petgraph-0.6.3/src/algo/dominators.rs:56:30
   |
56 |     pub fn strict_dominators(&self, node: N) -> Option> {
   |                              ^^^^^                     ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
   |                              |
   |                              the lifetime is elided here
   |
   = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
   |
56 |     pub fn strict_dominators(&self, node: N) -> Option> {
   |                                                                       +++

warning: hiding a lifetime that's elided elsewhere is confusing
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/petgraph-0.6.3/src/algo/dominators.rs:72:23
   |
72 |     pub fn dominators(&self, node: N) -> Option> {
   |                       ^^^^^                     ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
   |                       |
   |                       the lifetime is elided here
   |
   = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
   |
72 |     pub fn dominators(&self, node: N) -> Option> {
   |                                                                +++

warning: hiding a lifetime that's elided elsewhere is confusing
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/petgraph-0.6.3/src/algo/dominators.rs:85:37
   |
85 |     pub fn immediately_dominated_by(&self, node: N) -> DominatedByIter {
   |                                     ^^^^^              ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
   |                                     |
   |                                     the lifetime is elided here
   |
   = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
   |
85 |     pub fn immediately_dominated_by(&self, node: N) -> DominatedByIter<'_, N> {
   |                                                                        +++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/petgraph-0.6.3/src/csr.rs:385:18
    |
385 |     pub fn edges(&self, a: NodeIndex) -> Edges {
    |                  ^^^^^                       ^^^^^^^^^^^^^^^^ the same lifetime is hidden here
    |                  |
    |                  the lifetime is elided here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
    |
385 |     pub fn edges(&self, a: NodeIndex) -> Edges<'_, E, Ty, Ix> {
    |                                                    +++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/petgraph-0.6.3/src/graph_impl/mod.rs:779:22
    |
779 |     pub fn neighbors(&self, a: NodeIndex) -> Neighbors {
    |                      ^^^^^                       ^^^^^^^^^^^^^^^^ the same lifetime is hidden here
    |                      |
    |                      the lifetime is elided here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
    |
779 |     pub fn neighbors(&self, a: NodeIndex) -> Neighbors<'_, E, Ix> {
    |                                                            +++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/petgraph-0.6.3/src/graph_impl/mod.rs:802:31
    |
802 |     pub fn neighbors_directed(&self, a: NodeIndex, dir: Direction) -> Neighbors {
    |                               ^^^^^ the lifetime is elided here           ^^^^^^^^^^^^^^^^ the same lifetime is hidden here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
    |
802 |     pub fn neighbors_directed(&self, a: NodeIndex, dir: Direction) -> Neighbors<'_, E, Ix> {
    |                                                                                     +++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/petgraph-0.6.3/src/graph_impl/mod.rs:826:33
    |
826 |     pub fn neighbors_undirected(&self, a: NodeIndex) -> Neighbors {
    |                                 ^^^^^                       ^^^^^^^^^^^^^^^^ the same lifetime is hidden here
    |                                 |
    |                                 the lifetime is elided here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
    |
826 |     pub fn neighbors_undirected(&self, a: NodeIndex) -> Neighbors<'_, E, Ix> {
    |                                                                       +++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/petgraph-0.6.3/src/graph_impl/mod.rs:844:18
    |
844 |     pub fn edges(&self, a: NodeIndex) -> Edges {
    |                  ^^^^^                       ^^^^^^^^^^^^^^^^ the same lifetime is hidden here
    |                  |
    |                  the lifetime is elided here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
    |
844 |     pub fn edges(&self, a: NodeIndex) -> Edges<'_, E, Ty, Ix> {
    |                                                    +++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/petgraph-0.6.3/src/graph_impl/mod.rs:859:27
    |
859 |     pub fn edges_directed(&self, a: NodeIndex, dir: Direction) -> Edges {
    |                           ^^^^^ the lifetime is elided here           ^^^^^^^^^^^^^^^^ the same lifetime is hidden here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
    |
859 |     pub fn edges_directed(&self, a: NodeIndex, dir: Direction) -> Edges<'_, E, Ty, Ix> {
    |                                                                             +++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/petgraph-0.6.3/src/graph_impl/mod.rs:879:9
    |
879 |         &self,
    |         ^^^^^ the lifetime is elided here
...
882 |     ) -> EdgesConnecting {
    |          ^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
    |
882 |     ) -> EdgesConnecting<'_, E, Ty, Ix> {
    |                          +++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/petgraph-0.6.3/src/graph_impl/mod.rs:975:22
    |
975 |     pub fn externals(&self, dir: Direction) -> Externals {
    |                      ^^^^^                     ^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
    |                      |
    |                      the lifetime is elided here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
    |
975 |     pub fn externals(&self, dir: Direction) -> Externals<'_, N, Ty, Ix> {
    |                                                          +++

warning: hiding a lifetime that's elided elsewhere is confusing
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/petgraph-0.6.3/src/graph_impl/mod.rs:1006:29
     |
1006 |     pub fn node_weights_mut(&mut self) -> NodeWeightsMut {
     |                             ^^^^^^^^^     ^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
     |                             |
     |                             the lifetime is elided here
     |
     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
     |
1006 |     pub fn node_weights_mut(&mut self) -> NodeWeightsMut<'_, N, Ix> {
     |                                                          +++

warning: hiding a lifetime that's elided elsewhere is confusing
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/petgraph-0.6.3/src/graph_impl/mod.rs:1016:25
     |
1016 |     pub fn node_weights(&self) -> NodeWeights {
     |                         ^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
     |                         |
     |                         the lifetime is elided here
     |
     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
     |
1016 |     pub fn node_weights(&self) -> NodeWeights<'_, N, Ix> {
     |                                               +++

warning: hiding a lifetime that's elided elsewhere is confusing
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/petgraph-0.6.3/src/graph_impl/mod.rs:1033:28
     |
1033 |     pub fn edge_references(&self) -> EdgeReferences {
     |                            ^^^^^     ^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
     |                            |
     |                            the lifetime is elided here
     |
     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
     |
1033 |     pub fn edge_references(&self) -> EdgeReferences<'_, E, Ix> {
     |                                                     +++

warning: hiding a lifetime that's elided elsewhere is confusing
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/petgraph-0.6.3/src/graph_impl/mod.rs:1043:25
     |
1043 |     pub fn edge_weights(&self) -> EdgeWeights {
     |                         ^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
     |                         |
     |                         the lifetime is elided here
     |
     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
     |
1043 |     pub fn edge_weights(&self) -> EdgeWeights<'_, E, Ix> {
     |                                               +++

warning: hiding a lifetime that's elided elsewhere is confusing
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/petgraph-0.6.3/src/graph_impl/mod.rs:1052:29
     |
1052 |     pub fn edge_weights_mut(&mut self) -> EdgeWeightsMut {
     |                             ^^^^^^^^^     ^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
     |                             |
     |                             the lifetime is elided here
     |
     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
     |
1052 |     pub fn edge_weights_mut(&mut self) -> EdgeWeightsMut<'_, E, Ix> {
     |                                                          +++

warning: hiding a lifetime that's elided elsewhere is confusing
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/petgraph-0.6.3/src/graph_impl/mod.rs:1578:12
     |
1578 |     edges: &mut [Edge],
     |            ^^^^^^^^^^^^^^^^^^ the lifetime is elided here
...
1581 | ) -> EdgesWalkerMut
     |      ^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
     |
     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
     |
1581 | ) -> EdgesWalkerMut<'_, E, Ix>
     |                     +++

warning: hiding a lifetime that's elided elsewhere is confusing
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/petgraph-0.6.3/src/iter_format.rs:48:32
   |
48 |     fn format(self, separator: &str) -> Format
   |                                ^^^^     ^^^^^^^^^^^^ the same lifetime is hidden here
   |                                |
   |                                the lifetime is elided here
   |
   = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
   |
48 |     fn format(self, separator: &str) -> Format<'_, Self>
   |                                                +++

       Fresh pest v2.7.15
       Fresh signal-hook v0.3.14
warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/signal-hook-0.3.14/src/iterator/mod.rs:268:20
    |
268 |     pub fn forever(&mut self) -> Forever {
    |                    ^^^^^^^^^     ^^^^^^^^^^ the same lifetime is hidden here
    |                    |
    |                    the lifetime is elided here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
help: use `'_` for type paths
    |
268 |     pub fn forever(&mut self) -> Forever<'_, E> {
    |                                          +++

       Fresh pest_meta v2.7.15
       Fresh wasm-encoder v0.221.2
warning: hiding a lifetime that's elided elsewhere is confusing
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/wasm-encoder-0.221.2/src/component/types.rs:35:15
   |
35 |     pub fn ty(&mut self) -> CoreTypeEncoder {
   |               ^^^^^^^^^     ^^^^^^^^^^^^^^^ the same lifetime is hidden here
   |               |
   |               the lifetime is elided here
   |
   = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
   = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
help: use `'_` for type paths
   |
35 |     pub fn ty(&mut self) -> CoreTypeEncoder<'_> {
   |                                            ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/wasm-encoder-0.221.2/src/component/types.rs:180:22
    |
180 |     pub fn core_type(&mut self) -> ComponentCoreTypeEncoder {
    |                      ^^^^^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
    |                      |
    |                      the lifetime is elided here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
    |
180 |     pub fn core_type(&mut self) -> ComponentCoreTypeEncoder<'_> {
    |                                                            ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/wasm-encoder-0.221.2/src/component/types.rs:191:15
    |
191 |     pub fn ty(&mut self) -> ComponentTypeEncoder {
    |               ^^^^^^^^^     ^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
    |               |
    |               the lifetime is elided here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
    |
191 |     pub fn ty(&mut self) -> ComponentTypeEncoder<'_> {
    |                                                 ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/wasm-encoder-0.221.2/src/component/types.rs:293:22
    |
293 |     pub fn core_type(&mut self) -> ComponentCoreTypeEncoder {
    |                      ^^^^^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
    |                      |
    |                      the lifetime is elided here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
    |
293 |     pub fn core_type(&mut self) -> ComponentCoreTypeEncoder<'_> {
    |                                                            ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/wasm-encoder-0.221.2/src/component/types.rs:301:15
    |
301 |     pub fn ty(&mut self) -> ComponentTypeEncoder {
    |               ^^^^^^^^^     ^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
    |               |
    |               the lifetime is elided here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
    |
301 |     pub fn ty(&mut self) -> ComponentTypeEncoder<'_> {
    |                                                 ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/wasm-encoder-0.221.2/src/core/types.rs:530:15
    |
530 |     pub fn ty(&mut self) -> CoreTypeEncoder {
    |               ^^^^^^^^^     ^^^^^^^^^^^^^^^ the same lifetime is hidden here
    |               |
    |               the lifetime is elided here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
    |
530 |     pub fn ty(&mut self) -> CoreTypeEncoder<'_> {
    |                                            ++++

       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 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)]` (part of `#[warn(unused)]`) 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 nix v0.29.0
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)]`

warning: hiding a lifetime that's named elsewhere is confusing
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/nix-0.29.0/src/sys/socket/sockopt.rs:1577:34
     |
1577 |     fn new(val: &'a OsString) -> SetOsString {
     |                  --              ^^^^^^^^^^^ the same lifetime is hidden here
     |                  |
     |                  the lifetime is named here
     |
     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
help: consistently use `'a`
     |
1577 |     fn new(val: &'a OsString) -> SetOsString<'a> {
     |                                             ++++

       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: `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: 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: 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)]` (part of `#[warn(unused)]`) on by default

warning: `id-arena` (lib) generated 6 warnings
warning: `percent-encoding` (lib) generated 1 warning
warning: `libm` (build script) generated 1 warning
warning: `concurrent-queue` (lib) generated 4 warnings
warning: `nom` (lib) generated 17 warnings
warning: `async-io` (lib) generated 8 warnings
warning: `petgraph` (lib) generated 24 warnings
warning: `pest` (lib) generated 1 warning (1 duplicate)
warning: `signal-hook` (lib) generated 1 warning
warning: `wasm-encoder` (lib) generated 6 warnings
warning: `rand_core` (lib) generated 6 warnings (1 duplicate)
warning: `wast` (lib) generated 4 warnings
warning: `nix` (lib) generated 4 warnings
warning: `prettyplease` (lib) generated 15 warnings
       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 atomic v0.6.0
       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 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: 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: trait `MaxSize` is never used
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/postcard-1.0.8/src/max_size.rs:12:11
   |
12 | pub trait MaxSize {
   |           ^^^^^^^
   |
   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default

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 {
    |          ^^^^^^^^^^^

warning: function `max` is never used
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/postcard-1.0.8/src/max_size.rs:227:10
    |
227 | const fn max(lhs: usize, rhs: usize) -> usize {
    |          ^^^

       Fresh wit-parser v0.221.3
warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/wit-parser-0.221.3/src/lib.rs:865:23
    |
865 |     pub fn iter_types(&self) -> ResultsTypeIter {
    |                       ^^^^^     ^^^^^^^^^^^^^^^ the same lifetime is hidden here
    |                       |
    |                       the lifetime is elided here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
help: use `'_` for type paths
    |
865 |     pub fn iter_types(&self) -> ResultsTypeIter<'_> {
    |                                                ++++

       Fresh wasmprinter v0.221.2
       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)]` (part of `#[warn(unused)]`) 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 object v0.36.7
       Fresh prost-types v0.11.9
       Fresh digest v0.10.7
       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)]` (part of `#[warn(unused)]`) 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)]` (part of `#[warn(unused)]`) 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 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)]` (part of `#[warn(unused)]`) on by default

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/cpp_demangle-0.4.3/src/index_str.rs:147:16
    |
147 |     fn from(s: &[u8]) -> IndexStr {
    |                ^^^^^     ^^^^^^^^ the same lifetime is hidden here
    |                |
    |                the lifetime is elided here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
help: use `'_` for type paths
    |
147 |     fn from(s: &[u8]) -> IndexStr<'_> {
    |                                  ++++

       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)]` (part of `#[warn(unused)]`) 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: function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rayon-core-1.9.3/src/job.rs:35:5
   |
32 | #[derive(Copy, Clone, Debug, PartialEq, Eq)]
   |                              --------- in this derive macro expansion
...
35 |     execute_fn: unsafe fn(*const ()),
   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
   |
   = note: the address of the same function can vary between different codegen units
   = note: furthermore, different functions could have the same address after being merged together
   = note: for more information visit 
   = note: `#[warn(unpredictable_function_pointer_comparisons)]` 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)]` (part of `#[warn(rust_2024_compatibility)]`) 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 libnghttp2-sys v0.1.8+1.55.1
       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 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_...
    |                                                               ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = 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_...
    |                                                                        ^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = 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))...
    |                                                                                                              ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] }
    = help: or consider adding `println!("cargo::rustc-check-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 | ...10, libressl280))] X509, 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: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))...
    |                                                        ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] }
    = help: or consider adding `println!("cargo::rustc-check-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))...
    |                                                                 ^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = 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, libre...
    |                                                                                                                      ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] }
    = help: or consider adding `println!("cargo::rustc-check-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 | ...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, libre...
    |                                                            ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] }
    = help: or consider adding `println!("cargo::rustc-check-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, libre...
    |                                                                     ^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = 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...
    |                                                                 ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] }
    = help: or consider adding `println!("cargo::rustc-check-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...
    |                                                                          ^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = 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) ->...
    |                                                                ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] }
    = help: or consider adding `println!("cargo::rustc-check-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) ->...
    |                                                                         ^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = 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 | ...sl110, libressl280))] 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(ossl110)'] }
    = help: or consider adding `println!("cargo::rustc-check-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 | ...essl280))] 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(ossl11...
    |                                                                ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] }
    = help: or consider adding `println!("cargo::rustc-check-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(ossl11...
    |                                                                         ^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = 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_i...
    |                                                                     ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] }
    = help: or consider adding `println!("cargo::rustc-check-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_i...
    |                                                                              ^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = 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, ...
    |                                                                                               ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] }
    = help: or consider adding `println!("cargo::rustc-check-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, ...
    |                                                                                                        ^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = 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...
    |                                                                                                 ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] }
    = help: or consider adding `println!("cargo::rustc-check-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...
    |                                                                                                          ^^^^^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = 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 | ...any(ossl110, libressl280))] c_char, exts: #[const_ptr_if(any(ossl110, libressl280))] stack_st_X509_EXTENSION, flag: c_ulong, inde...
   |                                                                 ^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] }
   = help: or consider adding `println!("cargo::rustc-check-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 | ..., 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(a...
   |                                                                               ^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ossl110)'] }
   = help: or consider adding `println!("cargo::rustc-check-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(a...
   |                                                                                        ^^^^^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = 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 which v4.2.5
       Fresh pin-project-internal v1.1.3
warning: `form_urlencoded` (lib) generated 1 warning
warning: `postcard` (lib) generated 11 warnings
warning: `wit-parser` (lib) generated 1 warning
warning: `parking_lot_core` (lib) generated 2 warnings
warning: `clap_derive` (lib) generated 6 warnings
warning: `cpp_demangle` (lib) generated 2 warnings
warning: `lock_api` (lib) generated 7 warnings
warning: `rayon-core` (lib) generated 4 warnings
warning: `mio` (lib) generated 29 warnings
warning: `libz-sys` (lib) generated 10 warnings
warning: `openssl-sys` (lib) generated 1063 warnings
       Fresh rustc_version v0.4.0
       Fresh vte_generate_state_changes v0.1.1
       Fresh ppv-lite86 v0.2.16
       Fresh bit-vec v0.6.3
warning: unnecessary parentheses around closure body
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/bit-vec-0.6.3/src/lib.rs:686:38
    |
686 |         self.process(other, |w1, w2| (w1 | w2))
    |                                      ^       ^
    |
    = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default
help: remove these parentheses
    |
686 -         self.process(other, |w1, w2| (w1 | w2))
686 +         self.process(other, |w1, w2| w1 | w2)
    |

warning: unnecessary parentheses around closure body
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/bit-vec-0.6.3/src/lib.rs:717:38
    |
717 |         self.process(other, |w1, w2| (w1 & w2))
    |                                      ^       ^
    |
help: remove these parentheses
    |
717 -         self.process(other, |w1, w2| (w1 & w2))
717 +         self.process(other, |w1, w2| w1 & w2)
    |

warning: unnecessary parentheses around closure body
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/bit-vec-0.6.3/src/lib.rs:756:38
    |
756 |         self.process(other, |w1, w2| (w1 & !w2))
    |                                      ^        ^
    |
help: remove these parentheses
    |
756 -         self.process(other, |w1, w2| (w1 & !w2))
756 +         self.process(other, |w1, w2| w1 & !w2)
    |

warning: unnecessary parentheses around closure body
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/bit-vec-0.6.3/src/lib.rs:787:38
    |
787 |         self.process(other, |w1, w2| (w1 ^ w2))
    |                                      ^       ^
    |
help: remove these parentheses
    |
787 -         self.process(other, |w1, w2| (w1 ^ w2))
787 +         self.process(other, |w1, w2| w1 ^ w2)
    |

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/bit-vec-0.6.3/src/lib.rs:400:19
    |
400 |     fn blocks_mut(&mut self) -> MutBlocks {
    |                   ^^^^^^^^^     ^^^^^^^^^^^^ the same lifetime is hidden here
    |                   |
    |                   the lifetime is elided here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
help: use `'_` for type paths
    |
400 |     fn blocks_mut(&mut self) -> MutBlocks<'_, B> {
    |                                           +++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/bit-vec-0.6.3/src/lib.rs:407:19
    |
407 |     pub fn blocks(&self) -> Blocks {
    |                   ^^^^^     ^^^^^^^^^ the same lifetime is hidden here
    |                   |
    |                   the lifetime is elided here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
    |
407 |     pub fn blocks(&self) -> Blocks<'_, B> {
    |                                    +++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/bit-vec-0.6.3/src/lib.rs:929:17
    |
929 |     pub fn iter(&self) -> Iter {
    |                 ^^^^^     ^^^^^^^ the same lifetime is hidden here
    |                 |
    |                 the lifetime is elided here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
    |
929 |     pub fn iter(&self) -> Iter<'_, B> {
    |                                +++

       Fresh lazy_static v1.4.0
       Fresh cpufeatures v0.2.2
       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)]` (part of `#[warn(unused)]`) on by default

       Fresh lab v0.11.0
       Fresh strsim v0.10.0
       Fresh is_ci v1.1.1
       Fresh multimap v0.8.3
warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/multimap-0.8.3/src/lib.rs:510:17
    |
510 |     pub fn iter(&self) -> Iter {
    |                 ^^^^^     ^^^^^^^^^^ the same lifetime is hidden here
    |                 |
    |                 the lifetime is elided here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
help: use `'_` for type paths
    |
510 |     pub fn iter(&self) -> Iter<'_, K, V> {
    |                                +++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/multimap-0.8.3/src/lib.rs:537:21
    |
537 |     pub fn iter_mut(&mut self) -> IterMut {
    |                     ^^^^^^^^^     ^^^^^^^^^^^^^ the same lifetime is hidden here
    |                     |
    |                     the lifetime is elided here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
    |
537 |     pub fn iter_mut(&mut self) -> IterMut<'_, K, V> {
    |                                           +++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/multimap-0.8.3/src/lib.rs:560:21
    |
560 |     pub fn iter_all(&self) -> IterAll> {
    |                     ^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
    |                     |
    |                     the lifetime is elided here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
    |
560 |     pub fn iter_all(&self) -> IterAll<'_, K, Vec> {
    |                                       +++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/multimap-0.8.3/src/lib.rs:589:25
    |
589 |     pub fn iter_all_mut(&mut self) -> IterAllMut> {
    |                         ^^^^^^^^^     ^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
    |                         |
    |                         the lifetime is elided here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
    |
589 |     pub fn iter_all_mut(&mut self) -> IterAllMut<'_, K, Vec> {
    |                                                  +++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/multimap-0.8.3/src/lib.rs:621:18
    |
621 |     pub fn entry(&mut self, k: K) -> Entry {
    |                  ^^^^^^^^^           ^^^^^^^^^^^ the same lifetime is hidden here
    |                  |
    |                  the lifetime is elided here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
    |
621 |     pub fn entry(&mut self, k: K) -> Entry<'_, K, V> {
    |                                            +++

       Fresh parking_lot v0.12.1
       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 cap-std v3.4.2
warning: hiding a lifetime that's elided elsewhere is confusing
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/cap-std-3.4.2/src/net/tcp_listener.rs:75:21
   |
75 |     pub fn incoming(&self) -> Incoming {
   |                     ^^^^^     ^^^^^^^^ the same lifetime is hidden here
   |                     |
   |                     the lifetime is elided here
   |
   = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
   = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
help: use `'_` for type paths
   |
75 |     pub fn incoming(&self) -> Incoming<'_> {
   |                                       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/cap-std-3.4.2/src/os/unix/net/unix_listener.rs:93:21
   |
93 |     pub fn incoming(&self) -> Incoming {
   |                     ^^^^^     ^^^^^^^^ the same lifetime is hidden here
   |                     |
   |                     the lifetime is elided here
   |
   = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
   |
93 |     pub fn incoming(&self) -> Incoming<'_> {
   |                                       ++++

       Fresh wasmtime-wit-bindgen v29.0.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
warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/uuid-1.16.0/src/parser.rs:135:27
    |
135 | const fn try_parse(input: &[u8]) -> Result<[u8; 16], InvalidUuid> {
    |                           ^^^^^                      ^^^^^^^^^^^ the same lifetime is hidden here
    |                           |
    |                           the lifetime is elided here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
help: use `'_` for type paths
    |
135 | const fn try_parse(input: &[u8]) -> Result<[u8; 16], InvalidUuid<'_>> {
    |                                                                 ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/uuid-1.16.0/src/parser.rs:155:41
    |
155 | pub(crate) const fn parse_braced(input: &[u8]) -> Result<[u8; 16], InvalidUuid> {
    |                                         ^^^^^                      ^^^^^^^^^^^ the same lifetime is hidden here
    |                                         |
    |                                         the lifetime is elided here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
    |
155 | pub(crate) const fn parse_braced(input: &[u8]) -> Result<[u8; 16], InvalidUuid<'_>> {
    |                                                                               ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/uuid-1.16.0/src/parser.rs:165:38
    |
165 | pub(crate) const fn parse_urn(input: &[u8]) -> Result<[u8; 16], InvalidUuid> {
    |                                      ^^^^^                      ^^^^^^^^^^^ the same lifetime is hidden here
    |                                      |
    |                                      the lifetime is elided here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
    |
165 | pub(crate) const fn parse_urn(input: &[u8]) -> Result<[u8; 16], InvalidUuid<'_>> {
    |                                                                            ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/uuid-1.16.0/src/parser.rs:176:37
    |
176 | pub(crate) const fn parse_simple(s: &[u8]) -> Result<[u8; 16], InvalidUuid> {
    |                                     ^^^^^                      ^^^^^^^^^^^ the same lifetime is hidden here
    |                                     |
    |                                     the lifetime is elided here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
    |
176 | pub(crate) const fn parse_simple(s: &[u8]) -> Result<[u8; 16], InvalidUuid<'_>> {
    |                                                                           ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/uuid-1.16.0/src/parser.rs:208:41
    |
208 | pub(crate) const fn parse_hyphenated(s: &[u8]) -> Result<[u8; 16], InvalidUuid> {
    |                                         ^^^^^                      ^^^^^^^^^^^ the same lifetime is hidden here
    |                                         |
    |                                         the lifetime is elided here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
    |
208 | pub(crate) const fn parse_hyphenated(s: &[u8]) -> Result<[u8; 16], InvalidUuid<'_>> {
    |                                                                               ++++

warning: `bit-vec` (lib) generated 7 warnings
warning: `lazy_static` (lib) generated 2 warnings (2 duplicates)
warning: `atomic-waker` (lib) generated 2 warnings
warning: `multimap` (lib) generated 5 warnings
warning: `curl-sys` (lib) generated 4 warnings
warning: `cap-std` (lib) generated 2 warnings
warning: `rayon` (lib) generated 7 warnings
warning: `uuid` (lib) generated 5 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)]` (part of `#[warn(unused)]`) 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)]` (part of `#[warn(unused)]`) on by default

warning: struct `GroupedValues` is never constructed
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/clap-3.2.4/src/parser/matches/arg_matches.rs:1550:12
     |
1550 | pub struct GroupedValues<'a> {
     |            ^^^^^^^^^^^^^

warning: hiding a lifetime that's elided elsewhere is confusing
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/clap-3.2.4/src/builder/arg.rs:4990:36
     |
4990 |     pub(crate) fn name_no_brackets(&self) -> Cow {
     |                                    ^^^^^     ^^^^^^^^ the same lifetime is hidden here
     |                                    |
     |                                    the lifetime is elided here
     |
     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
help: use `'_` for type paths
     |
4990 |     pub(crate) fn name_no_brackets(&self) -> Cow<'_, str> {
     |                                                  +++

warning: hiding a lifetime that's elided elsewhere is confusing
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/clap-3.2.4/src/builder/command.rs:4487:25
     |
4487 |     fn two_groups_of(&self, condition: F) -> Option<(&ArgGroup, &ArgGroup)>
     |                         ^^^^^                           ^^^^^^^^^  ^^^^^^^^^
     |                         |                               ||         ||
     |                         |                               ||         |the same lifetime is hidden here
     |                         |                               ||         the same lifetime is elided here
     |                         |                               |the same lifetime is hidden here
     |                         |                               the same lifetime is elided here
     |                         the lifetime is elided here
     |
     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
     |
4487 |     fn two_groups_of(&self, condition: F) -> Option<(&ArgGroup<'_>, &ArgGroup<'_>)>
     |                                                                  ++++           ++++

warning: hiding a lifetime that's elided elsewhere is confusing
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/clap-3.2.4/src/error/mod.rs:1088:18
     |
1088 |     fn formatted(&self) -> Cow {
     |                  ^^^^^     ^^^^^^^^^^^^^^ the same lifetime is hidden here
     |                  |
     |                  the lifetime is elided here
     |
     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
     |
1088 |     fn formatted(&self) -> Cow<'_, Colorizer> {
     |                                +++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/clap-3.2.4/src/parser/arg_matcher.rs:121:27
    |
121 |     pub(crate) fn arg_ids(&self) -> indexmap::map::Keys {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
    |                           |
    |                           the lifetime is elided here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
    |
121 |     pub(crate) fn arg_ids(&self) -> indexmap::map::Keys<'_, Id, MatchedArg> {
    |                                                         +++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/clap-3.2.4/src/parser/arg_matcher.rs:125:25
    |
125 |     pub(crate) fn entry(&mut self, arg: &Id) -> indexmap::map::Entry {
    |                         ^^^^^^^^^               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
    |                         |
    |                         the lifetime is elided here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
    |
125 |     pub(crate) fn entry(&mut self, arg: &Id) -> indexmap::map::Entry<'_, Id, MatchedArg> {
    |                                                                      +++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/clap-3.2.4/src/parser/arg_matcher.rs:137:24
    |
137 |     pub(crate) fn iter(&self) -> indexmap::map::Iter {
    |                        ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
    |                        |
    |                        the lifetime is elided here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
    |
137 |     pub(crate) fn iter(&self) -> indexmap::map::Iter<'_, Id, MatchedArg> {
    |                                                      +++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/clap-3.2.4/src/parser/matches/arg_matches.rs:157:9
    |
157 |         &self,
    |         ^^^^^ the lifetime is elided here
158 |         id: &str,
159 |     ) -> Option> {
    |                 ^^^^^^^^^^^^ the same lifetime is hidden here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
    |
159 |     ) -> Option> {
    |                           +++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/clap-3.2.4/src/parser/matches/arg_matches.rs:389:30
    |
389 |     pub fn values_of(&self, id: T) -> Option {
    |                              ^^^^^                   ^^^^^^ the same lifetime is hidden here
    |                              |
    |                              the lifetime is elided here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
    |
389 |     pub fn values_of(&self, id: T) -> Option> {
    |                                                            ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/clap-3.2.4/src/parser/matches/arg_matches.rs:467:33
    |
467 |     pub fn values_of_os(&self, id: T) -> Option {
    |                                 ^^^^^                   ^^^^^^^^ the same lifetime is hidden here
    |                                 |
    |                                 the lifetime is elided here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
    |
467 |     pub fn values_of_os(&self, id: T) -> Option> {
    |                                                                 ++++

warning: hiding a lifetime that's elided elsewhere is confusing
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/clap-3.2.4/src/parser/matches/arg_matches.rs:1097:9
     |
1097 |         &self,
     |         ^^^^^ the lifetime is elided here
1098 |         id: &str,
1099 |     ) -> Result>, MatchesError> {
     |                        ^^^^^^^^^^^^ the same lifetime is hidden here
     |
     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
     |
1099 |     ) -> Result>, MatchesError> {
     |                                  +++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/clap-3.2.4/src/parser/matches/matched_arg.rs:102:32
    |
102 |     pub(crate) fn vals_flatten(&self) -> Flatten>> {
    |                                ^^^^^             ^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
    |                                |
    |                                the lifetime is elided here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
    |
102 |     pub(crate) fn vals_flatten(&self) -> Flatten>> {
    |                                                       +++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/clap-3.2.4/src/parser/matches/matched_arg.rs:110:36
    |
110 |     pub(crate) fn raw_vals_flatten(&self) -> Flatten>> {
    |                                    ^^^^^             ^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
    |                                    |
    |                                    the lifetime is elided here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
    |
110 |     pub(crate) fn raw_vals_flatten(&self) -> Flatten>> {
    |                                                           +++

       Fresh sha2 v0.10.8
       Fresh supports-color v2.0.0
       Fresh prost-build v0.11.9
       Fresh csscolorparser v0.6.2
       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

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/bit-set-0.5.3/src/lib.rs:439:17
    |
439 |     pub fn iter(&self) -> Iter {
    |                 ^^^^^     ^^^^^^^ the same lifetime is hidden here
    |                 |
    |                 the lifetime is elided here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
help: use `'_` for type paths
    |
439 |     pub fn iter(&self) -> Iter<'_, B> {
    |                                +++

       Fresh wasmtime-environ v29.0.1
warning: hiding a lifetime that's elided elsewhere is confusing
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/wasmtime-environ-29.0.1/src/compile/mod.rs:94:12
   |
94 |     fn get(&self, key: &[u8]) -> Option>;
   |            ^^^^^                        ^^^^^^^^^ the same lifetime is hidden here
   |            |
   |            the lifetime is elided here
   |
   = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
note: the lint level is defined here
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/wasmtime-environ-29.0.1/src/lib.rs:6:23
   |
 6 | #![deny(missing_docs, warnings)]
   |                       ^^^^^^^^
   = note: `#[warn(mismatched_lifetime_syntaxes)]` implied by `#[warn(warnings)]`
help: use `'_` for type paths
   |
94 |     fn get(&self, key: &[u8]) -> Option>;
   |                                             +++

warning: hiding a lifetime that's elided elsewhere is confusing
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/wasmtime-environ-29.0.1/src/fact/trampoline.rs:3096:9
     |
3096 |         &self,
     |         ^^^^^ the lifetime is elided here
...
3100 |     ) -> Destination {
     |          ^^^^^^^^^^^ the same lifetime is hidden here
     |
     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
     |
3100 |     ) -> Destination<'_> {
     |                     ++++

       Fresh rand_chacha v0.3.1
       Fresh blocking v1.2.0
       Fresh pin-project v1.1.3
       Fresh url v2.5.0
       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 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

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

       Fresh shellexpand v2.1.2
warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/shellexpand-2.1.2/src/lib.rs:161:12
    |
161 |     input: &SI,
    |            ^^^ the lifetime is elided here
...
164 | ) -> Result, LookupError>
    |             ^^^^^^^^ the same lifetime is hidden here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
help: use `'_` for type paths
    |
164 | ) -> Result, LookupError>
    |                 +++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/shellexpand-2.1.2/src/lib.rs:238:12
    |
238 |     input: &SI,
    |            ^^^ the lifetime is elided here
...
241 | ) -> Cow
    |      ^^^^^^^^ the same lifetime is hidden here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
    |
241 | ) -> Cow<'_, str>
    |          +++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/shellexpand-2.1.2/src/lib.rs:296:32
    |
296 | pub fn full(input: &SI) -> Result, LookupError>
    |                                ^^^            ^^^^^^^^ the same lifetime is hidden here
    |                                |
    |                                the lifetime is elided here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
    |
296 | pub fn full(input: &SI) -> Result, LookupError>
    |                                                   +++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/shellexpand-2.1.2/src/lib.rs:424:12
    |
424 |     input: &SI,
    |            ^^^ the lifetime is elided here
425 |     mut context: C,
426 | ) -> Result, LookupError>
    |             ^^^^^^^^ the same lifetime is hidden here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
    |
426 | ) -> Result, LookupError>
    |                 +++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/shellexpand-2.1.2/src/lib.rs:575:61
    |
575 | pub fn env_with_context_no_errors(input: &SI, mut context: C) -> Cow
    |                                                             ^^^                     ^^^^^^^^ the same lifetime is hidden here
    |                                                             |
    |                                                             the lifetime is elided here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
    |
575 | pub fn env_with_context_no_errors(input: &SI, mut context: C) -> Cow<'_, str>
    |                                                                                         +++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/shellexpand-2.1.2/src/lib.rs:622:31
    |
622 | pub fn env(input: &SI) -> Result, LookupError>
    |                               ^^^            ^^^^^^^^ the same lifetime is hidden here
    |                               |
    |                               the lifetime is elided here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
    |
622 | pub fn env(input: &SI) -> Result, LookupError>
    |                                                  +++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/shellexpand-2.1.2/src/lib.rs:660:53
    |
660 | pub fn tilde_with_context(input: &SI, home_dir: HD) -> Cow
    |                                                     ^^^                   ^^^^^^^^ the same lifetime is hidden here
    |                                                     |
    |                                                     the lifetime is elided here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
    |
660 | pub fn tilde_with_context(input: &SI, home_dir: HD) -> Cow<'_, str>
    |                                                                               +++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/shellexpand-2.1.2/src/lib.rs:707:33
    |
707 | pub fn tilde(input: &SI) -> Cow
    |                                 ^^^     ^^^^^^^^ the same lifetime is hidden here
    |                                 |
    |                                 the lifetime is elided here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
    |
707 | pub fn tilde(input: &SI) -> Cow<'_, str>
    |                                             +++

       Fresh async-executor v1.4.1
       Fresh pest_generator v2.7.15
       Fresh mac_address v1.1.8
       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)]` (part of `#[warn(unused)]`) on by default

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/witx-0.9.1/src/docs/md.rs:116:19
    |
116 |     pub fn borrow(&self) -> cell::Ref {
    |                   ^^^^^     ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
    |                   |
    |                   the lifetime is elided here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
help: use `'_` for type paths
    |
116 |     pub fn borrow(&self) -> cell::Ref<'_, MdNode> {
    |                                       +++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/witx-0.9.1/src/docs/md.rs:120:23
    |
120 |     pub fn borrow_mut(&self) -> cell::RefMut {
    |                       ^^^^^     ^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
    |                       |
    |                       the lifetime is elided here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
    |
120 |     pub fn borrow_mut(&self) -> cell::RefMut<'_, MdNode> {
    |                                              +++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/witx-0.9.1/src/docs/md.rs:126:20
    |
126 |     pub fn any_ref(&self) -> cell::Ref> {
    |                    ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
    |                    |
    |                    the lifetime is elided here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
    |
126 |     pub fn any_ref(&self) -> cell::Ref<'_, Box> {
    |                                        +++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/witx-0.9.1/src/docs/md.rs:132:24
    |
132 |     pub fn any_ref_mut(&self) -> cell::RefMut> {
    |                        ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
    |                        |
    |                        the lifetime is elided here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
    |
132 |     pub fn any_ref_mut(&self) -> cell::RefMut<'_, Box> {
    |                                               +++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/witx-0.9.1/src/docs/md.rs:140:52
    |
140 |     pub fn content_ref_mut(&self) -> cell::RefMut {
    |                                                    ^^^^^     ^^^^^^^^^^^^^^^ the same lifetime is hidden here
    |                                                    |
    |                                                    the lifetime is elided here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
    |
140 |     pub fn content_ref_mut(&self) -> cell::RefMut<'_, T> {
    |                                                                           +++

warning: hiding a lifetime that's elided elsewhere is confusing
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/witx-0.9.1/src/layout.rs:99:26
   |
99 |     pub fn member_layout(&self) -> Vec {
   |                          ^^^^^         ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
   |                          |
   |                          the lifetime is elided here
   |
   = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
   |
99 |     pub fn member_layout(&self) -> Vec> {
   |                                                          ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/witx-0.9.1/src/layout.rs:104:9
    |
104 |         &self,
    |         ^^^^^ the lifetime is elided here
105 |         cache: &mut HashMap,
106 |     ) -> (SizeAlign, Vec) {
    |                          ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
    |
106 |     ) -> (SizeAlign, Vec>) {
    |                                            ++++

       Fresh cranelift-frontend v0.116.1
warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/cranelift-frontend-0.116.1/src/frontend.rs:637:19
    |
637 |     pub fn cursor(&mut self) -> FuncCursor {
    |                   ^^^^^^^^^     ^^^^^^^^^^ the same lifetime is hidden here
    |                   |
    |                   the lifetime is elided here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
help: use `'_` for type paths
    |
637 |     pub fn cursor(&mut self) -> FuncCursor<'_> {
    |                                           ++++

       Fresh cranelift-native v0.116.1
warning: `clap` (lib) generated 16 warnings
warning: `bit-set` (lib) generated 5 warnings
warning: `wasmtime-environ` (lib) generated 2 warnings
warning: `libm` (lib) generated 109 warnings
warning: `shellexpand` (lib) generated 8 warnings
warning: `witx` (lib) generated 8 warnings
warning: `cranelift-frontend` (lib) generated 1 warning
       Fresh itertools v0.12.1
warning: hiding a lifetime that's elided elsewhere is confusing
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/itertools-0.12.1/src/lib.rs:1438:30
     |
1438 |     fn peeking_take_while(&mut self, accept: F) -> PeekingTakeWhile
     |                              ^^^^^^^^^                ^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
     |                              |
     |                              the lifetime is elided here
     |
     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
help: use `'_` for type paths
     |
1438 |     fn peeking_take_while(&mut self, accept: F) -> PeekingTakeWhile<'_, Self, F>
     |                                                                        +++

warning: hiding a lifetime that's elided elsewhere is confusing
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/itertools-0.12.1/src/lib.rs:1464:26
     |
1464 |     fn take_while_ref(&mut self, accept: F) -> TakeWhileRef
     |                          ^^^^^^^^^                ^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
     |                          |
     |                          the lifetime is elided here
     |
     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
     |
1464 |     fn take_while_ref(&mut self, accept: F) -> TakeWhileRef<'_, Self, F>
     |                                                                +++

warning: hiding a lifetime that's elided elsewhere is confusing
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/itertools-0.12.1/src/lib.rs:2309:26
     |
2309 |     fn format(self, sep: &str) -> Format
     |                          ^^^^     ^^^^^^^^^^^^ the same lifetime is hidden here
     |                          |
     |                          the lifetime is elided here
     |
     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
     |
2309 |     fn format(self, sep: &str) -> Format<'_, Self>
     |                                          +++

warning: hiding a lifetime that's elided elsewhere is confusing
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/itertools-0.12.1/src/lib.rs:2348:34
     |
2348 |     fn format_with(self, sep: &str, format: F) -> FormatWith
     |                                  ^^^^                ^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
     |                                  |
     |                                  the lifetime is elided here
     |
     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
     |
2348 |     fn format_with(self, sep: &str, format: F) -> FormatWith<'_, Self, F>
     |                                                                 +++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/itertools-0.12.1/src/adaptors/mod.rs:591:35
    |
591 | pub fn take_while_ref(iter: &mut I, f: F) -> TakeWhileRef
    |                                   ^^^^^^           ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
    |                                   |
    |                                   the lifetime is elided here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
    |
591 | pub fn take_while_ref(iter: &mut I, f: F) -> TakeWhileRef<'_, I, F>
    |                                                                 +++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/itertools-0.12.1/src/peeking_take_while.rs:129:39
    |
129 | pub fn peeking_take_while(iter: &mut I, f: F) -> PeekingTakeWhile
    |                                       ^^^^^^           ^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
    |                                       |
    |                                       the lifetime is elided here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
    |
129 | pub fn peeking_take_while(iter: &mut I, f: F) -> PeekingTakeWhile<'_, I, F>
    |                                                                         +++

       Fresh supports-unicode v2.0.0
       Fresh supports-hyperlinks v2.1.0
       Fresh backtrace-ext v0.2.1
       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 miette-derive v5.8.0
warning: enum `MemberOrString` is never used
 --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/miette-derive-5.8.0/src/utils.rs:8:17
  |
8 | pub(crate) enum MemberOrString {
  |                 ^^^^^^^^^^^^^^
  |
  = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default

       Fresh kqueue-sys v1.0.3
       Fresh dirs-sys v0.3.7
       Fresh wasmtime-asm-macros v29.0.1
       Fresh byteorder v1.4.3
       Fresh arrayvec v0.5.2
warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/arrayvec-0.5.2/src/lib.rs:598:21
    |
598 |     pub fn drain(&mut self, range: R) -> Drain
    |                     ^^^^^^^^^               ^^^^^^^^ the same lifetime is hidden here
    |                     |
    |                     the lifetime is elided here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
help: use `'_` for type paths
    |
598 |     pub fn drain(&mut self, range: R) -> Drain<'_, A>
    |                                                   +++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/arrayvec-0.5.2/src/lib.rs:625:20
    |
625 |     fn drain_range(&mut self, start: usize, end: usize) -> Drain
    |                    ^^^^^^^^^ the lifetime is elided here   ^^^^^^^^ the same lifetime is hidden here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
    |
625 |     fn drain_range(&mut self, start: usize, end: usize) -> Drain<'_, A>
    |                                                                  +++

       Fresh futures-sink v0.3.28
       Fresh ryu v1.0.10
       Fresh openssl-probe v0.1.5
       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 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)]` (part of `#[warn(unused)]`) on by default
help: use `let _ = ...` to ignore the resulting value
   |
23 |             let _ = self.file.take().unwrap().into_raw_fd();
   |             +++++++

       Fresh wasmtime-component-util v29.0.1
warning: `itertools` (lib) generated 6 warnings
warning: `euclid` (lib) generated 5 warnings
warning: `miette-derive` (lib) generated 1 warning
warning: `arrayvec` (lib) generated 2 warnings
warning: `ryu` (lib) generated 1 warning (1 duplicate)
warning: `owo-colors` (lib) generated 1 warning
warning: `same-file` (lib) generated 1 warning
warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/unicode-segmentation-1.12.0/src/lib.rs:251:18
    |
251 |     fn graphemes(&self, is_extended: bool) -> Graphemes {
    |                  ^^^^^                        ^^^^^^^^^ the same lifetime is hidden here
    |                  |
    |                  the lifetime is elided here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
help: use `'_` for type paths
    |
251 |     fn graphemes(&self, is_extended: bool) -> Graphemes<'_> {
    |                                                        ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/unicode-segmentation-1.12.0/src/lib.rs:256:25
    |
256 |     fn grapheme_indices(&self, is_extended: bool) -> GraphemeIndices {
    |                         ^^^^^                        ^^^^^^^^^^^^^^^ the same lifetime is hidden here
    |                         |
    |                         the lifetime is elided here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
    |
256 |     fn grapheme_indices(&self, is_extended: bool) -> GraphemeIndices<'_> {
    |                                                                     ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/unicode-segmentation-1.12.0/src/lib.rs:261:22
    |
261 |     fn unicode_words(&self) -> UnicodeWords {
    |                      ^^^^^     ^^^^^^^^^^^^ the same lifetime is hidden here
    |                      |
    |                      the lifetime is elided here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
    |
261 |     fn unicode_words(&self) -> UnicodeWords<'_> {
    |                                            ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/unicode-segmentation-1.12.0/src/lib.rs:266:29
    |
266 |     fn unicode_word_indices(&self) -> UnicodeWordIndices {
    |                             ^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
    |                             |
    |                             the lifetime is elided here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
    |
266 |     fn unicode_word_indices(&self) -> UnicodeWordIndices<'_> {
    |                                                         ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/unicode-segmentation-1.12.0/src/lib.rs:271:26
    |
271 |     fn split_word_bounds(&self) -> UWordBounds {
    |                          ^^^^^     ^^^^^^^^^^^ the same lifetime is hidden here
    |                          |
    |                          the lifetime is elided here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
    |
271 |     fn split_word_bounds(&self) -> UWordBounds<'_> {
    |                                               ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/unicode-segmentation-1.12.0/src/lib.rs:276:33
    |
276 |     fn split_word_bound_indices(&self) -> UWordBoundIndices {
    |                                 ^^^^^     ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
    |                                 |
    |                                 the lifetime is elided here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
    |
276 |     fn split_word_bound_indices(&self) -> UWordBoundIndices<'_> {
    |                                                            ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/unicode-segmentation-1.12.0/src/lib.rs:281:26
    |
281 |     fn unicode_sentences(&self) -> UnicodeSentences {
    |                          ^^^^^     ^^^^^^^^^^^^^^^^ the same lifetime is hidden here
    |                          |
    |                          the lifetime is elided here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
    |
281 |     fn unicode_sentences(&self) -> UnicodeSentences<'_> {
    |                                                    ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/unicode-segmentation-1.12.0/src/lib.rs:286:30
    |
286 |     fn split_sentence_bounds(&self) -> USentenceBounds {
    |                              ^^^^^     ^^^^^^^^^^^^^^^ the same lifetime is hidden here
    |                              |
    |                              the lifetime is elided here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
    |
286 |     fn split_sentence_bounds(&self) -> USentenceBounds<'_> {
    |                                                       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/unicode-segmentation-1.12.0/src/lib.rs:291:37
    |
291 |     fn split_sentence_bound_indices(&self) -> USentenceBoundIndices {
    |                                     ^^^^^     ^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
    |                                     |
    |                                     the lifetime is elided here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
    |
291 |     fn split_sentence_bound_indices(&self) -> USentenceBoundIndices<'_> {
    |                                                                    ++++

       Fresh option-ext v0.2.0
       Fresh wezterm-input-types v0.1.0
       Fresh rmp v0.8.14
warning: struct `MarkerWriteError` is never constructed
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rmp-0.8.14/src/decode/mod.rs:173:8
    |
173 | struct MarkerWriteError(E);
    |        ^^^^^^^^^^^^^^^^
    |
    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default

       Fresh vte v0.10.1
       Fresh walkdir v2.3.3
       Fresh kqueue v1.0.7
warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/kqueue-1.0.7/src/lib.rs:504:17
    |
504 |     pub fn iter(&self) -> EventIter {
    |                 ^^^^^     ^^^^^^^^^ the same lifetime is hidden here
    |                 |
    |                 the lifetime is elided here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
help: use `'_` for type paths
    |
504 |     pub fn iter(&self) -> EventIter<'_> {
    |                                    ++++

       Fresh wasmtime-fiber v29.0.1
       Fresh dirs v4.0.0
       Fresh wasmtime-cranelift v29.0.1
       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/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: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/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: 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: unnecessary parentheses around type
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/miette-5.8.0/src/eyreish/mod.rs:178:17
    |
178 |         error: &(dyn Diagnostic),
    |                 ^              ^
    |
    = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default
help: remove these parentheses
    |
178 -         error: &(dyn Diagnostic),
178 +         error: &dyn Diagnostic,
    |

warning: unnecessary parentheses around type
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/miette-5.8.0/src/handler.rs:316:34
    |
316 |     fn debug(&self, diagnostic: &(dyn Diagnostic), f: &mut fmt::Formatter<'_>) -> fmt::Result {
    |                                  ^              ^
    |
help: remove these parentheses
    |
316 -     fn debug(&self, diagnostic: &(dyn Diagnostic), f: &mut fmt::Formatter<'_>) -> fmt::Result {
316 +     fn debug(&self, diagnostic: &dyn Diagnostic , f: &mut fmt::Formatter<'_>) -> fmt::Result {
    |

warning: unnecessary parentheses around type
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/miette-5.8.0/src/handlers/debug.rs:34:22
   |
34 |         diagnostic: &(dyn Diagnostic),
   |                      ^              ^
   |
help: remove these parentheses
   |
34 -         diagnostic: &(dyn Diagnostic),
34 +         diagnostic: &dyn Diagnostic ,
   |

warning: unnecessary parentheses around type
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/miette-5.8.0/src/handlers/debug.rs:64:34
   |
64 |     fn debug(&self, diagnostic: &(dyn Diagnostic), f: &mut fmt::Formatter<'_>) -> fmt::Result {
   |                                  ^              ^
   |
help: remove these parentheses
   |
64 -     fn debug(&self, diagnostic: &(dyn Diagnostic), f: &mut fmt::Formatter<'_>) -> fmt::Result {
64 +     fn debug(&self, diagnostic: &dyn Diagnostic , f: &mut fmt::Formatter<'_>) -> fmt::Result {
   |

warning: unnecessary parentheses around type
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/miette-5.8.0/src/handlers/graphical.rs:151:22
    |
151 |         diagnostic: &(dyn Diagnostic),
    |                      ^              ^
    |
help: remove these parentheses
    |
151 -         diagnostic: &(dyn Diagnostic),
151 +         diagnostic: &dyn Diagnostic ,
    |

warning: unnecessary parentheses around type
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/miette-5.8.0/src/handlers/graphical.rs:171:67
    |
171 |     fn render_header(&self, f: &mut impl fmt::Write, diagnostic: &(dyn Diagnostic)) -> fmt::Result {
    |                                                                   ^              ^
    |
help: remove these parentheses
    |
171 -     fn render_header(&self, f: &mut impl fmt::Write, diagnostic: &(dyn Diagnostic)) -> fmt::Result {
171 +     fn render_header(&self, f: &mut impl fmt::Write, diagnostic: &dyn Diagnostic ) -> fmt::Result {
    |

warning: unnecessary parentheses around type
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/miette-5.8.0/src/handlers/graphical.rs:204:67
    |
204 |     fn render_causes(&self, f: &mut impl fmt::Write, diagnostic: &(dyn Diagnostic)) -> fmt::Result {
    |                                                                   ^              ^
    |
help: remove these parentheses
    |
204 -     fn render_causes(&self, f: &mut impl fmt::Write, diagnostic: &(dyn Diagnostic)) -> fmt::Result {
204 +     fn render_causes(&self, f: &mut impl fmt::Write, diagnostic: &dyn Diagnostic ) -> fmt::Result {
    |

warning: unnecessary parentheses around type
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/miette-5.8.0/src/handlers/graphical.rs:263:67
    |
263 |     fn render_footer(&self, f: &mut impl fmt::Write, diagnostic: &(dyn Diagnostic)) -> fmt::Result {
    |                                                                   ^              ^
    |
help: remove these parentheses
    |
263 -     fn render_footer(&self, f: &mut impl fmt::Write, diagnostic: &(dyn Diagnostic)) -> fmt::Result {
263 +     fn render_footer(&self, f: &mut impl fmt::Write, diagnostic: &dyn Diagnostic ) -> fmt::Result {
    |

warning: unnecessary parentheses around type
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/miette-5.8.0/src/handlers/graphical.rs:278:22
    |
278 |         diagnostic: &(dyn Diagnostic),
    |                      ^              ^
    |
help: remove these parentheses
    |
278 -         diagnostic: &(dyn Diagnostic),
278 +         diagnostic: &dyn Diagnostic ,
    |

warning: unnecessary parentheses around type
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/miette-5.8.0/src/handlers/graphical.rs:304:22
    |
304 |         diagnostic: &(dyn Diagnostic),
    |                      ^              ^
    |
help: remove these parentheses
    |
304 -         diagnostic: &(dyn Diagnostic),
304 +         diagnostic: &dyn Diagnostic ,
    |

warning: unnecessary parentheses around type
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/miette-5.8.0/src/handlers/graphical.rs:809:34
    |
809 |     fn debug(&self, diagnostic: &(dyn Diagnostic), f: &mut fmt::Formatter<'_>) -> fmt::Result {
    |                                  ^              ^
    |
help: remove these parentheses
    |
809 -     fn debug(&self, diagnostic: &(dyn Diagnostic), f: &mut fmt::Formatter<'_>) -> fmt::Result {
809 +     fn debug(&self, diagnostic: &dyn Diagnostic , f: &mut fmt::Formatter<'_>) -> fmt::Result {
    |

warning: unnecessary parentheses around type
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/miette-5.8.0/src/handlers/json.rs:63:22
   |
63 |         diagnostic: &(dyn Diagnostic),
   |                      ^              ^
   |
help: remove these parentheses
   |
63 -         diagnostic: &(dyn Diagnostic),
63 +         diagnostic: &dyn Diagnostic ,
   |

warning: unnecessary parentheses around type
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/miette-5.8.0/src/handlers/json.rs:71:22
   |
71 |         diagnostic: &(dyn Diagnostic),
   |                      ^              ^
   |
help: remove these parentheses
   |
71 -         diagnostic: &(dyn Diagnostic),
71 +         diagnostic: &dyn Diagnostic ,
   |

warning: unnecessary parentheses around type
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/miette-5.8.0/src/handlers/json.rs:157:22
    |
157 |         diagnostic: &(dyn Diagnostic),
    |                      ^              ^
    |
help: remove these parentheses
    |
157 -         diagnostic: &(dyn Diagnostic),
157 +         diagnostic: &dyn Diagnostic ,
    |

warning: unnecessary parentheses around type
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/miette-5.8.0/src/handlers/json.rs:173:34
    |
173 |     fn debug(&self, diagnostic: &(dyn Diagnostic), f: &mut fmt::Formatter<'_>) -> fmt::Result {
    |                                  ^              ^
    |
help: remove these parentheses
    |
173 -     fn debug(&self, diagnostic: &(dyn Diagnostic), f: &mut fmt::Formatter<'_>) -> fmt::Result {
173 +     fn debug(&self, diagnostic: &dyn Diagnostic , f: &mut fmt::Formatter<'_>) -> fmt::Result {
    |

warning: unnecessary parentheses around type
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/miette-5.8.0/src/handlers/narratable.rs:72:22
   |
72 |         diagnostic: &(dyn Diagnostic),
   |                      ^              ^
   |
help: remove these parentheses
   |
72 -         diagnostic: &(dyn Diagnostic),
72 +         diagnostic: &dyn Diagnostic ,
   |

warning: unnecessary parentheses around type
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/miette-5.8.0/src/handlers/narratable.rs:88:67
   |
88 |     fn render_header(&self, f: &mut impl fmt::Write, diagnostic: &(dyn Diagnostic)) -> fmt::Result {
   |                                                                   ^              ^
   |
help: remove these parentheses
   |
88 -     fn render_header(&self, f: &mut impl fmt::Write, diagnostic: &(dyn Diagnostic)) -> fmt::Result {
88 +     fn render_header(&self, f: &mut impl fmt::Write, diagnostic: &dyn Diagnostic ) -> fmt::Result {
   |

warning: unnecessary parentheses around type
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/miette-5.8.0/src/handlers/narratable.rs:99:67
   |
99 |     fn render_causes(&self, f: &mut impl fmt::Write, diagnostic: &(dyn Diagnostic)) -> fmt::Result {
   |                                                                   ^              ^
   |
help: remove these parentheses
   |
99 -     fn render_causes(&self, f: &mut impl fmt::Write, diagnostic: &(dyn Diagnostic)) -> fmt::Result {
99 +     fn render_causes(&self, f: &mut impl fmt::Write, diagnostic: &dyn Diagnostic ) -> fmt::Result {
   |

warning: unnecessary parentheses around type
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/miette-5.8.0/src/handlers/narratable.rs:113:67
    |
113 |     fn render_footer(&self, f: &mut impl fmt::Write, diagnostic: &(dyn Diagnostic)) -> fmt::Result {
    |                                                                   ^              ^
    |
help: remove these parentheses
    |
113 -     fn render_footer(&self, f: &mut impl fmt::Write, diagnostic: &(dyn Diagnostic)) -> fmt::Result {
113 +     fn render_footer(&self, f: &mut impl fmt::Write, diagnostic: &dyn Diagnostic ) -> fmt::Result {
    |

warning: unnecessary parentheses around type
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/miette-5.8.0/src/handlers/narratable.rs:129:22
    |
129 |         diagnostic: &(dyn Diagnostic),
    |                      ^              ^
    |
help: remove these parentheses
    |
129 -         diagnostic: &(dyn Diagnostic),
129 +         diagnostic: &dyn Diagnostic ,
    |

warning: unnecessary parentheses around type
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/miette-5.8.0/src/handlers/narratable.rs:155:22
    |
155 |         diagnostic: &(dyn Diagnostic),
    |                      ^              ^
    |
help: remove these parentheses
    |
155 -         diagnostic: &(dyn Diagnostic),
155 +         diagnostic: &dyn Diagnostic ,
    |

warning: unnecessary parentheses around type
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/miette-5.8.0/src/handlers/narratable.rs:347:34
    |
347 |     fn debug(&self, diagnostic: &(dyn Diagnostic), f: &mut fmt::Formatter<'_>) -> fmt::Result {
    |                                  ^              ^
    |
help: remove these parentheses
    |
347 -     fn debug(&self, diagnostic: &(dyn Diagnostic), f: &mut fmt::Formatter<'_>) -> fmt::Result {
347 +     fn debug(&self, diagnostic: &dyn Diagnostic , f: &mut fmt::Formatter<'_>) -> fmt::Result {
    |

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)]` (part of `#[warn(unused)]`) 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 wasmtime-component-macro v29.0.1
       Fresh wezterm-color-types v0.3.0
       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: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/curl-0.4.44/src/version.rs:201:22
    |
201 |     pub fn protocols(&self) -> Protocols {
    |                      ^^^^^     ^^^^^^^^^ the same lifetime is hidden here
    |                      |
    |                      the lifetime is elided here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
help: use `'_` for type paths
    |
201 |     pub fn protocols(&self) -> Protocols<'_> {
    |                                         ++++

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)]` (part of `#[warn(rust_2024_compatibility)]`) on by default

warning: hiding a lifetime that's elided elsewhere is confusing
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/curl-0.4.44/src/easy/list.rs:50:17
   |
50 |     pub fn iter(&self) -> Iter {
   |                 ^^^^^     ^^^^ the same lifetime is hidden here
   |                 |
   |                 the lifetime is elided here
   |
   = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
   |
50 |     pub fn iter(&self) -> Iter<'_> {
   |                               ++++

       Fresh wezterm-blob-leases v0.1.1
       Fresh pest_derive v2.7.15
       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 fancy-regex v0.11.0
warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/fancy-regex-0.11.0/src/lib.rs:784:26
    |
784 |     pub fn capture_names(&self) -> CaptureNames {
    |                          ^^^^^     ^^^^^^^^^^^^ the same lifetime is hidden here
    |                          |
    |                          the lifetime is elided here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
help: use `'_` for type paths
    |
784 |     pub fn capture_names(&self) -> CaptureNames<'_> {
    |                                                ++++

warning: hiding a lifetime that's elided elsewhere is confusing
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/fancy-regex-0.11.0/src/lib.rs:1304:21
     |
1304 | pub fn escape(text: &str) -> Cow {
     |                     ^^^^     ^^^^^^^^ the same lifetime is hidden here
     |                     |
     |                     the lifetime is elided here
     |
     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
     |
1304 | pub fn escape(text: &str) -> Cow<'_, str> {
     |                                  +++

warning: hiding a lifetime that's elided elsewhere is confusing
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/fancy-regex-0.11.0/src/replacer.rs:27:21
   |
27 |     fn no_expansion(&mut self) -> Option> {
   |                     ^^^^^^^^^            ^^^^^^^^ the same lifetime is hidden here
   |                     |
   |                     the lifetime is elided here
   |
   = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
   |
27 |     fn no_expansion(&mut self) -> Option> {
   |                                              +++

warning: hiding a lifetime that's elided elsewhere is confusing
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/fancy-regex-0.11.0/src/replacer.rs:52:15
   |
52 |     fn by_ref(&mut self) -> ReplacerRef {
   |               ^^^^^^^^^     ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
   |               |
   |               the lifetime is elided here
   |
   = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
   |
52 |     fn by_ref(&mut self) -> ReplacerRef<'_, Self> {
   |                                         +++

warning: `unicode-segmentation` (lib) generated 9 warnings
warning: `rmp` (lib) generated 1 warning
warning: `kqueue` (lib) generated 1 warning
warning: `miette` (lib) generated 46 warnings
warning: `curl` (lib) generated 11 warnings
warning: `crossbeam-queue` (lib) generated 1 warning
warning: `fancy-regex` (lib) generated 4 warnings
       Fresh heck v0.3.3
       Fresh dirs-sys v0.4.1
       Fresh async-global-executor v2.3.1
       Fresh wiggle-generate v29.0.1
warning: method `is_transparent` is never used
 --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/wiggle-generate-29.0.1/src/lifetimes.rs:5:8
  |
4 | pub trait LifetimeExt {
  |           ----------- method in this trait
5 |     fn is_transparent(&self) -> bool;
  |        ^^^^^^^^^^^^^^
  |
  = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default

       Fresh wasmtime-math 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 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/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/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/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/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

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/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: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rand-0.8.5/src/seq/mod.rs:115:27
    |
115 |     fn choose_multiple(&self, rng: &mut R, amount: usize) -> SliceChooseIter
    |                           ^^^^^ the lifetime is elided here     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
help: use `'_` for type paths
    |
115 |     fn choose_multiple(&self, rng: &mut R, amount: usize) -> SliceChooseIter<'_, Self, Self::Item>
    |                                                                                 +++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rand-0.8.5/src/seq/mod.rs:221:9
    |
221 |         &self, rng: &mut R, amount: usize, weight: F,
    |         ^^^^^ the lifetime is elided here
222 |     ) -> Result, WeightedError>
    |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
    |
222 |     ) -> Result, WeightedError>
    |                                 +++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rand-0.8.5/src/seq/mod.rs:515:27
    |
515 |     fn choose_multiple(&self, rng: &mut R, amount: usize) -> SliceChooseIter
    |                           ^^^^^ the lifetime is elided here     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
    |
515 |     fn choose_multiple(&self, rng: &mut R, amount: usize) -> SliceChooseIter<'_, Self, Self::Item>
    |                                                                                 +++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rand-0.8.5/src/seq/mod.rs:565:9
    |
565 |         &self, rng: &mut R, amount: usize, weight: F,
    |         ^^^^^ the lifetime is elided here
566 |     ) -> Result, WeightedError>
    |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
    |
566 |     ) -> Result, WeightedError>
    |                                 +++

       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 terminfo v0.9.0
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)]` (part of `#[warn(unused)]`) 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: enum `Item` is never used
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/parser/source.rs:29:10
   |
29 | pub enum Item<'a> {
   |          ^^^^

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> {
   |    ^^^^^

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/parser/util.rs:117:20
    |
117 | pub fn unescape(i: &[u8]) -> Cow<[u8]> {
    |                    ^^^^^     ^^^^^^^^^ the same lifetime is hidden here
    |                    |
    |                    the lifetime is elided here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
help: use `'_` for type paths
    |
117 | pub fn unescape(i: &[u8]) -> Cow<'_, [u8]> {
    |                                  +++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/parser/compiled.rs:128:21
    |
128 | pub fn parse(input: &[u8]) -> IResult<&[u8], Database> {
    |                     ^^^^^             ^^^^^  ^^^^^^^^ the same lifetime is hidden here
    |                     |                 |
    |                     |                 the same lifetime is elided here
    |                     the lifetime is elided here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
    |
128 | pub fn parse(input: &[u8]) -> IResult<&[u8], Database<'_>> {
    |                                                      ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/parser/expansion.rs:118:21
    |
118 | pub fn parse(input: &[u8]) -> IResult<&[u8], Item> {
    |                     ^^^^^             ^^^^^  ^^^^ the same lifetime is hidden here
    |                     |                 |
    |                     |                 the same lifetime is elided here
    |                     the lifetime is elided here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
    |
118 | pub fn parse(input: &[u8]) -> IResult<&[u8], Item<'_>> {
    |                                                  ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/parser/expansion.rs:122:18
    |
122 | fn string(input: &[u8]) -> IResult<&[u8], Item> {
    |                  ^^^^^             ^^^^^  ^^^^ the same lifetime is hidden here
    |                  |                 |
    |                  |                 the same lifetime is elided here
    |                  the lifetime is elided here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
    |
122 | fn string(input: &[u8]) -> IResult<&[u8], Item<'_>> {
    |                                               ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/parser/expansion.rs:126:21
    |
126 | fn expansion(input: &[u8]) -> IResult<&[u8], Item> {
    |                     ^^^^^             ^^^^^  ^^^^ the same lifetime is hidden here
    |                     |                 |
    |                     |                 the same lifetime is elided here
    |                     the lifetime is elided here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
    |
126 | fn expansion(input: &[u8]) -> IResult<&[u8], Item<'_>> {
    |                                                  ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/parser/expansion.rs:133:19
    |
133 | fn percent(input: &[u8]) -> IResult<&[u8], Item> {
    |                   ^^^^^             ^^^^^  ^^^^ the same lifetime is hidden here
    |                   |                 |
    |                   |                 the same lifetime is elided here
    |                   the lifetime is elided here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
    |
133 | fn percent(input: &[u8]) -> IResult<&[u8], Item<'_>> {
    |                                                ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/parser/expansion.rs:137:20
    |
137 | fn constant(input: &[u8]) -> IResult<&[u8], Item> {
    |                    ^^^^^             ^^^^^  ^^^^ the same lifetime is hidden here
    |                    |                 |
    |                    |                 the same lifetime is elided here
    |                    the lifetime is elided here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
    |
137 | fn constant(input: &[u8]) -> IResult<&[u8], Item<'_>> {
    |                                                 ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/parser/expansion.rs:141:25
    |
141 | fn constant_char(input: &[u8]) -> IResult<&[u8], Item> {
    |                         ^^^^^             ^^^^^  ^^^^ the same lifetime is hidden here
    |                         |                 |
    |                         |                 the same lifetime is elided here
    |                         the lifetime is elided here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
    |
141 | fn constant_char(input: &[u8]) -> IResult<&[u8], Item<'_>> {
    |                                                      ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/parser/expansion.rs:149:28
    |
149 | fn constant_integer(input: &[u8]) -> IResult<&[u8], Item> {
    |                            ^^^^^             ^^^^^  ^^^^ the same lifetime is hidden here
    |                            |                 |
    |                            |                 the same lifetime is elided here
    |                            the lifetime is elided here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
    |
149 | fn constant_integer(input: &[u8]) -> IResult<&[u8], Item<'_>> {
    |                                                         ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/parser/expansion.rs:157:20
    |
157 | fn variable(input: &[u8]) -> IResult<&[u8], Item> {
    |                    ^^^^^             ^^^^^  ^^^^ the same lifetime is hidden here
    |                    |                 |
    |                    |                 the same lifetime is elided here
    |                    the lifetime is elided here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
    |
157 | fn variable(input: &[u8]) -> IResult<&[u8], Item<'_>> {
    |                                                 ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/parser/expansion.rs:186:21
    |
186 | fn operation(input: &[u8]) -> IResult<&[u8], Item> {
    |                     ^^^^^             ^^^^^  ^^^^ the same lifetime is hidden here
    |                     |                 |
    |                     |                 the same lifetime is elided here
    |                     the lifetime is elided here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
    |
186 | fn operation(input: &[u8]) -> IResult<&[u8], Item<'_>> {
    |                                                  ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/parser/expansion.rs:213:23
    |
213 | fn conditional(input: &[u8]) -> IResult<&[u8], Item> {
    |                       ^^^^^             ^^^^^  ^^^^ the same lifetime is hidden here
    |                       |                 |
    |                       |                 the same lifetime is elided here
    |                       the lifetime is elided here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
    |
213 | fn conditional(input: &[u8]) -> IResult<&[u8], Item<'_>> {
    |                                                    ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/parser/expansion.rs:225:17
    |
225 | fn print(input: &[u8]) -> IResult<&[u8], Item> {
    |                 ^^^^^             ^^^^^  ^^^^ the same lifetime is hidden here
    |                 |                 |
    |                 |                 the same lifetime is elided here
    |                 the lifetime is elided here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
    |
225 | fn print(input: &[u8]) -> IResult<&[u8], Item<'_>> {
    |                                              ++++

warning: hiding a lifetime that's elided elsewhere is confusing
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/parser/source.rs:40:21
   |
40 | pub fn parse(input: &[u8]) -> IResult<&[u8], Item> {
   |                     ^^^^^             ^^^^^  ^^^^ the same lifetime is hidden here
   |                     |                 |
   |                     |                 the same lifetime is elided here
   |                     the lifetime is elided here
   |
   = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
   |
40 | pub fn parse(input: &[u8]) -> IResult<&[u8], Item<'_>> {
   |                                                  ++++

warning: hiding a lifetime that's elided elsewhere is confusing
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/parser/source.rs:44:19
   |
44 | fn comment(input: &[u8]) -> IResult<&[u8], Item> {
   |                   ^^^^^             ^^^^^  ^^^^ the same lifetime is hidden here
   |                   |                 |
   |                   |                 the same lifetime is elided here
   |                   the lifetime is elided here
   |
   = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
   |
44 | fn comment(input: &[u8]) -> IResult<&[u8], Item<'_>> {
   |                                                ++++

warning: hiding a lifetime that's elided elsewhere is confusing
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/parser/source.rs:52:22
   |
52 | fn definition(input: &[u8]) -> IResult<&[u8], Item> {
   |                      ^^^^^             ^^^^^  ^^^^ the same lifetime is hidden here
   |                      |                 |
   |                      |                 the same lifetime is elided here
   |                      the lifetime is elided here
   |
   = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
   |
52 | fn definition(input: &[u8]) -> IResult<&[u8], Item<'_>> {
   |                                                   ++++

warning: hiding a lifetime that's elided elsewhere is confusing
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/parser/source.rs:75:19
   |
75 | fn disable(input: &[u8]) -> IResult<&[u8], Item> {
   |                   ^^^^^             ^^^^^  ^^^^ the same lifetime is hidden here
   |                   |                 |
   |                   |                 the same lifetime is elided here
   |                   the lifetime is elided here
   |
   = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
   |
75 | fn disable(input: &[u8]) -> IResult<&[u8], Item<'_>> {
   |                                                ++++

warning: hiding a lifetime that's elided elsewhere is confusing
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/parser/source.rs:93:17
   |
93 | fn entry(input: &[u8]) -> IResult<&[u8], Item> {
   |                 ^^^^^             ^^^^^  ^^^^ the same lifetime is hidden here
   |                 |                 |
   |                 |                 the same lifetime is elided here
   |                 the lifetime is elided here
   |
   = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
   |
93 | fn entry(input: &[u8]) -> IResult<&[u8], Item<'_>> {
   |                                              ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
430 | define!(string BackTab => "back_tab");
    | ------------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
431 | define!(string Bell => "bell");
    | ------------------------------ in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
432 | define!(string CarriageReturn => "carriage_return");
    | --------------------------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
433 | define!(string ClearAllTabs => "clear_all_tabs");
    | ------------------------------------------------ in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
434 | define!(string ClearScreen => "clear_screen");
    | --------------------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
435 | define!(string ClrEol => "clr_eol");
    | ----------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
436 | define!(string ClrEos => "clr_eos");
    | ----------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
437 | define!(string CommandCharacter => "command_character");
    | ------------------------------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
438 | define!(string CursorDown => "cursor_down");
    | ------------------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
439 | define!(string CursorHome => "cursor_home");
    | ------------------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
440 | define!(string CursorInvisible => "cursor_invisible");
    | ----------------------------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
441 | define!(string CursorLeft => "cursor_left");
    | ------------------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
442 | define!(string CursorMemAddress => "cursor_mem_address");
    | -------------------------------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
443 | define!(string CursorNormal => "cursor_normal");
    | ----------------------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
444 | define!(string CursorRight => "cursor_right");
    | --------------------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
445 | define!(string CursorToLl => "cursor_to_ll");
    | -------------------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
446 | define!(string CursorUp => "cursor_up");
    | --------------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
447 | define!(string CursorVisible => "cursor_visible");
    | ------------------------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
448 | define!(string DeleteCharacter => "delete_character");
    | ----------------------------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
449 | define!(string DeleteLine => "delete_line");
    | ------------------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
450 | define!(string DisStatusLine => "dis_status_line");
    | -------------------------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
451 | define!(string DownHalfLine => "down_half_line");
    | ------------------------------------------------ in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
452 | define!(string EnterAltCharsetMode => "enter_alt_charset_mode");
    | --------------------------------------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
453 | define!(string EnterBlinkMode => "enter_blink_mode");
    | ---------------------------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
454 | define!(string EnterBoldMode => "enter_bold_mode");
    | -------------------------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
455 | define!(string EnterCaMode => "enter_ca_mode");
    | ---------------------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
456 | define!(string EnterDeleteMode => "enter_delete_mode");
    | ------------------------------------------------------ in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
457 | define!(string EnterDimMode => "enter_dim_mode");
    | ------------------------------------------------ in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
458 | define!(string EnterInsertMode => "enter_insert_mode");
    | ------------------------------------------------------ in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
459 | define!(string EnterSecureMode => "enter_secure_mode");
    | ------------------------------------------------------ in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
460 | define!(string EnterProtectedMode => "enter_protected_mode");
    | ------------------------------------------------------------ in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
461 | define!(string EnterReverseMode => "enter_reverse_mode");
    | -------------------------------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
462 | define!(string EnterStandoutMode => "enter_standout_mode");
    | ---------------------------------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
463 | define!(string EnterUnderlineMode => "enter_underline_mode");
    | ------------------------------------------------------------ in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
464 | define!(string ExitAltCharsetMode => "exit_alt_charset_mode");
    | ------------------------------------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
465 | define!(string ExitAttributeMode => "exit_attribute_mode");
    | ---------------------------------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
466 | define!(string ExitCaMode => "exit_ca_mode");
    | -------------------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
467 | define!(string ExitDeleteMode => "exit_delete_mode");
    | ---------------------------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
468 | define!(string ExitInsertMode => "exit_insert_mode");
    | ---------------------------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
469 | define!(string ExitStandoutMode => "exit_standout_mode");
    | -------------------------------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
470 | define!(string ExitUnderlineMode => "exit_underline_mode");
    | ---------------------------------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
471 | define!(string FlashScreen => "flash_screen");
    | --------------------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
472 | define!(string FormFeed => "form_feed");
    | --------------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
473 | define!(string FromStatusLine => "from_status_line");
    | ---------------------------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
474 | define!(string Init1String => "init_1string");
    | --------------------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
475 | define!(string Init2String => "init_2string");
    | --------------------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
476 | define!(string Init3String => "init_3string");
    | --------------------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
477 | define!(string InitFile => "init_file");
    | --------------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
478 | define!(string InsertCharacter => "insert_character");
    | ----------------------------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
479 | define!(string InsertLine => "insert_line");
    | ------------------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
480 | define!(string InsertPadding => "insert_padding");
    | ------------------------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
481 | define!(string KeyBackspace => "key_backspace");
    | ----------------------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
482 | define!(string KeyCATab => "key_catab");
    | --------------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
483 | define!(string KeyClear => "key_clear");
    | --------------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
484 | define!(string KeyCTab => "key_ctab");
    | ------------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
485 | define!(string KeyDc => "key_dc");
    | --------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
486 | define!(string KeyDl => "key_dl");
    | --------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
487 | define!(string KeyDown => "key_down");
    | ------------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
488 | define!(string KeyEic => "key_eic");
    | ----------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
489 | define!(string KeyEol => "key_eol");
    | ----------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
490 | define!(string KeyEos => "key_eos");
    | ----------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
491 | define!(string KeyF0 => "key_f0");
    | --------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
492 | define!(string KeyF1 => "key_f1");
    | --------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
493 | define!(string KeyF10 => "key_f10");
    | ----------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
494 | define!(string KeyF2 => "key_f2");
    | --------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
495 | define!(string KeyF3 => "key_f3");
    | --------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
496 | define!(string KeyF4 => "key_f4");
    | --------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
497 | define!(string KeyF5 => "key_f5");
    | --------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
498 | define!(string KeyF6 => "key_f6");
    | --------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
499 | define!(string KeyF7 => "key_f7");
    | --------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
500 | define!(string KeyF8 => "key_f8");
    | --------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
501 | define!(string KeyF9 => "key_f9");
    | --------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
502 | define!(string KeyHome => "key_home");
    | ------------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
503 | define!(string KeyIc => "key_ic");
    | --------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
504 | define!(string KeyIl => "key_il");
    | --------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
505 | define!(string KeyLeft => "key_left");
    | ------------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
506 | define!(string KeyLl => "key_ll");
    | --------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
507 | define!(string KeyNPage => "key_npage");
    | --------------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
508 | define!(string KeyPPage => "key_ppage");
    | --------------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
509 | define!(string KeyRight => "key_right");
    | --------------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
510 | define!(string KeySf => "key_sf");
    | --------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
511 | define!(string KeySr => "key_sr");
    | --------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
512 | define!(string KeySTab => "key_stab");
    | ------------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
513 | define!(string KeyUp => "key_up");
    | --------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
514 | define!(string KeypadLocal => "keypad_local");
    | --------------------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
515 | define!(string KeypadXmit => "keypad_xmit");
    | ------------------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
516 | define!(string LabF0 => "lab_f0");
    | --------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
517 | define!(string LabF1 => "lab_f1");
    | --------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
518 | define!(string LabF10 => "lab_f10");
    | ----------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
519 | define!(string LabF2 => "lab_f2");
    | --------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
520 | define!(string LabF3 => "lab_f3");
    | --------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
521 | define!(string LabF4 => "lab_f4");
    | --------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
522 | define!(string LabF5 => "lab_f5");
    | --------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
523 | define!(string LabF6 => "lab_f6");
    | --------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
524 | define!(string LabF7 => "lab_f7");
    | --------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
525 | define!(string LabF8 => "lab_f8");
    | --------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
526 | define!(string LabF9 => "lab_f9");
    | --------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
527 | define!(string MetaOff => "meta_off");
    | ------------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
528 | define!(string MetaOn => "meta_on");
    | ----------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
529 | define!(string Newline => "newline");
    | ------------------------------------ in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
530 | define!(string PadChar => "pad_char");
    | ------------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
531 | define!(string PKeyKey => "pkey_key");
    | ------------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
532 | define!(string PKeyLocal => "pkey_local");
    | ----------------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
533 | define!(string PKeyXmit => "pkey_xmit");
    | --------------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
534 | define!(string PrintScreen => "print_screen");
    | --------------------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
535 | define!(string PrtrOff => "prtr_off");
    | ------------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
536 | define!(string PrtrOn => "prtr_on");
    | ----------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
537 | define!(string RepeatChar => "repeat_char");
    | ------------------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
538 | define!(string Reset1String => "reset_1string");
    | ----------------------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
539 | define!(string Reset2String => "reset_2string");
    | ----------------------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
540 | define!(string Reset3String => "reset_3string");
    | ----------------------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
541 | define!(string ResetFile => "reset_file");
    | ----------------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
542 | define!(string RestoreCursor => "restore_cursor");
    | ------------------------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
543 | define!(string SaveCursor => "save_cursor");
    | ------------------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
544 | define!(string ScrollForward => "scroll_forward");
    | ------------------------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
545 | define!(string ScrollReverse => "scroll_reverse");
    | ------------------------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
546 | define!(string SetTab => "set_tab");
    | ----------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
547 | define!(string SetWindow => "set_window");
    | ----------------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
548 | define!(string Tab => "tab");
    | ---------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
549 | define!(string ToStatusLine => "to_status_line");
    | ------------------------------------------------ in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
550 | define!(string UnderlineChar => "underline_char");
    | ------------------------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
551 | define!(string UpHalfLine => "up_half_line");
    | -------------------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
552 | define!(string InitProg => "init_prog");
    | --------------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
553 | define!(string KeyA1 => "key_a1");
    | --------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
554 | define!(string KeyA3 => "key_a3");
    | --------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
555 | define!(string KeyB2 => "key_b2");
    | --------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
556 | define!(string KeyC1 => "key_c1");
    | --------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
557 | define!(string KeyC3 => "key_c3");
    | --------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
558 | define!(string PrtrNon => "prtr_non");
    | ------------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
559 | define!(string CharPadding => "char_padding");
    | --------------------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
560 | define!(string AcsChars => "acs_chars");
    | --------------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
561 | define!(string PlabNorm => "plab_norm");
    | --------------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
562 | define!(string KeyBTab => "key_btab");
    | ------------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
563 | define!(string EnterXonMode => "enter_xon_mode");
    | ------------------------------------------------ in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
564 | define!(string ExitXonMode => "exit_xon_mode");
    | ---------------------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
565 | define!(string EnterAmMode => "enter_am_mode");
    | ---------------------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
566 | define!(string ExitAmMode => "exit_am_mode");
    | -------------------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
567 | define!(string XonCharacter => "xon_character");
    | ----------------------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
568 | define!(string XoffCharacter => "xoff_character");
    | ------------------------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
569 | define!(string EnaAcs => "ena_acs");
    | ----------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
570 | define!(string LabelOn => "label_on");
    | ------------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
571 | define!(string LabelOff => "label_off");
    | --------------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
572 | define!(string KeyBeg => "key_beg");
    | ----------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
573 | define!(string KeyCancel => "key_cancel");
    | ----------------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
574 | define!(string KeyClose => "key_close");
    | --------------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
575 | define!(string KeyCommand => "key_command");
    | ------------------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
576 | define!(string KeyCopy => "key_copy");
    | ------------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
577 | define!(string KeyCreate => "key_create");
    | ----------------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
578 | define!(string KeyEnd => "key_end");
    | ----------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
579 | define!(string KeyEnter => "key_enter");
    | --------------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
580 | define!(string KeyExit => "key_exit");
    | ------------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
581 | define!(string KeyFind => "key_find");
    | ------------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
582 | define!(string KeyHelp => "key_help");
    | ------------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
583 | define!(string KeyMark => "key_mark");
    | ------------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
584 | define!(string KeyMessage => "key_message");
    | ------------------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
585 | define!(string KeyMove => "key_move");
    | ------------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
586 | define!(string KeyNext => "key_next");
    | ------------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
587 | define!(string KeyOpen => "key_open");
    | ------------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
588 | define!(string KeyOptions => "key_options");
    | ------------------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
589 | define!(string KeyPrevious => "key_previous");
    | --------------------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
590 | define!(string KeyPrint => "key_print");
    | --------------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
591 | define!(string KeyRedo => "key_redo");
    | ------------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
592 | define!(string KeyReference => "key_reference");
    | ----------------------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
593 | define!(string KeyRefresh => "key_refresh");
    | ------------------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
594 | define!(string KeyReplace => "key_replace");
    | ------------------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
595 | define!(string KeyRestart => "key_restart");
    | ------------------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
596 | define!(string KeyResume => "key_resume");
    | ----------------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
597 | define!(string KeySave => "key_save");
    | ------------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
598 | define!(string KeySuspend => "key_suspend");
    | ------------------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
599 | define!(string KeyUndo => "key_undo");
    | ------------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
600 | define!(string KeySBeg => "key_sbeg");
    | ------------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
601 | define!(string KeySCancel => "key_scancel");
    | ------------------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
602 | define!(string KeySCommand => "key_scommand");
    | --------------------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
603 | define!(string KeySCopy => "key_scopy");
    | --------------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
604 | define!(string KeySCreate => "key_screate");
    | ------------------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
605 | define!(string KeySDc => "key_sdc");
    | ----------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
606 | define!(string KeySDl => "key_sdl");
    | ----------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
607 | define!(string KeySelect => "key_select");
    | ----------------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
608 | define!(string KeySEnd => "key_send");
    | ------------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
609 | define!(string KeySEol => "key_seol");
    | ------------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
610 | define!(string KeySExit => "key_sexit");
    | --------------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
611 | define!(string KeySFind => "key_sfind");
    | --------------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
612 | define!(string KeySHelp => "key_shelp");
    | --------------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
613 | define!(string KeySHome => "key_shome");
    | --------------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
614 | define!(string KeySIc => "key_sic");
    | ----------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
615 | define!(string KeySLeft => "key_sleft");
    | --------------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
616 | define!(string KeySMessage => "key_smessage");
    | --------------------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
617 | define!(string KeySMove => "key_smove");
    | --------------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
618 | define!(string KeySNext => "key_snext");
    | --------------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
619 | define!(string KeySOptions => "key_soptions");
    | --------------------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
620 | define!(string KeySPrevious => "key_sprevious");
    | ----------------------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
621 | define!(string KeySPrint => "key_sprint");
    | ----------------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
622 | define!(string KeySRedo => "key_sredo");
    | --------------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
623 | define!(string KeySReplace => "key_sreplace");
    | --------------------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
624 | define!(string KeySRight => "key_sright");
    | ----------------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
625 | define!(string KeySRsume => "key_srsume");
    | ----------------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
626 | define!(string KeySSave => "key_ssave");
    | --------------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
627 | define!(string KeySSuspend => "key_ssuspend");
    | --------------------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
628 | define!(string KeySUndo => "key_sundo");
    | --------------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
629 | define!(string ReqForInput => "req_for_input");
    | ---------------------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
630 | define!(string KeyF11 => "key_f11");
    | ----------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
631 | define!(string KeyF12 => "key_f12");
    | ----------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
632 | define!(string KeyF13 => "key_f13");
    | ----------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
633 | define!(string KeyF14 => "key_f14");
    | ----------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
634 | define!(string KeyF15 => "key_f15");
    | ----------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
635 | define!(string KeyF16 => "key_f16");
    | ----------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
636 | define!(string KeyF17 => "key_f17");
    | ----------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
637 | define!(string KeyF18 => "key_f18");
    | ----------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
638 | define!(string KeyF19 => "key_f19");
    | ----------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
639 | define!(string KeyF20 => "key_f20");
    | ----------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
640 | define!(string KeyF21 => "key_f21");
    | ----------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
641 | define!(string KeyF22 => "key_f22");
    | ----------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
642 | define!(string KeyF23 => "key_f23");
    | ----------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
643 | define!(string KeyF24 => "key_f24");
    | ----------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
644 | define!(string KeyF25 => "key_f25");
    | ----------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
645 | define!(string KeyF26 => "key_f26");
    | ----------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
646 | define!(string KeyF27 => "key_f27");
    | ----------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
647 | define!(string KeyF28 => "key_f28");
    | ----------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
648 | define!(string KeyF29 => "key_f29");
    | ----------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
649 | define!(string KeyF30 => "key_f30");
    | ----------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
650 | define!(string KeyF31 => "key_f31");
    | ----------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
651 | define!(string KeyF32 => "key_f32");
    | ----------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
652 | define!(string KeyF33 => "key_f33");
    | ----------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
653 | define!(string KeyF34 => "key_f34");
    | ----------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
654 | define!(string KeyF35 => "key_f35");
    | ----------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
655 | define!(string KeyF36 => "key_f36");
    | ----------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
656 | define!(string KeyF37 => "key_f37");
    | ----------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
657 | define!(string KeyF38 => "key_f38");
    | ----------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
658 | define!(string KeyF39 => "key_f39");
    | ----------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
659 | define!(string KeyF40 => "key_f40");
    | ----------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
660 | define!(string KeyF41 => "key_f41");
    | ----------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
661 | define!(string KeyF42 => "key_f42");
    | ----------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
662 | define!(string KeyF43 => "key_f43");
    | ----------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
663 | define!(string KeyF44 => "key_f44");
    | ----------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
664 | define!(string KeyF45 => "key_f45");
    | ----------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
665 | define!(string KeyF46 => "key_f46");
    | ----------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
666 | define!(string KeyF47 => "key_f47");
    | ----------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
667 | define!(string KeyF48 => "key_f48");
    | ----------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
668 | define!(string KeyF49 => "key_f49");
    | ----------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
669 | define!(string KeyF50 => "key_f50");
    | ----------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
670 | define!(string KeyF51 => "key_f51");
    | ----------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
671 | define!(string KeyF52 => "key_f52");
    | ----------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
672 | define!(string KeyF53 => "key_f53");
    | ----------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
673 | define!(string KeyF54 => "key_f54");
    | ----------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
674 | define!(string KeyF55 => "key_f55");
    | ----------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
675 | define!(string KeyF56 => "key_f56");
    | ----------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
676 | define!(string KeyF57 => "key_f57");
    | ----------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
677 | define!(string KeyF58 => "key_f58");
    | ----------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
678 | define!(string KeyF59 => "key_f59");
    | ----------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
679 | define!(string KeyF60 => "key_f60");
    | ----------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
680 | define!(string KeyF61 => "key_f61");
    | ----------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
681 | define!(string KeyF62 => "key_f62");
    | ----------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
682 | define!(string KeyF63 => "key_f63");
    | ----------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
683 | define!(string ClrBol => "clr_bol");
    | ----------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
684 | define!(string ClearMargins => "clear_margins");
    | ----------------------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
685 | define!(string SetLeftMargin => "set_left_margin");
    | -------------------------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
686 | define!(string SetRightMargin => "set_right_margin");
    | ---------------------------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
687 | define!(string LabelFormat => "label_format");
    | --------------------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
688 | define!(string SetClock => "set_clock");
    | --------------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
689 | define!(string DisplayClock => "display_clock");
    | ----------------------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
690 | define!(string RemoveClock => "remove_clock");
    | --------------------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
691 | define!(string CreateWindow => "create_window");
    | ----------------------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
692 | define!(string GotoWindow => "goto_window");
    | ------------------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
693 | define!(string Hangup => "hangup");
    | ---------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
694 | define!(string DialPhone => "dial_phone");
    | ----------------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
695 | define!(string QuickDial => "quick_dial");
    | ----------------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
696 | define!(string Tone => "tone");
    | ------------------------------ in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
697 | define!(string Pulse => "pulse");
    | -------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
698 | define!(string FlashHook => "flash_hook");
    | ----------------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
699 | define!(string FixedPause => "fixed_pause");
    | ------------------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
700 | define!(string WaitTone => "wait_tone");
    | --------------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
701 | define!(string User0 => "user0");
    | -------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
702 | define!(string User1 => "user1");
    | -------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
703 | define!(string User2 => "user2");
    | -------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
704 | define!(string User3 => "user3");
    | -------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
705 | define!(string User4 => "user4");
    | -------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
706 | define!(string User5 => "user5");
    | -------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
707 | define!(string User6 => "user6");
    | -------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
708 | define!(string User7 => "user7");
    | -------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
709 | define!(string User8 => "user8");
    | -------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
710 | define!(string User9 => "user9");
    | -------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
711 | define!(string OrigPair => "orig_pair");
    | --------------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
712 | define!(string OrigColors => "orig_colors");
    | ------------------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
713 | define!(string InitializeColor => "initialize_color");
    | ----------------------------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
714 | define!(string InitializePair => "initialize_pair");
    | --------------------------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
715 | define!(string SetColorPair => "set_color_pair");
    | ------------------------------------------------ in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
716 | define!(string ChangeCharPitch => "change_char_pitch");
    | ------------------------------------------------------ in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
717 | define!(string ChangeLinePitch => "change_line_pitch");
    | ------------------------------------------------------ in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
718 | define!(string ChangeResHorz => "change_res_horz");
    | -------------------------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
719 | define!(string ChangeResVert => "change_res_vert");
    | -------------------------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
720 | define!(string DefineChar => "define_char");
    | ------------------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
721 | define!(string EnterDoublewideMode => "enter_doublewide_mode");
    | -------------------------------------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
722 | define!(string EnterDraftQuality => "enter_draft_quality");
    | ---------------------------------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
723 | define!(string EnterItalicsMode => "enter_italics_mode");
    | -------------------------------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
724 | define!(string EnterLeftwardMode => "enter_leftward_mode");
    | ---------------------------------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
725 | define!(string EnterMicroMode => "enter_micro_mode");
    | ---------------------------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
726 | define!(string EnterNearLetterQuality => "enter_near_letter_quality");
    | --------------------------------------------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
727 | define!(string EnterNormalQuality => "enter_normal_quality");
    | ------------------------------------------------------------ in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
728 | define!(string EnterShadowMode => "enter_shadow_mode");
    | ------------------------------------------------------ in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
729 | define!(string EnterSubscriptMode => "enter_subscript_mode");
    | ------------------------------------------------------------ in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
730 | define!(string EnterSuperscriptMode => "enter_superscript_mode");
    | ---------------------------------------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
731 | define!(string EnterUpwardMode => "enter_upward_mode");
    | ------------------------------------------------------ in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
732 | define!(string ExitDoublewideMode => "exit_doublewide_mode");
    | ------------------------------------------------------------ in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
733 | define!(string ExitItalicsMode => "exit_italics_mode");
    | ------------------------------------------------------ in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
734 | define!(string ExitLeftwardMode => "exit_leftward_mode");
    | -------------------------------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
735 | define!(string ExitMicroMode => "exit_micro_mode");
    | -------------------------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
736 | define!(string ExitShadowMode => "exit_shadow_mode");
    | ---------------------------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
737 | define!(string ExitSubscriptMode => "exit_subscript_mode");
    | ---------------------------------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
738 | define!(string ExitSuperscriptMode => "exit_superscript_mode");
    | -------------------------------------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
739 | define!(string ExitUpwardMode => "exit_upward_mode");
    | ---------------------------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
740 | define!(string MicroColumnAddress => "micro_column_address");
    | ------------------------------------------------------------ in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
741 | define!(string MicroDown => "micro_down");
    | ----------------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
742 | define!(string MicroLeft => "micro_left");
    | ----------------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
743 | define!(string MicroRight => "micro_right");
    | ------------------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
744 | define!(string MicroRowAddress => "micro_row_address");
    | ------------------------------------------------------ in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
745 | define!(string MicroUp => "micro_up");
    | ------------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
746 | define!(string OrderOfPins => "order_of_pins");
    | ---------------------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
747 | define!(string SelectCharSet => "select_char_set");
    | -------------------------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
748 | define!(string SetBottomMargin => "set_bottom_margin");
    | ------------------------------------------------------ in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
749 | define!(string SetBottomMarginParm => "set_bottom_margin_parm");
    | --------------------------------------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
750 | define!(string SetLeftMarginParm => "set_left_margin_parm");
    | ----------------------------------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
751 | define!(string SetRightMarginParm => "set_right_margin_parm");
    | ------------------------------------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
752 | define!(string SetTopMargin => "set_top_margin");
    | ------------------------------------------------ in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
753 | define!(string SetTopMarginParm => "set_top_margin_parm");
    | --------------------------------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
754 | define!(string StartBitImage => "start_bit_image");
    | -------------------------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
755 | define!(string StartCharSetDef => "start_char_set_def");
    | ------------------------------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
756 | define!(string StopBitImage => "stop_bit_image");
    | ------------------------------------------------ in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
757 | define!(string StopCharSetDef => "stop_char_set_def");
    | ----------------------------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
758 | define!(string SubscriptCharacters => "subscript_characters");
    | ------------------------------------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
759 | define!(string SuperscriptCharacters => "superscript_characters");
    | ----------------------------------------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
760 | define!(string TheseCauseCr => "these_cause_cr");
    | ------------------------------------------------ in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
761 | define!(string ZeroMotion => "zero_motion");
    | ------------------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
762 | define!(string CharSetNames => "char_set_names");
    | ------------------------------------------------ in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
763 | define!(string KeyMouse => "key_mouse");
    | --------------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
764 | define!(string MouseInfo => "mouse_info");
    | ----------------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
765 | define!(string ReqMousePos => "req_mouse_pos");
    | ---------------------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
766 | define!(string GetMouse => "get_mouse");
    | --------------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
767 | define!(string PkeyPlab => "pkey_plab");
    | --------------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
768 | define!(string DeviceType => "device_type");
    | ------------------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
769 | define!(string CodeSetInit => "code_set_init");
    | ---------------------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
770 | define!(string Set0DesSeq => "set0_des_seq");
    | -------------------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
771 | define!(string Set1DesSeq => "set1_des_seq");
    | -------------------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
772 | define!(string Set2DesSeq => "set2_des_seq");
    | -------------------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
773 | define!(string Set3DesSeq => "set3_des_seq");
    | -------------------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
774 | define!(string SetLrMargin => "set_lr_margin");
    | ---------------------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
775 | define!(string SetTbMargin => "set_tb_margin");
    | ---------------------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
776 | define!(string BitImageRepeat => "bit_image_repeat");
    | ---------------------------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
777 | define!(string BitImageNewline => "bit_image_newline");
    | ------------------------------------------------------ in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
778 | define!(string BitImageCarriageReturn => "bit_image_carriage_return");
    | --------------------------------------------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
779 | define!(string ColorNames => "color_names");
    | ------------------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
780 | define!(string DefineBitImageRegion => "define_bit_image_region");
    | ----------------------------------------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
781 | define!(string EndBitImageRegion => "end_bit_image_region");
    | ----------------------------------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
782 | define!(string SetColorBand => "set_color_band");
    | ------------------------------------------------ in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
783 | define!(string SetPageLength => "set_page_length");
    | -------------------------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
784 | define!(string DisplayPcChar => "display_pc_char");
    | -------------------------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
785 | define!(string EnterPcCharsetMode => "enter_pc_charset_mode");
    | ------------------------------------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
786 | define!(string ExitPcCharsetMode => "exit_pc_charset_mode");
    | ----------------------------------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
787 | define!(string EnterScancodeMode => "enter_scancode_mode");
    | ---------------------------------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
788 | define!(string ExitScancodeMode => "exit_scancode_mode");
    | -------------------------------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
789 | define!(string PcTermOptions => "pc_term_options");
    | -------------------------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
790 | define!(string ScancodeEscape => "scancode_escape");
    | --------------------------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
791 | define!(string AltScancodeEsc => "alt_scancode_esc");
    | ---------------------------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
792 | define!(string EnterHorizontalHlMode => "enter_horizontal_hl_mode");
    | ------------------------------------------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
793 | define!(string EnterLeftHlMode => "enter_left_hl_mode");
    | ------------------------------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
794 | define!(string EnterLowHlMode => "enter_low_hl_mode");
    | ----------------------------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
795 | define!(string EnterRightHlMode => "enter_right_hl_mode");
    | --------------------------------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
796 | define!(string EnterTopHlMode => "enter_top_hl_mode");
    | ----------------------------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
797 | define!(string EnterVerticalHlMode => "enter_vertical_hl_mode");
    | --------------------------------------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
798 | define!(string SetAAttributes => "set_a_attributes");
    | ---------------------------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
799 | define!(string SetPglenInch => "set_pglen_inch");
    | ------------------------------------------------ in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
800 | define!(string TermcapInit2 => "termcap_init2");
    | ----------------------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
801 | define!(string TermcapReset => "termcap_reset");
    | ----------------------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
802 | define!(string LinefeedIfNotLf => "linefeed_if_not_lf");
    | ------------------------------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
803 | define!(string BackspaceIfNotBs => "backspace_if_not_bs");
    | --------------------------------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
804 | define!(string OtherNonFunctionKeys => "other_non_function_keys");
    | ----------------------------------------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
805 | define!(string ArrowKeyMap => "arrow_key_map");
    | ---------------------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
806 | define!(string AcsULcorner => "acs_ulcorner");
    | --------------------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
807 | define!(string AcsLLcorner => "acs_llcorner");
    | --------------------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
808 | define!(string AcsURcorner => "acs_urcorner");
    | --------------------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
809 | define!(string AcsLRcorner => "acs_lrcorner");
    | --------------------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
810 | define!(string AcsLTee => "acs_ltee");
    | ------------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
811 | define!(string AcsRTee => "acs_rtee");
    | ------------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
812 | define!(string AcsBTee => "acs_btee");
    | ------------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
813 | define!(string AcsTTee => "acs_ttee");
    | ------------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
814 | define!(string AcsHLine => "acs_hline");
    | --------------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
815 | define!(string AcsVLine => "acs_vline");
    | --------------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
816 | define!(string AcsPlus => "acs_plus");
    | ------------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
817 | define!(string MemoryLock => "memory_lock");
    | ------------------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
818 | define!(string MemoryUnlock => "memory_unlock");
    | ----------------------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
819 | define!(string BoxChars1 => "box_chars_1");
    | ------------------------------------------ in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |               pub fn expand(&self) -> Expansion<$ident> {
    |                             ^^^^^     ^^^^^^^^^^^^^^^^^
    |                             |         |         |
    |                             |         |         the same lifetime is hidden here
    |                             |         the same lifetime is hidden here
    |                             the lifetime is elided here
...
821 | / define!(string ChangeScrollRegion => "change_scroll_region";
822 | |     top:    u32,
823 | |     bottom: u32);
    | |________________- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |               pub fn expand(&self) -> Expansion<$ident> {
    |                             ^^^^^     ^^^^^^^^^^^^^^^^^
    |                             |         |         |
    |                             |         |         the same lifetime is hidden here
    |                             |         the same lifetime is hidden here
    |                             the lifetime is elided here
...
825 | / define!(string ColumnAddress => "column_address";
826 | |     x: u32);
    | |___________- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |               pub fn expand(&self) -> Expansion<$ident> {
    |                             ^^^^^     ^^^^^^^^^^^^^^^^^
    |                             |         |         |
    |                             |         |         the same lifetime is hidden here
    |                             |         the same lifetime is hidden here
    |                             the lifetime is elided here
...
828 | / define!(string CursorAddress => "cursor_address";
829 | |     y: u32,
830 | |     x: u32);
    | |___________- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |               pub fn expand(&self) -> Expansion<$ident> {
    |                             ^^^^^     ^^^^^^^^^^^^^^^^^
    |                             |         |         |
    |                             |         |         the same lifetime is hidden here
    |                             |         the same lifetime is hidden here
    |                             the lifetime is elided here
...
832 | / define!(string EraseChars => "erase_chars";
833 | |     count: u32);
    | |_______________- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |               pub fn expand(&self) -> Expansion<$ident> {
    |                             ^^^^^     ^^^^^^^^^^^^^^^^^
    |                             |         |         |
    |                             |         |         the same lifetime is hidden here
    |                             |         the same lifetime is hidden here
    |                             the lifetime is elided here
...
835 | / define!(string ParmDch => "parm_dch";
836 | |     count: u32);
    | |_______________- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |               pub fn expand(&self) -> Expansion<$ident> {
    |                             ^^^^^     ^^^^^^^^^^^^^^^^^
    |                             |         |         |
    |                             |         |         the same lifetime is hidden here
    |                             |         the same lifetime is hidden here
    |                             the lifetime is elided here
...
838 | / define!(string ParmDeleteLine => "parm_delete_line";
839 | |     count: u32);
    | |_______________- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |               pub fn expand(&self) -> Expansion<$ident> {
    |                             ^^^^^     ^^^^^^^^^^^^^^^^^
    |                             |         |         |
    |                             |         |         the same lifetime is hidden here
    |                             |         the same lifetime is hidden here
    |                             the lifetime is elided here
...
841 | / define!(string ParmDownCursor => "parm_down_cursor";
842 | |     count: u32);
    | |_______________- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |               pub fn expand(&self) -> Expansion<$ident> {
    |                             ^^^^^     ^^^^^^^^^^^^^^^^^
    |                             |         |         |
    |                             |         |         the same lifetime is hidden here
    |                             |         the same lifetime is hidden here
    |                             the lifetime is elided here
...
844 | / define!(string ParmIch => "parm_ich";
845 | |     count: u32);
    | |_______________- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |               pub fn expand(&self) -> Expansion<$ident> {
    |                             ^^^^^     ^^^^^^^^^^^^^^^^^
    |                             |         |         |
    |                             |         |         the same lifetime is hidden here
    |                             |         the same lifetime is hidden here
    |                             the lifetime is elided here
...
847 | / define!(string ParmIndex => "parm_index";
848 | |     count: u32);
    | |_______________- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |               pub fn expand(&self) -> Expansion<$ident> {
    |                             ^^^^^     ^^^^^^^^^^^^^^^^^
    |                             |         |         |
    |                             |         |         the same lifetime is hidden here
    |                             |         the same lifetime is hidden here
    |                             the lifetime is elided here
...
850 | / define!(string ParmInsertLine => "parm_insert_line";
851 | |     count: u32);
    | |_______________- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |               pub fn expand(&self) -> Expansion<$ident> {
    |                             ^^^^^     ^^^^^^^^^^^^^^^^^
    |                             |         |         |
    |                             |         |         the same lifetime is hidden here
    |                             |         the same lifetime is hidden here
    |                             the lifetime is elided here
...
853 | / define!(string ParmLeftCursor => "parm_left_cursor";
854 | |     count: u32);
    | |_______________- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |               pub fn expand(&self) -> Expansion<$ident> {
    |                             ^^^^^     ^^^^^^^^^^^^^^^^^
    |                             |         |         |
    |                             |         |         the same lifetime is hidden here
    |                             |         the same lifetime is hidden here
    |                             the lifetime is elided here
...
856 | / define!(string ParmRightCursor => "parm_right_cursor";
857 | |     count: u32);
    | |_______________- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |               pub fn expand(&self) -> Expansion<$ident> {
    |                             ^^^^^     ^^^^^^^^^^^^^^^^^
    |                             |         |         |
    |                             |         |         the same lifetime is hidden here
    |                             |         the same lifetime is hidden here
    |                             the lifetime is elided here
...
859 | / define!(string ParmRindex => "parm_rindex";
860 | |     count: u32);
    | |_______________- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |               pub fn expand(&self) -> Expansion<$ident> {
    |                             ^^^^^     ^^^^^^^^^^^^^^^^^
    |                             |         |         |
    |                             |         |         the same lifetime is hidden here
    |                             |         the same lifetime is hidden here
    |                             the lifetime is elided here
...
862 | / define!(string ParmUpCursor => "parm_up_cursor";
863 | |     count: u32);
    | |_______________- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |               pub fn expand(&self) -> Expansion<$ident> {
    |                             ^^^^^     ^^^^^^^^^^^^^^^^^
    |                             |         |         |
    |                             |         |         the same lifetime is hidden here
    |                             |         the same lifetime is hidden here
    |                             the lifetime is elided here
...
865 | / define!(string ParmDownMicro => "parm_down_micro";
866 | |     count: u32);
    | |_______________- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |               pub fn expand(&self) -> Expansion<$ident> {
    |                             ^^^^^     ^^^^^^^^^^^^^^^^^
    |                             |         |         |
    |                             |         |         the same lifetime is hidden here
    |                             |         the same lifetime is hidden here
    |                             the lifetime is elided here
...
868 | / define!(string ParmLeftMicro => "parm_left_micro";
869 | |     count: u32);
    | |_______________- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |               pub fn expand(&self) -> Expansion<$ident> {
    |                             ^^^^^     ^^^^^^^^^^^^^^^^^
    |                             |         |         |
    |                             |         |         the same lifetime is hidden here
    |                             |         the same lifetime is hidden here
    |                             the lifetime is elided here
...
871 | / define!(string ParmRightMicro => "parm_right_micro";
872 | |     count: u32);
    | |_______________- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |               pub fn expand(&self) -> Expansion<$ident> {
    |                             ^^^^^     ^^^^^^^^^^^^^^^^^
    |                             |         |         |
    |                             |         |         the same lifetime is hidden here
    |                             |         the same lifetime is hidden here
    |                             the lifetime is elided here
...
874 | / define!(string ParmUpMicro => "parm_up_micro";
875 | |     count: u32);
    | |_______________- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |               pub fn expand(&self) -> Expansion<$ident> {
    |                             ^^^^^     ^^^^^^^^^^^^^^^^^
    |                             |         |         |
    |                             |         |         the same lifetime is hidden here
    |                             |         the same lifetime is hidden here
    |                             the lifetime is elided here
...
877 | / define!(string RowAddress => "row_address";
878 | |     y: u32);
    | |___________- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |               pub fn expand(&self) -> Expansion<$ident> {
    |                             ^^^^^     ^^^^^^^^^^^^^^^^^
    |                             |         |         |
    |                             |         |         the same lifetime is hidden here
    |                             |         the same lifetime is hidden here
    |                             the lifetime is elided here
...
880 | / define!(string SetAttributes => "set_attributes";
881 | |     standout:    bool,
882 | |     underline:   bool,
883 | |     reverse:     bool,
...   |
888 | |     protected:   bool,
889 | |     alt_charset: bool);
    | |______________________- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |               pub fn expand(&self) -> Expansion<$ident> {
    |                             ^^^^^     ^^^^^^^^^^^^^^^^^
    |                             |         |         |
    |                             |         |         the same lifetime is hidden here
    |                             |         the same lifetime is hidden here
    |                             the lifetime is elided here
...
891 | / define!(string SetAForeground => "set_a_foreground";
892 | |     color: u8);
    | |______________- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |               pub fn expand(&self) -> Expansion<$ident> {
    |                             ^^^^^     ^^^^^^^^^^^^^^^^^
    |                             |         |         |
    |                             |         |         the same lifetime is hidden here
    |                             |         the same lifetime is hidden here
    |                             the lifetime is elided here
...
894 | / define!(string SetABackground => "set_a_background";
895 | |     color: u8);
    | |______________- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |               pub fn expand(&self) -> Expansion<$ident> {
    |                             ^^^^^     ^^^^^^^^^^^^^^^^^
    |                             |         |         |
    |                             |         |         the same lifetime is hidden here
    |                             |         the same lifetime is hidden here
    |                             the lifetime is elided here
...
897 | / define!(string SetForeground => "set_foreground";
898 | |     color: u8);
    | |______________- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |               pub fn expand(&self) -> Expansion<$ident> {
    |                             ^^^^^     ^^^^^^^^^^^^^^^^^
    |                             |         |         |
    |                             |         |         the same lifetime is hidden here
    |                             |         the same lifetime is hidden here
    |                             the lifetime is elided here
...
900 | / define!(string SetBackground => "set_background";
901 | |     color: u8);
    | |______________- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |               pub fn expand(&self) -> Expansion<$ident> {
    |                             ^^^^^     ^^^^^^^^^^^^^^^^^
    |                             |         |         |
    |                             |         |         the same lifetime is hidden here
    |                             |         the same lifetime is hidden here
    |                             the lifetime is elided here
...
911 | / define!(string SetClipboard => "Ms";
912 | |     selection: String,
913 | |     content:   Vec);
    | |_______________________- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |               pub fn expand(&self) -> Expansion<$ident> {
    |                             ^^^^^     ^^^^^^^^^^^^^^^^^
    |                             |         |         |
    |                             |         |         the same lifetime is hidden here
    |                             |         the same lifetime is hidden here
    |                             the lifetime is elided here
...
915 | / define!(string SetCursorStyle => "Ss";
916 | |     kind: u8);
    | |_____________- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
918 | define!(string ResetCursorStyle => "Se");
    | ---------------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |               pub fn expand(&self) -> Expansion<$ident> {
    |                             ^^^^^     ^^^^^^^^^^^^^^^^^
    |                             |         |         |
    |                             |         |         the same lifetime is hidden here
    |                             |         the same lifetime is hidden here
    |                             the lifetime is elided here
...
921 | / define!(string SetTrueColorForeground => "8f";
922 | |     r: u8,
923 | |     g: u8,
924 | |     b: u8);
    | |__________- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |               pub fn expand(&self) -> Expansion<$ident> {
    |                             ^^^^^     ^^^^^^^^^^^^^^^^^
    |                             |         |         |
    |                             |         |         the same lifetime is hidden here
    |                             |         the same lifetime is hidden here
    |                             the lifetime is elided here
...
926 | / define!(string SetTrueColorBackground => "8b";
927 | |     r: u8,
928 | |     g: u8,
929 | |     b: u8);
    | |__________- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |             pub fn expand(&self) -> Expansion<$ident> {
    |                           ^^^^^     ^^^^^^^^^^^^^^^^^
    |                           |         |         |
    |                           |         |         the same lifetime is hidden here
    |                           |         the same lifetime is hidden here
    |                           the lifetime is elided here
...
931 | define!(string ResetCursorColor => "Cr");
    | ---------------------------------------- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/terminfo-0.9.0/src/capability.rs:245:18
    |
245 |               pub fn expand(&self) -> Expansion<$ident> {
    |                             ^^^^^     ^^^^^^^^^^^^^^^^^
    |                             |         |         |
    |                             |         |         the same lifetime is hidden here
    |                             |         the same lifetime is hidden here
    |                             the lifetime is elided here
...
933 | / define!(string SetCursorColor => "Cs";
934 | |     color: String);
    | |__________________- in this macro invocation
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
    |
245 |             pub fn expand(&self) -> Expansion<'_, $ident<'_>> {
    |                                               +++       ++++

warning: eliding a lifetime that's named elsewhere is confusing
  --> /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 {
   |                                        --                        ^^^^^^^^^ the same lifetime is elided here
   |                                        |
   |                                        the lifetime is named here
   |
   = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: consistently use `'a`
   |
95 |     pub fn set<'a, C: Capability<'a>>(&'a mut self, value: C) -> &'a mut Self {
   |                                                                   ++

       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
warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/chrono-0.4.39/src/offset/local/tz_info/timezone.rs:146:15
    |
146 |     fn as_ref(&self) -> TimeZoneRef {
    |               ^^^^^     ^^^^^^^^^^^ the same lifetime is hidden here
    |               |
    |               the lifetime is elided here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
help: use `'_` for type paths
    |
146 |     fn as_ref(&self) -> TimeZoneRef<'_> {
    |                                    ++++

       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] };
     |                               ^^--------^^^^^^^^^^^^^^^^^^^^^
     |                                 |
     |                                 this raw pointer has type `*mut HeaderMap`
     |
     = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements
note: autoref is being applied to this expression, resulting in: `&Vec>`
    --> /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: `#[warn(dangerous_implicit_autorefs)]` on by default
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] };
     |                                       ^^--------^^^^^^^^^^^^^^^^^^^
     |                                         |
     |                                         this raw pointer has type `*mut HeaderMap`
     |
     = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements
note: autoref is being applied to this expression, resulting in: `&Vec>`
    --> /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] };
     |                                       ^^^^^^^^^^^^^^^^^^^^^^^^
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] };
     |                                   ^^--------^^^^^^^^^^^^^^^^^^^^^
     |                                     |
     |                                     this raw pointer has type `*mut HeaderMap`
     |
     = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements
note: autoref is being applied to this expression, resulting in: `&mut Vec>`
    --> /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] };
     |                                   ^^^^^^^^^^^^^^^^^^^
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] };
     |                                           ^^--------^^^^^^^^^^^^^^^^^^^
     |                                             |
     |                                             this raw pointer has type `*mut HeaderMap`
     |
     = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements
note: autoref is being applied to this expression, resulting in: `&mut Vec>`
    --> /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] };
     |                                           ^^^^^^^^^^^^^^^^^^^^^^^^
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] };
     |                                   ^^--------^^^^^^^^^^^^^^^^^^^^^
     |                                     |
     |                                     this raw pointer has type `*mut HeaderMap`
     |
     = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements
note: autoref is being applied to this expression, resulting in: `&mut Vec>`
    --> /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] };
     |                                   ^^^^^^^^^^^^^^^^^^^
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] };
     |                                           ^^--------^^^^^^^^^^^^^^^^^^^
     |                                             |
     |                                             this raw pointer has type `*mut HeaderMap`
     |
     = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements
note: autoref is being applied to this expression, resulting in: `&mut Vec>`
    --> /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] };
     |                                           ^^^^^^^^^^^^^^^^^^^^^^^^
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
warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/addr2line-0.24.2/src/lib.rs:165:9
    |
165 |         &self,
    |         ^^^^^ the lifetime is elided here
166 |         probe: u64,
167 |     ) -> LookupResult>, Buf = R>> {
    |                                                               ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
help: use `'_` for type paths
    |
167 |     ) -> LookupResult>, Buf = R>> {
    |                                                                              +++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/addr2line-0.24.2/src/unit.rs:472:17
    |
472 |     fn unit_ref(&self) -> gimli::UnitRef {
    |                 ^^^^^     ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
    |                 |
    |                 the lifetime is elided here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
    |
472 |     fn unit_ref(&self) -> gimli::UnitRef<'_, R> {
    |                                          +++

       Fresh kv-log-macro v1.0.7
       Fresh filedescriptor v0.8.3
warning: hiding a lifetime that's elided elsewhere is confusing
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/filedescriptor-0.8.3/src/unix.rs:65:14
   |
65 |     fn as_fd(&self) -> std::os::fd::BorrowedFd {
   |              ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
   |              |
   |              the lifetime is elided here
   |
   = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
   = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
help: use `'_` for type paths
   |
65 |     fn as_fd(&self) -> std::os::fd::BorrowedFd<'_> {
   |                                               ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/filedescriptor-0.8.3/src/unix.rs:234:14
    |
234 |     fn as_fd(&self) -> std::os::fd::BorrowedFd {
    |              ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
    |              |
    |              the lifetime is elided here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
    |
234 |     fn as_fd(&self) -> std::os::fd::BorrowedFd<'_> {
    |                                               ++++

       Fresh async-trait v0.1.80
       Fresh num-derive v0.4.2
       Fresh async-attributes v1.1.2
warning: `wiggle-generate` (lib) generated 1 warning
warning: `futures-task` (lib) generated 6 warnings
warning: `rand` (lib) generated 31 warnings (12 duplicates)
warning: `tracing-futures` (lib) generated 4 warnings
warning: `terminfo` (lib) generated 462 warnings
warning: `async-process` (lib) generated 1 warning
warning: `chrono` (lib) generated 1 warning
warning: `http` (lib) generated 9 warnings
warning: `addr2line` (lib) generated 2 warnings
warning: `filedescriptor` (lib) generated 2 warnings
       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)]` (part of `#[warn(unused)]`) on by default

warning: hiding a lifetime that's elided elsewhere is confusing
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/derivative-2.2.0/src/ast.rs:87:23
   |
87 |     pub fn all_fields(&self) -> Vec<&Field> {
   |                       ^^^^^         ^^^^^^
   |                       |             ||
   |                       |             |the same lifetime is hidden here
   |                       |             the same lifetime is elided here
   |                       the lifetime is elided here
   |
   = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
   = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
help: use `'_` for type paths
   |
87 |     pub fn all_fields(&self) -> Vec<&Field<'_>> {
   |                                           ++++

       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`, `helenos`, `hermit`, `horizon`, `hurd`, `illumos`, `ios`, `l4re`, `linux`, `lynxos178`, `macos`, `managarm`, `motor`, `netbsd`, `none`, `nto`, `nuttx`, `openbsd`, `psp`, `psx`, `qurt`, `redox`, `rtems`, `solaris`, and `solid_asp3` and 14 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`, `helenos`, `hermit`, `horizon`, `hurd`, `illumos`, `ios`, `l4re`, `linux`, `lynxos178`, `macos`, `managarm`, `motor`, `netbsd`, `none`, `nto`, `nuttx`, `openbsd`, `psp`, `psx`, `qurt`, `redox`, `rtems`, `solaris`, and `solid_asp3` and 14 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`, `helenos`, `hermit`, `horizon`, `hurd`, `illumos`, `ios`, `l4re`, `linux`, `lynxos178`, `macos`, `managarm`, `motor`, `netbsd`, `none`, `nto`, `nuttx`, `openbsd`, `psp`, `psx`, `qurt`, `redox`, `rtems`, `solaris`, and `solid_asp3` and 14 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 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 thread-id v4.0.0
       Fresh include_dir_macros v0.7.3
       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)]` (part of `#[warn(unused)]`) on by default

       Fresh log-mdc v0.1.0
       Fresh memmem v0.1.1
warning: value assigned to `state` is never read
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/memmem-0.1.1/src/two_way.rs:260:13
    |
260 |             state.position += self.needle.len();
    |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    |
    = help: maybe it is overwritten before being read?
    = note: `#[warn(unused_assignments)]` (part of `#[warn(unused)]`) on by default

warning: value assigned to `state` is never read
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/memmem-0.1.1/src/two_way.rs:262:17
    |
262 |                 state.memory = 0; // set to needle.len() - self.period for overlapping matches
    |                 ^^^^^^^^^^^^^^^^
    |
    = help: maybe it is overwritten before being read?

       Fresh castaway v0.1.2
       Fresh hex v0.4.3
       Fresh fixedbitset v0.4.2
       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

warning: hiding a lifetime that's elided elsewhere is confusing
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/base64-0.22.1/src/chunked_encoder.rs:57:26
   |
57 |     pub(crate) fn new(s: &mut String) -> StringSink {
   |                          ^^^^^^^^^^^     ^^^^^^^^^^ the same lifetime is hidden here
   |                          |
   |                          the lifetime is elided here
   |
   = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
   = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
help: use `'_` for type paths
   |
57 |     pub(crate) fn new(s: &mut String) -> StringSink<'_> {
   |                                                    ++++

       Fresh fastrand v2.1.0
       Fresh sptr v0.3.2
warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
   --> /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]
    |     ^^^^^^^^^^^
    |
    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
    = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions
    = note: `#[warn(unused_attributes)]` (part of `#[warn(unused)]`) on by default

warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
   --> /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: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
    = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions

warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
   --> /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: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
    = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions

warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
   --> /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: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
    = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions

warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
   --> /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: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
    = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions

warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
   --> /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: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
    = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions

warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
   --> /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: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
    = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions

warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
   --> /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]
    |     ^^^^^^^^^^^
    |
    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
    = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions

       Fresh mime v0.3.17
warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/mime-0.3.17/src/lib.rs:139:18
    |
139 |     pub fn type_(&self) -> Name {
    |                  ^^^^^     ^^^^ the same lifetime is hidden here
    |                  |
    |                  the lifetime is elided here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
note: the lint level is defined here
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/mime-0.3.17/src/lib.rs:27:9
    |
 27 | #![deny(warnings)]
    |         ^^^^^^^^
    = note: `#[warn(mismatched_lifetime_syntaxes)]` implied by `#[warn(warnings)]`
help: use `'_` for type paths
    |
139 |     pub fn type_(&self) -> Name<'_> {
    |                                ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/mime-0.3.17/src/lib.rs:156:20
    |
156 |     pub fn subtype(&self) -> Name {
    |                    ^^^^^     ^^^^ the same lifetime is hidden here
    |                    |
    |                    the lifetime is elided here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
    |
156 |     pub fn subtype(&self) -> Name<'_> {
    |                                  ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/mime-0.3.17/src/lib.rs:179:19
    |
179 |     pub fn suffix(&self) -> Option {
    |                   ^^^^^            ^^^^ the same lifetime is hidden here
    |                   |
    |                   the lifetime is elided here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
    |
179 |     pub fn suffix(&self) -> Option> {
    |                                        ++++

       Fresh to_method v1.1.0
       Fresh unicode-segmentation v1.12.0
       Fresh siphasher v1.0.1
       Fresh wasmtime-slab v29.0.1
       Fresh arc-swap v1.5.0
warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/arc-swap-1.5.0/src/debt/list.rs:129:27
    |
129 |     pub fn reserve_writer(&self) -> NodeReservation {
    |                           ^^^^^     ^^^^^^^^^^^^^^^ the same lifetime is hidden here
    |                           |
    |                           the lifetime is elided here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
help: use `'_` for type paths
    |
129 |     pub fn reserve_writer(&self) -> NodeReservation<'_> {
    |                                                    ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/arc-swap-1.5.0/src/debt/list.rs:181:30
    |
181 |     pub(crate) fn fast_slots(&self) -> Iter {
    |                              ^^^^^     ^^^^^^^^^^ the same lifetime is hidden here
    |                              |
    |                              the lifetime is elided here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
    |
181 |     pub(crate) fn fast_slots(&self) -> Iter<'_, Debt> {
    |                                             +++

warning: `derivative` (lib) generated 2 warnings
warning: `filetime` (lib) generated 4 warnings
warning: `termios` (lib) generated 2 warnings
warning: `finl_unicode` (lib) generated 1 warning
warning: `memmem` (lib) generated 2 warnings
warning: `fixedbitset` (lib) generated 1 warning (1 duplicate)
warning: `base64` (lib) generated 2 warnings
warning: `fastrand` (lib) generated 1 warning (1 duplicate)
warning: `sptr` (lib) generated 8 warnings
warning: `mime` (lib) generated 3 warnings
warning: `unicode-segmentation` (lib) generated 9 warnings (9 duplicates)
warning: `arc-swap` (lib) generated 2 warnings
       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)]` (part of `#[warn(unused)]`) on by default

       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)]` (part of `#[warn(unused)]`) on by default

       Fresh termwiz v0.23.3
warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/termwiz-0.23.3/src/hyperlink.rs:247:18
    |
247 |     fn highlight(&self) -> Option {
    |                  ^^^^^            ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
    |                  |
    |                  the lifetime is elided here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
help: use `'_` for type paths
    |
247 |     fn highlight(&self) -> Option> {
    |                                                     ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/termwiz-0.23.3/src/image.rs:567:17
    |
567 |     pub fn data(&self) -> MutexGuard {
    |                 ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
    |                 |
    |                 the lifetime is elided here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
    |
567 |     pub fn data(&self) -> MutexGuard<'_, ImageDataType> {
    |                                      +++

warning: hiding a lifetime that's elided elsewhere is confusing
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/termwiz-0.23.3/src/lineedit/history.rs:12:12
   |
12 |     fn get(&self, idx: HistoryIndex) -> Option>;
   |            ^^^^^ the lifetime is elided here   ^^^^^^^^ the same lifetime is hidden here
   |
   = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
   |
12 |     fn get(&self, idx: HistoryIndex) -> Option>;
   |                                                    +++

warning: hiding a lifetime that's elided elsewhere is confusing
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/termwiz-0.23.3/src/lineedit/history.rs:22:9
   |
22 |         &self,
   |         ^^^^^ the lifetime is elided here
...
27 |     ) -> Option;
   |                 ^^^^^^^^^^^^ the same lifetime is hidden here
   |
   = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
   |
27 |     ) -> Option>;
   |                             ++++

warning: hiding a lifetime that's elided elsewhere is confusing
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/termwiz-0.23.3/src/lineedit/history.rs:88:12
   |
88 |     fn get(&self, idx: HistoryIndex) -> Option> {
   |            ^^^^^ the lifetime is elided here   ^^^^^^^^ the same lifetime is hidden here
   |
   = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
   |
88 |     fn get(&self, idx: HistoryIndex) -> Option> {
   |                                                    +++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/termwiz-0.23.3/src/lineedit/history.rs:109:9
    |
109 |         &self,
    |         ^^^^^ the lifetime is elided here
...
114 |     ) -> Option {
    |                 ^^^^^^^^^^^^ the same lifetime is hidden here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
    |
114 |     ) -> Option> {
    |                             ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/termwiz-0.23.3/src/surface/mod.rs:511:25
    |
511 |     pub fn screen_lines(&self) -> Vec> {
    |                         ^^^^^         ^^^^^^^^^ the same lifetime is hidden here
    |                         |
    |                         the lifetime is elided here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
    |
511 |     pub fn screen_lines(&self) -> Vec> {
    |                                           +++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/termwiz-0.23.3/src/surface/mod.rs:526:24
    |
526 |     pub fn get_changes(&self, seq: SequenceNo) -> (SequenceNo, Cow<[Change]>) {
    |                        ^^^^^ the lifetime is elided here       ^^^^^^^^^^^^^ the same lifetime is hidden here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
    |
526 |     pub fn get_changes(&self, seq: SequenceNo) -> (SequenceNo, Cow<'_, [Change]>) {
    |                                                                    +++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/termwiz-0.23.3/src/surface/line/clusterline.rs:165:17
    |
165 |     pub fn iter(&self) -> ClusterLineCellIter {
    |                 ^^^^^     ^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
    |                 |
    |                 the lifetime is elided here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
    |
165 |     pub fn iter(&self) -> ClusterLineCellIter<'_> {
    |                                              ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/termwiz-0.23.3/src/surface/line/line.rs:609:19
    |
609 |     pub fn as_str(&self) -> Cow {
    |                   ^^^^^     ^^^^^^^^ the same lifetime is hidden here
    |                   |
    |                   the lifetime is elided here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
    |
609 |     pub fn as_str(&self) -> Cow<'_, str> {
    |                                 +++

warning: hiding a lifetime that's elided elsewhere is confusing
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/termwiz-0.23.3/src/surface/line/line.rs:1014:21
     |
1014 |     pub fn get_cell(&self, cell_index: usize) -> Option {
     |                     ^^^^^ the lifetime is elided here   ^^^^^^^ the same lifetime is hidden here
     |
     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
     |
1014 |     pub fn get_cell(&self, cell_index: usize) -> Option> {
     |                                                                ++++

warning: hiding a lifetime that's elided elsewhere is confusing
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/termwiz-0.23.3/src/terminal/mod.rs:74:27
   |
74 |     fn probe_capabilities(&mut self) -> Option {
   |                           ^^^^^^^^^            ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
   |                           |
   |                           the lifetime is elided here
   |
   = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
   |
74 |     fn probe_capabilities(&mut self) -> Option> {
   |                                                                 ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/termwiz-0.23.3/src/terminal/unix.rs:389:27
    |
389 |     fn probe_capabilities(&mut self) -> Option {
    |                           ^^^^^^^^^            ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
    |                           |
    |                           the lifetime is elided here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
    |
389 |     fn probe_capabilities(&mut self) -> Option> {
    |                                                                 ++++

       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`, `helenos`, `hermit`, `horizon`, `hurd`, `illumos`, `ios`, `l4re`, `linux`, `lynxos178`, `macos`, `managarm`, `motor`, `netbsd`, `none`, `nto`, `nuttx`, `openbsd`, `psp`, `psx`, `qurt`, `redox`, `rtems`, `solaris`, and `solid_asp3` and 14 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`, `helenos`, `hermit`, `horizon`, `hurd`, `illumos`, `ios`, `l4re`, `linux`, `lynxos178`, `macos`, `managarm`, `motor`, `netbsd`, `none`, `nto`, `nuttx`, `openbsd`, `psp`, `psx`, `qurt`, `redox`, `rtems`, `solaris`, and `solid_asp3` and 14 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`, `helenos`, `hermit`, `horizon`, `hurd`, `illumos`, `ios`, `l4re`, `linux`, `lynxos178`, `macos`, `managarm`, `motor`, `netbsd`, `none`, `nto`, `nuttx`, `openbsd`, `psp`, `psx`, `qurt`, `redox`, `rtems`, `solaris`, and `solid_asp3` and 14 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`, `helenos`, `hermit`, `horizon`, `hurd`, `illumos`, `ios`, `l4re`, `linux`, `lynxos178`, `macos`, `managarm`, `motor`, `netbsd`, `none`, `nto`, `nuttx`, `openbsd`, `psp`, `psx`, `qurt`, `redox`, `rtems`, `solaris`, and `solid_asp3` and 14 more
    = note: see  for more information about checking conditional configuration

       Fresh tempfile v3.10.1
       Fresh include_dir v0.7.3
       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 wasmtime v29.0.1
warning: unreachable expression
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/wasmtime-29.0.1/src/runtime/trampoline/memory.rs:181:17
    |
181 |                 shared_memory.clone().as_memory(),
    |                 ---------------------^^^^^^^^^^^^
    |                 |
    |                 unreachable expression
    |                 any code following this expression is unreachable
    |
note: this expression has type `shared_memory_disabled::SharedMemory`, which is uninhabited
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/wasmtime-29.0.1/src/runtime/trampoline/memory.rs:181:17
    |
181 |                 shared_memory.clone().as_memory(),
    |                 ^^^^^^^^^^^^^^^^^^^^^
    = note: `#[warn(unreachable_code)]` (part of `#[warn(unused)]`) on by default

warning: direct cast of function item into an integer
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/wasmtime-29.0.1/src/runtime/code_memory.rs:393:70
    |
393 |                 obj::LibCall::FloorF32 => libcalls::relocs::floorf32 as usize,
    |                                                                      ^^^^^^^^
    |
    = note: `#[warn(function_casts_as_integer)]` on by default
help: first cast to a pointer `as *const ()`
    |
393 |                 obj::LibCall::FloorF32 => libcalls::relocs::floorf32 as *const () as usize,
    |                                                                      ++++++++++++

warning: direct cast of function item into an integer
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/wasmtime-29.0.1/src/runtime/code_memory.rs:394:70
    |
394 |                 obj::LibCall::FloorF64 => libcalls::relocs::floorf64 as usize,
    |                                                                      ^^^^^^^^
    |
help: first cast to a pointer `as *const ()`
    |
394 |                 obj::LibCall::FloorF64 => libcalls::relocs::floorf64 as *const () as usize,
    |                                                                      ++++++++++++

warning: direct cast of function item into an integer
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/wasmtime-29.0.1/src/runtime/code_memory.rs:395:74
    |
395 |                 obj::LibCall::NearestF32 => libcalls::relocs::nearestf32 as usize,
    |                                                                          ^^^^^^^^
    |
help: first cast to a pointer `as *const ()`
    |
395 |                 obj::LibCall::NearestF32 => libcalls::relocs::nearestf32 as *const () as usize,
    |                                                                          ++++++++++++

warning: direct cast of function item into an integer
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/wasmtime-29.0.1/src/runtime/code_memory.rs:396:74
    |
396 |                 obj::LibCall::NearestF64 => libcalls::relocs::nearestf64 as usize,
    |                                                                          ^^^^^^^^
    |
help: first cast to a pointer `as *const ()`
    |
396 |                 obj::LibCall::NearestF64 => libcalls::relocs::nearestf64 as *const () as usize,
    |                                                                          ++++++++++++

warning: direct cast of function item into an integer
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/wasmtime-29.0.1/src/runtime/code_memory.rs:397:68
    |
397 |                 obj::LibCall::CeilF32 => libcalls::relocs::ceilf32 as usize,
    |                                                                    ^^^^^^^^
    |
help: first cast to a pointer `as *const ()`
    |
397 |                 obj::LibCall::CeilF32 => libcalls::relocs::ceilf32 as *const () as usize,
    |                                                                    ++++++++++++

warning: direct cast of function item into an integer
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/wasmtime-29.0.1/src/runtime/code_memory.rs:398:68
    |
398 |                 obj::LibCall::CeilF64 => libcalls::relocs::ceilf64 as usize,
    |                                                                    ^^^^^^^^
    |
help: first cast to a pointer `as *const ()`
    |
398 |                 obj::LibCall::CeilF64 => libcalls::relocs::ceilf64 as *const () as usize,
    |                                                                    ++++++++++++

warning: direct cast of function item into an integer
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/wasmtime-29.0.1/src/runtime/code_memory.rs:399:70
    |
399 |                 obj::LibCall::TruncF32 => libcalls::relocs::truncf32 as usize,
    |                                                                      ^^^^^^^^
    |
help: first cast to a pointer `as *const ()`
    |
399 |                 obj::LibCall::TruncF32 => libcalls::relocs::truncf32 as *const () as usize,
    |                                                                      ++++++++++++

warning: direct cast of function item into an integer
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/wasmtime-29.0.1/src/runtime/code_memory.rs:400:70
    |
400 |                 obj::LibCall::TruncF64 => libcalls::relocs::truncf64 as usize,
    |                                                                      ^^^^^^^^
    |
help: first cast to a pointer `as *const ()`
    |
400 |                 obj::LibCall::TruncF64 => libcalls::relocs::truncf64 as *const () as usize,
    |                                                                      ++++++++++++

warning: direct cast of function item into an integer
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/wasmtime-29.0.1/src/runtime/code_memory.rs:401:66
    |
401 |                 obj::LibCall::FmaF32 => libcalls::relocs::fmaf32 as usize,
    |                                                                  ^^^^^^^^
    |
help: first cast to a pointer `as *const ()`
    |
401 |                 obj::LibCall::FmaF32 => libcalls::relocs::fmaf32 as *const () as usize,
    |                                                                  ++++++++++++

warning: direct cast of function item into an integer
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/wasmtime-29.0.1/src/runtime/code_memory.rs:402:66
    |
402 |                 obj::LibCall::FmaF64 => libcalls::relocs::fmaf64 as usize,
    |                                                                  ^^^^^^^^
    |
help: first cast to a pointer `as *const ()`
    |
402 |                 obj::LibCall::FmaF64 => libcalls::relocs::fmaf64 as *const () as usize,
    |                                                                  ++++++++++++

warning: direct cast of function item into an integer
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/wasmtime-29.0.1/src/runtime/code_memory.rs:404:73
    |
404 |                 obj::LibCall::X86Pshufb => libcalls::relocs::x86_pshufb as usize,
    |                                                                         ^^^^^^^^
    |
help: first cast to a pointer `as *const ()`
    |
404 |                 obj::LibCall::X86Pshufb => libcalls::relocs::x86_pshufb as *const () as usize,
    |                                                                         ++++++++++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/wasmtime-29.0.1/src/runtime/vm/instance.rs:704:20
    |
704 |     pub fn exports(&self) -> wasmparser::collections::index_map::Iter {
    |                    ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
    |                    |
    |                    the lifetime is elided here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
help: use `'_` for type paths
    |
704 |     pub fn exports(&self) -> wasmparser::collections::index_map::Iter<'_, String, EntityIndex> {
    |                                                                       +++

warning: hiding a lifetime that's elided elsewhere is confusing
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/wasmtime-29.0.1/src/runtime/vm/instance.rs:1500:20
     |
1500 |     pub fn exports(&self) -> wasmparser::collections::index_map::Iter {
     |                    ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
     |                    |
     |                    the lifetime is elided here
     |
     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
     |
1500 |     pub fn exports(&self) -> wasmparser::collections::index_map::Iter<'_, String, EntityIndex> {
     |                                                                       +++

warning: direct cast of function item into an integer
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/wasmtime-29.0.1/src/runtime/vm/sys/unix/signals.rs:52:49
   |
52 |             handler.sa_sigaction = trap_handler as usize;
   |                                                 ^^^^^^^^
   |
help: first cast to a pointer `as *const ()`
   |
52 |             handler.sa_sigaction = trap_handler as *const () as usize;
   |                                                 ++++++++++++

warning: direct cast of function item into an integer
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/wasmtime-29.0.1/src/runtime/vm/sys/unix/signals.rs:112:54
    |
112 |                 if prev.sa_sigaction != trap_handler as usize {
    |                                                      ^^^^^^^^
    |
help: first cast to a pointer `as *const ()`
    |
112 |                 if prev.sa_sigaction != trap_handler as *const () as usize {
    |                                                      ++++++++++++

warning: direct cast of function item into an integer
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/wasmtime-29.0.1/src/runtime/vm/sys/unix/signals.rs:216:51
    |
216 |             set_pc(context, wasmtime_longjmp_shim as usize, jmp_buf as usize);
    |                                                   ^^^^^^^^
    |
help: first cast to a pointer `as *const ()`
    |
216 |             set_pc(context, wasmtime_longjmp_shim as *const () as usize, jmp_buf as usize);
    |                                                   ++++++++++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/wasmtime-29.0.1/src/runtime/component/types.rs:351:18
    |
351 |     pub fn cases(&self) -> impl ExactSizeIterator {
    |                  ^^^^^ the lifetime is elided here       ^^^^ the same lifetime is hidden here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
    |
351 |     pub fn cases(&self) -> impl ExactSizeIterator> {
    |                                                              ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/wasmtime-29.0.1/src/compile.rs:407:27
    |
407 |     fn clean_symbol(name: &str) -> Cow {
    |                           ^^^^     ^^^^^^^^ the same lifetime is hidden here
    |                           |
    |                           the lifetime is elided here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
    |
407 |     fn clean_symbol(name: &str) -> Cow<'_, str> {
    |                                        +++

       Fresh directories v5.0.1
       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)]` (part of `#[warn(unused)]`) 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)]` (part of `#[warn(unused)]`) 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)]` (part of `#[warn(unused)]`) on by default

       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

warning: trait `Fn1` is never used
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/futures-util-0.3.28/src/fns.rs:34:11
   |
34 | pub trait Fn1: FnMut1 {
   |           ^^^
   |
   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default

       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)]` (part of `#[warn(unused)]`) on by default

       Fresh wiggle-macro v29.0.1
       Fresh kdl v4.5.0
warning: eliding a lifetime that's named elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/kdl-4.5.0/src/parser.rs:269:34
    |
268 |     kdl_parser: &'b KdlParser<'a>,
    |                               -- the lifetime is named here
269 | ) -> impl Fn(&'a str) -> IResult<&str, KdlIdentifier, KdlParseError<&str>> + 'b {
    |               --                 ^^^^                               ^^^^ the same lifetime is elided here
    |               |                  |
    |               |                  the same lifetime is elided here
    |               the same lifetime is named here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
help: consistently use `'a`
    |
269 | ) -> impl Fn(&'a str) -> IResult<&'a str, KdlIdentifier, KdlParseError<&'a str>> + 'b {
    |                                   ++                                    ++

       Fresh strip-ansi-escapes v0.1.1
       Fresh serde_json v1.0.81
       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)]` (part of `#[warn(future_incompatible)]`) on by default

warning: hiding a lifetime that's elided elsewhere is confusing
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/shellexpand-3.0.0/src/wtraits.rs:89:20
   |
89 |     fn into_winput(&self) -> WInput;
   |                    ^^^^^     ^^^^^^ the same lifetime is hidden here
   |                    |
   |                    the lifetime is elided here
   |
   = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
   = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
help: use `'_` for type paths
   |
89 |     fn into_winput(&self) -> WInput<'_>;
   |                                    ++++

warning: hiding a lifetime that's elided elsewhere is confusing
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/shellexpand-3.0.0/src/funcs.rs:89:12
   |
89 |     input: &SI,
   |            ^^^ the lifetime is elided here
...
92 | ) -> Result, LookupError>
   |             ^^^^^^^^^ the same lifetime is hidden here
   |
   = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
   |
92 | ) -> Result, LookupError>
   |                 +++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/shellexpand-3.0.0/src/funcs.rs:169:12
    |
169 |     input: &SI,
    |            ^^^ the lifetime is elided here
...
172 | ) -> Cow
    |      ^^^^^^^^^ the same lifetime is hidden here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
    |
172 | ) -> Cow<'_, Xstr>
    |          +++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/shellexpand-3.0.0/src/funcs.rs:228:32
    |
228 | pub fn full(input: &SI) -> Result, LookupError>
    |                                ^^^            ^^^^^^^^^ the same lifetime is hidden here
    |                                |
    |                                the lifetime is elided here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
    |
228 | pub fn full(input: &SI) -> Result, LookupError>
    |                                                   +++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/shellexpand-3.0.0/src/funcs.rs:368:12
    |
368 |     input: &SI,
    |            ^^^ the lifetime is elided here
369 |     mut context: C,
370 | ) -> Result, LookupError>
    |             ^^^^^^^^^ the same lifetime is hidden here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
    |
370 | ) -> Result, LookupError>
    |                 +++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/shellexpand-3.0.0/src/funcs.rs:529:61
    |
529 | pub fn env_with_context_no_errors(input: &SI, mut context: C) -> Cow
    |                                                             ^^^                     ^^^^^^^^^ the same lifetime is hidden here
    |                                                             |
    |                                                             the lifetime is elided here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
    |
529 | pub fn env_with_context_no_errors(input: &SI, mut context: C) -> Cow<'_, Xstr>
    |                                                                                         +++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/shellexpand-3.0.0/src/funcs.rs:576:31
    |
576 | pub fn env(input: &SI) -> Result, LookupError>
    |                               ^^^            ^^^^^^^^^ the same lifetime is hidden here
    |                               |
    |                               the lifetime is elided here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
    |
576 | pub fn env(input: &SI) -> Result, LookupError>
    |                                                  +++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/shellexpand-3.0.0/src/funcs.rs:617:53
    |
617 | pub fn tilde_with_context(input: &SI, home_dir: HD) -> Cow
    |                                                     ^^^                   ^^^^^^^^^ the same lifetime is hidden here
    |                                                     |
    |                                                     the lifetime is elided here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
    |
617 | pub fn tilde_with_context(input: &SI, home_dir: HD) -> Cow<'_, Xstr>
    |                                                                               +++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/shellexpand-3.0.0/src/funcs.rs:668:33
    |
668 | pub fn tilde(input: &SI) -> Cow
    |                                 ^^^     ^^^^^^^^^ the same lifetime is hidden here
    |                                 |
    |                                 the lifetime is elided here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
    |
668 | pub fn tilde(input: &SI) -> Cow<'_, Xstr>
    |                                             +++

       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 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 rmp-serde v1.3.0
warning: `interprocess` (lib) generated 72 warnings
warning: `log4rs` (lib) generated 2 warnings
warning: `termwiz` (lib) generated 13 warnings
warning: `notify` (lib) generated 4 warnings
warning: `isahc` (lib) generated 2 warnings
warning: `wasmtime` (lib) generated 19 warnings
warning: `async-std` (lib) generated 15 warnings
warning: `futures-util` (lib) generated 50 warnings
warning: `strum_macros` (lib) generated 1 warning
warning: `kdl` (lib) generated 1 warning
warning: `serde_json` (lib) generated 15 warnings (15 duplicates)
warning: `shellexpand` (lib) generated 10 warnings
warning: `futures-channel` (lib) generated 4 warnings
warning: `crossbeam` (lib) generated 2 warnings
       Fresh clap_complete v3.2.1
       Fresh colored v2.0.0
warning: unnecessary parentheses around closure body
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/colored-2.0.0/src/style.rs:78:39
   |
78 |             .filter(|&&(ref mask, _)| (0 != (u & mask)))
   |                                       ^               ^
   |
   = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default
help: remove these parentheses
   |
78 -             .filter(|&&(ref mask, _)| (0 != (u & mask)))
78 +             .filter(|&&(ref mask, _)| 0 != (u & mask) )
   |

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/colored-2.0.0/src/lib.rs:408:37
    |
408 |     fn escape_inner_reset_sequences(&self) -> Cow {
    |                                     ^^^^^     ^^^^^^^^ the same lifetime is hidden here
    |                                     |
    |                                     the lifetime is elided here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
help: use `'_` for type paths
    |
408 |     fn escape_inner_reset_sequences(&self) -> Cow<'_, str> {
    |                                                   +++

       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`, `helenos`, `hermit`, `horizon`, `hurd`, `illumos`, `ios`, `l4re`, `linux`, `lynxos178`, `macos`, `managarm`, `motor`, `netbsd`, `none`, `nto`, `nuttx`, `openbsd`, `psp`, `psx`, `qurt`, `redox`, `rtems`, `solaris`, and `solid_asp3` and 14 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`, `macabi`, `mlibc`, `msvc`, `musl`, `newlib`, `nto70`, `nto71`, `nto71_iosock`, `nto80`, `ohos`, `p1`, `p2`, `p3`, `relibc`, `sgx`, `sim`, `uclibc`, and `v5`
   = 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`, `macabi`, `mlibc`, `msvc`, `musl`, `newlib`, `nto70`, `nto71`, `nto71_iosock`, `nto80`, `ohos`, `p1`, `p2`, `p3`, `relibc`, `sgx`, `sim`, `uclibc`, and `v5`
   = 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`, `macabi`, `mlibc`, `msvc`, `musl`, `newlib`, `nto70`, `nto71`, `nto71_iosock`, `nto80`, `ohos`, `p1`, `p2`, `p3`, `relibc`, `sgx`, `sim`, `uclibc`, and `v5`
    = 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`, `macabi`, `mlibc`, `msvc`, `musl`, `newlib`, `nto70`, `nto71`, `nto71_iosock`, `nto80`, `ohos`, `p1`, `p2`, `p3`, `relibc`, `sgx`, `sim`, `uclibc`, and `v5`
    = 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`, `helenos`, `hermit`, `horizon`, `hurd`, `illumos`, `ios`, `l4re`, `linux`, `lynxos178`, `macos`, `managarm`, `motor`, `netbsd`, `none`, `nto`, `nuttx`, `openbsd`, `psp`, `psx`, `qurt`, `redox`, `rtems`, `solaris`, and `solid_asp3` and 14 more
   = 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/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`, `helenos`, `hermit`, `horizon`, `hurd`, `illumos`, `ios`, `l4re`, `linux`, `lynxos178`, `macos`, `managarm`, `motor`, `netbsd`, `none`, `nto`, `nuttx`, `openbsd`, `psp`, `psx`, `qurt`, `redox`, `rtems`, `solaris`, and `solid_asp3` and 14 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: 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`, `macabi`, `mlibc`, `msvc`, `musl`, `newlib`, `nto70`, `nto71`, `nto71_iosock`, `nto80`, `ohos`, `p1`, `p2`, `p3`, `relibc`, `sgx`, `sim`, `uclibc`, and `v5`
    = 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`, `macabi`, `mlibc`, `msvc`, `musl`, `newlib`, `nto70`, `nto71`, `nto71_iosock`, `nto80`, `ohos`, `p1`, `p2`, `p3`, `relibc`, `sgx`, `sim`, `uclibc`, and `v5`
   = note: see  for more information about checking conditional configuration

warning: hiding a lifetime that's elided elsewhere is confusing
  --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/nix-0.23.1/src/dir.rs:65:17
   |
65 |     pub fn iter(&mut self) -> Iter {
   |                 ^^^^^^^^^     ^^^^ the same lifetime is hidden here
   |                 |
   |                 the lifetime is elided here
   |
   = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
   = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
help: use `'_` for type paths
   |
65 |     pub fn iter(&mut self) -> Iter<'_> {
   |                                   ++++

warning: hiding a lifetime that's named elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/nix-0.23.1/src/sys/aio.rs:362:50
    |
360 |     fn from_slice_unpinned(fd: RawFd, offs: off_t, buf: &'a [u8],
    |                                                          -- the lifetime is named here
361 |                            prio: libc::c_int, sigev_notify: SigevNotify,
362 |                            opcode: LioOpcode) -> AioCb
    |                                                  ^^^^^ the same lifetime is hidden here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: consistently use `'a`
    |
362 |                            opcode: LioOpcode) -> AioCb<'a>
    |                                                       ++++

warning: hiding a lifetime that's named elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/nix-0.23.1/src/sys/aio.rs:424:53
    |
422 |     pub fn from_slice(fd: RawFd, offs: off_t, buf: &'a [u8],
    |                                                     -- the lifetime is named here
423 |                       prio: libc::c_int, sigev_notify: SigevNotify,
424 |                       opcode: LioOpcode) -> Pin>
    |                                                     ^^^^^ the same lifetime is hidden here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: consistently use `'a`
    |
424 |                       opcode: LioOpcode) -> Pin>>
    |                                                          ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/nix-0.23.1/src/sys/select.rs:100:16
    |
100 |     pub fn fds(&self, highest: Option) -> Fds {
    |                ^^^^^ the lifetime is elided here ^^^ the same lifetime is hidden here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
    |
100 |     pub fn fds(&self, highest: Option) -> Fds<'_> {
    |                                                     ++++

warning: function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/nix-0.23.1/src/sys/signal.rs:572:13
    |
565 | #[derive(Clone, Copy, Debug, Eq, Hash, PartialEq)]
    |                                        --------- in this derive macro expansion
...
572 |     Handler(extern fn(libc::c_int)),
    |             ^^^^^^^^^^^^^^^^^^^^^^
    |
    = note: the address of the same function can vary between different codegen units
    = note: furthermore, different functions could have the same address after being merged together
    = note: for more information visit 
    = note: `#[warn(unpredictable_function_pointer_comparisons)]` on by default

warning: function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/nix-0.23.1/src/sys/signal.rs:576:15
    |
565 | #[derive(Clone, Copy, Debug, Eq, Hash, PartialEq)]
    |                                        --------- in this derive macro expansion
...
576 |     SigAction(extern fn(libc::c_int, *mut libc::siginfo_t, *mut libc::c_void))
    |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    |
    = note: the address of the same function can vary between different codegen units
    = note: furthermore, different functions could have the same address after being merged together
    = note: for more information visit 

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/nix-0.23.1/src/sys/socket/mod.rs:480:18
    |
480 |     pub fn cmsgs(&self) -> CmsgIterator {
    |                  ^^^^^     ^^^^^^^^^^^^ the same lifetime is hidden here
    |                  |
    |                  the lifetime is elided here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
    |
480 |     pub fn cmsgs(&self) -> CmsgIterator<'_> {
    |                                        ++++

warning: hiding a lifetime that's named elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/nix-0.23.1/src/sys/socket/sockopt.rs:862:34
    |
862 |     fn new(val: &'a OsString) -> SetOsString {
    |                  --              ^^^^^^^^^^^ the same lifetime is hidden here
    |                  |
    |                  the lifetime is named here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: consistently use `'a`
    |
862 |     fn new(val: &'a OsString) -> SetOsString<'a> {
    |                                             ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/nix-0.23.1/src/sys/termios.rs:190:36
    |
190 |     pub(crate) fn get_libc_termios(&self) -> Ref {
    |                                    ^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
    |                                    |
    |                                    the lifetime is elided here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
    |
190 |     pub(crate) fn get_libc_termios(&self) -> Ref<'_, libc::termios> {
    |                                                  +++

       Fresh ghost v0.1.4
       Fresh socket2 v0.5.7
       Fresh file-id v0.1.0
       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)]` (part of `#[warn(unused)]`) on by default
help: use `let _ = ...` to ignore the resulting value
    |
158 |             let _ = Box::from_raw(cur);
    |             +++++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/linked-hash-map-0.5.4/src/lib.rs:242:18
    |
242 |     pub fn entry(&mut self, k: K) -> Entry {
    |                  ^^^^^^^^^           ^^^^^^^^^^^^^^ the same lifetime is hidden here
    |                  |
    |                  the lifetime is elided here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
help: use `'_` for type paths
    |
242 |     pub fn entry(&mut self, k: K) -> Entry<'_, K, V, S> {
    |                                            +++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/linked-hash-map-0.5.4/src/lib.rs:281:20
    |
281 |     pub fn entries(&mut self) -> Entries {
    |                    ^^^^^^^^^     ^^^^^^^^^^^^^^^^ the same lifetime is hidden here
    |                    |
    |                    the lifetime is elided here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
    |
281 |     pub fn entries(&mut self) -> Entries<'_, K, V, S> {
    |                                          +++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/linked-hash-map-0.5.4/src/lib.rs:610:17
    |
610 |     pub fn iter(&self) -> Iter {
    |                 ^^^^^     ^^^^^^^^^^ the same lifetime is hidden here
    |                 |
    |                 the lifetime is elided here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
    |
610 |     pub fn iter(&self) -> Iter<'_, K, V> {
    |                                +++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/linked-hash-map-0.5.4/src/lib.rs:644:21
    |
644 |     pub fn iter_mut(&mut self) -> IterMut {
    |                     ^^^^^^^^^     ^^^^^^^^^^^^^ the same lifetime is hidden here
    |                     |
    |                     the lifetime is elided here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
    |
644 |     pub fn iter_mut(&mut self) -> IterMut<'_, K, V> {
    |                                           +++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/linked-hash-map-0.5.4/src/lib.rs:675:17
    |
675 |     pub fn keys(&self) -> Keys {
    |                 ^^^^^     ^^^^^^^^^^ the same lifetime is hidden here
    |                 |
    |                 the lifetime is elided here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
    |
675 |     pub fn keys(&self) -> Keys<'_, K, V> {
    |                                +++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/linked-hash-map-0.5.4/src/lib.rs:696:19
    |
696 |     pub fn values(&self) -> Values {
    |                   ^^^^^     ^^^^^^^^^^^^ the same lifetime is hidden here
    |                   |
    |                   the lifetime is elided here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
    |
696 |     pub fn values(&self) -> Values<'_, K, V> {
    |                                    +++

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 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)]` (part of `#[warn(unused)]`) 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 strum v0.20.0
       Fresh arrayvec v0.7.2
warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/arrayvec-0.7.2/src/arrayvec.rs:600:21
    |
600 |     pub fn drain(&mut self, range: R) -> Drain
    |                     ^^^^^^^^^               ^^^^^^^^^^^^^ the same lifetime is hidden here
    |                     |
    |                     the lifetime is elided here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
help: use `'_` for type paths
    |
600 |     pub fn drain(&mut self, range: R) -> Drain<'_, T, CAP>
    |                                                   +++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/arrayvec-0.7.2/src/arrayvec.rs:627:20
    |
627 |     fn drain_range(&mut self, start: usize, end: usize) -> Drain
    |                    ^^^^^^^^^ the lifetime is elided here   ^^^^^^^^^^^^^ the same lifetime is hidden here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
    |
627 |     fn drain_range(&mut self, start: usize, end: usize) -> Drain<'_, T, CAP>
    |                                                                  +++

       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)]` (part of `#[warn(unused)]`) 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

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/erased-serde-0.3.20/src/ser.rs:137:29
    |
137 |     fn erased_serialize_seq(&mut self, len: Option) -> Result;
    |                             ^^^^^^^^^ the lifetime is elided here    ^^^ the same lifetime is hidden here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
help: use `'_` for type paths
    |
137 |     fn erased_serialize_seq(&mut self, len: Option) -> Result, Error>;
    |                                                                         ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/erased-serde-0.3.20/src/ser.rs:138:31
    |
138 |     fn erased_serialize_tuple(&mut self, len: usize) -> Result;
    |                               ^^^^^^^^^                        ^^^^^ the same lifetime is hidden here
    |                               |
    |                               the lifetime is elided here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
    |
138 |     fn erased_serialize_tuple(&mut self, len: usize) -> Result, Error>;
    |                                                                     ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/erased-serde-0.3.20/src/ser.rs:140:9
    |
140 |         &mut self,
    |         ^^^^^^^^^ the lifetime is elided here
...
143 |     ) -> Result;
    |                 ^^^^^^^^^^^ the same lifetime is hidden here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
    |
143 |     ) -> Result, Error>;
    |                            ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/erased-serde-0.3.20/src/ser.rs:145:9
    |
145 |         &mut self,
    |         ^^^^^^^^^ the lifetime is elided here
...
150 |     ) -> Result;
    |                 ^^^^^^^^^^^^ the same lifetime is hidden here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
    |
150 |     ) -> Result, Error>;
    |                             ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/erased-serde-0.3.20/src/ser.rs:151:29
    |
151 |     fn erased_serialize_map(&mut self, len: Option) -> Result;
    |                             ^^^^^^^^^ the lifetime is elided here    ^^^ the same lifetime is hidden here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
    |
151 |     fn erased_serialize_map(&mut self, len: Option) -> Result, Error>;
    |                                                                         ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/erased-serde-0.3.20/src/ser.rs:152:32
    |
152 |     fn erased_serialize_struct(&mut self, name: &'static str, len: usize) -> Result;
    |                                ^^^^^^^^^ the lifetime is elided here                ^^^^^^ the same lifetime is hidden here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
    |
152 |     fn erased_serialize_struct(&mut self, name: &'static str, len: usize) -> Result, Error>;
    |                                                                                           ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/erased-serde-0.3.20/src/ser.rs:154:9
    |
154 |         &mut self,
    |         ^^^^^^^^^ the lifetime is elided here
...
159 |     ) -> Result;
    |                 ^^^^^^^^^^^^^ the same lifetime is hidden here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
    |
159 |     ) -> Result, Error>;
    |                              ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/erased-serde-0.3.20/src/ser.rs:491:29
    |
491 |     fn erased_serialize_seq(&mut self, len: Option) -> Result {
    |                             ^^^^^^^^^ the lifetime is elided here    ^^^ the same lifetime is hidden here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
    |
491 |     fn erased_serialize_seq(&mut self, len: Option) -> Result, Error> {
    |                                                                         ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/erased-serde-0.3.20/src/ser.rs:500:31
    |
500 |     fn erased_serialize_tuple(&mut self, len: usize) -> Result {
    |                               ^^^^^^^^^                        ^^^^^ the same lifetime is hidden here
    |                               |
    |                               the lifetime is elided here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
    |
500 |     fn erased_serialize_tuple(&mut self, len: usize) -> Result, Error> {
    |                                                                     ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/erased-serde-0.3.20/src/ser.rs:510:9
    |
510 |         &mut self,
    |         ^^^^^^^^^ the lifetime is elided here
...
513 |     ) -> Result {
    |                 ^^^^^^^^^^^ the same lifetime is hidden here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
    |
513 |     ) -> Result, Error> {
    |                            ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/erased-serde-0.3.20/src/ser.rs:523:9
    |
523 |         &mut self,
    |         ^^^^^^^^^ the lifetime is elided here
...
528 |     ) -> Result {
    |                 ^^^^^^^^^^^^ the same lifetime is hidden here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
    |
528 |     ) -> Result, Error> {
    |                             ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/erased-serde-0.3.20/src/ser.rs:537:29
    |
537 |     fn erased_serialize_map(&mut self, len: Option) -> Result {
    |                             ^^^^^^^^^ the lifetime is elided here    ^^^ the same lifetime is hidden here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
    |
537 |     fn erased_serialize_map(&mut self, len: Option) -> Result, Error> {
    |                                                                         ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/erased-serde-0.3.20/src/ser.rs:546:32
    |
546 |     fn erased_serialize_struct(&mut self, name: &'static str, len: usize) -> Result {
    |                                ^^^^^^^^^ the lifetime is elided here                ^^^^^^ the same lifetime is hidden here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
    |
546 |     fn erased_serialize_struct(&mut self, name: &'static str, len: usize) -> Result, Error> {
    |                                                                                           ++++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/erased-serde-0.3.20/src/ser.rs:556:9
    |
556 |         &mut self,
    |         ^^^^^^^^^ the lifetime is elided here
...
561 |     ) -> Result {
    |                 ^^^^^^^^^^^^^ the same lifetime is hidden here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
    |
561 |     ) -> Result, Error> {
    |                              ++++

warning: hiding a lifetime that's elided elsewhere is confusing
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/erased-serde-0.3.20/src/ser.rs:1338:37
     |
1338 |             fn erased_serialize_seq(&mut self, len: Option) -> Result {
     |                                     ^^^^^^^^^ the lifetime is elided here    ^^^ the same lifetime is hidden here
...
1373 | deref_erased_serializer!(<'a> Serializer for Box);
     | ---------------------------------------------------------------------- in this macro invocation
     |
     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
     = note: this warning originates in the macro `deref_erased_serializer` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
     |
1338 |             fn erased_serialize_seq(&mut self, len: Option) -> Result, Error> {
     |                                                                                 ++++

warning: hiding a lifetime that's elided elsewhere is confusing
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/erased-serde-0.3.20/src/ser.rs:1342:39
     |
1342 |             fn erased_serialize_tuple(&mut self, len: usize) -> Result {
     |                                       ^^^^^^^^^                        ^^^^^ the same lifetime is hidden here
     |                                       |
     |                                       the lifetime is elided here
...
1373 | deref_erased_serializer!(<'a> Serializer for Box);
     | ---------------------------------------------------------------------- in this macro invocation
     |
     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
     = note: this warning originates in the macro `deref_erased_serializer` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
     |
1342 |             fn erased_serialize_tuple(&mut self, len: usize) -> Result, Error> {
     |                                                                             ++++

warning: hiding a lifetime that's elided elsewhere is confusing
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/erased-serde-0.3.20/src/ser.rs:1346:46
     |
1346 |             fn erased_serialize_tuple_struct(&mut self, name: &'static str, len: usize) -> Result {
     |                                              ^^^^^^^^^ the lifetime is elided here                ^^^^^^^^^^^ the same lifetime is hidden here
...
1373 | deref_erased_serializer!(<'a> Serializer for Box);
     | ---------------------------------------------------------------------- in this macro invocation
     |
     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
     = note: this warning originates in the macro `deref_erased_serializer` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `'_` for type paths
     |
1346 |             fn erased_serialize_tuple_struct(&mut self, name: &'static str, len: usize) -> Result, Error> {
     |                                                                                                              ++++

warning: hiding a lifetime that's elided elsewhere is confusing
    --> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/erased-serde-0.3.20/src/ser.rs:1350:47
     |
1350 |             fn erased_serialize_tuple_variant(&mut self, name: &'static str, variant_index: u32, variant: &'static str, len: usize) -> Result

Links

Depends On

Depend Of

Categories

CVEs

  • Loading CVE information...

LLM Analysis

© 2008-2025 Lucas Holt
© 2008 Chris Reinhardt
MidnightBSD