textproc/quickwit
Sub-second search & analytics engine on cloud storage
| Flavor | Version | Run | OSVersion | Arch | License | Restricted | Status | |
|---|---|---|---|---|---|---|---|---|
| 0.8.2_7 | 632 | 4.0 | amd64 | agpl | 0 | fail |
License Permissions: dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
Events
| Machine | Type | Time | Message |
|---|---|---|---|
| m4064b | info | 2026-02-19 21:55:50.815538 | Test Started |
| m4064b | fail | 2026-02-19 23:01:42.645564 | make test returned non-zero: 1 |
| m4064b | fail | 2026-02-19 23:01:42.948466 | Test complete. |
Log
[1m===> Testing for quickwit-0.8.2_7[0m
warning: unexpected `cfg` condition name: `procmacro2_semver_exempt`
--> /magus/work/usr/mports/textproc/quickwit/work/quickwit-0.8.2/cargo-crates/proc-macro2-1.0.79/build.rs:48:30
|
48 | let semver_exempt = cfg!(procmacro2_semver_exempt) || docs_rs;
| ^^^^^^^^^^^^^^^^^^^^^^^^
|
= help: expected names are: `docsrs`, `feature`, and `test` and 31 more
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(procmacro2_semver_exempt)'] }
= note: see for more information about checking conditional configuration
= note: `#[warn(unexpected_cfgs)]` on by default
warning: `proc-macro2` (build script) generated 1 warning
Fresh autocfg v1.1.0
Fresh version_check v0.9.4
Compiling cfg-if v1.0.0
warning: unexpected `cfg` condition value: `checked`
--> /magus/work/usr/mports/textproc/quickwit/work/quickwit-0.8.2/cargo-crates/libm-0.2.8/build.rs:9:14
|
9 | if !cfg!(feature = "checked") {
| ^^^^^^^^^^^^^^^^^^^
|
= note: expected values for `feature` are: `default`, `musl-reference-tests`, `rand`, and `unstable`
= help: consider adding `checked` as a feature in `Cargo.toml`
= note: see for more information about checking conditional configuration
= note: `#[warn(unexpected_cfgs)]` on by default
Compiling memchr v2.7.1
Compiling once_cell v1.19.0
Compiling itoa v1.0.10
Compiling log v0.4.21
Compiling pin-project-lite v0.2.13
warning: `libm` (build script) generated 1 warning
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=cfg_if CARGO_MANIFEST_DIR=/magus/work/usr/mports/textproc/quickwit/work/quickwit-0.8.2/cargo-crates/cfg-if-1.0.0 CARGO_MANIFEST_PATH=/magus/work/usr/mports/textproc/quickwit/work/quickwit-0.8.2/cargo-crates/cfg-if-1.0.0/Cargo.toml CARGO_PKG_AUTHORS='Alex Crichton ' CARGO_PKG_DESCRIPTION='A macro to ergonomically define an item depending on a large number of #[cfg]
parameters. Structured like an if-else chain, the first matching branch is the
item that gets emitted.
' CARGO_PKG_HOMEPAGE='https://github.com/alexcrichton/cfg-if' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=cfg-if CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/alexcrichton/cfg-if' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.0.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/textproc/quickwit/work/target/release/deps /usr/local/bin/rustc --crate-name cfg_if --edition=2018 /magus/work/usr/mports/textproc/quickwit/work/quickwit-0.8.2/cargo-crates/cfg-if-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C linker-plugin-lto -C codegen-units=1 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "rustc-dep-of-std"))' -C metadata=a7e04052f02f7d8e -C extra-filename=-8c04341d1a4ab639 --out-dir /magus/work/usr/mports/textproc/quickwit/work/target/x86_64-unknown-freebsd/release/deps --target x86_64-unknown-freebsd -C linker=cc -C strip=symbols -L dependency=/magus/work/usr/mports/textproc/quickwit/work/target/x86_64-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/textproc/quickwit/work/target/release/deps --cap-lints warn -C link-arg=-fstack-protector-strong`
warning: unexpected `cfg` condition name: `proc_macro_span`
--> /magus/work/usr/mports/textproc/quickwit/work/quickwit-0.8.2/cargo-crates/proc-macro2-1.0.79/src/lib.rs:90:17
|
90 | #![cfg_attr(any(proc_macro_span, super_unstable), feature(proc_macro_span))]
| ^^^^^^^^^^^^^^^ help: there is a config with a similar name: `proc_macro`
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(proc_macro_span)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(proc_macro_span)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
= note: `#[warn(unexpected_cfgs)]` on by default
warning: unexpected `cfg` condition name: `super_unstable`
--> /magus/work/usr/mports/textproc/quickwit/work/quickwit-0.8.2/cargo-crates/proc-macro2-1.0.79/src/lib.rs:90:34
|
90 | #![cfg_attr(any(proc_macro_span, super_unstable), feature(proc_macro_span))]
| ^^^^^^^^^^^^^^
|
= help: expected names are: `docsrs`, `feature`, and `test` and 31 more
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(super_unstable)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(super_unstable)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `super_unstable`
--> /magus/work/usr/mports/textproc/quickwit/work/quickwit-0.8.2/cargo-crates/proc-macro2-1.0.79/src/lib.rs:91:13
|
91 | #![cfg_attr(super_unstable, feature(proc_macro_def_site))]
| ^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(super_unstable)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(super_unstable)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `doc_cfg`
--> /magus/work/usr/mports/textproc/quickwit/work/quickwit-0.8.2/cargo-crates/proc-macro2-1.0.79/src/lib.rs:92:13
|
92 | #![cfg_attr(doc_cfg, feature(doc_cfg))]
| ^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `procmacro2_semver_exempt`
--> /magus/work/usr/mports/textproc/quickwit/work/quickwit-0.8.2/cargo-crates/proc-macro2-1.0.79/src/lib.rs:118:11
|
118 | #[cfg(all(procmacro2_semver_exempt, wrap_proc_macro, not(super_unstable)))]
| ^^^^^^^^^^^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(procmacro2_semver_exempt)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(procmacro2_semver_exempt)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `wrap_proc_macro`
--> /magus/work/usr/mports/textproc/quickwit/work/quickwit-0.8.2/cargo-crates/proc-macro2-1.0.79/src/lib.rs:118:37
|
118 | #[cfg(all(procmacro2_semver_exempt, wrap_proc_macro, not(super_unstable)))]
| ^^^^^^^^^^^^^^^ help: there is a config with a similar name: `proc_macro`
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(wrap_proc_macro)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(wrap_proc_macro)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `super_unstable`
--> /magus/work/usr/mports/textproc/quickwit/work/quickwit-0.8.2/cargo-crates/proc-macro2-1.0.79/src/lib.rs:118:58
|
118 | #[cfg(all(procmacro2_semver_exempt, wrap_proc_macro, not(super_unstable)))]
| ^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(super_unstable)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(super_unstable)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `procmacro2_nightly_testing`
--> /magus/work/usr/mports/textproc/quickwit/work/quickwit-0.8.2/cargo-crates/proc-macro2-1.0.79/src/lib.rs:127:5
|
127 | procmacro2_nightly_testing,
| ^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(procmacro2_nightly_testing)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(procmacro2_nightly_testing)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `proc_macro_span`
--> /magus/work/usr/mports/textproc/quickwit/work/quickwit-0.8.2/cargo-crates/proc-macro2-1.0.79/src/lib.rs:129:9
|
129 | not(proc_macro_span)
| ^^^^^^^^^^^^^^^ help: there is a config with a similar name: `proc_macro`
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(proc_macro_span)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(proc_macro_span)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `wrap_proc_macro`
--> /magus/work/usr/mports/textproc/quickwit/work/quickwit-0.8.2/cargo-crates/proc-macro2-1.0.79/src/lib.rs:144:7
|
144 | #[cfg(wrap_proc_macro)]
| ^^^^^^^^^^^^^^^ help: there is a config with a similar name: `proc_macro`
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(wrap_proc_macro)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(wrap_proc_macro)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `wrap_proc_macro`
--> /magus/work/usr/mports/textproc/quickwit/work/quickwit-0.8.2/cargo-crates/proc-macro2-1.0.79/src/lib.rs:154:11
|
154 | #[cfg(not(wrap_proc_macro))]
| ^^^^^^^^^^^^^^^ help: there is a config with a similar name: `proc_macro`
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(wrap_proc_macro)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(wrap_proc_macro)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `wrap_proc_macro`
--> /magus/work/usr/mports/textproc/quickwit/work/quickwit-0.8.2/cargo-crates/proc-macro2-1.0.79/src/lib.rs:157:7
|
157 | #[cfg(wrap_proc_macro)]
| ^^^^^^^^^^^^^^^ help: there is a config with a similar name: `proc_macro`
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(wrap_proc_macro)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(wrap_proc_macro)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `span_locations`
--> /magus/work/usr/mports/textproc/quickwit/work/quickwit-0.8.2/cargo-crates/proc-macro2-1.0.79/src/lib.rs:160:7
|
160 | #[cfg(span_locations)]
| ^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(span_locations)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(span_locations)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `span_locations`
--> /magus/work/usr/mports/textproc/quickwit/work/quickwit-0.8.2/cargo-crates/proc-macro2-1.0.79/src/lib.rs:168:7
|
168 | #[cfg(span_locations)]
| ^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(span_locations)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(span_locations)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `procmacro2_semver_exempt`
--> /magus/work/usr/mports/textproc/quickwit/work/quickwit-0.8.2/cargo-crates/proc-macro2-1.0.79/src/lib.rs:173:7
|
173 | #[cfg(procmacro2_semver_exempt)]
| ^^^^^^^^^^^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(procmacro2_semver_exempt)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(procmacro2_semver_exempt)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `span_locations`
--> /magus/work/usr/mports/textproc/quickwit/work/quickwit-0.8.2/cargo-crates/proc-macro2-1.0.79/src/lib.rs:176:7
|
176 | #[cfg(span_locations)]
| ^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(span_locations)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(span_locations)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `doc_cfg`
--> /magus/work/usr/mports/textproc/quickwit/work/quickwit-0.8.2/cargo-crates/proc-macro2-1.0.79/src/lib.rs:254:12
|
254 | #[cfg_attr(doc_cfg, doc(cfg(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/textproc/quickwit/work/quickwit-0.8.2/cargo-crates/proc-macro2-1.0.79/src/lib.rs:262:12
|
262 | #[cfg_attr(doc_cfg, doc(cfg(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: `procmacro2_semver_exempt`
--> /magus/work/usr/mports/textproc/quickwit/work/quickwit-0.8.2/cargo-crates/proc-macro2-1.0.79/src/lib.rs:340:11
|
340 | #[cfg(all(procmacro2_semver_exempt, any(not(wrap_proc_macro), super_unstable)))]
| ^^^^^^^^^^^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(procmacro2_semver_exempt)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(procmacro2_semver_exempt)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `wrap_proc_macro`
--> /magus/work/usr/mports/textproc/quickwit/work/quickwit-0.8.2/cargo-crates/proc-macro2-1.0.79/src/lib.rs:340:45
|
340 | #[cfg(all(procmacro2_semver_exempt, any(not(wrap_proc_macro), super_unstable)))]
| ^^^^^^^^^^^^^^^ help: there is a config with a similar name: `proc_macro`
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(wrap_proc_macro)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(wrap_proc_macro)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `super_unstable`
--> /magus/work/usr/mports/textproc/quickwit/work/quickwit-0.8.2/cargo-crates/proc-macro2-1.0.79/src/lib.rs:340:63
|
340 | #[cfg(all(procmacro2_semver_exempt, any(not(wrap_proc_macro), super_unstable)))]
| ^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(super_unstable)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(super_unstable)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `procmacro2_semver_exempt`
--> /magus/work/usr/mports/textproc/quickwit/work/quickwit-0.8.2/cargo-crates/proc-macro2-1.0.79/src/lib.rs:348:11
|
348 | #[cfg(all(procmacro2_semver_exempt, any(not(wrap_proc_macro), super_unstable)))]
| ^^^^^^^^^^^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(procmacro2_semver_exempt)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(procmacro2_semver_exempt)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `wrap_proc_macro`
--> /magus/work/usr/mports/textproc/quickwit/work/quickwit-0.8.2/cargo-crates/proc-macro2-1.0.79/src/lib.rs:348:45
|
348 | #[cfg(all(procmacro2_semver_exempt, any(not(wrap_proc_macro), super_unstable)))]
| ^^^^^^^^^^^^^^^ help: there is a config with a similar name: `proc_macro`
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(wrap_proc_macro)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(wrap_proc_macro)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `super_unstable`
--> /magus/work/usr/mports/textproc/quickwit/work/quickwit-0.8.2/cargo-crates/proc-macro2-1.0.79/src/lib.rs:348:63
|
348 | #[cfg(all(procmacro2_semver_exempt, any(not(wrap_proc_macro), super_unstable)))]
| ^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(super_unstable)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(super_unstable)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `procmacro2_semver_exempt`
--> /magus/work/usr/mports/textproc/quickwit/work/quickwit-0.8.2/cargo-crates/proc-macro2-1.0.79/src/lib.rs:381:11
|
381 | #[cfg(all(procmacro2_semver_exempt, any(not(wrap_proc_macro), super_unstable)))]
| ^^^^^^^^^^^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(procmacro2_semver_exempt)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(procmacro2_semver_exempt)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `wrap_proc_macro`
--> /magus/work/usr/mports/textproc/quickwit/work/quickwit-0.8.2/cargo-crates/proc-macro2-1.0.79/src/lib.rs:381:45
|
381 | #[cfg(all(procmacro2_semver_exempt, any(not(wrap_proc_macro), super_unstable)))]
| ^^^^^^^^^^^^^^^ help: there is a config with a similar name: `proc_macro`
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(wrap_proc_macro)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(wrap_proc_macro)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `super_unstable`
--> /magus/work/usr/mports/textproc/quickwit/work/quickwit-0.8.2/cargo-crates/proc-macro2-1.0.79/src/lib.rs:381:63
|
381 | #[cfg(all(procmacro2_semver_exempt, any(not(wrap_proc_macro), super_unstable)))]
| ^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(super_unstable)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(super_unstable)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `procmacro2_semver_exempt`
--> /magus/work/usr/mports/textproc/quickwit/work/quickwit-0.8.2/cargo-crates/proc-macro2-1.0.79/src/marker.rs:9:9
|
9 | all(procmacro2_semver_exempt, any(not(wrap_proc_macro), super_unstable)),
| ^^^^^^^^^^^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(procmacro2_semver_exempt)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(procmacro2_semver_exempt)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `wrap_proc_macro`
--> /magus/work/usr/mports/textproc/quickwit/work/quickwit-0.8.2/cargo-crates/proc-macro2-1.0.79/src/marker.rs:9:43
|
9 | all(procmacro2_semver_exempt, any(not(wrap_proc_macro), super_unstable)),
| ^^^^^^^^^^^^^^^ help: there is a config with a similar name: `proc_macro`
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(wrap_proc_macro)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(wrap_proc_macro)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `super_unstable`
--> /magus/work/usr/mports/textproc/quickwit/work/quickwit-0.8.2/cargo-crates/proc-macro2-1.0.79/src/marker.rs:9:61
|
9 | all(procmacro2_semver_exempt, any(not(wrap_proc_macro), super_unstable)),
| ^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(super_unstable)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(super_unstable)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `span_locations`
--> /magus/work/usr/mports/textproc/quickwit/work/quickwit-0.8.2/cargo-crates/proc-macro2-1.0.79/src/parse.rs:12:11
|
12 | #[cfg(span_locations)]
| ^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(span_locations)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(span_locations)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `span_locations`
--> /magus/work/usr/mports/textproc/quickwit/work/quickwit-0.8.2/cargo-crates/proc-macro2-1.0.79/src/parse.rs:21:19
|
21 | #[cfg(span_locations)]
| ^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(span_locations)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(span_locations)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `span_locations`
--> /magus/work/usr/mports/textproc/quickwit/work/quickwit-0.8.2/cargo-crates/proc-macro2-1.0.79/src/parse.rs:180:15
|
180 | #[cfg(span_locations)]
| ^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(span_locations)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(span_locations)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `span_locations`
--> /magus/work/usr/mports/textproc/quickwit/work/quickwit-0.8.2/cargo-crates/proc-macro2-1.0.79/src/parse.rs:187:23
|
187 | #[cfg(span_locations)]
| ^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(span_locations)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(span_locations)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `span_locations`
--> /magus/work/usr/mports/textproc/quickwit/work/quickwit-0.8.2/cargo-crates/proc-macro2-1.0.79/src/parse.rs:193:27
|
193 | #[cfg(not(span_locations))]
| ^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(span_locations)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(span_locations)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `span_locations`
--> /magus/work/usr/mports/textproc/quickwit/work/quickwit-0.8.2/cargo-crates/proc-macro2-1.0.79/src/parse.rs:206:19
|
206 | #[cfg(span_locations)]
| ^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(span_locations)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(span_locations)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `span_locations`
--> /magus/work/usr/mports/textproc/quickwit/work/quickwit-0.8.2/cargo-crates/proc-macro2-1.0.79/src/parse.rs:220:19
|
220 | #[cfg(span_locations)]
| ^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(span_locations)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(span_locations)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `span_locations`
--> /magus/work/usr/mports/textproc/quickwit/work/quickwit-0.8.2/cargo-crates/proc-macro2-1.0.79/src/parse.rs:229:23
|
229 | #[cfg(span_locations)]
| ^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(span_locations)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(span_locations)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `span_locations`
--> /magus/work/usr/mports/textproc/quickwit/work/quickwit-0.8.2/cargo-crates/proc-macro2-1.0.79/src/parse.rs:231:23
|
231 | #[cfg(span_locations)]
| ^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(span_locations)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(span_locations)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `span_locations`
--> /magus/work/usr/mports/textproc/quickwit/work/quickwit-0.8.2/cargo-crates/proc-macro2-1.0.79/src/parse.rs:242:23
|
242 | #[cfg(span_locations)]
| ^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(span_locations)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(span_locations)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `span_locations`
--> /magus/work/usr/mports/textproc/quickwit/work/quickwit-0.8.2/cargo-crates/proc-macro2-1.0.79/src/parse.rs:244:23
|
244 | #[cfg(span_locations)]
| ^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(span_locations)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(span_locations)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `span_locations`
--> /magus/work/usr/mports/textproc/quickwit/work/quickwit-0.8.2/cargo-crates/proc-macro2-1.0.79/src/parse.rs:254:15
|
254 | #[cfg(not(span_locations))]
| ^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(span_locations)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(span_locations)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `span_locations`
--> /magus/work/usr/mports/textproc/quickwit/work/quickwit-0.8.2/cargo-crates/proc-macro2-1.0.79/src/parse.rs:258:19
|
258 | #[cfg(span_locations)]
| ^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(span_locations)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(span_locations)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `span_locations`
--> /magus/work/usr/mports/textproc/quickwit/work/quickwit-0.8.2/cargo-crates/proc-macro2-1.0.79/src/parse.rs:260:19
|
260 | #[cfg(span_locations)]
| ^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(span_locations)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(span_locations)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `span_locations`
--> /magus/work/usr/mports/textproc/quickwit/work/quickwit-0.8.2/cargo-crates/proc-macro2-1.0.79/src/parse.rs:914:11
|
914 | #[cfg(span_locations)]
| ^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(span_locations)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(span_locations)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `span_locations`
--> /magus/work/usr/mports/textproc/quickwit/work/quickwit-0.8.2/cargo-crates/proc-macro2-1.0.79/src/parse.rs:918:15
|
918 | #[cfg(span_locations)]
| ^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(span_locations)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(span_locations)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `span_locations`
--> /magus/work/usr/mports/textproc/quickwit/work/quickwit-0.8.2/cargo-crates/proc-macro2-1.0.79/src/parse.rs:920:15
|
920 | #[cfg(span_locations)]
| ^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(span_locations)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(span_locations)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `no_is_available`
--> /magus/work/usr/mports/textproc/quickwit/work/quickwit-0.8.2/cargo-crates/proc-macro2-1.0.79/src/detection.rs:26:11
|
26 | #[cfg(not(no_is_available))]
| ^^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_is_available)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_is_available)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `no_is_available`
--> /magus/work/usr/mports/textproc/quickwit/work/quickwit-0.8.2/cargo-crates/proc-macro2-1.0.79/src/detection.rs:56:7
|
56 | #[cfg(no_is_available)]
| ^^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_is_available)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_is_available)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `span_locations`
--> /magus/work/usr/mports/textproc/quickwit/work/quickwit-0.8.2/cargo-crates/proc-macro2-1.0.79/src/fallback.rs:1:7
|
1 | #[cfg(span_locations)]
| ^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(span_locations)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(span_locations)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `span_locations`
--> /magus/work/usr/mports/textproc/quickwit/work/quickwit-0.8.2/cargo-crates/proc-macro2-1.0.79/src/fallback.rs:6:11
|
6 | #[cfg(all(span_locations, not(fuzzing)))]
| ^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(span_locations)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(span_locations)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `fuzzing`
--> /magus/work/usr/mports/textproc/quickwit/work/quickwit-0.8.2/cargo-crates/proc-macro2-1.0.79/src/fallback.rs:6:31
|
6 | #[cfg(all(span_locations, not(fuzzing)))]
| ^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(fuzzing)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(fuzzing)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `span_locations`
--> /magus/work/usr/mports/textproc/quickwit/work/quickwit-0.8.2/cargo-crates/proc-macro2-1.0.79/src/fallback.rs:8:11
|
8 | #[cfg(all(span_locations, not(fuzzing)))]
| ^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(span_locations)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(span_locations)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `fuzzing`
--> /magus/work/usr/mports/textproc/quickwit/work/quickwit-0.8.2/cargo-crates/proc-macro2-1.0.79/src/fallback.rs:8:31
|
8 | #[cfg(all(span_locations, not(fuzzing)))]
| ^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(fuzzing)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(fuzzing)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `span_locations`
--> /magus/work/usr/mports/textproc/quickwit/work/quickwit-0.8.2/cargo-crates/proc-macro2-1.0.79/src/fallback.rs:10:7
|
10 | #[cfg(span_locations)]
| ^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(span_locations)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(span_locations)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `span_locations`
--> /magus/work/usr/mports/textproc/quickwit/work/quickwit-0.8.2/cargo-crates/proc-macro2-1.0.79/src/fallback.rs:14:7
|
14 | #[cfg(span_locations)]
| ^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(span_locations)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(span_locations)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `procmacro2_semver_exempt`
--> /magus/work/usr/mports/textproc/quickwit/work/quickwit-0.8.2/cargo-crates/proc-macro2-1.0.79/src/fallback.rs:19:7
|
19 | #[cfg(procmacro2_semver_exempt)]
| ^^^^^^^^^^^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(procmacro2_semver_exempt)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(procmacro2_semver_exempt)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `span_locations`
--> /magus/work/usr/mports/textproc/quickwit/work/quickwit-0.8.2/cargo-crates/proc-macro2-1.0.79/src/fallback.rs:150:7
|
150 | #[cfg(span_locations)]
| ^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(span_locations)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(span_locations)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `span_locations`
--> /magus/work/usr/mports/textproc/quickwit/work/quickwit-0.8.2/cargo-crates/proc-macro2-1.0.79/src/fallback.rs:167:11
|
167 | #[cfg(not(span_locations))]
| ^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(span_locations)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(span_locations)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `procmacro2_semver_exempt`
--> /magus/work/usr/mports/textproc/quickwit/work/quickwit-0.8.2/cargo-crates/proc-macro2-1.0.79/src/fallback.rs:301:7
|
301 | #[cfg(procmacro2_semver_exempt)]
| ^^^^^^^^^^^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(procmacro2_semver_exempt)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(procmacro2_semver_exempt)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `procmacro2_semver_exempt`
--> /magus/work/usr/mports/textproc/quickwit/work/quickwit-0.8.2/cargo-crates/proc-macro2-1.0.79/src/fallback.rs:307:7
|
307 | #[cfg(procmacro2_semver_exempt)]
| ^^^^^^^^^^^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(procmacro2_semver_exempt)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(procmacro2_semver_exempt)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `procmacro2_semver_exempt`
--> /magus/work/usr/mports/textproc/quickwit/work/quickwit-0.8.2/cargo-crates/proc-macro2-1.0.79/src/fallback.rs:319:7
|
319 | #[cfg(procmacro2_semver_exempt)]
| ^^^^^^^^^^^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(procmacro2_semver_exempt)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(procmacro2_semver_exempt)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `span_locations`
--> /magus/work/usr/mports/textproc/quickwit/work/quickwit-0.8.2/cargo-crates/proc-macro2-1.0.79/src/fallback.rs:329:11
|
329 | #[cfg(all(span_locations, not(fuzzing)))]
| ^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(span_locations)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(span_locations)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `fuzzing`
--> /magus/work/usr/mports/textproc/quickwit/work/quickwit-0.8.2/cargo-crates/proc-macro2-1.0.79/src/fallback.rs:329:31
|
329 | #[cfg(all(span_locations, not(fuzzing)))]
| ^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(fuzzing)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(fuzzing)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `span_locations`
--> /magus/work/usr/mports/textproc/quickwit/work/quickwit-0.8.2/cargo-crates/proc-macro2-1.0.79/src/fallback.rs:343:7
|
343 | #[cfg(span_locations)]
| ^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(span_locations)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(span_locations)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `span_locations`
--> /magus/work/usr/mports/textproc/quickwit/work/quickwit-0.8.2/cargo-crates/proc-macro2-1.0.79/src/fallback.rs:349:11
|
349 | #[cfg(all(span_locations, not(fuzzing)))]
| ^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(span_locations)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(span_locations)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `fuzzing`
--> /magus/work/usr/mports/textproc/quickwit/work/quickwit-0.8.2/cargo-crates/proc-macro2-1.0.79/src/fallback.rs:349:31
|
349 | #[cfg(all(span_locations, not(fuzzing)))]
| ^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(fuzzing)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(fuzzing)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `span_locations`
--> /magus/work/usr/mports/textproc/quickwit/work/quickwit-0.8.2/cargo-crates/proc-macro2-1.0.79/src/fallback.rs:357:11
|
357 | #[cfg(all(span_locations, not(fuzzing)))]
| ^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(span_locations)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(span_locations)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `fuzzing`
--> /magus/work/usr/mports/textproc/quickwit/work/quickwit-0.8.2/cargo-crates/proc-macro2-1.0.79/src/fallback.rs:357:31
|
357 | #[cfg(all(span_locations, not(fuzzing)))]
| ^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(fuzzing)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(fuzzing)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `span_locations`
--> /magus/work/usr/mports/textproc/quickwit/work/quickwit-0.8.2/cargo-crates/proc-macro2-1.0.79/src/fallback.rs:424:11
|
424 | #[cfg(all(span_locations, not(fuzzing)))]
| ^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(span_locations)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(span_locations)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `fuzzing`
--> /magus/work/usr/mports/textproc/quickwit/work/quickwit-0.8.2/cargo-crates/proc-macro2-1.0.79/src/fallback.rs:424:31
|
424 | #[cfg(all(span_locations, not(fuzzing)))]
| ^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(fuzzing)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(fuzzing)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `span_locations`
--> /magus/work/usr/mports/textproc/quickwit/work/quickwit-0.8.2/cargo-crates/proc-macro2-1.0.79/src/fallback.rs:439:11
|
439 | #[cfg(all(span_locations, not(fuzzing)))]
| ^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(span_locations)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(span_locations)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `fuzzing`
--> /magus/work/usr/mports/textproc/quickwit/work/quickwit-0.8.2/cargo-crates/proc-macro2-1.0.79/src/fallback.rs:439:31
|
439 | #[cfg(all(span_locations, not(fuzzing)))]
| ^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(fuzzing)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(fuzzing)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `span_locations`
--> /magus/work/usr/mports/textproc/quickwit/work/quickwit-0.8.2/cargo-crates/proc-macro2-1.0.79/src/fallback.rs:444:11
|
444 | #[cfg(all(span_locations, not(fuzzing)))]
| ^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(span_locations)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(span_locations)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `fuzzing`
--> /magus/work/usr/mports/textproc/quickwit/work/quickwit-0.8.2/cargo-crates/proc-macro2-1.0.79/src/fallback.rs:444:31
|
444 | #[cfg(all(span_locations, not(fuzzing)))]
| ^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(fuzzing)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(fuzzing)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `span_locations`
--> /magus/work/usr/mports/textproc/quickwit/work/quickwit-0.8.2/cargo-crates/proc-macro2-1.0.79/src/fallback.rs:508:11
|
508 | #[cfg(span_locations)]
| ^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(span_locations)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(span_locations)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `span_locations`
--> /magus/work/usr/mports/textproc/quickwit/work/quickwit-0.8.2/cargo-crates/proc-macro2-1.0.79/src/fallback.rs:510:11
|
510 | #[cfg(span_locations)]
| ^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(span_locations)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(span_locations)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `wrap_proc_macro`
--> /magus/work/usr/mports/textproc/quickwit/work/quickwit-0.8.2/cargo-crates/proc-macro2-1.0.79/src/fallback.rs:25:11
|
25 | #[cfg(wrap_proc_macro)]
| ^^^^^^^^^^^^^^^ help: there is a config with a similar name: `proc_macro`
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(wrap_proc_macro)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(wrap_proc_macro)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `wrap_proc_macro`
--> /magus/work/usr/mports/textproc/quickwit/work/quickwit-0.8.2/cargo-crates/proc-macro2-1.0.79/src/fallback.rs:32:11
|
32 | #[cfg(wrap_proc_macro)]
| ^^^^^^^^^^^^^^^ help: there is a config with a similar name: `proc_macro`
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(wrap_proc_macro)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(wrap_proc_macro)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `wrap_proc_macro`
--> /magus/work/usr/mports/textproc/quickwit/work/quickwit-0.8.2/cargo-crates/proc-macro2-1.0.79/src/fallback.rs:79:19
|
79 | #[cfg(wrap_proc_macro)]
| ^^^^^^^^^^^^^^^ help: there is a config with a similar name: `proc_macro`
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(wrap_proc_macro)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(wrap_proc_macro)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `wrap_proc_macro`
--> /magus/work/usr/mports/textproc/quickwit/work/quickwit-0.8.2/cargo-crates/proc-macro2-1.0.79/src/fallback.rs:81:23
|
81 | #[cfg(not(wrap_proc_macro))]
| ^^^^^^^^^^^^^^^ help: there is a config with a similar name: `proc_macro`
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(wrap_proc_macro)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(wrap_proc_macro)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `wrap_proc_macro`
--> /magus/work/usr/mports/textproc/quickwit/work/quickwit-0.8.2/cargo-crates/proc-macro2-1.0.79/src/fallback.rs:112:19
|
112 | #[cfg(wrap_proc_macro)]
| ^^^^^^^^^^^^^^^ help: there is a config with a similar name: `proc_macro`
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(wrap_proc_macro)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(wrap_proc_macro)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `span_locations`
--> /magus/work/usr/mports/textproc/quickwit/work/quickwit-0.8.2/cargo-crates/proc-macro2-1.0.79/src/fallback.rs:515:15
|
515 | #[cfg(not(span_locations))]
| ^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(span_locations)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(span_locations)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `span_locations`
--> /magus/work/usr/mports/textproc/quickwit/work/quickwit-0.8.2/cargo-crates/proc-macro2-1.0.79/src/fallback.rs:520:11
|
520 | #[cfg(span_locations)]
| ^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(span_locations)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(span_locations)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `procmacro2_semver_exempt`
--> /magus/work/usr/mports/textproc/quickwit/work/quickwit-0.8.2/cargo-crates/proc-macro2-1.0.79/src/fallback.rs:529:11
|
529 | #[cfg(procmacro2_semver_exempt)]
| ^^^^^^^^^^^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(procmacro2_semver_exempt)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(procmacro2_semver_exempt)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `procmacro2_semver_exempt`
--> /magus/work/usr/mports/textproc/quickwit/work/quickwit-0.8.2/cargo-crates/proc-macro2-1.0.79/src/fallback.rs:545:11
|
545 | #[cfg(procmacro2_semver_exempt)]
| ^^^^^^^^^^^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(procmacro2_semver_exempt)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(procmacro2_semver_exempt)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `span_locations`
--> /magus/work/usr/mports/textproc/quickwit/work/quickwit-0.8.2/cargo-crates/proc-macro2-1.0.79/src/fallback.rs:560:11
|
560 | #[cfg(span_locations)]
| ^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(span_locations)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(span_locations)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `span_locations`
--> /magus/work/usr/mports/textproc/quickwit/work/quickwit-0.8.2/cargo-crates/proc-macro2-1.0.79/src/fallback.rs:575:11
|
575 | #[cfg(span_locations)]
| ^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(span_locations)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(span_locations)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `span_locations`
--> /magus/work/usr/mports/textproc/quickwit/work/quickwit-0.8.2/cargo-crates/proc-macro2-1.0.79/src/fallback.rs:588:11
|
588 | #[cfg(span_locations)]
| ^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(span_locations)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(span_locations)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `span_locations`
--> /magus/work/usr/mports/textproc/quickwit/work/quickwit-0.8.2/cargo-crates/proc-macro2-1.0.79/src/fallback.rs:601:15
|
601 | #[cfg(not(span_locations))]
| ^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(span_locations)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(span_locations)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `span_locations`
--> /magus/work/usr/mports/textproc/quickwit/work/quickwit-0.8.2/cargo-crates/proc-macro2-1.0.79/src/fallback.rs:606:11
|
606 | #[cfg(span_locations)]
| ^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(span_locations)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(span_locations)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `span_locations`
--> /magus/work/usr/mports/textproc/quickwit/work/quickwit-0.8.2/cargo-crates/proc-macro2-1.0.79/src/fallback.rs:628:15
|
628 | #[cfg(not(span_locations))]
| ^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(span_locations)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(span_locations)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `span_locations`
--> /magus/work/usr/mports/textproc/quickwit/work/quickwit-0.8.2/cargo-crates/proc-macro2-1.0.79/src/fallback.rs:633:11
|
633 | #[cfg(span_locations)]
| ^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(span_locations)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(span_locations)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `span_locations`
--> /magus/work/usr/mports/textproc/quickwit/work/quickwit-0.8.2/cargo-crates/proc-macro2-1.0.79/src/fallback.rs:648:15
|
648 | #[cfg(not(span_locations))]
| ^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(span_locations)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(span_locations)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `span_locations`
--> /magus/work/usr/mports/textproc/quickwit/work/quickwit-0.8.2/cargo-crates/proc-macro2-1.0.79/src/fallback.rs:653:11
|
653 | #[cfg(span_locations)]
| ^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(span_locations)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(span_locations)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `span_locations`
--> /magus/work/usr/mports/textproc/quickwit/work/quickwit-0.8.2/cargo-crates/proc-macro2-1.0.79/src/fallback.rs:661:15
|
661 | #[cfg(not(span_locations))]
| ^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(span_locations)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(span_locations)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `span_locations`
--> /magus/work/usr/mports/textproc/quickwit/work/quickwit-0.8.2/cargo-crates/proc-macro2-1.0.79/src/fallback.rs:666:11
|
666 | #[cfg(span_locations)]
| ^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(span_locations)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(span_locations)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `span_locations`
--> /magus/work/usr/mports/textproc/quickwit/work/quickwit-0.8.2/cargo-crates/proc-macro2-1.0.79/src/fallback.rs:674:11
|
674 | #[cfg(span_locations)]
| ^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(span_locations)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(span_locations)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `span_locations`
--> /magus/work/usr/mports/textproc/quickwit/work/quickwit-0.8.2/cargo-crates/proc-macro2-1.0.79/src/fallback.rs:682:15
|
682 | #[cfg(span_locations)]
| ^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(span_locations)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(span_locations)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `span_locations`
--> /magus/work/usr/mports/textproc/quickwit/work/quickwit-0.8.2/cargo-crates/proc-macro2-1.0.79/src/fallback.rs:685:19
|
685 | #[cfg(not(span_locations))]
| ^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(span_locations)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(span_locations)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `span_locations`
--> /magus/work/usr/mports/textproc/quickwit/work/quickwit-0.8.2/cargo-crates/proc-macro2-1.0.79/src/fallback.rs:691:11
|
691 | #[cfg(span_locations)]
| ^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(span_locations)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(span_locations)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `span_locations`
--> /magus/work/usr/mports/textproc/quickwit/work/quickwit-0.8.2/cargo-crates/proc-macro2-1.0.79/src/fallback.rs:698:13
|
698 | if cfg!(span_locations) {
| ^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(span_locations)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(span_locations)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `span_locations`
--> /magus/work/usr/mports/textproc/quickwit/work/quickwit-0.8.2/cargo-crates/proc-macro2-1.0.79/src/fallback.rs:907:15
|
907 | #[cfg(not(span_locations))]
| ^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(span_locations)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(span_locations)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `span_locations`
--> /magus/work/usr/mports/textproc/quickwit/work/quickwit-0.8.2/cargo-crates/proc-macro2-1.0.79/src/fallback.rs:918:11
|
918 | #[cfg(span_locations)]
| ^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(span_locations)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(span_locations)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `span_locations`
--> /magus/work/usr/mports/textproc/quickwit/work/quickwit-0.8.2/cargo-crates/proc-macro2-1.0.79/src/fallback.rs:1086:19
|
1086 | #[cfg(not(span_locations))]
| ^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(span_locations)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(span_locations)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `span_locations`
--> /magus/work/usr/mports/textproc/quickwit/work/quickwit-0.8.2/cargo-crates/proc-macro2-1.0.79/src/fallback.rs:1092:15
|
1092 | #[cfg(span_locations)]
| ^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(span_locations)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(span_locations)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `span_locations`
--> /magus/work/usr/mports/textproc/quickwit/work/quickwit-0.8.2/cargo-crates/proc-macro2-1.0.79/src/fallback.rs:1132:15
|
1132 | #[cfg(span_locations)]
| ^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(span_locations)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(span_locations)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `span_locations`
--> /magus/work/usr/mports/textproc/quickwit/work/quickwit-0.8.2/cargo-crates/proc-macro2-1.0.79/src/fallback.rs:1149:27
|
1149 | #[cfg(span_locations)]
| ^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(span_locations)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(span_locations)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `span_locations`
--> /magus/work/usr/mports/textproc/quickwit/work/quickwit-0.8.2/cargo-crates/proc-macro2-1.0.79/src/fallback.rs:1151:27
|
1151 | #[cfg(span_locations)]
| ^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(span_locations)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(span_locations)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `span_locations`
--> /magus/work/usr/mports/textproc/quickwit/work/quickwit-0.8.2/cargo-crates/proc-macro2-1.0.79/src/extra.rs:71:7
|
71 | #[cfg(span_locations)]
| ^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(span_locations)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(span_locations)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `wrap_proc_macro`
--> /magus/work/usr/mports/textproc/quickwit/work/quickwit-0.8.2/cargo-crates/proc-macro2-1.0.79/src/extra.rs:89:11
|
89 | #[cfg(wrap_proc_macro)]
| ^^^^^^^^^^^^^^^ help: there is a config with a similar name: `proc_macro`
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(wrap_proc_macro)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(wrap_proc_macro)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `wrap_proc_macro`
--> /magus/work/usr/mports/textproc/quickwit/work/quickwit-0.8.2/cargo-crates/proc-macro2-1.0.79/src/extra.rs:100:15
|
100 | #[cfg(wrap_proc_macro)]
| ^^^^^^^^^^^^^^^ help: there is a config with a similar name: `proc_macro`
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(wrap_proc_macro)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(wrap_proc_macro)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `wrap_proc_macro`
--> /magus/work/usr/mports/textproc/quickwit/work/quickwit-0.8.2/cargo-crates/proc-macro2-1.0.79/src/extra.rs:110:19
|
110 | #[cfg(not(wrap_proc_macro))]
| ^^^^^^^^^^^^^^^ help: there is a config with a similar name: `proc_macro`
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(wrap_proc_macro)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(wrap_proc_macro)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `wrap_proc_macro`
--> /magus/work/usr/mports/textproc/quickwit/work/quickwit-0.8.2/cargo-crates/proc-macro2-1.0.79/src/extra.rs:122:19
|
122 | #[cfg(wrap_proc_macro)]
| ^^^^^^^^^^^^^^^ help: there is a config with a similar name: `proc_macro`
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(wrap_proc_macro)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(wrap_proc_macro)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `wrap_proc_macro`
--> /magus/work/usr/mports/textproc/quickwit/work/quickwit-0.8.2/cargo-crates/proc-macro2-1.0.79/src/extra.rs:131:19
|
131 | #[cfg(wrap_proc_macro)]
| ^^^^^^^^^^^^^^^ help: there is a config with a similar name: `proc_macro`
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(wrap_proc_macro)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(wrap_proc_macro)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `wrap_proc_macro`
--> /magus/work/usr/mports/textproc/quickwit/work/quickwit-0.8.2/cargo-crates/proc-macro2-1.0.79/src/extra.rs:140:19
|
140 | #[cfg(wrap_proc_macro)]
| ^^^^^^^^^^^^^^^ help: there is a config with a similar name: `proc_macro`
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(wrap_proc_macro)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(wrap_proc_macro)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `span_locations`
--> /magus/work/usr/mports/textproc/quickwit/work/quickwit-0.8.2/cargo-crates/proc-macro2-1.0.79/src/wrapper.rs:2:7
|
2 | #[cfg(span_locations)]
| ^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(span_locations)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(span_locations)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `span_locations`
--> /magus/work/usr/mports/textproc/quickwit/work/quickwit-0.8.2/cargo-crates/proc-macro2-1.0.79/src/wrapper.rs:6:7
|
6 | #[cfg(span_locations)]
| ^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(span_locations)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(span_locations)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `super_unstable`
--> /magus/work/usr/mports/textproc/quickwit/work/quickwit-0.8.2/cargo-crates/proc-macro2-1.0.79/src/wrapper.rs:11:7
|
11 | #[cfg(super_unstable)]
| ^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(super_unstable)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(super_unstable)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `super_unstable`
--> /magus/work/usr/mports/textproc/quickwit/work/quickwit-0.8.2/cargo-crates/proc-macro2-1.0.79/src/wrapper.rs:362:7
|
362 | #[cfg(super_unstable)]
| ^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(super_unstable)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(super_unstable)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `super_unstable`
--> /magus/work/usr/mports/textproc/quickwit/work/quickwit-0.8.2/cargo-crates/proc-macro2-1.0.79/src/wrapper.rs:368:7
|
368 | #[cfg(super_unstable)]
| ^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(super_unstable)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(super_unstable)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `super_unstable`
--> /magus/work/usr/mports/textproc/quickwit/work/quickwit-0.8.2/cargo-crates/proc-macro2-1.0.79/src/wrapper.rs:390:7
|
390 | #[cfg(super_unstable)]
| ^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(super_unstable)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(super_unstable)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `span_locations`
--> /magus/work/usr/mports/textproc/quickwit/work/quickwit-0.8.2/cargo-crates/proc-macro2-1.0.79/src/wrapper.rs:945:7
|
945 | #[cfg(span_locations)]
| ^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(span_locations)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(span_locations)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `procmacro2_backtrace`
--> /magus/work/usr/mports/textproc/quickwit/work/quickwit-0.8.2/cargo-crates/proc-macro2-1.0.79/src/wrapper.rs:41:11
|
41 | #[cfg(procmacro2_backtrace)]
| ^^^^^^^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(procmacro2_backtrace)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(procmacro2_backtrace)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `procmacro2_backtrace`
--> /magus/work/usr/mports/textproc/quickwit/work/quickwit-0.8.2/cargo-crates/proc-macro2-1.0.79/src/wrapper.rs:46:15
|
46 | #[cfg(not(procmacro2_backtrace))]
| ^^^^^^^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(procmacro2_backtrace)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(procmacro2_backtrace)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `super_unstable`
--> /magus/work/usr/mports/textproc/quickwit/work/quickwit-0.8.2/cargo-crates/proc-macro2-1.0.79/src/wrapper.rs:423:11
|
423 | #[cfg(super_unstable)]
| ^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(super_unstable)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(super_unstable)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `super_unstable`
--> /magus/work/usr/mports/textproc/quickwit/work/quickwit-0.8.2/cargo-crates/proc-macro2-1.0.79/src/wrapper.rs:457:11
|
457 | #[cfg(super_unstable)]
| ^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(super_unstable)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(super_unstable)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `span_locations`
--> /magus/work/usr/mports/textproc/quickwit/work/quickwit-0.8.2/cargo-crates/proc-macro2-1.0.79/src/wrapper.rs:465:11
|
465 | #[cfg(span_locations)]
| ^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(span_locations)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(span_locations)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `span_locations`
--> /magus/work/usr/mports/textproc/quickwit/work/quickwit-0.8.2/cargo-crates/proc-macro2-1.0.79/src/wrapper.rs:476:11
|
476 | #[cfg(span_locations)]
| ^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(span_locations)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(span_locations)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `span_locations`
--> /magus/work/usr/mports/textproc/quickwit/work/quickwit-0.8.2/cargo-crates/proc-macro2-1.0.79/src/wrapper.rs:484:11
|
484 | #[cfg(span_locations)]
| ^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(span_locations)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(span_locations)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `super_unstable`
--> /magus/work/usr/mports/textproc/quickwit/work/quickwit-0.8.2/cargo-crates/proc-macro2-1.0.79/src/wrapper.rs:502:11
|
502 | #[cfg(super_unstable)]
| ^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(super_unstable)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(super_unstable)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `proc_macro_span`
--> /magus/work/usr/mports/textproc/quickwit/work/quickwit-0.8.2/cargo-crates/proc-macro2-1.0.79/src/wrapper.rs:494:19
|
494 | #[cfg(proc_macro_span)]
| ^^^^^^^^^^^^^^^ help: there is a config with a similar name: `proc_macro`
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(proc_macro_span)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(proc_macro_span)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `no_source_text`
--> /magus/work/usr/mports/textproc/quickwit/work/quickwit-0.8.2/cargo-crates/proc-macro2-1.0.79/src/wrapper.rs:513:23
|
513 | #[cfg(not(no_source_text))]
| ^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_source_text)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_source_text)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `no_source_text`
--> /magus/work/usr/mports/textproc/quickwit/work/quickwit-0.8.2/cargo-crates/proc-macro2-1.0.79/src/wrapper.rs:515:19
|
515 | #[cfg(no_source_text)]
| ^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_source_text)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_source_text)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `proc_macro_span`
--> /magus/work/usr/mports/textproc/quickwit/work/quickwit-0.8.2/cargo-crates/proc-macro2-1.0.79/src/wrapper.rs:891:19
|
891 | #[cfg(proc_macro_span)]
| ^^^^^^^^^^^^^^^ help: there is a config with a similar name: `proc_macro`
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(proc_macro_span)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(proc_macro_span)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `proc_macro_span`
--> /magus/work/usr/mports/textproc/quickwit/work/quickwit-0.8.2/cargo-crates/proc-macro2-1.0.79/src/wrapper.rs:893:23
|
893 | #[cfg(not(proc_macro_span))]
| ^^^^^^^^^^^^^^^ help: there is a config with a similar name: `proc_macro`
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(proc_macro_span)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(proc_macro_span)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `procmacro2_semver_exempt`
--> /magus/work/usr/mports/textproc/quickwit/work/quickwit-0.8.2/cargo-crates/proc-macro2-1.0.79/src/lib.rs:429:11
|
429 | #[cfg(procmacro2_semver_exempt)]
| ^^^^^^^^^^^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(procmacro2_semver_exempt)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(procmacro2_semver_exempt)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `wrap_proc_macro`
--> /magus/work/usr/mports/textproc/quickwit/work/quickwit-0.8.2/cargo-crates/proc-macro2-1.0.79/src/lib.rs:457:11
|
457 | #[cfg(wrap_proc_macro)]
| ^^^^^^^^^^^^^^^ help: there is a config with a similar name: `proc_macro`
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(wrap_proc_macro)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(wrap_proc_macro)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `wrap_proc_macro`
--> /magus/work/usr/mports/textproc/quickwit/work/quickwit-0.8.2/cargo-crates/proc-macro2-1.0.79/src/lib.rs:463:11
|
463 | #[cfg(wrap_proc_macro)]
| ^^^^^^^^^^^^^^^ help: there is a config with a similar name: `proc_macro`
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(wrap_proc_macro)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(wrap_proc_macro)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `procmacro2_semver_exempt`
--> /magus/work/usr/mports/textproc/quickwit/work/quickwit-0.8.2/cargo-crates/proc-macro2-1.0.79/src/lib.rs:472:15
|
472 | #[cfg(all(procmacro2_semver_exempt, any(not(wrap_proc_macro), super_unstable)))]
| ^^^^^^^^^^^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(procmacro2_semver_exempt)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(procmacro2_semver_exempt)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `wrap_proc_macro`
--> /magus/work/usr/mports/textproc/quickwit/work/quickwit-0.8.2/cargo-crates/proc-macro2-1.0.79/src/lib.rs:472:49
|
472 | #[cfg(all(procmacro2_semver_exempt, any(not(wrap_proc_macro), super_unstable)))]
| ^^^^^^^^^^^^^^^ help: there is a config with a similar name: `proc_macro`
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(wrap_proc_macro)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(wrap_proc_macro)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `super_unstable`
--> /magus/work/usr/mports/textproc/quickwit/work/quickwit-0.8.2/cargo-crates/proc-macro2-1.0.79/src/lib.rs:472:67
|
472 | #[cfg(all(procmacro2_semver_exempt, any(not(wrap_proc_macro), super_unstable)))]
| ^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(super_unstable)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(super_unstable)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `span_locations`
--> /magus/work/usr/mports/textproc/quickwit/work/quickwit-0.8.2/cargo-crates/proc-macro2-1.0.79/src/lib.rs:487:11
|
487 | #[cfg(span_locations)]
| ^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(span_locations)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(span_locations)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `span_locations`
--> /magus/work/usr/mports/textproc/quickwit/work/quickwit-0.8.2/cargo-crates/proc-macro2-1.0.79/src/lib.rs:502:11
|
502 | #[cfg(span_locations)]
| ^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(span_locations)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(span_locations)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `span_locations`
--> /magus/work/usr/mports/textproc/quickwit/work/quickwit-0.8.2/cargo-crates/proc-macro2-1.0.79/src/lib.rs:517:11
|
517 | #[cfg(span_locations)]
| ^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(span_locations)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(span_locations)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `procmacro2_semver_exempt`
--> /magus/work/usr/mports/textproc/quickwit/work/quickwit-0.8.2/cargo-crates/proc-macro2-1.0.79/src/lib.rs:539:11
|
539 | #[cfg(procmacro2_semver_exempt)]
| ^^^^^^^^^^^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(procmacro2_semver_exempt)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(procmacro2_semver_exempt)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
Fresh time-macros v0.2.17
warning: lint `unused_tuple_struct_fields` has been renamed to `dead_code`
|
= help: use the new name `dead_code`
= note: requested on the command line with `-W unused_tuple_struct_fields`
= note: `#[warn(renamed_and_removed_lints)]` on by default
warning: lint `temporary_cstring_as_ptr` has been renamed to `dangling_pointers_from_temporaries`
|
= help: use the new name `dangling_pointers_from_temporaries`
= note: requested on the command line with `-D temporary_cstring_as_ptr`
warning: unnecessary qualification
--> /magus/work/usr/mports/textproc/quickwit/work/quickwit-0.8.2/cargo-crates/time-macros-0.2.17/src/format_description/lexer.rs:6:11
|
6 | iter: core::iter::Peekable,
| ^^^^^^^^^^^^^^^^^^^^^^^
|
= note: requested on the command line with `-W unused-qualifications`
help: remove the unnecessary path segments
|
6 - iter: core::iter::Peekable,
6 + iter: iter::Peekable,
|
warning: unnecessary qualification
--> /magus/work/usr/mports/textproc/quickwit/work/quickwit-0.8.2/cargo-crates/time-macros-0.2.17/src/format_description/mod.rs:20:17
|
20 | ) -> Result, crate::Error> {
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
help: remove the unnecessary path segments
|
20 - ) -> Result, crate::Error> {
20 + ) -> Result, crate::Error> {
|
warning: unnecessary qualification
--> /magus/work/usr/mports/textproc/quickwit/work/quickwit-0.8.2/cargo-crates/time-macros-0.2.17/src/format_description/mod.rs:30:17
|
30 | ) -> Result, crate::Error> {
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
help: remove the unnecessary path segments
|
30 - ) -> Result, crate::Error> {
30 + ) -> Result, crate::Error> {
|
warning: unused import: `num_conv::prelude`
--> /magus/work/usr/mports/textproc/quickwit/work/quickwit-0.8.2/cargo-crates/time-macros-0.2.17/src/offset.rs:3:5
|
3 | use num_conv::prelude::*;
| ^^^^^^^^^^^^^^^^^
|
= note: `-W unused-imports` implied by `-W unused`
= help: to override `-W unused` add `#[allow(unused_imports)]`
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=memchr CARGO_MANIFEST_DIR=/magus/work/usr/mports/textproc/quickwit/work/quickwit-0.8.2/cargo-crates/memchr-2.7.1 CARGO_MANIFEST_PATH=/magus/work/usr/mports/textproc/quickwit/work/quickwit-0.8.2/cargo-crates/memchr-2.7.1/Cargo.toml CARGO_PKG_AUTHORS='Andrew Gallant :bluss' CARGO_PKG_DESCRIPTION='Provides extremely fast (uses SIMD on x86_64, aarch64 and wasm32) routines for
1, 2 or 3 byte search and single substring search.
' CARGO_PKG_HOMEPAGE='https://github.com/BurntSushi/memchr' CARGO_PKG_LICENSE='Unlicense OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=memchr CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/BurntSushi/memchr' CARGO_PKG_RUST_VERSION=1.61 CARGO_PKG_VERSION=2.7.1 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=7 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/textproc/quickwit/work/target/release/deps /usr/local/bin/rustc --crate-name memchr --edition=2021 /magus/work/usr/mports/textproc/quickwit/work/quickwit-0.8.2/cargo-crates/memchr-2.7.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C linker-plugin-lto -C codegen-units=1 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "compiler_builtins", "core", "default", "libc", "logging", "rustc-dep-of-std", "std", "use_std"))' -C metadata=a779aa7f5911fd82 -C extra-filename=-dcfb58b169e0fd80 --out-dir /magus/work/usr/mports/textproc/quickwit/work/target/x86_64-unknown-freebsd/release/deps --target x86_64-unknown-freebsd -C linker=cc -C strip=symbols -L dependency=/magus/work/usr/mports/textproc/quickwit/work/target/x86_64-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/textproc/quickwit/work/target/release/deps --cap-lints warn -C link-arg=-fstack-protector-strong`
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=once_cell CARGO_MANIFEST_DIR=/magus/work/usr/mports/textproc/quickwit/work/quickwit-0.8.2/cargo-crates/once_cell-1.19.0 CARGO_MANIFEST_PATH=/magus/work/usr/mports/textproc/quickwit/work/quickwit-0.8.2/cargo-crates/once_cell-1.19.0/Cargo.toml CARGO_PKG_AUTHORS='Aleksey Kladov ' CARGO_PKG_DESCRIPTION='Single assignment cells and lazy values.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=once_cell CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/matklad/once_cell' CARGO_PKG_RUST_VERSION=1.60 CARGO_PKG_VERSION=1.19.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=19 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/textproc/quickwit/work/target/release/deps /usr/local/bin/rustc --crate-name once_cell --edition=2021 /magus/work/usr/mports/textproc/quickwit/work/quickwit-0.8.2/cargo-crates/once_cell-1.19.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C linker-plugin-lto -C codegen-units=1 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="race"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "atomic-polyfill", "critical-section", "default", "parking_lot", "portable-atomic", "race", "std", "unstable"))' -C metadata=0fd53f93766e02c4 -C extra-filename=-cae62dfcd8dc2a7b --out-dir /magus/work/usr/mports/textproc/quickwit/work/target/x86_64-unknown-freebsd/release/deps --target x86_64-unknown-freebsd -C linker=cc -C strip=symbols -L dependency=/magus/work/usr/mports/textproc/quickwit/work/target/x86_64-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/textproc/quickwit/work/target/release/deps --cap-lints warn -C link-arg=-fstack-protector-strong`
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=itoa CARGO_MANIFEST_DIR=/magus/work/usr/mports/textproc/quickwit/work/quickwit-0.8.2/cargo-crates/itoa-1.0.10 CARGO_MANIFEST_PATH=/magus/work/usr/mports/textproc/quickwit/work/quickwit-0.8.2/cargo-crates/itoa-1.0.10/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='Fast integer primitive to string conversion' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=itoa CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/itoa' CARGO_PKG_RUST_VERSION=1.36 CARGO_PKG_VERSION=1.0.10 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=10 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/textproc/quickwit/work/target/release/deps /usr/local/bin/rustc --crate-name itoa --edition=2018 /magus/work/usr/mports/textproc/quickwit/work/quickwit-0.8.2/cargo-crates/itoa-1.0.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C linker-plugin-lto -C codegen-units=1 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("no-panic"))' -C metadata=675d33754ee630a7 -C extra-filename=-b885fe12750e5e38 --out-dir /magus/work/usr/mports/textproc/quickwit/work/target/x86_64-unknown-freebsd/release/deps --target x86_64-unknown-freebsd -C linker=cc -C strip=symbols -L dependency=/magus/work/usr/mports/textproc/quickwit/work/target/x86_64-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/textproc/quickwit/work/target/release/deps --cap-lints warn -C link-arg=-fstack-protector-strong`
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=pin_project_lite CARGO_MANIFEST_DIR=/magus/work/usr/mports/textproc/quickwit/work/quickwit-0.8.2/cargo-crates/pin-project-lite-0.2.13 CARGO_MANIFEST_PATH=/magus/work/usr/mports/textproc/quickwit/work/quickwit-0.8.2/cargo-crates/pin-project-lite-0.2.13/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='A lightweight version of pin-project written with declarative macros.
' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=pin-project-lite CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/taiki-e/pin-project-lite' CARGO_PKG_RUST_VERSION=1.37 CARGO_PKG_VERSION=0.2.13 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=13 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/textproc/quickwit/work/target/release/deps /usr/local/bin/rustc --crate-name pin_project_lite --edition=2018 /magus/work/usr/mports/textproc/quickwit/work/quickwit-0.8.2/cargo-crates/pin-project-lite-0.2.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C linker-plugin-lto -C codegen-units=1 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=bc8e0046dc2f0dc8 -C extra-filename=-cc4165be1d6d8ca4 --out-dir /magus/work/usr/mports/textproc/quickwit/work/target/x86_64-unknown-freebsd/release/deps --target x86_64-unknown-freebsd -C linker=cc -C strip=symbols -L dependency=/magus/work/usr/mports/textproc/quickwit/work/target/x86_64-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/textproc/quickwit/work/target/release/deps --cap-lints warn -C link-arg=-fstack-protector-strong`
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=log CARGO_MANIFEST_DIR=/magus/work/usr/mports/textproc/quickwit/work/quickwit-0.8.2/cargo-crates/log-0.4.21 CARGO_MANIFEST_PATH=/magus/work/usr/mports/textproc/quickwit/work/quickwit-0.8.2/cargo-crates/log-0.4.21/Cargo.toml CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='A lightweight logging facade for Rust
' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=log CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/log' CARGO_PKG_RUST_VERSION=1.60.0 CARGO_PKG_VERSION=0.4.21 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=21 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/textproc/quickwit/work/target/release/deps /usr/local/bin/rustc --crate-name log --edition=2021 /magus/work/usr/mports/textproc/quickwit/work/quickwit-0.8.2/cargo-crates/log-0.4.21/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C linker-plugin-lto -C codegen-units=1 --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("kv", "kv_serde", "kv_std", "kv_sval", "kv_unstable", "kv_unstable_serde", "kv_unstable_std", "kv_unstable_sval", "max_level_debug", "max_level_error", "max_level_info", "max_level_off", "max_level_trace", "max_level_warn", "release_max_level_debug", "release_max_level_error", "release_max_level_info", "release_max_level_off", "release_max_level_trace", "release_max_level_warn", "serde", "std", "sval", "sval_ref", "value-bag"))' -C metadata=9e253f7fabafa291 -C extra-filename=-c950f013b5ed4ffd --out-dir /magus/work/usr/mports/textproc/quickwit/work/target/x86_64-unknown-freebsd/release/deps --target x86_64-unknown-freebsd -C linker=cc -C strip=symbols -L dependency=/magus/work/usr/mports/textproc/quickwit/work/target/x86_64-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/textproc/quickwit/work/target/release/deps --cap-lints warn -C link-arg=-fstack-protector-strong`
warning: `proc-macro2` (lib) generated 146 warnings
warning: `time-macros` (lib) generated 6 warnings
warning: unexpected `cfg` condition name: `libc_deny_warnings`
--> /magus/work/usr/mports/textproc/quickwit/work/quickwit-0.8.2/cargo-crates/libc-0.2.153/src/lib.rs:16:13
|
16 | #![cfg_attr(libc_deny_warnings, deny(warnings))]
| ^^^^^^^^^^^^^^^^^^
|
= help: expected names are: `docsrs`, `feature`, and `test` and 31 more
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libc_deny_warnings)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libc_deny_warnings)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
= note: `#[warn(unexpected_cfgs)]` on by default
warning: unexpected `cfg` condition name: `libc_thread_local`
--> /magus/work/usr/mports/textproc/quickwit/work/quickwit-0.8.2/cargo-crates/libc-0.2.153/src/lib.rs:19:13
|
19 | #![cfg_attr(libc_thread_local, feature(thread_local))]
| ^^^^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libc_thread_local)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libc_thread_local)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `libc_const_extern_fn_unstable`
--> /magus/work/usr/mports/textproc/quickwit/work/quickwit-0.8.2/cargo-crates/libc-0.2.153/src/lib.rs:25:13
|
25 | #![cfg_attr(libc_const_extern_fn_unstable, feature(const_extern_fn))]
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libc_const_extern_fn_unstable)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libc_const_extern_fn_unstable)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `libc_priv_mod_use`
--> /magus/work/usr/mports/textproc/quickwit/work/quickwit-0.8.2/cargo-crates/libc-0.2.153/src/lib.rs:43:14
|
43 | if #[cfg(libc_priv_mod_use)] {
| ^^^^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libc_priv_mod_use)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libc_priv_mod_use)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `libc_core_cvoid`
--> /magus/work/usr/mports/textproc/quickwit/work/quickwit-0.8.2/cargo-crates/libc-0.2.153/src/lib.rs:44:15
|
44 | #[cfg(libc_core_cvoid)]
| ^^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libc_core_cvoid)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libc_core_cvoid)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition value: `switch`
--> /magus/work/usr/mports/textproc/quickwit/work/quickwit-0.8.2/cargo-crates/libc-0.2.153/src/lib.rs:102:21
|
102 | } else if #[cfg(target_os = "switch")] {
| ^^^^^^^^^
|
= note: expected values for `target_os` are: `aix`, `amdhsa`, `android`, `cuda`, `cygwin`, `dragonfly`, `emscripten`, `espidf`, `freebsd`, `fuchsia`, `haiku`, `hermit`, `horizon`, `hurd`, `illumos`, `ios`, `l4re`, `linux`, `lynxos178`, `macos`, `netbsd`, `none`, `nto`, `nuttx`, `openbsd`, `psp`, `psx`, `redox`, `rtems`, `solaris`, `solid_asp3`, `teeos`, `trusty`, `tvos`, and `uefi` and 9 more
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition value: `wasi`
--> /magus/work/usr/mports/textproc/quickwit/work/quickwit-0.8.2/cargo-crates/libc-0.2.153/src/lib.rs:150:25
|
150 | } else if #[cfg(any(target_env = "wasi", target_os = "wasi"))] {
| ^^^^^^^^^^^^^^^^^^^
|
= note: expected values for `target_env` are: ``, `gnu`, `msvc`, `musl`, `newlib`, `nto70`, `nto71`, `nto71_iosock`, `nto80`, `ohos`, `p1`, `p2`, `relibc`, `sgx`, and `uclibc`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `libc_ptr_addr_of`
--> /magus/work/usr/mports/textproc/quickwit/work/quickwit-0.8.2/cargo-crates/libc-0.2.153/src/macros.rs:337:11
|
337 | #[cfg(not(libc_ptr_addr_of))]
| ^^^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libc_ptr_addr_of)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libc_ptr_addr_of)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `libc_ptr_addr_of`
--> /magus/work/usr/mports/textproc/quickwit/work/quickwit-0.8.2/cargo-crates/libc-0.2.153/src/macros.rs:344:7
|
344 | #[cfg(libc_ptr_addr_of)]
| ^^^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libc_ptr_addr_of)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libc_ptr_addr_of)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `libc_const_extern_fn`
--> /magus/work/usr/mports/textproc/quickwit/work/quickwit-0.8.2/cargo-crates/libc-0.2.153/src/macros.rs:185:14
|
185 | if #[cfg(libc_const_extern_fn)] {
| ^^^^^^^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libc_const_extern_fn)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libc_const_extern_fn)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `libc_int128`
--> /magus/work/usr/mports/textproc/quickwit/work/quickwit-0.8.2/cargo-crates/libc-0.2.153/src/fixed_width_ints.rs:23:18
|
23 | if #[cfg(all(libc_int128, target_arch = "aarch64", not(target_os = "windows")))] {
| ^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libc_int128)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libc_int128)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition value: `illumos`
--> /magus/work/usr/mports/textproc/quickwit/work/quickwit-0.8.2/cargo-crates/libc-0.2.153/src/unix/mod.rs:387:21
|
387 | } else if #[cfg(target_env = "illumos")] {
| ^^^^^^^^^^
|
= note: expected values for `target_env` are: ``, `gnu`, `msvc`, `musl`, `newlib`, `nto70`, `nto71`, `nto71_iosock`, `nto80`, `ohos`, `p1`, `p2`, `relibc`, `sgx`, and `uclibc`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition value: `aix`
--> /magus/work/usr/mports/textproc/quickwit/work/quickwit-0.8.2/cargo-crates/libc-0.2.153/src/unix/mod.rs:398:21
|
398 | } else if #[cfg(target_env = "aix")] {
| ^^^^^^^^^^
|
= note: expected values for `target_env` are: ``, `gnu`, `msvc`, `musl`, `newlib`, `nto70`, `nto71`, `nto71_iosock`, `nto80`, `ohos`, `p1`, `p2`, `relibc`, `sgx`, and `uclibc`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `libc_core_cvoid`
--> /magus/work/usr/mports/textproc/quickwit/work/quickwit-0.8.2/cargo-crates/libc-0.2.153/src/unix/mod.rs:1589:14
|
1589 | if #[cfg(libc_core_cvoid)] {
| ^^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libc_core_cvoid)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libc_core_cvoid)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `libc_align`
--> /magus/work/usr/mports/textproc/quickwit/work/quickwit-0.8.2/cargo-crates/libc-0.2.153/src/unix/mod.rs:1609:14
|
1609 | if #[cfg(libc_align)] {
| ^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libc_align)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libc_align)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `libc_cfg_target_vendor`
--> /magus/work/usr/mports/textproc/quickwit/work/quickwit-0.8.2/cargo-crates/libc-0.2.153/src/unix/mod.rs:592:9
|
592 | libc_cfg_target_vendor,
| ^^^^^^^^^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libc_cfg_target_vendor)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libc_cfg_target_vendor)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `libc_cfg_target_vendor`
--> /magus/work/usr/mports/textproc/quickwit/work/quickwit-0.8.2/cargo-crates/libc-0.2.153/src/unix/mod.rs:601:9
|
601 | libc_cfg_target_vendor,
| ^^^^^^^^^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libc_cfg_target_vendor)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libc_cfg_target_vendor)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `libc_cfg_target_vendor`
--> /magus/work/usr/mports/textproc/quickwit/work/quickwit-0.8.2/cargo-crates/libc-0.2.153/src/unix/mod.rs:619:9
|
619 | libc_cfg_target_vendor,
| ^^^^^^^^^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libc_cfg_target_vendor)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libc_cfg_target_vendor)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `libc_cfg_target_vendor`
--> /magus/work/usr/mports/textproc/quickwit/work/quickwit-0.8.2/cargo-crates/libc-0.2.153/src/unix/mod.rs:630:9
|
630 | libc_cfg_target_vendor,
| ^^^^^^^^^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libc_cfg_target_vendor)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libc_cfg_target_vendor)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `libc_cfg_target_vendor`
--> /magus/work/usr/mports/textproc/quickwit/work/quickwit-0.8.2/cargo-crates/libc-0.2.153/src/unix/mod.rs:645:9
|
645 | libc_cfg_target_vendor,
| ^^^^^^^^^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libc_cfg_target_vendor)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libc_cfg_target_vendor)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `libc_cfg_target_vendor`
--> /magus/work/usr/mports/textproc/quickwit/work/quickwit-0.8.2/cargo-crates/libc-0.2.153/src/unix/mod.rs:679:9
|
679 | libc_cfg_target_vendor,
| ^^^^^^^^^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libc_cfg_target_vendor)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libc_cfg_target_vendor)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `freebsd11`
--> /magus/work/usr/mports/textproc/quickwit/work/quickwit-0.8.2/cargo-crates/libc-0.2.153/src/unix/mod.rs:717:40
|
717 | all(target_os = "freebsd", any(freebsd11, freebsd10)),
| ^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(freebsd11)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(freebsd11)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `freebsd10`
--> /magus/work/usr/mports/textproc/quickwit/work/quickwit-0.8.2/cargo-crates/libc-0.2.153/src/unix/mod.rs:717:51
|
717 | all(target_os = "freebsd", any(freebsd11, freebsd10)),
| ^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(freebsd10)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(freebsd10)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `freebsd11`
--> /magus/work/usr/mports/textproc/quickwit/work/quickwit-0.8.2/cargo-crates/libc-0.2.153/src/unix/mod.rs:730:40
|
730 | all(target_os = "freebsd", any(freebsd11, freebsd10)),
| ^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(freebsd11)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(freebsd11)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `freebsd10`
--> /magus/work/usr/mports/textproc/quickwit/work/quickwit-0.8.2/cargo-crates/libc-0.2.153/src/unix/mod.rs:730:51
|
730 | all(target_os = "freebsd", any(freebsd11, freebsd10)),
| ^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(freebsd10)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(freebsd10)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `freebsd11`
--> /magus/work/usr/mports/textproc/quickwit/work/quickwit-0.8.2/cargo-crates/libc-0.2.153/src/unix/mod.rs:776:40
|
776 | all(target_os = "freebsd", any(freebsd11, freebsd10)),
| ^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(freebsd11)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(freebsd11)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `freebsd10`
--> /magus/work/usr/mports/textproc/quickwit/work/quickwit-0.8.2/cargo-crates/libc-0.2.153/src/unix/mod.rs:776:51
|
776 | all(target_os = "freebsd", any(freebsd11, freebsd10)),
| ^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(freebsd10)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(freebsd10)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `freebsd11`
--> /magus/work/usr/mports/textproc/quickwit/work/quickwit-0.8.2/cargo-crates/libc-0.2.153/src/unix/mod.rs:814:40
|
814 | all(target_os = "freebsd", any(freebsd11, freebsd10)),
| ^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(freebsd11)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(freebsd11)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `freebsd10`
--> /magus/work/usr/mports/textproc/quickwit/work/quickwit-0.8.2/cargo-crates/libc-0.2.153/src/unix/mod.rs:814:51
|
814 | all(target_os = "freebsd", any(freebsd11, freebsd10)),
| ^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(freebsd10)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(freebsd10)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `freebsd11`
--> /magus/work/usr/mports/textproc/quickwit/work/quickwit-0.8.2/cargo-crates/libc-0.2.153/src/unix/mod.rs:1007:40
|
1007 | all(target_os = "freebsd", any(freebsd11, freebsd10)),
| ^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(freebsd11)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(freebsd11)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `freebsd10`
--> /magus/work/usr/mports/textproc/quickwit/work/quickwit-0.8.2/cargo-crates/libc-0.2.153/src/unix/mod.rs:1007:51
|
1007 | all(target_os = "freebsd", any(freebsd11, freebsd10)),
| ^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(freebsd10)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(freebsd10)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `libc_cfg_target_vendor`
--> /magus/work/usr/mports/textproc/quickwit/work/quickwit-0.8.2/cargo-crates/libc-0.2.153/src/unix/mod.rs:1183:9
|
1183 | libc_cfg_target_vendor,
| ^^^^^^^^^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libc_cfg_target_vendor)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libc_cfg_target_vendor)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `libc_cfg_target_vendor`
--> /magus/work/usr/mports/textproc/quickwit/work/quickwit-0.8.2/cargo-crates/libc-0.2.153/src/unix/mod.rs:1196:9
|
1196 | libc_cfg_target_vendor,
| ^^^^^^^^^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libc_cfg_target_vendor)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libc_cfg_target_vendor)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `freebsd11`
--> /magus/work/usr/mports/textproc/quickwit/work/quickwit-0.8.2/cargo-crates/libc-0.2.153/src/unix/mod.rs:1266:40
|
1266 | all(target_os = "freebsd", any(freebsd11, freebsd10)),
| ^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(freebsd11)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(freebsd11)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `freebsd10`
--> /magus/work/usr/mports/textproc/quickwit/work/quickwit-0.8.2/cargo-crates/libc-0.2.153/src/unix/mod.rs:1266:51
|
1266 | all(target_os = "freebsd", any(freebsd11, freebsd10)),
| ^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(freebsd10)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(freebsd10)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: `extern` declarations without an explicit ABI are deprecated
--> /magus/work/usr/mports/textproc/quickwit/work/quickwit-0.8.2/cargo-crates/libc-0.2.153/src/unix/mod.rs:1435:9
|
1435 | extern {
| ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
|
= note: `#[warn(missing_abi)]` on by default
warning: unexpected `cfg` condition name: `freebsd11`
--> /magus/work/usr/mports/textproc/quickwit/work/quickwit-0.8.2/cargo-crates/libc-0.2.153/src/unix/mod.rs:1456:48
|
1456 | all(target_os = "freebsd", any(freebsd11, freebsd10)),
| ^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(freebsd11)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(freebsd11)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `freebsd10`
--> /magus/work/usr/mports/textproc/quickwit/work/quickwit-0.8.2/cargo-crates/libc-0.2.153/src/unix/mod.rs:1456:59
|
1456 | all(target_os = "freebsd", any(freebsd11, freebsd10)),
| ^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(freebsd10)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(freebsd10)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: `extern` declarations without an explicit ABI are deprecated
--> /magus/work/usr/mports/textproc/quickwit/work/quickwit-0.8.2/cargo-crates/libc-0.2.153/src/unix/mod.rs:1495:9
|
1495 | extern {
| ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
warning: `extern` declarations without an explicit ABI are deprecated
--> /magus/work/usr/mports/textproc/quickwit/work/quickwit-0.8.2/cargo-crates/libc-0.2.153/src/unix/mod.rs:1536:9
|
1536 | extern {
| ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
warning: `extern` declarations without an explicit ABI are deprecated
--> /magus/work/usr/mports/textproc/quickwit/work/quickwit-0.8.2/cargo-crates/libc-0.2.153/src/macros.rs:194:43
|
194 | pub $($constness)* unsafe extern fn $i($($arg: $argty),*
| ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
|
::: /magus/work/usr/mports/textproc/quickwit/work/quickwit-0.8.2/cargo-crates/libc-0.2.153/src/unix/bsd/mod.rs:544:1
|
544 | / f! {
545 | | pub fn CMSG_FIRSTHDR(mhdr: *const ::msghdr) -> *mut ::cmsghdr {
546 | | if (*mhdr).msg_controllen as usize >= ::mem::size_of::<::cmsghdr>() {
547 | | (*mhdr).msg_control as *mut ::cmsghdr
... |
578 | | }
| |_- in this macro invocation
|
= note: this warning originates in the macro `f` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: `extern` declarations without an explicit ABI are deprecated
--> /magus/work/usr/mports/textproc/quickwit/work/quickwit-0.8.2/cargo-crates/libc-0.2.153/src/macros.rs:209:36
|
209 | pub $($constness)* extern fn $i($($arg: $argty),*
| ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
|
::: /magus/work/usr/mports/textproc/quickwit/work/quickwit-0.8.2/cargo-crates/libc-0.2.153/src/unix/bsd/mod.rs:580:1
|
580 | / safe_f! {
581 | | pub {const} fn WTERMSIG(status: ::c_int) -> ::c_int {
582 | | status & 0o177
... |
600 | | }
| |_- in this macro invocation
|
= note: this warning originates in the macro `safe_f` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unexpected `cfg` condition name: `freebsd12`
--> /magus/work/usr/mports/textproc/quickwit/work/quickwit-0.8.2/cargo-crates/libc-0.2.153/src/unix/bsd/mod.rs:618:40
|
618 | all(target_os = "freebsd", any(freebsd12, freebsd11, freebsd10)),
| ^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(freebsd12)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(freebsd12)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `freebsd11`
--> /magus/work/usr/mports/textproc/quickwit/work/quickwit-0.8.2/cargo-crates/libc-0.2.153/src/unix/bsd/mod.rs:618:51
|
618 | all(target_os = "freebsd", any(freebsd12, freebsd11, freebsd10)),
| ^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(freebsd11)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(freebsd11)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `freebsd10`
--> /magus/work/usr/mports/textproc/quickwit/work/quickwit-0.8.2/cargo-crates/libc-0.2.153/src/unix/bsd/mod.rs:618:62
|
618 | all(target_os = "freebsd", any(freebsd12, freebsd11, freebsd10)),
| ^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(freebsd10)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(freebsd10)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `freebsd12`
--> /magus/work/usr/mports/textproc/quickwit/work/quickwit-0.8.2/cargo-crates/libc-0.2.153/src/unix/bsd/mod.rs:623:40
|
623 | all(target_os = "freebsd", any(freebsd12, freebsd11, freebsd10)),
| ^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(freebsd12)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(freebsd12)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `freebsd11`
--> /magus/work/usr/mports/textproc/quickwit/work/quickwit-0.8.2/cargo-crates/libc-0.2.153/src/unix/bsd/mod.rs:623:51
|
623 | all(target_os = "freebsd", any(freebsd12, freebsd11, freebsd10)),
| ^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(freebsd11)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(freebsd11)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `freebsd10`
--> /magus/work/usr/mports/textproc/quickwit/work/quickwit-0.8.2/cargo-crates/libc-0.2.153/src/unix/bsd/mod.rs:623:62
|
623 | all(target_os = "freebsd", any(freebsd12, freebsd11, freebsd10)),
| ^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(freebsd10)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(freebsd10)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `freebsd11`
--> /magus/work/usr/mports/textproc/quickwit/work/quickwit-0.8.2/cargo-crates/libc-0.2.153/src/unix/bsd/mod.rs:657:40
|
657 | all(target_os = "freebsd", any(freebsd11, freebsd10)),
| ^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(freebsd11)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(freebsd11)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `freebsd10`
--> /magus/work/usr/mports/textproc/quickwit/work/quickwit-0.8.2/cargo-crates/libc-0.2.153/src/unix/bsd/mod.rs:657:51
|
657 | all(target_os = "freebsd", any(freebsd11, freebsd10)),
| ^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(freebsd10)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(freebsd10)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `freebsd11`
--> /magus/work/usr/mports/textproc/quickwit/work/quickwit-0.8.2/cargo-crates/libc-0.2.153/src/unix/bsd/mod.rs:668:40
|
668 | all(target_os = "freebsd", any(freebsd11, freebsd10)),
| ^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(freebsd11)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(freebsd11)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `freebsd10`
--> /magus/work/usr/mports/textproc/quickwit/work/quickwit-0.8.2/cargo-crates/libc-0.2.153/src/unix/bsd/mod.rs:668:51
|
668 | all(target_os = "freebsd", any(freebsd11, freebsd10)),
| ^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(freebsd10)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(freebsd10)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `freebsd12`
--> /magus/work/usr/mports/textproc/quickwit/work/quickwit-0.8.2/cargo-crates/libc-0.2.153/src/unix/bsd/mod.rs:840:40
|
840 | all(target_os = "freebsd", any(freebsd12, freebsd11, freebsd10)),
| ^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(freebsd12)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(freebsd12)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `freebsd11`
--> /magus/work/usr/mports/textproc/quickwit/work/quickwit-0.8.2/cargo-crates/libc-0.2.153/src/unix/bsd/mod.rs:840:51
|
840 | all(target_os = "freebsd", any(freebsd12, freebsd11, freebsd10)),
| ^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(freebsd11)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(freebsd11)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `freebsd10`
--> /magus/work/usr/mports/textproc/quickwit/work/quickwit-0.8.2/cargo-crates/libc-0.2.153/src/unix/bsd/mod.rs:840:62
|
840 | all(target_os = "freebsd", any(freebsd12, freebsd11, freebsd10)),
| ^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(freebsd10)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(freebsd10)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `libc_const_size_of`
--> /magus/work/usr/mports/textproc/quickwit/work/quickwit-0.8.2/cargo-crates/libc-0.2.153/src/unix/bsd/freebsdlike/mod.rs:436:22
|
436 | if #[cfg(all(not(libc_const_size_of), target_pointer_width = "32"))] {
| ^^^^^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libc_const_size_of)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libc_const_size_of)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `libc_const_size_of`
--> /magus/work/usr/mports/textproc/quickwit/work/quickwit-0.8.2/cargo-crates/libc-0.2.153/src/unix/bsd/freebsdlike/mod.rs:438:29
|
438 | } else if #[cfg(all(not(libc_const_size_of), target_pointer_width = "64"))] {
| ^^^^^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libc_const_size_of)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libc_const_size_of)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `libc_const_size_of`
--> /magus/work/usr/mports/textproc/quickwit/work/quickwit-0.8.2/cargo-crates/libc-0.2.153/src/unix/bsd/freebsdlike/mod.rs:440:21
|
440 | } else if #[cfg(libc_const_size_of)] {
| ^^^^^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libc_const_size_of)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libc_const_size_of)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: `extern` declarations without an explicit ABI are deprecated
--> /magus/work/usr/mports/textproc/quickwit/work/quickwit-0.8.2/cargo-crates/libc-0.2.153/src/macros.rs:209:36
|
209 | pub $($constness)* extern fn $i($($arg: $argty),*
| ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
|
::: /magus/work/usr/mports/textproc/quickwit/work/quickwit-0.8.2/cargo-crates/libc-0.2.153/src/unix/bsd/freebsdlike/mod.rs:1459:1
|
1459 | / safe_f! {
1460 | | pub {const} fn WIFCONTINUED(status: ::c_int) -> bool {
1461 | | status == 0x13
... |
1471 | | }
| |_- in this macro invocation
|
= note: this warning originates in the macro `safe_f` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unexpected `cfg` condition name: `freebsd11`
--> /magus/work/usr/mports/textproc/quickwit/work/quickwit-0.8.2/cargo-crates/libc-0.2.153/src/unix/bsd/freebsdlike/mod.rs:1553:40
|
1553 | all(target_os = "freebsd", any(freebsd11, freebsd10)),
| ^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(freebsd11)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(freebsd11)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `freebsd10`
--> /magus/work/usr/mports/textproc/quickwit/work/quickwit-0.8.2/cargo-crates/libc-0.2.153/src/unix/bsd/freebsdlike/mod.rs:1553:51
|
1553 | all(target_os = "freebsd", any(freebsd11, freebsd10)),
| ^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(freebsd10)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(freebsd10)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `freebsd11`
--> /magus/work/usr/mports/textproc/quickwit/work/quickwit-0.8.2/cargo-crates/libc-0.2.153/src/unix/bsd/freebsdlike/mod.rs:1569:40
|
1569 | all(target_os = "freebsd", any(freebsd11, freebsd10)),
| ^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(freebsd11)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(freebsd11)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `freebsd10`
--> /magus/work/usr/mports/textproc/quickwit/work/quickwit-0.8.2/cargo-crates/libc-0.2.153/src/unix/bsd/freebsdlike/mod.rs:1569:51
|
1569 | all(target_os = "freebsd", any(freebsd11, freebsd10)),
| ^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(freebsd10)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(freebsd10)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `freebsd15`
--> /magus/work/usr/mports/textproc/quickwit/work/quickwit-0.8.2/cargo-crates/libc-0.2.153/src/unix/bsd/freebsdlike/freebsd/mod.rs:370:23
|
370 | #[cfg(all(any(freebsd15, freebsd14), target_pointer_width = "64"))]
| ^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(freebsd15)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(freebsd15)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `freebsd14`
--> /magus/work/usr/mports/textproc/quickwit/work/quickwit-0.8.2/cargo-crates/libc-0.2.153/src/unix/bsd/freebsdlike/freebsd/mod.rs:370:34
|
370 | #[cfg(all(any(freebsd15, freebsd14), target_pointer_width = "64"))]
| ^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(freebsd14)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(freebsd14)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `freebsd15`
--> /magus/work/usr/mports/textproc/quickwit/work/quickwit-0.8.2/cargo-crates/libc-0.2.153/src/unix/bsd/freebsdlike/freebsd/mod.rs:372:23
|
372 | #[cfg(all(any(freebsd15, freebsd14), target_pointer_width = "32"))]
| ^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(freebsd15)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(freebsd15)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `freebsd14`
--> /magus/work/usr/mports/textproc/quickwit/work/quickwit-0.8.2/cargo-crates/libc-0.2.153/src/unix/bsd/freebsdlike/freebsd/mod.rs:372:34
|
372 | #[cfg(all(any(freebsd15, freebsd14), target_pointer_width = "32"))]
| ^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(freebsd14)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(freebsd14)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `freebsd15`
--> /magus/work/usr/mports/textproc/quickwit/work/quickwit-0.8.2/cargo-crates/libc-0.2.153/src/unix/bsd/freebsdlike/freebsd/mod.rs:374:27
|
374 | #[cfg(all(not(any(freebsd15, freebsd14)), target_pointer_width = "64"))]
| ^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(freebsd15)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(freebsd15)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `freebsd14`
--> /magus/work/usr/mports/textproc/quickwit/work/quickwit-0.8.2/cargo-crates/libc-0.2.153/src/unix/bsd/freebsdlike/freebsd/mod.rs:374:38
|
374 | #[cfg(all(not(any(freebsd15, freebsd14)), target_pointer_width = "64"))]
| ^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(freebsd14)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(freebsd14)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `freebsd15`
--> /magus/work/usr/mports/textproc/quickwit/work/quickwit-0.8.2/cargo-crates/libc-0.2.153/src/unix/bsd/freebsdlike/freebsd/mod.rs:376:27
|
376 | #[cfg(all(not(any(freebsd15, freebsd14)), target_pointer_width = "32"))]
| ^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(freebsd15)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(freebsd15)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `freebsd14`
--> /magus/work/usr/mports/textproc/quickwit/work/quickwit-0.8.2/cargo-crates/libc-0.2.153/src/unix/bsd/freebsdlike/freebsd/mod.rs:376:38
|
376 | #[cfg(all(not(any(freebsd15, freebsd14)), target_pointer_width = "32"))]
| ^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(freebsd14)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(freebsd14)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `freebsd11`
--> /magus/work/usr/mports/textproc/quickwit/work/quickwit-0.8.2/cargo-crates/libc-0.2.153/src/unix/bsd/freebsdlike/freebsd/mod.rs:436:19
|
436 | #[cfg(not(freebsd11))]
| ^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(freebsd11)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(freebsd11)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `freebsd11`
--> /magus/work/usr/mports/textproc/quickwit/work/quickwit-0.8.2/cargo-crates/libc-0.2.153/src/unix/bsd/freebsdlike/freebsd/mod.rs:438:15
|
438 | #[cfg(freebsd11)]
| ^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(freebsd11)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(freebsd11)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `freebsd11`
--> /magus/work/usr/mports/textproc/quickwit/work/quickwit-0.8.2/cargo-crates/libc-0.2.153/src/unix/bsd/freebsdlike/freebsd/mod.rs:448:19
|
448 | #[cfg(not(freebsd11))]
| ^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(freebsd11)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(freebsd11)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `freebsd11`
--> /magus/work/usr/mports/textproc/quickwit/work/quickwit-0.8.2/cargo-crates/libc-0.2.153/src/unix/bsd/freebsdlike/freebsd/mod.rs:450:15
|
450 | #[cfg(freebsd11)]
| ^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(freebsd11)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(freebsd11)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `freebsd11`
--> /magus/work/usr/mports/textproc/quickwit/work/quickwit-0.8.2/cargo-crates/libc-0.2.153/src/unix/bsd/freebsdlike/freebsd/mod.rs:454:19
|
454 | #[cfg(not(freebsd11))]
| ^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(freebsd11)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(freebsd11)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `freebsd11`
--> /magus/work/usr/mports/textproc/quickwit/work/quickwit-0.8.2/cargo-crates/libc-0.2.153/src/unix/bsd/freebsdlike/freebsd/mod.rs:456:19
|
456 | #[cfg(not(freebsd11))]
| ^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(freebsd11)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(freebsd11)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `freebsd11`
--> /magus/work/usr/mports/textproc/quickwit/work/quickwit-0.8.2/cargo-crates/libc-0.2.153/src/unix/bsd/freebsdlike/freebsd/mod.rs:458:19
|
458 | #[cfg(not(freebsd11))]
| ^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(freebsd11)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(freebsd11)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `freebsd11`
--> /magus/work/usr/mports/textproc/quickwit/work/quickwit-0.8.2/cargo-crates/libc-0.2.153/src/unix/bsd/freebsdlike/freebsd/mod.rs:460:15
|
460 | #[cfg(freebsd11)]
| ^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(freebsd11)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(freebsd11)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `freebsd12`
--> /magus/work/usr/mports/textproc/quickwit/work/quickwit-0.8.2/cargo-crates/libc-0.2.153/src/unix/bsd/freebsdlike/freebsd/mod.rs:600:19
|
600 | #[cfg(any(freebsd12, freebsd13, freebsd14, freebsd15))]
| ^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(freebsd12)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(freebsd12)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `freebsd13`
--> /magus/work/usr/mports/textproc/quickwit/work/quickwit-0.8.2/cargo-crates/libc-0.2.153/src/unix/bsd/freebsdlike/freebsd/mod.rs:600:30
|
600 | #[cfg(any(freebsd12, freebsd13, freebsd14, freebsd15))]
| ^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(freebsd13)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(freebsd13)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `freebsd14`
--> /magus/work/usr/mports/textproc/quickwit/work/quickwit-0.8.2/cargo-crates/libc-0.2.153/src/unix/bsd/freebsdlike/freebsd/mod.rs:600:41
|
600 | #[cfg(any(freebsd12, freebsd13, freebsd14, freebsd15))]
| ^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(freebsd14)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(freebsd14)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `freebsd15`
--> /magus/work/usr/mports/textproc/quickwit/work/quickwit-0.8.2/cargo-crates/libc-0.2.153/src/unix/bsd/freebsdlike/freebsd/mod.rs:600:52
|
600 | #[cfg(any(freebsd12, freebsd13, freebsd14, freebsd15))]
| ^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(freebsd15)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(freebsd15)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `freebsd12`
--> /magus/work/usr/mports/textproc/quickwit/work/quickwit-0.8.2/cargo-crates/libc-0.2.153/src/unix/bsd/freebsdlike/freebsd/mod.rs:602:19
|
602 | #[cfg(any(freebsd12, freebsd13, freebsd14, freebsd15))]
| ^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(freebsd12)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(freebsd12)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `freebsd13`
--> /magus/work/usr/mports/textproc/quickwit/work/quickwit-0.8.2/cargo-crates/libc-0.2.153/src/unix/bsd/freebsdlike/freebsd/mod.rs:602:30
|
602 | #[cfg(any(freebsd12, freebsd13, freebsd14, freebsd15))]
| ^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(freebsd13)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(freebsd13)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `freebsd14`
--> /magus/work/usr/mports/textproc/quickwit/work/quickwit-0.8.2/cargo-crates/libc-0.2.153/src/unix/bsd/freebsdlike/freebsd/mod.rs:602:41
|
602 | #[cfg(any(freebsd12, freebsd13, freebsd14, freebsd15))]
| ^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(freebsd14)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(freebsd14)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `freebsd15`
--> /magus/work/usr/mports/textproc/quickwit/work/quickwit-0.8.2/cargo-crates/libc-0.2.153/src/unix/bsd/freebsdlike/freebsd/mod.rs:602:52
|
602 | #[cfg(any(freebsd12, freebsd13, freebsd14, freebsd15))]
| ^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(freebsd15)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(freebsd15)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `libc_union`
--> /magus/work/usr/mports/textproc/quickwit/work/quickwit-0.8.2/cargo-crates/libc-0.2.153/src/unix/bsd/freebsdlike/freebsd/mod.rs:974:15
|
974 | #[cfg(libc_union)]
| ^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libc_union)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libc_union)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `libc_union`
--> /magus/work/usr/mports/textproc/quickwit/work/quickwit-0.8.2/cargo-crates/libc-0.2.153/src/unix/bsd/freebsdlike/freebsd/mod.rs:976:19
|
976 | #[cfg(not(libc_union))]
| ^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libc_union)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libc_union)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `freebsd15`
--> /magus/work/usr/mports/textproc/quickwit/work/quickwit-0.8.2/cargo-crates/libc-0.2.153/src/unix/bsd/freebsdlike/freebsd/mod.rs:1049:19
|
1049 | #[cfg(any(freebsd15, freebsd14))]
| ^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(freebsd15)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(freebsd15)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `freebsd14`
--> /magus/work/usr/mports/textproc/quickwit/work/quickwit-0.8.2/cargo-crates/libc-0.2.153/src/unix/bsd/freebsdlike/freebsd/mod.rs:1049:30
|
1049 | #[cfg(any(freebsd15, freebsd14))]
| ^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(freebsd14)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(freebsd14)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `freebsd15`
--> /magus/work/usr/mports/textproc/quickwit/work/quickwit-0.8.2/cargo-crates/libc-0.2.153/src/unix/bsd/freebsdlike/freebsd/mod.rs:1051:19
|
1051 | #[cfg(any(freebsd15, freebsd14))]
| ^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(freebsd15)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(freebsd15)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `freebsd14`
--> /magus/work/usr/mports/textproc/quickwit/work/quickwit-0.8.2/cargo-crates/libc-0.2.153/src/unix/bsd/freebsdlike/freebsd/mod.rs:1051:30
|
1051 | #[cfg(any(freebsd15, freebsd14))]
| ^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(freebsd14)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(freebsd14)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `freebsd15`
--> /magus/work/usr/mports/textproc/quickwit/work/quickwit-0.8.2/cargo-crates/libc-0.2.153/src/unix/bsd/freebsdlike/freebsd/mod.rs:1053:19
|
1053 | #[cfg(any(freebsd15, freebsd14))]
| ^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(freebsd15)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(freebsd15)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `freebsd14`
--> /magus/work/usr/mports/textproc/quickwit/work/quickwit-0.8.2/cargo-crates/libc-0.2.153/src/unix/bsd/freebsdlike/freebsd/mod.rs:1053:30
|
1053 | #[cfg(any(freebsd15, freebsd14))]
| ^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(freebsd14)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(freebsd14)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `freebsd15`
--> /magus/work/usr/mports/textproc/quickwit/work/quickwit-0.8.2/cargo-crates/libc-0.2.153/src/unix/bsd/freebsdlike/freebsd/mod.rs:1055:19
|
1055 | #[cfg(any(freebsd15, freebsd14))]
| ^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(freebsd15)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(freebsd15)");` to the top of the `build.rs`
= note: see
MidnightBSD Magus