sysutils/zellij
Versatile, extensible terminal multiplexer
| Flavor | Version | Run | OSVersion | Arch | License | Restricted | Status | |
|---|---|---|---|---|---|---|---|---|
| 0.42.2 | 625 | 4.0 | amd64 | mit | 0 | fail |
License Permissions:
Events
| Machine | Type | Time | Message |
|---|---|---|---|
| m4064b | info | 2026-01-08 06:08:43.587609 | Test Started |
| m4064b | fail | 2026-01-08 06:31:15.913742 | A file contained the fake destdir. |
| m4064b | fail | 2026-01-08 06:31:16.112115 | Test complete. |
Log
[1m===> Faking install for zellij-0.42.2[0m
===> Generating temporary packing list
Installing zellij v0.42.2 (/magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2)
Locking 450 packages to latest compatible versions
Adding base64 v0.13.0 (available: v0.22.1)
Adding mio v0.7.14 (available: v0.8.11)
Adding nix v0.23.1 (available: v0.29.0)
Adding semver v0.11.0 (available: v1.0.17)
Adding thiserror v1.0.61 (available: v2.0.12)
Adding unicode-width v0.1.10 (available: v0.2.0)
Fresh unicode-ident v1.0.1
Fresh autocfg v1.1.0
Fresh version_check v0.9.4
Fresh bitflags v1.3.2
Fresh gimli v0.26.1
warning: unused import: `core::mem`
--> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/gimli-0.26.1/src/read/value.rs:3:5
|
3 | use core::mem;
| ^^^^^^^^^
|
= note: `#[warn(unused_imports)]` on by default
warning: field `offset_entry_count` is never read
--> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/gimli-0.26.1/src/read/lists.rs:7:5
|
5 | pub(crate) struct ListsHeader {
| ----------- field in this struct
6 | encoding: Encoding,
7 | offset_entry_count: u32,
| ^^^^^^^^^^^^^^^^^^
|
= note: `ListsHeader` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
= note: `#[warn(dead_code)]` on by default
Fresh adler v1.0.2
Fresh pin-project-lite v0.2.14
Fresh rustc-demangle v0.1.21
warning: `gimli` (lib) generated 2 warnings
Fresh proc-macro2 v1.0.93
Fresh addr2line v0.17.0
Fresh miniz_oxide v0.5.3
warning: unused doc comment
--> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/miniz_oxide-0.5.3/src/deflate/core.rs:430:13
|
430 | / /// Put HuffmanOxide on the heap with default trick to avoid
431 | | /// excessive stack copies.
| |_______________________________________^
432 | huff: Box::default(),
| -------------------- rustdoc does not generate documentation for expression fields
|
= help: use `//` for a plain comment
= note: `#[warn(unused_doc_comments)]` on by default
warning: unused doc comment
--> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/miniz_oxide-0.5.3/src/deflate/core.rs:525:13
|
525 | / /// Put HuffmanOxide on the heap with default trick to avoid
526 | | /// excessive stack copies.
| |_______________________________________^
527 | huff: Box::default(),
| -------------------- rustdoc does not generate documentation for expression fields
|
= help: use `//` for a plain comment
warning: unexpected `cfg` condition name: `fuzzing`
--> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/miniz_oxide-0.5.3/src/inflate/core.rs:1684:18
|
1684 | if !cfg!(fuzzing) {
| ^^^^^^^
|
= help: expected names are: `docsrs`, `feature`, and `test` and 31 more
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(fuzzing)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(fuzzing)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
= note: `#[warn(unexpected_cfgs)]` on by default
Fresh cfg-if v1.0.0
Fresh pkg-config v0.3.25
warning: elided lifetime has a name
--> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/lazy_static-1.4.0/src/inline_lazy.rs:26:43
|
26 | pub fn get(&'static self, f: F) -> &T
| ^ this elided lifetime gets resolved as `'static`
|
= note: `#[warn(elided_named_lifetimes)]` on by default
help: consider specifying it explicitly
|
26 | pub fn get(&'static self, f: F) -> &'static T
| +++++++
Fresh scopeguard v1.1.0
warning: method `symmetric_difference` is never used
--> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/regex-syntax-0.7.1/src/hir/interval.rs:484:8
|
396 | pub trait Interval:
| -------- method in this trait
...
484 | fn symmetric_difference(
| ^^^^^^^^^^^^^^^^^^^^
|
= note: `#[warn(dead_code)]` on by default
warning: call to `.borrow()` on a reference in this situation does nothing
--> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/regex-syntax-0.7.1/src/ast/parse.rs:386:21
|
386 | self.pattern.borrow()
| ^^^^^^^^^ help: remove this redundant call
|
= note: the type `str` does not implement `Borrow`, so calling `borrow` on `&str` copies the reference, which does not do anything and can be removed
= note: `#[warn(noop_method_call)]` on by default
warning: `miniz_oxide` (lib) generated 3 warnings
warning: `lazy_static` (lib) generated 1 warning
warning: `regex-syntax` (lib) generated 2 warnings
Fresh quote v1.0.36
warning: `extern` declarations without an explicit ABI are deprecated
--> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/libc-0.2.169/src/macros.rs:260:36
|
260 | pub $($constness)* extern fn $i($($arg: $argty),*) -> $ret
| ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
|
::: /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/libc-0.2.169/src/unix/mod.rs:1506:1
|
1506 | / safe_f! {
1507 | | // It seems htonl, etc are macros on macOS. So we have to reimplement them. So let's
1508 | | // reimplement them for all UNIX platforms
1509 | | pub {const} fn htonl(hostlong: u32) -> u32 {
... |
1521 | | }
| |_- in this macro invocation
|
= note: `#[warn(missing_abi)]` on by default
= note: this warning originates in the macro `safe_f` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: `extern` declarations without an explicit ABI are deprecated
--> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/libc-0.2.169/src/macros.rs:246:43
|
246 | pub $($constness)* unsafe extern fn $i($($arg: $argty),*) -> $ret
| ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
|
::: /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/libc-0.2.169/src/unix/bsd/mod.rs:596:1
|
596 | / f! {
597 | | pub fn CMSG_FIRSTHDR(mhdr: *const crate::msghdr) -> *mut cmsghdr {
598 | | if (*mhdr).msg_controllen as usize >= mem::size_of::() {
599 | | (*mhdr).msg_control as *mut cmsghdr
... |
630 | | }
| |_- in this macro invocation
|
= note: this warning originates in the macro `f` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: `extern` declarations without an explicit ABI are deprecated
--> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/libc-0.2.169/src/macros.rs:260:36
|
260 | pub $($constness)* extern fn $i($($arg: $argty),*) -> $ret
| ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
|
::: /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/libc-0.2.169/src/unix/bsd/mod.rs:632:1
|
632 | / safe_f! {
633 | | pub {const} fn WTERMSIG(status: c_int) -> c_int {
634 | | status & 0o177
... |
652 | | }
| |_- in this macro invocation
|
= note: this warning originates in the macro `safe_f` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: `extern` declarations without an explicit ABI are deprecated
--> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/libc-0.2.169/src/macros.rs:260:36
|
260 | pub $($constness)* extern fn $i($($arg: $argty),*) -> $ret
| ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
|
::: /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/libc-0.2.169/src/unix/bsd/freebsdlike/mod.rs:1484:1
|
1484 | / safe_f! {
1485 | | pub {const} fn WIFCONTINUED(status: c_int) -> bool {
1486 | | status == 0x13
... |
1496 | | }
| |_- in this macro invocation
|
= note: this warning originates in the macro `safe_f` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: `extern` declarations without an explicit ABI are deprecated
--> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/libc-0.2.169/src/macros.rs:246:43
|
246 | pub $($constness)* unsafe extern fn $i($($arg: $argty),*) -> $ret
| ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
|
::: /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/libc-0.2.169/src/unix/bsd/freebsdlike/freebsd/mod.rs:4882:1
|
4882 | / f! {
4883 | | pub fn CMSG_DATA(cmsg: *const cmsghdr) -> *mut c_uchar {
4884 | | (cmsg as *mut c_uchar).offset(_ALIGN(mem::size_of::()) as isize)
... |
4985 | | }
| |_- in this macro invocation
|
= note: this warning originates in the macro `f` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: `extern` declarations without an explicit ABI are deprecated
--> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/libc-0.2.169/src/macros.rs:260:36
|
260 | pub $($constness)* extern fn $i($($arg: $argty),*) -> $ret
| ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
|
::: /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/libc-0.2.169/src/unix/bsd/freebsdlike/freebsd/mod.rs:4987:1
|
4987 | / safe_f! {
4988 | | pub {const} fn WIFSIGNALED(status: c_int) -> bool {
4989 | | (status & 0o177) != 0o177 && (status & 0o177) != 0 && status != 0x13
... |
5031 | | }
| |_- in this macro invocation
|
= note: this warning originates in the macro `safe_f` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: `extern` declarations without an explicit ABI are deprecated
--> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/libc-0.2.169/src/macros.rs:260:36
|
260 | pub $($constness)* extern fn $i($($arg: $argty),*) -> $ret
| ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
|
::: /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/libc-0.2.169/src/unix/bsd/freebsdlike/freebsd/freebsd11/mod.rs:438:1
|
438 | / safe_f! {
439 | | pub {const} fn makedev(major: c_uint, minor: c_uint) -> crate::dev_t {
440 | | let major = major as crate::dev_t;
441 | | let minor = minor as crate::dev_t;
... |
444 | | }
| |_- in this macro invocation
|
= note: this warning originates in the macro `safe_f` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: `extern` declarations without an explicit ABI are deprecated
--> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/libc-0.2.169/src/macros.rs:246:43
|
246 | pub $($constness)* unsafe extern fn $i($($arg: $argty),*) -> $ret
| ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
|
::: /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/libc-0.2.169/src/unix/bsd/freebsdlike/freebsd/freebsd11/mod.rs:446:1
|
446 | / f! {
447 | | pub fn major(dev: crate::dev_t) -> c_int {
448 | | ((dev >> 8) & 0xff) as c_int
... |
454 | | }
| |_- in this macro invocation
|
= note: this warning originates in the macro `f` (in Nightly builds, run with -Z macro-backtrace for more info)
Fresh libc v0.2.169
warning: unexpected `cfg` condition name: `memchr_libc`
--> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/memchr-2.5.0/src/memchr/mod.rs:6:7
|
6 | #[cfg(memchr_libc)]
| ^^^^^^^^^^^
|
= help: expected names are: `docsrs`, `feature`, and `test` and 31 more
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(memchr_libc)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(memchr_libc)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
= note: `#[warn(unexpected_cfgs)]` on by default
warning: unexpected `cfg` condition name: `memchr_runtime_simd`
--> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/memchr-2.5.0/src/memchr/mod.rs:12:46
|
12 | #[cfg(all(not(miri), target_arch = "x86_64", memchr_runtime_simd))]
| ^^^^^^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(memchr_runtime_simd)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `memchr_runtime_avx`
--> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/memchr-2.5.0/src/memchr/x86/mod.rs:45:25
|
45 | if cfg!(memchr_runtime_avx) && is_x86_feature_detected!("avx2") {
| ^^^^^^^^^^^^^^^^^^
...
96 | unsafe_ifunc!(fn(u8, &[u8]) -> Option, memchr, haystack, n1)
| ------------------------------------------------------------------- in this macro invocation
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(memchr_runtime_avx)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(memchr_runtime_avx)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
= note: this warning originates in the macro `unsafe_ifunc` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unexpected `cfg` condition name: `memchr_runtime_sse2`
--> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/memchr-2.5.0/src/memchr/x86/mod.rs:47:32
|
47 | } else if cfg!(memchr_runtime_sse2) {
| ^^^^^^^^^^^^^^^^^^^
...
96 | unsafe_ifunc!(fn(u8, &[u8]) -> Option, memchr, haystack, n1)
| ------------------------------------------------------------------- in this macro invocation
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(memchr_runtime_sse2)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(memchr_runtime_sse2)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
= note: this warning originates in the macro `unsafe_ifunc` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unexpected `cfg` condition name: `memchr_runtime_avx`
--> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/memchr-2.5.0/src/memchr/x86/mod.rs:45:25
|
45 | if cfg!(memchr_runtime_avx) && is_x86_feature_detected!("avx2") {
| ^^^^^^^^^^^^^^^^^^
...
101 | / unsafe_ifunc!(
102 | | fn(u8, u8, &[u8]) -> Option,
103 | | memchr2,
104 | | haystack,
105 | | n1,
106 | | n2
107 | | )
| |_____- in this macro invocation
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(memchr_runtime_avx)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(memchr_runtime_avx)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
= note: this warning originates in the macro `unsafe_ifunc` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unexpected `cfg` condition name: `memchr_runtime_sse2`
--> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/memchr-2.5.0/src/memchr/x86/mod.rs:47:32
|
47 | } else if cfg!(memchr_runtime_sse2) {
| ^^^^^^^^^^^^^^^^^^^
...
101 | / unsafe_ifunc!(
102 | | fn(u8, u8, &[u8]) -> Option,
103 | | memchr2,
104 | | haystack,
105 | | n1,
106 | | n2
107 | | )
| |_____- in this macro invocation
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(memchr_runtime_sse2)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(memchr_runtime_sse2)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
= note: this warning originates in the macro `unsafe_ifunc` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unexpected `cfg` condition name: `memchr_runtime_avx`
--> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/memchr-2.5.0/src/memchr/x86/mod.rs:45:25
|
45 | if cfg!(memchr_runtime_avx) && is_x86_feature_detected!("avx2") {
| ^^^^^^^^^^^^^^^^^^
...
112 | / unsafe_ifunc!(
113 | | fn(u8, u8, u8, &[u8]) -> Option,
114 | | memchr3,
115 | | haystack,
... |
118 | | n3
119 | | )
| |_____- in this macro invocation
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(memchr_runtime_avx)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(memchr_runtime_avx)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
= note: this warning originates in the macro `unsafe_ifunc` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unexpected `cfg` condition name: `memchr_runtime_sse2`
--> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/memchr-2.5.0/src/memchr/x86/mod.rs:47:32
|
47 | } else if cfg!(memchr_runtime_sse2) {
| ^^^^^^^^^^^^^^^^^^^
...
112 | / unsafe_ifunc!(
113 | | fn(u8, u8, u8, &[u8]) -> Option,
114 | | memchr3,
115 | | haystack,
... |
118 | | n3
119 | | )
| |_____- in this macro invocation
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(memchr_runtime_sse2)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(memchr_runtime_sse2)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
= note: this warning originates in the macro `unsafe_ifunc` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unexpected `cfg` condition name: `memchr_runtime_avx`
--> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/memchr-2.5.0/src/memchr/x86/mod.rs:45:25
|
45 | if cfg!(memchr_runtime_avx) && is_x86_feature_detected!("avx2") {
| ^^^^^^^^^^^^^^^^^^
...
124 | unsafe_ifunc!(fn(u8, &[u8]) -> Option, memrchr, haystack, n1)
| -------------------------------------------------------------------- in this macro invocation
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(memchr_runtime_avx)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(memchr_runtime_avx)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
= note: this warning originates in the macro `unsafe_ifunc` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unexpected `cfg` condition name: `memchr_runtime_sse2`
--> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/memchr-2.5.0/src/memchr/x86/mod.rs:47:32
|
47 | } else if cfg!(memchr_runtime_sse2) {
| ^^^^^^^^^^^^^^^^^^^
...
124 | unsafe_ifunc!(fn(u8, &[u8]) -> Option, memrchr, haystack, n1)
| -------------------------------------------------------------------- in this macro invocation
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(memchr_runtime_sse2)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(memchr_runtime_sse2)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
= note: this warning originates in the macro `unsafe_ifunc` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unexpected `cfg` condition name: `memchr_runtime_avx`
--> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/memchr-2.5.0/src/memchr/x86/mod.rs:45:25
|
45 | if cfg!(memchr_runtime_avx) && is_x86_feature_detected!("avx2") {
| ^^^^^^^^^^^^^^^^^^
...
129 | / unsafe_ifunc!(
130 | | fn(u8, u8, &[u8]) -> Option,
131 | | memrchr2,
132 | | haystack,
133 | | n1,
134 | | n2
135 | | )
| |_____- in this macro invocation
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(memchr_runtime_avx)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(memchr_runtime_avx)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
= note: this warning originates in the macro `unsafe_ifunc` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unexpected `cfg` condition name: `memchr_runtime_sse2`
--> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/memchr-2.5.0/src/memchr/x86/mod.rs:47:32
|
47 | } else if cfg!(memchr_runtime_sse2) {
| ^^^^^^^^^^^^^^^^^^^
...
129 | / unsafe_ifunc!(
130 | | fn(u8, u8, &[u8]) -> Option,
131 | | memrchr2,
132 | | haystack,
133 | | n1,
134 | | n2
135 | | )
| |_____- in this macro invocation
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(memchr_runtime_sse2)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(memchr_runtime_sse2)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
= note: this warning originates in the macro `unsafe_ifunc` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unexpected `cfg` condition name: `memchr_runtime_avx`
--> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/memchr-2.5.0/src/memchr/x86/mod.rs:45:25
|
45 | if cfg!(memchr_runtime_avx) && is_x86_feature_detected!("avx2") {
| ^^^^^^^^^^^^^^^^^^
...
140 | / unsafe_ifunc!(
141 | | fn(u8, u8, u8, &[u8]) -> Option,
142 | | memrchr3,
143 | | haystack,
... |
146 | | n3
147 | | )
| |_____- in this macro invocation
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(memchr_runtime_avx)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(memchr_runtime_avx)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
= note: this warning originates in the macro `unsafe_ifunc` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unexpected `cfg` condition name: `memchr_runtime_sse2`
--> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/memchr-2.5.0/src/memchr/x86/mod.rs:47:32
|
47 | } else if cfg!(memchr_runtime_sse2) {
| ^^^^^^^^^^^^^^^^^^^
...
140 | / unsafe_ifunc!(
141 | | fn(u8, u8, u8, &[u8]) -> Option,
142 | | memrchr3,
143 | | haystack,
... |
146 | | n3
147 | | )
| |_____- in this macro invocation
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(memchr_runtime_sse2)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(memchr_runtime_sse2)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
= note: this warning originates in the macro `unsafe_ifunc` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unexpected `cfg` condition name: `memchr_runtime_simd`
--> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/memchr-2.5.0/src/memchr/mod.rs:94:39
|
94 | #[cfg(all(target_arch = "x86_64", memchr_runtime_simd, not(miri)))]
| ^^^^^^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(memchr_runtime_simd)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `memchr_libc`
--> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/memchr-2.5.0/src/memchr/mod.rs:101:9
|
101 | memchr_libc,
| ^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(memchr_libc)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(memchr_libc)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `memchr_runtime_simd`
--> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/memchr-2.5.0/src/memchr/mod.rs:102:41
|
102 | not(all(target_arch = "x86_64", memchr_runtime_simd)),
| ^^^^^^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(memchr_runtime_simd)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `memchr_libc`
--> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/memchr-2.5.0/src/memchr/mod.rs:111:13
|
111 | not(memchr_libc),
| ^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(memchr_libc)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(memchr_libc)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `memchr_runtime_simd`
--> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/memchr-2.5.0/src/memchr/mod.rs:112:41
|
112 | not(all(target_arch = "x86_64", memchr_runtime_simd)),
| ^^^^^^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(memchr_runtime_simd)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `memchr_runtime_simd`
--> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/memchr-2.5.0/src/memchr/mod.rs:158:39
|
158 | #[cfg(all(target_arch = "x86_64", memchr_runtime_simd, not(miri)))]
| ^^^^^^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(memchr_runtime_simd)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `memchr_runtime_simd`
--> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/memchr-2.5.0/src/memchr/mod.rs:165:41
|
165 | not(all(target_arch = "x86_64", memchr_runtime_simd)),
| ^^^^^^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(memchr_runtime_simd)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `memchr_runtime_simd`
--> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/memchr-2.5.0/src/memchr/mod.rs:216:39
|
216 | #[cfg(all(target_arch = "x86_64", memchr_runtime_simd, not(miri)))]
| ^^^^^^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(memchr_runtime_simd)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `memchr_runtime_simd`
--> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/memchr-2.5.0/src/memchr/mod.rs:223:41
|
223 | not(all(target_arch = "x86_64", memchr_runtime_simd)),
| ^^^^^^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(memchr_runtime_simd)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `memchr_runtime_simd`
--> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/memchr-2.5.0/src/memchr/mod.rs:267:39
|
267 | #[cfg(all(target_arch = "x86_64", memchr_runtime_simd, not(miri)))]
| ^^^^^^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(memchr_runtime_simd)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `memchr_libc`
--> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/memchr-2.5.0/src/memchr/mod.rs:274:9
|
274 | memchr_libc,
| ^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(memchr_libc)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(memchr_libc)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `memchr_runtime_simd`
--> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/memchr-2.5.0/src/memchr/mod.rs:276:41
|
276 | not(all(target_arch = "x86_64", memchr_runtime_simd)),
| ^^^^^^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(memchr_runtime_simd)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `memchr_libc`
--> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/memchr-2.5.0/src/memchr/mod.rs:285:17
|
285 | not(all(memchr_libc, target_os = "linux")),
| ^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(memchr_libc)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(memchr_libc)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `memchr_runtime_simd`
--> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/memchr-2.5.0/src/memchr/mod.rs:286:41
|
286 | not(all(target_arch = "x86_64", memchr_runtime_simd)),
| ^^^^^^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(memchr_runtime_simd)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `memchr_runtime_simd`
--> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/memchr-2.5.0/src/memchr/mod.rs:332:39
|
332 | #[cfg(all(target_arch = "x86_64", memchr_runtime_simd, not(miri)))]
| ^^^^^^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(memchr_runtime_simd)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `memchr_runtime_simd`
--> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/memchr-2.5.0/src/memchr/mod.rs:339:41
|
339 | not(all(target_arch = "x86_64", memchr_runtime_simd)),
| ^^^^^^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(memchr_runtime_simd)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `memchr_runtime_simd`
--> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/memchr-2.5.0/src/memchr/mod.rs:390:39
|
390 | #[cfg(all(target_arch = "x86_64", memchr_runtime_simd, not(miri)))]
| ^^^^^^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(memchr_runtime_simd)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `memchr_runtime_simd`
--> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/memchr-2.5.0/src/memchr/mod.rs:397:41
|
397 | not(all(target_arch = "x86_64", memchr_runtime_simd)),
| ^^^^^^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(memchr_runtime_simd)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `memchr_runtime_simd`
--> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/memchr-2.5.0/src/memmem/mod.rs:149:7
|
149 | #[cfg(memchr_runtime_simd)]
| ^^^^^^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(memchr_runtime_simd)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `memchr_runtime_simd`
--> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/memchr-2.5.0/src/memmem/mod.rs:156:7
|
156 | #[cfg(memchr_runtime_simd)]
| ^^^^^^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(memchr_runtime_simd)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `memchr_runtime_wasm128`
--> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/memchr-2.5.0/src/memmem/mod.rs:158:11
|
158 | #[cfg(all(memchr_runtime_wasm128))]
| ^^^^^^^^^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(memchr_runtime_wasm128)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(memchr_runtime_wasm128)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `memchr_runtime_simd`
--> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/memchr-2.5.0/src/memmem/mod.rs:160:46
|
160 | #[cfg(all(not(miri), target_arch = "x86_64", memchr_runtime_simd))]
| ^^^^^^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(memchr_runtime_simd)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `memchr_runtime_simd`
--> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/memchr-2.5.0/src/memmem/mod.rs:811:50
|
811 | #[cfg(all(not(miri), target_arch = "x86_64", memchr_runtime_simd))]
| ^^^^^^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(memchr_runtime_simd)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `memchr_runtime_wasm128`
--> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/memchr-2.5.0/src/memmem/mod.rs:813:11
|
813 | #[cfg(memchr_runtime_wasm128)]
| ^^^^^^^^^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(memchr_runtime_wasm128)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(memchr_runtime_wasm128)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `memchr_runtime_simd`
--> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/memchr-2.5.0/src/memmem/mod.rs:815:50
|
815 | #[cfg(all(not(miri), target_arch = "x86_64", memchr_runtime_simd))]
| ^^^^^^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(memchr_runtime_simd)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `memchr_runtime_simd`
--> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/memchr-2.5.0/src/memmem/prefilter/mod.rs:4:7
|
4 | #[cfg(memchr_runtime_simd)]
| ^^^^^^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(memchr_runtime_simd)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `memchr_runtime_simd`
--> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/memchr-2.5.0/src/memmem/prefilter/mod.rs:6:46
|
6 | #[cfg(all(not(miri), target_arch = "wasm32", memchr_runtime_simd))]
| ^^^^^^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(memchr_runtime_simd)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `memchr_runtime_simd`
--> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/memchr-2.5.0/src/memmem/prefilter/mod.rs:8:46
|
8 | #[cfg(all(not(miri), target_arch = "x86_64", memchr_runtime_simd))]
| ^^^^^^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(memchr_runtime_simd)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `memchr_runtime_simd`
--> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/memchr-2.5.0/src/memmem/prefilter/mod.rs:99:7
|
99 | #[cfg(memchr_runtime_simd)]
| ^^^^^^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(memchr_runtime_simd)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `memchr_runtime_simd`
--> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/memchr-2.5.0/src/memmem/prefilter/mod.rs:299:50
|
299 | #[cfg(all(not(miri), target_arch = "x86_64", memchr_runtime_simd))]
| ^^^^^^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(memchr_runtime_simd)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `memchr_runtime_simd`
--> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/memchr-2.5.0/src/memmem/prefilter/mod.rs:317:50
|
317 | #[cfg(all(not(miri), target_arch = "wasm32", memchr_runtime_simd))]
| ^^^^^^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(memchr_runtime_simd)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `memchr_runtime_avx`
--> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/memchr-2.5.0/src/memmem/prefilter/mod.rs:303:21
|
303 | if cfg!(memchr_runtime_avx) {
| ^^^^^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(memchr_runtime_avx)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(memchr_runtime_avx)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `memchr_runtime_sse2`
--> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/memchr-2.5.0/src/memmem/prefilter/mod.rs:311:17
|
311 | if cfg!(memchr_runtime_sse2) {
| ^^^^^^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(memchr_runtime_sse2)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(memchr_runtime_sse2)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `memchr_runtime_simd`
--> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/memchr-2.5.0/src/memmem/rarebytes.rs:99:11
|
99 | #[cfg(memchr_runtime_simd)]
| ^^^^^^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(memchr_runtime_simd)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `memchr_runtime_simd`
--> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/memchr-2.5.0/src/memmem/rarebytes.rs:107:11
|
107 | #[cfg(memchr_runtime_simd)]
| ^^^^^^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(memchr_runtime_simd)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `memchr_runtime_avx`
--> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/memchr-2.5.0/src/memmem/x86/avx.rs:24:22
|
24 | if !cfg!(memchr_runtime_avx) || !is_x86_feature_detected!("avx2") {
| ^^^^^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(memchr_runtime_avx)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(memchr_runtime_avx)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `memchr_runtime_sse2`
--> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/memchr-2.5.0/src/memmem/x86/sse.rs:14:18
|
14 | if !cfg!(memchr_runtime_sse2) {
| ^^^^^^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(memchr_runtime_sse2)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(memchr_runtime_sse2)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `memchr_runtime_simd`
--> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/memchr-2.5.0/src/memmem/mod.rs:838:54
|
838 | #[cfg(all(not(miri), target_arch = "x86_64", memchr_runtime_simd))]
| ^^^^^^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(memchr_runtime_simd)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `memchr_runtime_simd`
--> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/memchr-2.5.0/src/memmem/mod.rs:846:43
|
846 | #[cfg(all(target_arch = "wasm32", memchr_runtime_simd))]
| ^^^^^^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(memchr_runtime_simd)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `memchr_runtime_simd`
--> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/memchr-2.5.0/src/memmem/mod.rs:884:34
|
884 | #[cfg(all(not(miri), memchr_runtime_simd))]
| ^^^^^^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(memchr_runtime_simd)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `memchr_runtime_simd`
--> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/memchr-2.5.0/src/memmem/mod.rs:889:17
|
889 | memchr_runtime_simd
| ^^^^^^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(memchr_runtime_simd)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `memchr_runtime_simd`
--> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/memchr-2.5.0/src/memmem/mod.rs:909:34
|
909 | #[cfg(all(not(miri), memchr_runtime_simd))]
| ^^^^^^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(memchr_runtime_simd)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `memchr_runtime_simd`
--> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/memchr-2.5.0/src/memmem/mod.rs:914:17
|
914 | memchr_runtime_simd
| ^^^^^^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(memchr_runtime_simd)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `memchr_runtime_simd`
--> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/memchr-2.5.0/src/memmem/mod.rs:953:34
|
953 | #[cfg(all(not(miri), memchr_runtime_simd))]
| ^^^^^^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(memchr_runtime_simd)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `memchr_runtime_simd`
--> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/memchr-2.5.0/src/memmem/mod.rs:966:17
|
966 | memchr_runtime_simd
| ^^^^^^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(memchr_runtime_simd)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(memchr_runtime_simd)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
Fresh crossbeam-utils v0.8.15
warning: unexpected `cfg` condition name: `crossbeam_loom`
--> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/crossbeam-utils-0.8.15/src/lib.rs:42:7
|
42 | #[cfg(crossbeam_loom)]
| ^^^^^^^^^^^^^^
|
= help: expected names are: `docsrs`, `feature`, and `test` and 31 more
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_loom)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
= note: `#[warn(unexpected_cfgs)]` on by default
warning: unexpected `cfg` condition name: `crossbeam_loom`
--> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/crossbeam-utils-0.8.15/src/lib.rs:63:11
|
63 | #[cfg(not(crossbeam_loom))]
| ^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_loom)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `crossbeam_loom`
--> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/crossbeam-utils-0.8.15/src/lib.rs:101:19
|
101 | #[cfg(not(crossbeam_loom))]
| ^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_loom)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `crossbeam_no_atomic`
--> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/crossbeam-utils-0.8.15/src/lib.rs:73:23
|
73 | #[cfg(not(crossbeam_no_atomic))]
| ^^^^^^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_no_atomic)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_no_atomic)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `crossbeam_no_atomic_64`
--> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/crossbeam-utils-0.8.15/src/lib.rs:78:23
|
78 | #[cfg(not(crossbeam_no_atomic_64))]
| ^^^^^^^^^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_no_atomic_64)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_no_atomic_64)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `crossbeam_no_atomic_cas`
--> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/crossbeam-utils-0.8.15/src/atomic/mod.rs:6:11
|
6 | #[cfg(not(crossbeam_no_atomic_cas))]
| ^^^^^^^^^^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_no_atomic_cas)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_no_atomic_cas)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `crossbeam_loom`
--> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/crossbeam-utils-0.8.15/src/atomic/mod.rs:7:11
|
7 | #[cfg(not(crossbeam_loom))]
| ^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_loom)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `crossbeam_no_atomic_cas`
--> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/crossbeam-utils-0.8.15/src/atomic/mod.rs:26:11
|
26 | #[cfg(not(crossbeam_no_atomic_cas))]
| ^^^^^^^^^^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_no_atomic_cas)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_no_atomic_cas)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `crossbeam_loom`
--> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/crossbeam-utils-0.8.15/src/atomic/mod.rs:30:11
|
30 | #[cfg(not(crossbeam_loom))]
| ^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_loom)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `crossbeam_no_atomic_cas`
--> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/crossbeam-utils-0.8.15/src/atomic/mod.rs:34:11
|
34 | #[cfg(not(crossbeam_no_atomic_cas))]
| ^^^^^^^^^^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_no_atomic_cas)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_no_atomic_cas)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `crossbeam_loom`
--> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/crossbeam-utils-0.8.15/src/atomic/mod.rs:35:11
|
35 | #[cfg(not(crossbeam_loom))]
| ^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_loom)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition value: `128`
--> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/crossbeam-utils-0.8.15/src/atomic/mod.rs:18:47
|
18 | if #[cfg(any(target_pointer_width = "64", target_pointer_width = "128"))] {
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: expected values for `target_pointer_width` are: `16`, `32`, and `64`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `crossbeam_no_atomic_64`
--> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/crossbeam-utils-0.8.15/src/atomic/atomic_cell.rs:728:11
|
728 | #[cfg(not(crossbeam_no_atomic_64))]
| ^^^^^^^^^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_no_atomic_64)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_no_atomic_64)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `crossbeam_no_atomic_64`
--> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/crossbeam-utils-0.8.15/src/atomic/atomic_cell.rs:730:11
|
730 | #[cfg(not(crossbeam_no_atomic_64))]
| ^^^^^^^^^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_no_atomic_64)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_no_atomic_64)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `crossbeam_no_atomic_64`
--> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/crossbeam-utils-0.8.15/src/atomic/atomic_cell.rs:732:7
|
732 | #[cfg(crossbeam_no_atomic_64)]
| ^^^^^^^^^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_no_atomic_64)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_no_atomic_64)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `crossbeam_no_atomic_64`
--> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/crossbeam-utils-0.8.15/src/atomic/atomic_cell.rs:734:7
|
734 | #[cfg(crossbeam_no_atomic_64)]
| ^^^^^^^^^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_no_atomic_64)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_no_atomic_64)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `crossbeam_no_atomic_64`
--> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/crossbeam-utils-0.8.15/src/atomic/atomic_cell.rs:976:15
|
976 | #[cfg(not(crossbeam_no_atomic_64))]
| ^^^^^^^^^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_no_atomic_64)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_no_atomic_64)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `crossbeam_no_atomic_64`
--> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/crossbeam-utils-0.8.15/src/atomic/atomic_cell.rs:959:23
|
959 | #[cfg(not(crossbeam_no_atomic_64))]
| ^^^^^^^^^^^^^^^^^^^^^^
...
991 | / atomic! {
992 | | T, a,
993 | | {
994 | | a = &*(src as *const _ as *const _);
... |
1022 | | }
| |_____- in this macro invocation
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_no_atomic_64)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_no_atomic_64)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
= note: this warning originates in the macro `atomic` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unexpected `cfg` condition name: `crossbeam_no_atomic_64`
--> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/crossbeam-utils-0.8.15/src/atomic/atomic_cell.rs:959:23
|
959 | #[cfg(not(crossbeam_no_atomic_64))]
| ^^^^^^^^^^^^^^^^^^^^^^
...
1030 | / atomic! {
1031 | | T, a,
1032 | | {
1033 | | a = &*(dst as *const _ as *const _);
... |
1041 | | }
| |_____- in this macro invocation
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_no_atomic_64)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_no_atomic_64)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
= note: this warning originates in the macro `atomic` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unexpected `cfg` condition name: `crossbeam_no_atomic_64`
--> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/crossbeam-utils-0.8.15/src/atomic/atomic_cell.rs:959:23
|
959 | #[cfg(not(crossbeam_no_atomic_64))]
| ^^^^^^^^^^^^^^^^^^^^^^
...
1049 | / atomic! {
1050 | | T, a,
1051 | | {
1052 | | a = &*(dst as *const _ as *const _);
... |
1061 | | }
| |_____- in this macro invocation
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_no_atomic_64)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_no_atomic_64)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
= note: this warning originates in the macro `atomic` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unexpected `cfg` condition name: `crossbeam_no_atomic_64`
--> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/crossbeam-utils-0.8.15/src/atomic/atomic_cell.rs:959:23
|
959 | #[cfg(not(crossbeam_no_atomic_64))]
| ^^^^^^^^^^^^^^^^^^^^^^
...
1076 | / atomic! {
1077 | | T, a,
1078 | | {
1079 | | a = &*(dst as *const _ as *const _);
... |
1120 | | }
| |_____- in this macro invocation
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_no_atomic_64)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_no_atomic_64)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
= note: this warning originates in the macro `atomic` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unexpected `cfg` condition name: `crossbeam_no_atomic`
--> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/crossbeam-utils-0.8.15/src/atomic/consume.rs:3:11
|
3 | #[cfg(not(crossbeam_no_atomic))]
| ^^^^^^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_no_atomic)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_no_atomic)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `crossbeam_no_atomic`
--> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/crossbeam-utils-0.8.15/src/atomic/consume.rs:29:11
|
29 | #[cfg(not(crossbeam_no_atomic))]
| ^^^^^^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_no_atomic)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_no_atomic)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `crossbeam_no_atomic`
--> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/crossbeam-utils-0.8.15/src/atomic/consume.rs:42:11
|
42 | #[cfg(not(crossbeam_no_atomic))]
| ^^^^^^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_no_atomic)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_no_atomic)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `crossbeam_no_atomic_64`
--> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/crossbeam-utils-0.8.15/src/atomic/consume.rs:77:11
|
77 | #[cfg(not(crossbeam_no_atomic_64))]
| ^^^^^^^^^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_no_atomic_64)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_no_atomic_64)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `crossbeam_no_atomic_64`
--> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/crossbeam-utils-0.8.15/src/atomic/consume.rs:79:11
|
79 | #[cfg(not(crossbeam_no_atomic_64))]
| ^^^^^^^^^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_no_atomic_64)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_no_atomic_64)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `crossbeam_no_atomic`
--> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/crossbeam-utils-0.8.15/src/atomic/consume.rs:82:11
|
82 | #[cfg(not(crossbeam_no_atomic))]
| ^^^^^^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_no_atomic)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_no_atomic)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `crossbeam_loom`
--> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/crossbeam-utils-0.8.15/src/atomic/consume.rs:88:7
|
88 | #[cfg(crossbeam_loom)]
| ^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_loom)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `crossbeam_no_atomic`
--> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/crossbeam-utils-0.8.15/src/atomic/consume.rs:55:19
|
55 | #[cfg(not(crossbeam_no_atomic))]
| ^^^^^^^^^^^^^^^^^^^
...
68 | impl_atomic!(AtomicBool, bool);
| ------------------------------ in this macro invocation
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_no_atomic)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_no_atomic)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
= note: this warning originates in the macro `impl_atomic` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unexpected `cfg` condition name: `crossbeam_loom`
--> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/crossbeam-utils-0.8.15/src/atomic/consume.rs:60:15
|
60 | #[cfg(crossbeam_loom)]
| ^^^^^^^^^^^^^^
...
68 | impl_atomic!(AtomicBool, bool);
| ------------------------------ in this macro invocation
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_loom)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
= note: this warning originates in the macro `impl_atomic` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unexpected `cfg` condition name: `crossbeam_no_atomic`
--> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/crossbeam-utils-0.8.15/src/atomic/consume.rs:55:19
|
55 | #[cfg(not(crossbeam_no_atomic))]
| ^^^^^^^^^^^^^^^^^^^
...
69 | impl_atomic!(AtomicUsize, usize);
| -------------------------------- in this macro invocation
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_no_atomic)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_no_atomic)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
= note: this warning originates in the macro `impl_atomic` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unexpected `cfg` condition name: `crossbeam_loom`
--> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/crossbeam-utils-0.8.15/src/atomic/consume.rs:60:15
|
60 | #[cfg(crossbeam_loom)]
| ^^^^^^^^^^^^^^
...
69 | impl_atomic!(AtomicUsize, usize);
| -------------------------------- in this macro invocation
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_loom)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
= note: this warning originates in the macro `impl_atomic` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unexpected `cfg` condition name: `crossbeam_no_atomic`
--> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/crossbeam-utils-0.8.15/src/atomic/consume.rs:55:19
|
55 | #[cfg(not(crossbeam_no_atomic))]
| ^^^^^^^^^^^^^^^^^^^
...
70 | impl_atomic!(AtomicIsize, isize);
| -------------------------------- in this macro invocation
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_no_atomic)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_no_atomic)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
= note: this warning originates in the macro `impl_atomic` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unexpected `cfg` condition name: `crossbeam_loom`
--> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/crossbeam-utils-0.8.15/src/atomic/consume.rs:60:15
|
60 | #[cfg(crossbeam_loom)]
| ^^^^^^^^^^^^^^
...
70 | impl_atomic!(AtomicIsize, isize);
| -------------------------------- in this macro invocation
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_loom)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
= note: this warning originates in the macro `impl_atomic` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unexpected `cfg` condition name: `crossbeam_no_atomic`
--> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/crossbeam-utils-0.8.15/src/atomic/consume.rs:55:19
|
55 | #[cfg(not(crossbeam_no_atomic))]
| ^^^^^^^^^^^^^^^^^^^
...
71 | impl_atomic!(AtomicU8, u8);
| -------------------------- in this macro invocation
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_no_atomic)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_no_atomic)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
= note: this warning originates in the macro `impl_atomic` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unexpected `cfg` condition name: `crossbeam_loom`
--> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/crossbeam-utils-0.8.15/src/atomic/consume.rs:60:15
|
60 | #[cfg(crossbeam_loom)]
| ^^^^^^^^^^^^^^
...
71 | impl_atomic!(AtomicU8, u8);
| -------------------------- in this macro invocation
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_loom)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
= note: this warning originates in the macro `impl_atomic` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unexpected `cfg` condition name: `crossbeam_no_atomic`
--> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/crossbeam-utils-0.8.15/src/atomic/consume.rs:55:19
|
55 | #[cfg(not(crossbeam_no_atomic))]
| ^^^^^^^^^^^^^^^^^^^
...
72 | impl_atomic!(AtomicI8, i8);
| -------------------------- in this macro invocation
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_no_atomic)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_no_atomic)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
= note: this warning originates in the macro `impl_atomic` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unexpected `cfg` condition name: `crossbeam_loom`
--> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/crossbeam-utils-0.8.15/src/atomic/consume.rs:60:15
|
60 | #[cfg(crossbeam_loom)]
| ^^^^^^^^^^^^^^
...
72 | impl_atomic!(AtomicI8, i8);
| -------------------------- in this macro invocation
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_loom)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
= note: this warning originates in the macro `impl_atomic` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unexpected `cfg` condition name: `crossbeam_no_atomic`
--> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/crossbeam-utils-0.8.15/src/atomic/consume.rs:55:19
|
55 | #[cfg(not(crossbeam_no_atomic))]
| ^^^^^^^^^^^^^^^^^^^
...
73 | impl_atomic!(AtomicU16, u16);
| ---------------------------- in this macro invocation
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_no_atomic)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_no_atomic)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
= note: this warning originates in the macro `impl_atomic` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unexpected `cfg` condition name: `crossbeam_loom`
--> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/crossbeam-utils-0.8.15/src/atomic/consume.rs:60:15
|
60 | #[cfg(crossbeam_loom)]
| ^^^^^^^^^^^^^^
...
73 | impl_atomic!(AtomicU16, u16);
| ---------------------------- in this macro invocation
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_loom)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
= note: this warning originates in the macro `impl_atomic` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unexpected `cfg` condition name: `crossbeam_no_atomic`
--> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/crossbeam-utils-0.8.15/src/atomic/consume.rs:55:19
|
55 | #[cfg(not(crossbeam_no_atomic))]
| ^^^^^^^^^^^^^^^^^^^
...
74 | impl_atomic!(AtomicI16, i16);
| ---------------------------- in this macro invocation
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_no_atomic)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_no_atomic)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
= note: this warning originates in the macro `impl_atomic` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unexpected `cfg` condition name: `crossbeam_loom`
--> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/crossbeam-utils-0.8.15/src/atomic/consume.rs:60:15
|
60 | #[cfg(crossbeam_loom)]
| ^^^^^^^^^^^^^^
...
74 | impl_atomic!(AtomicI16, i16);
| ---------------------------- in this macro invocation
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_loom)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
= note: this warning originates in the macro `impl_atomic` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unexpected `cfg` condition name: `crossbeam_no_atomic`
--> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/crossbeam-utils-0.8.15/src/atomic/consume.rs:55:19
|
55 | #[cfg(not(crossbeam_no_atomic))]
| ^^^^^^^^^^^^^^^^^^^
...
75 | impl_atomic!(AtomicU32, u32);
| ---------------------------- in this macro invocation
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_no_atomic)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_no_atomic)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
= note: this warning originates in the macro `impl_atomic` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unexpected `cfg` condition name: `crossbeam_loom`
--> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/crossbeam-utils-0.8.15/src/atomic/consume.rs:60:15
|
60 | #[cfg(crossbeam_loom)]
| ^^^^^^^^^^^^^^
...
75 | impl_atomic!(AtomicU32, u32);
| ---------------------------- in this macro invocation
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_loom)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
= note: this warning originates in the macro `impl_atomic` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unexpected `cfg` condition name: `crossbeam_no_atomic`
--> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/crossbeam-utils-0.8.15/src/atomic/consume.rs:55:19
|
55 | #[cfg(not(crossbeam_no_atomic))]
| ^^^^^^^^^^^^^^^^^^^
...
76 | impl_atomic!(AtomicI32, i32);
| ---------------------------- in this macro invocation
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_no_atomic)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_no_atomic)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
= note: this warning originates in the macro `impl_atomic` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unexpected `cfg` condition name: `crossbeam_loom`
--> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/crossbeam-utils-0.8.15/src/atomic/consume.rs:60:15
|
60 | #[cfg(crossbeam_loom)]
| ^^^^^^^^^^^^^^
...
76 | impl_atomic!(AtomicI32, i32);
| ---------------------------- in this macro invocation
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_loom)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
= note: this warning originates in the macro `impl_atomic` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unexpected `cfg` condition name: `crossbeam_no_atomic`
--> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/crossbeam-utils-0.8.15/src/atomic/consume.rs:55:19
|
55 | #[cfg(not(crossbeam_no_atomic))]
| ^^^^^^^^^^^^^^^^^^^
...
78 | impl_atomic!(AtomicU64, u64);
| ---------------------------- in this macro invocation
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_no_atomic)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_no_atomic)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
= note: this warning originates in the macro `impl_atomic` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unexpected `cfg` condition name: `crossbeam_loom`
--> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/crossbeam-utils-0.8.15/src/atomic/consume.rs:60:15
|
60 | #[cfg(crossbeam_loom)]
| ^^^^^^^^^^^^^^
...
78 | impl_atomic!(AtomicU64, u64);
| ---------------------------- in this macro invocation
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_loom)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
= note: this warning originates in the macro `impl_atomic` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unexpected `cfg` condition name: `crossbeam_no_atomic`
--> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/crossbeam-utils-0.8.15/src/atomic/consume.rs:55:19
|
55 | #[cfg(not(crossbeam_no_atomic))]
| ^^^^^^^^^^^^^^^^^^^
...
80 | impl_atomic!(AtomicI64, i64);
| ---------------------------- in this macro invocation
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_no_atomic)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_no_atomic)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
= note: this warning originates in the macro `impl_atomic` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unexpected `cfg` condition name: `crossbeam_loom`
--> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/crossbeam-utils-0.8.15/src/atomic/consume.rs:60:15
|
60 | #[cfg(crossbeam_loom)]
| ^^^^^^^^^^^^^^
...
80 | impl_atomic!(AtomicI64, i64);
| ---------------------------- in this macro invocation
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_loom)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
= note: this warning originates in the macro `impl_atomic` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unexpected `cfg` condition name: `crossbeam_loom`
--> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/crossbeam-utils-0.8.15/src/sync/mod.rs:7:11
|
7 | #[cfg(not(crossbeam_loom))]
| ^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_loom)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `crossbeam_loom`
--> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/crossbeam-utils-0.8.15/src/sync/mod.rs:10:11
|
10 | #[cfg(not(crossbeam_loom))]
| ^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_loom)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `crossbeam_loom`
--> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/crossbeam-utils-0.8.15/src/sync/mod.rs:15:11
|
15 | #[cfg(not(crossbeam_loom))]
| ^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossbeam_loom)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
Fresh memchr v2.5.0
Fresh futures-core v0.3.28
warning: unexpected `cfg` condition name: `futures_no_atomic_cas`
--> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/futures-core-0.3.28/src/task/__internal/mod.rs:1:11
|
1 | #[cfg(not(futures_no_atomic_cas))]
| ^^^^^^^^^^^^^^^^^^^^^
|
= help: expected names are: `docsrs`, `feature`, and `test` and 31 more
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(futures_no_atomic_cas)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(futures_no_atomic_cas)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
= note: `#[warn(unexpected_cfgs)]` on by default
warning: unexpected `cfg` condition name: `futures_no_atomic_cas`
--> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/futures-core-0.3.28/src/task/__internal/mod.rs:3:11
|
3 | #[cfg(not(futures_no_atomic_cas))]
| ^^^^^^^^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(futures_no_atomic_cas)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(futures_no_atomic_cas)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: trait `AssertSync` is never used
--> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/futures-core-0.3.28/src/task/__internal/atomic_waker.rs:209:15
|
209 | trait AssertSync: Sync {}
| ^^^^^^^^^^
|
= note: `#[warn(dead_code)]` on by default
warning: unexpected `cfg` condition name: `rustbuild`
--> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/log-0.4.17/src/lib.rs:324:13
|
324 | #![cfg_attr(rustbuild, feature(staged_api, rustc_private))]
| ^^^^^^^^^
|
= help: expected names are: `docsrs`, `feature`, and `test` and 31 more
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(rustbuild)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(rustbuild)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
= note: `#[warn(unexpected_cfgs)]` on by default
warning: unexpected `cfg` condition name: `rustbuild`
--> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/log-0.4.17/src/lib.rs:325:13
|
325 | #![cfg_attr(rustbuild, unstable(feature = "rustc_private", issue = "27812"))]
| ^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(rustbuild)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(rustbuild)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `has_atomics`
--> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/log-0.4.17/src/lib.rs:347:7
|
347 | #[cfg(has_atomics)]
| ^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_atomics)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_atomics)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `has_atomics`
--> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/log-0.4.17/src/lib.rs:350:11
|
350 | #[cfg(not(has_atomics))]
| ^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_atomics)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_atomics)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `has_atomics`
--> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/log-0.4.17/src/lib.rs:352:11
|
352 | #[cfg(not(has_atomics))]
| ^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_atomics)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_atomics)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `has_atomics`
--> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/log-0.4.17/src/lib.rs:355:11
|
355 | #[cfg(not(has_atomics))]
| ^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_atomics)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_atomics)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `has_atomics`
--> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/log-0.4.17/src/lib.rs:360:11
|
360 | #[cfg(not(has_atomics))]
| ^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_atomics)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_atomics)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `has_atomics`
--> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/log-0.4.17/src/lib.rs:392:11
|
392 | #[cfg(not(has_atomics))]
| ^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_atomics)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_atomics)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `atomic_cas`
--> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/log-0.4.17/src/lib.rs:1406:28
|
1406 | #[cfg(all(feature = "std", atomic_cas))]
| ^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(atomic_cas)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(atomic_cas)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `atomic_cas`
--> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/log-0.4.17/src/lib.rs:1464:7
|
1464 | #[cfg(atomic_cas)]
| ^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(atomic_cas)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(atomic_cas)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `atomic_cas`
--> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/log-0.4.17/src/lib.rs:1469:7
|
1469 | #[cfg(atomic_cas)]
| ^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(atomic_cas)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(atomic_cas)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
Fresh foldhash v0.1.4
Fresh bitflags v2.5.0
Fresh futures-io v0.3.28
warning: unexpected `cfg` condition name: `doc_cfg`
--> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/rand_core-0.6.3/src/lib.rs:38:13
|
38 | #![cfg_attr(doc_cfg, feature(doc_cfg))]
| ^^^^^^^
|
= help: expected names are: `docsrs`, `feature`, and `test` and 31 more
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
= note: `#[warn(unexpected_cfgs)]` on by default
warning: `libc` (lib) generated 8 warnings
warning: `libc` (lib) generated 8 warnings (8 duplicates)
warning: `memchr` (lib) generated 59 warnings
warning: `crossbeam-utils` (lib) generated 53 warnings
warning: `memchr` (lib) generated 59 warnings (59 duplicates)
warning: `futures-core` (lib) generated 3 warnings
warning: `log` (lib) generated 11 warnings
warning: `rand_core` (lib) generated 1 warning
Fresh syn v2.0.96
Fresh syn v1.0.96
warning: unexpected `cfg` condition name: `doc_cfg`
--> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/lib.rs:254:13
|
254 | #![cfg_attr(doc_cfg, feature(doc_cfg))]
| ^^^^^^^
|
= help: expected names are: `docsrs`, `feature`, and `test` and 31 more
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
= note: `#[warn(unexpected_cfgs)]` on by default
warning: unexpected `cfg` condition name: `doc_cfg`
--> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/lib.rs:428:12
|
428 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))]
| ^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `doc_cfg`
--> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/lib.rs:431:12
|
431 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))]
| ^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `doc_cfg`
--> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/lib.rs:452:12
|
452 | #[cfg_attr(doc_cfg, doc(cfg(all(feature = "parsing", feature = "printing"))))]
| ^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `doc_cfg`
--> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/lib.rs:801:12
|
801 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))]
| ^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `doc_cfg`
--> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/lib.rs:872:12
|
872 | #[cfg_attr(doc_cfg, doc(cfg(all(feature = "parsing", feature = "proc-macro"))))]
| ^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `doc_cfg`
--> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/lib.rs:892:12
|
892 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))]
| ^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `doc_cfg`
--> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/lib.rs:921:12
|
921 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))]
| ^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `doc_cfg`
--> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/lib.rs:964:12
|
964 | #[cfg_attr(doc_cfg, doc(cfg(all(feature = "parsing", feature = "full"))))]
| ^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `doc_cfg`
--> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/group.rs:136:12
|
136 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))]
| ^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `doc_cfg`
--> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/group.rs:214:12
|
214 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))]
| ^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `doc_cfg`
--> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/group.rs:269:12
|
269 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))]
| ^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `doc_cfg`
--> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/token.rs:561:12
|
561 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))]
| ^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `doc_cfg`
--> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/token.rs:569:12
|
569 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))]
| ^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `syn_omit_await_from_token_macro`
--> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/token.rs:881:11
|
881 | #[cfg(not(syn_omit_await_from_token_macro))]
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(syn_omit_await_from_token_macro)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(syn_omit_await_from_token_macro)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `syn_omit_await_from_token_macro`
--> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/token.rs:883:7
|
883 | #[cfg(syn_omit_await_from_token_macro)]
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(syn_omit_await_from_token_macro)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(syn_omit_await_from_token_macro)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `doc_cfg`
--> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/token.rs:394:24
|
394 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
| ^^^^^^^
...
556 | / define_punctuation_structs! {
557 | | "_" pub struct Underscore/1 /// `_`
558 | | }
| |_- in this macro invocation
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
= note: this warning originates in the macro `define_punctuation_structs` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unexpected `cfg` condition name: `doc_cfg`
--> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/token.rs:398:24
|
398 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
| ^^^^^^^
...
556 | / define_punctuation_structs! {
557 | | "_" pub struct Underscore/1 /// `_`
558 | | }
| |_- in this macro invocation
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
= note: this warning originates in the macro `define_punctuation_structs` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unexpected `cfg` condition name: `doc_cfg`
--> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/token.rs:406:24
|
406 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
| ^^^^^^^
...
556 | / define_punctuation_structs! {
557 | | "_" pub struct Underscore/1 /// `_`
558 | | }
| |_- in this macro invocation
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
= note: this warning originates in the macro `define_punctuation_structs` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unexpected `cfg` condition name: `doc_cfg`
--> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/token.rs:414:24
|
414 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
| ^^^^^^^
...
556 | / define_punctuation_structs! {
557 | | "_" pub struct Underscore/1 /// `_`
558 | | }
| |_- in this macro invocation
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
= note: this warning originates in the macro `define_punctuation_structs` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unexpected `cfg` condition name: `doc_cfg`
--> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/token.rs:418:24
|
418 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
| ^^^^^^^
...
556 | / define_punctuation_structs! {
557 | | "_" pub struct Underscore/1 /// `_`
558 | | }
| |_- in this macro invocation
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
= note: this warning originates in the macro `define_punctuation_structs` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unexpected `cfg` condition name: `doc_cfg`
--> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/token.rs:426:24
|
426 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
| ^^^^^^^
...
556 | / define_punctuation_structs! {
557 | | "_" pub struct Underscore/1 /// `_`
558 | | }
| |_- in this macro invocation
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
= note: this warning originates in the macro `define_punctuation_structs` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unexpected `cfg` condition name: `doc_cfg`
--> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/token.rs:271:24
|
271 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
| ^^^^^^^
...
652 | / define_keywords! {
653 | | "abstract" pub struct Abstract /// `abstract`
654 | | "as" pub struct As /// `as`
655 | | "async" pub struct Async /// `async`
... |
704 | | "yield" pub struct Yield /// `yield`
705 | | }
| |_- in this macro invocation
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
= note: this warning originates in the macro `define_keywords` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unexpected `cfg` condition name: `doc_cfg`
--> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/token.rs:275:24
|
275 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
| ^^^^^^^
...
652 | / define_keywords! {
653 | | "abstract" pub struct Abstract /// `abstract`
654 | | "as" pub struct As /// `as`
655 | | "async" pub struct Async /// `async`
... |
704 | | "yield" pub struct Yield /// `yield`
705 | | }
| |_- in this macro invocation
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
= note: this warning originates in the macro `define_keywords` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unexpected `cfg` condition name: `doc_cfg`
--> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/token.rs:283:24
|
283 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
| ^^^^^^^
...
652 | / define_keywords! {
653 | | "abstract" pub struct Abstract /// `abstract`
654 | | "as" pub struct As /// `as`
655 | | "async" pub struct Async /// `async`
... |
704 | | "yield" pub struct Yield /// `yield`
705 | | }
| |_- in this macro invocation
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
= note: this warning originates in the macro `define_keywords` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unexpected `cfg` condition name: `doc_cfg`
--> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/token.rs:291:24
|
291 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
| ^^^^^^^
...
652 | / define_keywords! {
653 | | "abstract" pub struct Abstract /// `abstract`
654 | | "as" pub struct As /// `as`
655 | | "async" pub struct Async /// `async`
... |
704 | | "yield" pub struct Yield /// `yield`
705 | | }
| |_- in this macro invocation
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
= note: this warning originates in the macro `define_keywords` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unexpected `cfg` condition name: `doc_cfg`
--> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/token.rs:295:24
|
295 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
| ^^^^^^^
...
652 | / define_keywords! {
653 | | "abstract" pub struct Abstract /// `abstract`
654 | | "as" pub struct As /// `as`
655 | | "async" pub struct Async /// `async`
... |
704 | | "yield" pub struct Yield /// `yield`
705 | | }
| |_- in this macro invocation
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
= note: this warning originates in the macro `define_keywords` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unexpected `cfg` condition name: `doc_cfg`
--> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/token.rs:303:24
|
303 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
| ^^^^^^^
...
652 | / define_keywords! {
653 | | "abstract" pub struct Abstract /// `abstract`
654 | | "as" pub struct As /// `as`
655 | | "async" pub struct Async /// `async`
... |
704 | | "yield" pub struct Yield /// `yield`
705 | | }
| |_- in this macro invocation
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
= note: this warning originates in the macro `define_keywords` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unexpected `cfg` condition name: `doc_cfg`
--> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/token.rs:309:24
|
309 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))]
| ^^^^^^^
...
652 | / define_keywords! {
653 | | "abstract" pub struct Abstract /// `abstract`
654 | | "as" pub struct As /// `as`
655 | | "async" pub struct Async /// `async`
... |
704 | | "yield" pub struct Yield /// `yield`
705 | | }
| |_- in this macro invocation
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
= note: this warning originates in the macro `define_keywords` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unexpected `cfg` condition name: `doc_cfg`
--> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/token.rs:317:24
|
317 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))]
| ^^^^^^^
...
652 | / define_keywords! {
653 | | "abstract" pub struct Abstract /// `abstract`
654 | | "as" pub struct As /// `as`
655 | | "async" pub struct Async /// `async`
... |
704 | | "yield" pub struct Yield /// `yield`
705 | | }
| |_- in this macro invocation
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
= note: this warning originates in the macro `define_keywords` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unexpected `cfg` condition name: `doc_cfg`
--> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/token.rs:444:24
|
444 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))]
| ^^^^^^^
...
707 | / define_punctuation! {
708 | | "+" pub struct Add/1 /// `+`
709 | | "+=" pub struct AddEq/2 /// `+=`
710 | | "&" pub struct And/1 /// `&`
... |
753 | | "~" pub struct Tilde/1 /// `~`
754 | | }
| |_- in this macro invocation
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
= note: this warning originates in the macro `define_punctuation` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unexpected `cfg` condition name: `doc_cfg`
--> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/token.rs:452:24
|
452 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))]
| ^^^^^^^
...
707 | / define_punctuation! {
708 | | "+" pub struct Add/1 /// `+`
709 | | "+=" pub struct AddEq/2 /// `+=`
710 | | "&" pub struct And/1 /// `&`
... |
753 | | "~" pub struct Tilde/1 /// `~`
754 | | }
| |_- in this macro invocation
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
= note: this warning originates in the macro `define_punctuation` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unexpected `cfg` condition name: `doc_cfg`
--> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/token.rs:394:24
|
394 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
| ^^^^^^^
...
707 | / define_punctuation! {
708 | | "+" pub struct Add/1 /// `+`
709 | | "+=" pub struct AddEq/2 /// `+=`
710 | | "&" pub struct And/1 /// `&`
... |
753 | | "~" pub struct Tilde/1 /// `~`
754 | | }
| |_- in this macro invocation
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
= note: this warning originates in the macro `define_punctuation_structs` which comes from the expansion of the macro `define_punctuation` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unexpected `cfg` condition name: `doc_cfg`
--> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/token.rs:398:24
|
398 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
| ^^^^^^^
...
707 | / define_punctuation! {
708 | | "+" pub struct Add/1 /// `+`
709 | | "+=" pub struct AddEq/2 /// `+=`
710 | | "&" pub struct And/1 /// `&`
... |
753 | | "~" pub struct Tilde/1 /// `~`
754 | | }
| |_- in this macro invocation
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
= note: this warning originates in the macro `define_punctuation_structs` which comes from the expansion of the macro `define_punctuation` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unexpected `cfg` condition name: `doc_cfg`
--> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/token.rs:406:24
|
406 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
| ^^^^^^^
...
707 | / define_punctuation! {
708 | | "+" pub struct Add/1 /// `+`
709 | | "+=" pub struct AddEq/2 /// `+=`
710 | | "&" pub struct And/1 /// `&`
... |
753 | | "~" pub struct Tilde/1 /// `~`
754 | | }
| |_- in this macro invocation
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
= note: this warning originates in the macro `define_punctuation_structs` which comes from the expansion of the macro `define_punctuation` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unexpected `cfg` condition name: `doc_cfg`
--> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/token.rs:414:24
|
414 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
| ^^^^^^^
...
707 | / define_punctuation! {
708 | | "+" pub struct Add/1 /// `+`
709 | | "+=" pub struct AddEq/2 /// `+=`
710 | | "&" pub struct And/1 /// `&`
... |
753 | | "~" pub struct Tilde/1 /// `~`
754 | | }
| |_- in this macro invocation
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
= note: this warning originates in the macro `define_punctuation_structs` which comes from the expansion of the macro `define_punctuation` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unexpected `cfg` condition name: `doc_cfg`
--> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/token.rs:418:24
|
418 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
| ^^^^^^^
...
707 | / define_punctuation! {
708 | | "+" pub struct Add/1 /// `+`
709 | | "+=" pub struct AddEq/2 /// `+=`
710 | | "&" pub struct And/1 /// `&`
... |
753 | | "~" pub struct Tilde/1 /// `~`
754 | | }
| |_- in this macro invocation
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
= note: this warning originates in the macro `define_punctuation_structs` which comes from the expansion of the macro `define_punctuation` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unexpected `cfg` condition name: `doc_cfg`
--> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/token.rs:426:24
|
426 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
| ^^^^^^^
...
707 | / define_punctuation! {
708 | | "+" pub struct Add/1 /// `+`
709 | | "+=" pub struct AddEq/2 /// `+=`
710 | | "&" pub struct And/1 /// `&`
... |
753 | | "~" pub struct Tilde/1 /// `~`
754 | | }
| |_- in this macro invocation
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
= note: this warning originates in the macro `define_punctuation_structs` which comes from the expansion of the macro `define_punctuation` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unexpected `cfg` condition name: `doc_cfg`
--> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/token.rs:503:24
|
503 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
| ^^^^^^^
...
756 | / define_delimiters! {
757 | | "{" pub struct Brace /// `{...}`
758 | | "[" pub struct Bracket /// `[...]`
759 | | "(" pub struct Paren /// `(...)`
760 | | " " pub struct Group /// None-delimited group
761 | | }
| |_- in this macro invocation
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
= note: this warning originates in the macro `define_delimiters` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unexpected `cfg` condition name: `doc_cfg`
--> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/token.rs:507:24
|
507 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
| ^^^^^^^
...
756 | / define_delimiters! {
757 | | "{" pub struct Brace /// `{...}`
758 | | "[" pub struct Bracket /// `[...]`
759 | | "(" pub struct Paren /// `(...)`
760 | | " " pub struct Group /// None-delimited group
761 | | }
| |_- in this macro invocation
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
= note: this warning originates in the macro `define_delimiters` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unexpected `cfg` condition name: `doc_cfg`
--> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/token.rs:515:24
|
515 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
| ^^^^^^^
...
756 | / define_delimiters! {
757 | | "{" pub struct Brace /// `{...}`
758 | | "[" pub struct Bracket /// `[...]`
759 | | "(" pub struct Paren /// `(...)`
760 | | " " pub struct Group /// None-delimited group
761 | | }
| |_- in this macro invocation
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
= note: this warning originates in the macro `define_delimiters` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unexpected `cfg` condition name: `doc_cfg`
--> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/token.rs:523:24
|
523 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
| ^^^^^^^
...
756 | / define_delimiters! {
757 | | "{" pub struct Brace /// `{...}`
758 | | "[" pub struct Bracket /// `[...]`
759 | | "(" pub struct Paren /// `(...)`
760 | | " " pub struct Group /// None-delimited group
761 | | }
| |_- in this macro invocation
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
= note: this warning originates in the macro `define_delimiters` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unexpected `cfg` condition name: `doc_cfg`
--> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/token.rs:527:24
|
527 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
| ^^^^^^^
...
756 | / define_delimiters! {
757 | | "{" pub struct Brace /// `{...}`
758 | | "[" pub struct Bracket /// `[...]`
759 | | "(" pub struct Paren /// `(...)`
760 | | " " pub struct Group /// None-delimited group
761 | | }
| |_- in this macro invocation
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
= note: this warning originates in the macro `define_delimiters` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unexpected `cfg` condition name: `doc_cfg`
--> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/token.rs:535:24
|
535 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
| ^^^^^^^
...
756 | / define_delimiters! {
757 | | "{" pub struct Brace /// `{...}`
758 | | "[" pub struct Bracket /// `[...]`
759 | | "(" pub struct Paren /// `(...)`
760 | | " " pub struct Group /// None-delimited group
761 | | }
| |_- in this macro invocation
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
= note: this warning originates in the macro `define_delimiters` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unexpected `cfg` condition name: `doc_cfg`
--> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/ident.rs:38:12
|
38 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))]
| ^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `doc_cfg`
--> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/attr.rs:463:12
|
463 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))]
| ^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `doc_cfg`
--> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/attr.rs:148:16
|
148 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))]
| ^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `doc_cfg`
--> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/attr.rs:329:16
|
329 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))]
| ^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `doc_cfg`
--> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/attr.rs:360:16
|
360 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))]
| ^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `doc_cfg`
--> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/macros.rs:155:20
|
155 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))]
| ^^^^^^^
|
::: /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/attr.rs:336:1
|
336 | / ast_enum_of_structs! {
337 | | /// Content of a compile-time structured attribute.
338 | | ///
339 | | /// *This type is available only if Syn is built with the `"derive"` or `"full"`
... |
370 | | }
| |_- in this macro invocation
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
= note: this warning originates in the macro `generate_to_tokens` which comes from the expansion of the macro `ast_enum_of_structs` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unexpected `cfg` condition name: `doc_cfg`
--> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/attr.rs:377:16
|
377 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))]
| ^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `doc_cfg`
--> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/attr.rs:390:16
|
390 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))]
| ^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `doc_cfg`
--> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/attr.rs:417:16
|
417 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))]
| ^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `doc_cfg`
--> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/macros.rs:155:20
|
155 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))]
| ^^^^^^^
|
::: /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/attr.rs:412:1
|
412 | / ast_enum_of_structs! {
413 | | /// Element of a compile-time attribute list.
414 | | ///
415 | | /// *This type is available only if Syn is built with the `"derive"` or `"full"`
... |
426 | | }
| |_- in this macro invocation
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
= note: this warning originates in the macro `generate_to_tokens` which comes from the expansion of the macro `ast_enum_of_structs` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unexpected `cfg` condition name: `doc_cfg`
--> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/attr.rs:165:16
|
165 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))]
| ^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `doc_cfg`
--> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/attr.rs:213:16
|
213 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))]
| ^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `doc_cfg`
--> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/attr.rs:223:16
|
223 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))]
| ^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `doc_cfg`
--> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/attr.rs:237:16
|
237 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))]
| ^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `doc_cfg`
--> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/attr.rs:251:16
|
251 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))]
| ^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `doc_cfg`
--> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/attr.rs:557:16
|
557 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))]
| ^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `doc_cfg`
--> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/attr.rs:565:16
|
565 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))]
| ^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `doc_cfg`
--> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/attr.rs:573:16
|
573 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))]
| ^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `doc_cfg`
--> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/attr.rs:581:16
|
581 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))]
| ^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `doc_cfg`
--> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/attr.rs:630:16
|
630 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))]
| ^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `doc_cfg`
--> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/attr.rs:644:16
|
644 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))]
| ^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `doc_cfg`
--> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/attr.rs:654:16
|
654 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))]
| ^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `doc_cfg`
--> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/data.rs:9:16
|
9 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))]
| ^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `doc_cfg`
--> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/data.rs:36:16
|
36 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))]
| ^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `doc_cfg`
--> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/macros.rs:155:20
|
155 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))]
| ^^^^^^^
|
::: /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/data.rs:25:1
|
25 | / ast_enum_of_structs! {
26 | | /// Data stored within an enum variant or struct.
27 | | ///
28 | | /// *This type is available only if Syn is built with the `"derive"` or `"full"`
... |
48 | | }
| |_- in this macro invocation
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
= note: this warning originates in the macro `generate_to_tokens` which comes from the expansion of the macro `ast_enum_of_structs` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unexpected `cfg` condition name: `doc_cfg`
--> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/data.rs:56:16
|
56 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))]
| ^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `doc_cfg`
--> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/data.rs:68:16
|
68 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))]
| ^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `doc_cfg`
--> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/data.rs:153:16
|
153 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))]
| ^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `doc_cfg`
--> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/data.rs:185:16
|
185 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))]
| ^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `doc_cfg`
--> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/macros.rs:155:20
|
155 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))]
| ^^^^^^^
|
::: /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/data.rs:173:1
|
173 | / ast_enum_of_structs! {
174 | | /// The visibility level of an item: inherited or `pub` or
175 | | /// `pub(restricted)`.
176 | | ///
... |
200 | | }
| |_- in this macro invocation
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
= note: this warning originates in the macro `generate_to_tokens` which comes from the expansion of the macro `ast_enum_of_structs` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unexpected `cfg` condition name: `doc_cfg`
--> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/data.rs:207:16
|
207 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))]
| ^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `doc_cfg`
--> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/data.rs:218:16
|
218 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))]
| ^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `doc_cfg`
--> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/data.rs:230:16
|
230 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))]
| ^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `doc_cfg`
--> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/data.rs:246:16
|
246 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))]
| ^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `doc_cfg`
--> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/data.rs:275:16
|
275 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))]
| ^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `doc_cfg`
--> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/data.rs:286:16
|
286 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))]
| ^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `doc_cfg`
--> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/data.rs:327:16
|
327 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))]
| ^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `doc_cfg`
--> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/data.rs:299:20
|
299 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))]
| ^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `doc_cfg`
--> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/data.rs:315:20
|
315 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))]
| ^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `doc_cfg`
--> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/data.rs:423:16
|
423 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))]
| ^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `doc_cfg`
--> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/data.rs:436:16
|
436 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))]
| ^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `doc_cfg`
--> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/data.rs:445:16
|
445 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))]
| ^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `doc_cfg`
--> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/data.rs:454:16
|
454 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))]
| ^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `doc_cfg`
--> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/data.rs:467:16
|
467 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))]
| ^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `doc_cfg`
--> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/data.rs:474:16
|
474 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))]
| ^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `doc_cfg`
--> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/data.rs:481:16
|
481 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))]
| ^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `doc_cfg`
--> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/expr.rs:89:16
|
89 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))]
| ^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `syn_no_non_exhaustive`
--> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/expr.rs:90:20
|
90 | #[cfg_attr(not(syn_no_non_exhaustive), non_exhaustive)]
| ^^^^^^^^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(syn_no_non_exhaustive)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(syn_no_non_exhaustive)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `doc_cfg`
--> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/macros.rs:155:20
|
155 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))]
| ^^^^^^^
|
::: /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/expr.rs:14:1
|
14 | / ast_enum_of_structs! {
15 | | /// A Rust expression.
16 | | ///
17 | | /// *This type is available only if Syn is built with the `"derive"` or `"full"`
... |
250 | | }
| |_- in this macro invocation
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
= note: this warning originates in the macro `generate_to_tokens` which comes from the expansion of the macro `ast_enum_of_structs` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unexpected `cfg` condition name: `doc_cfg`
--> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/expr.rs:256:16
|
256 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))]
| ^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `doc_cfg`
--> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/expr.rs:268:16
|
268 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))]
| ^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `doc_cfg`
--> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/expr.rs:281:16
|
281 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))]
| ^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `doc_cfg`
--> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/expr.rs:294:16
|
294 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))]
| ^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `doc_cfg`
--> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/expr.rs:307:16
|
307 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))]
| ^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `doc_cfg`
--> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/expr.rs:321:16
|
321 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))]
| ^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `doc_cfg`
--> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/expr.rs:334:16
|
334 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))]
| ^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `doc_cfg`
--> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/expr.rs:346:16
|
346 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))]
| ^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `doc_cfg`
--> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/expr.rs:359:16
|
359 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))]
| ^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `doc_cfg`
--> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/expr.rs:373:16
|
373 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))]
| ^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `doc_cfg`
--> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/expr.rs:387:16
|
387 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))]
| ^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `doc_cfg`
--> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/expr.rs:400:16
|
400 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))]
| ^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `doc_cfg`
--> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/expr.rs:418:16
|
418 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))]
| ^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `doc_cfg`
--> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/expr.rs:431:16
|
431 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))]
| ^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `doc_cfg`
--> /magus/work/usr/mports/sysutils/zellij/work/zellij-0.42.2/cargo-crates/syn-1.0.96/src/expr.rs:444:16
|
444 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))]
| ^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
= note: see
MidnightBSD Magus