warning: unexpected `cfg` condition name: `trick_rust_analyzer_into_highlighting_interpolated_bits`
--> tools/ci/src/commands/bench_check.rs:13:13
|
13 | / cmd!(
14 | | sh,
15 | | "cargo check --benches --target-dir ../target --manifest-path ./benches/Cargo.toml"
16 | | ),
| |_____________^
|
= help: expected names are: `clippy`, `debug_assertions`, `doc`, `docsrs`, `docsrs_dep`, `doctest`, `feature`, `fmt_debug`, `miri`, `overflow_checks`, `panic`, `proc_macro`, `relocation_model`, `rustfmt`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test`, `ub_checks`, `unix`, and `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(trick_rust_analyzer_into_highlighting_interpolated_bits)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(trick_rust_analyzer_into_highlighting_interpolated_bits)");` to the top of the `build.rs`
= note: see <https:
= note: requested on the command line with `-W unexpected-cfgs`
= note: this warning originates in the macro `cmd` (in Nightly builds, run with -Z macro-backtrace for more info)