expy 0.0.2

Embeddable & extensible expression evaluator
Documentation

Build #3451129 2026-06-01 12:46:13

# rustc version rustc 1.98.0-nightly (14210df0e 2026-05-31)

# docs.rs version docsrs 0.0.0 (f16e33f3e6ac9fc9e4413728c5dd1b2ba1c6b799 2026-05-23 )

# build log [INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "DOCS_RS=1" "-w" "/opt/rustwide/workdir" "--user" "1001:1001" "0acebf04592e54bb09e3fa321046ac112659631758aa90e2f1c5ee04d3d8ed76" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20260531-1.98.0-nightly-14210df0e\", \"--static-root-path\", \"/-/rustdoc.static/\", \"--cap-lints\", \"warn\", \"--extern-html-root-takes-precedence\"]" "--offline" "-Zunstable-options" "--config=doc.extern-map.registries.crates-io=\"https://docs.rs/{pkg_name}/{version}/x86_64-unknown-linux-gnu\"" "-Zrustdoc-scrape-examples" "-j6" "--target" "x86_64-unknown-linux-gnu", kill_on_drop: false }` [INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op [INFO] [stderr] Documenting expy v0.0.2 (/opt/rustwide/workdir) [INFO] [stderr] warning: unexpected `cfg` condition name: `serde` [INFO] [stderr] --> src/lib.rs:12:7 [INFO] [stderr] | [INFO] [stderr] 12 | #[cfg(serde)] [INFO] [stderr] | ^^^^^ help: found config with similar value: `feature = "serde"` [INFO] [stderr] | [INFO] [stderr] = help: expected names are: `docsrs`, `feature`, and `test` and 32 more [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(serde)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(serde)");` to the top of the `build.rs` [INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration [INFO] [stderr] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `serde` [INFO] [stderr] --> src/lib.rs:24:7 [INFO] [stderr] | [INFO] [stderr] 24 | #[cfg(serde)] [INFO] [stderr] | ^^^^^ help: found config with similar value: `feature = "serde"` [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(serde)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(serde)");` to the top of the `build.rs` [INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `rng` [INFO] [stderr] --> src/eval/context.rs:26:11 [INFO] [stderr] | [INFO] [stderr] 26 | #[cfg(rng)] [INFO] [stderr] | ^^^ help: found config with similar value: `feature = "rng"` [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(rng)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(rng)");` to the top of the `build.rs` [INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `rng` [INFO] [stderr] --> src/eval/context.rs:38:19 [INFO] [stderr] | [INFO] [stderr] 38 | #[cfg(rng)] [INFO] [stderr] | ^^^ help: found config with similar value: `feature = "rng"` [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(rng)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(rng)");` to the top of the `build.rs` [INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `glam` [INFO] [stderr] --> src/eval/context.rs:167:19 [INFO] [stderr] | [INFO] [stderr] 167 | #[cfg(glam)] [INFO] [stderr] | ^^^^ help: found config with similar value: `feature = "glam"` [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(glam)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(glam)");` to the top of the `build.rs` [INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `glam` [INFO] [stderr] --> src/eval/context.rs:199:11 [INFO] [stderr] | [INFO] [stderr] 199 | #[cfg(glam)] [INFO] [stderr] | ^^^^ help: found config with similar value: `feature = "glam"` [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(glam)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(glam)");` to the top of the `build.rs` [INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `glam` [INFO] [stderr] --> src/eval/context.rs:234:27 [INFO] [stderr] | [INFO] [stderr] 234 | #[cfg(glam)] (_; lhs: Vec2, rhs: Vec2) => Ok(Value::Vec2(lhs $op rhs)), [INFO] [stderr] | ^^^^ help: found config with similar value: `feature = "glam"` [INFO] [stderr] ... [INFO] [stderr] 243 | Add => additive_op!(+), [INFO] [stderr] | --------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(glam)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(glam)");` to the top of the `build.rs` [INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration [INFO] [stderr] = note: this warning originates in the macro `additive_op` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `glam` [INFO] [stderr] --> src/eval/context.rs:235:27 [INFO] [stderr] | [INFO] [stderr] 235 | #[cfg(glam)] (_; lhs: Vec3, rhs: Vec3) => Ok(Value::Vec3(lhs $op rhs)), [INFO] [stderr] | ^^^^ help: found config with similar value: `feature = "glam"` [INFO] [stderr] ... [INFO] [stderr] 243 | Add => additive_op!(+), [INFO] [stderr] | --------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(glam)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(glam)");` to the top of the `build.rs` [INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration [INFO] [stderr] = note: this warning originates in the macro `additive_op` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `glam` [INFO] [stderr] --> src/eval/context.rs:236:27 [INFO] [stderr] | [INFO] [stderr] 236 | #[cfg(glam)] (_; lhs: Vec4, rhs: Vec4) => Ok(Value::Vec4(lhs $op rhs)), [INFO] [stderr] | ^^^^ help: found config with similar value: `feature = "glam"` [INFO] [stderr] ... [INFO] [stderr] 243 | Add => additive_op!(+), [INFO] [stderr] | --------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(glam)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(glam)");` to the top of the `build.rs` [INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration [INFO] [stderr] = note: this warning originates in the macro `additive_op` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `glam` [INFO] [stderr] --> src/eval/context.rs:234:27 [INFO] [stderr] | [INFO] [stderr] 234 | #[cfg(glam)] (_; lhs: Vec2, rhs: Vec2) => Ok(Value::Vec2(lhs $op rhs)), [INFO] [stderr] | ^^^^ help: found config with similar value: `feature = "glam"` [INFO] [stderr] ... [INFO] [stderr] 244 | Sub => additive_op!(-), [INFO] [stderr] | --------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(glam)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(glam)");` to the top of the `build.rs` [INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration [INFO] [stderr] = note: this warning originates in the macro `additive_op` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `glam` [INFO] [stderr] --> src/eval/context.rs:235:27 [INFO] [stderr] | [INFO] [stderr] 235 | #[cfg(glam)] (_; lhs: Vec3, rhs: Vec3) => Ok(Value::Vec3(lhs $op rhs)), [INFO] [stderr] | ^^^^ help: found config with similar value: `feature = "glam"` [INFO] [stderr] ... [INFO] [stderr] 244 | Sub => additive_op!(-), [INFO] [stderr] | --------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(glam)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(glam)");` to the top of the `build.rs` [INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration [INFO] [stderr] = note: this warning originates in the macro `additive_op` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `glam` [INFO] [stderr] --> src/eval/context.rs:236:27 [INFO] [stderr] | [INFO] [stderr] 236 | #[cfg(glam)] (_; lhs: Vec4, rhs: Vec4) => Ok(Value::Vec4(lhs $op rhs)), [INFO] [stderr] | ^^^^ help: found config with similar value: `feature = "glam"` [INFO] [stderr] ... [INFO] [stderr] 244 | Sub => additive_op!(-), [INFO] [stderr] | --------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(glam)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(glam)");` to the top of the `build.rs` [INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration [INFO] [stderr] = note: this warning originates in the macro `additive_op` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `glam` [INFO] [stderr] --> src/eval/context.rs:250:23 [INFO] [stderr] | [INFO] [stderr] 250 | #[cfg(glam)] (_; lhs: Vec2, rhs: Vec2) => Ok(Value::Vec2(lhs * rhs)), [INFO] [stderr] | ^^^^ help: found config with similar value: `feature = "glam"` [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(glam)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(glam)");` to the top of the `build.rs` [INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `glam` [INFO] [stderr] --> src/eval/context.rs:251:23 [INFO] [stderr] | [INFO] [stderr] 251 | #[cfg(glam)] (_; lhs: Vec3, rhs: Vec3) => Ok(Value::Vec3(lhs * rhs)), [INFO] [stderr] | ^^^^ help: found config with similar value: `feature = "glam"` [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(glam)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(glam)");` to the top of the `build.rs` [INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `glam` [INFO] [stderr] --> src/eval/context.rs:252:23 [INFO] [stderr] | [INFO] [stderr] 252 | #[cfg(glam)] (_; lhs: Vec4, rhs: Vec4) => Ok(Value::Vec4(lhs * rhs)), [INFO] [stderr] | ^^^^ help: found config with similar value: `feature = "glam"` [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(glam)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(glam)");` to the top of the `build.rs` [INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `glam` [INFO] [stderr] --> src/eval/context.rs:253:23 [INFO] [stderr] | [INFO] [stderr] 253 | #[cfg(glam)] (_; lhs: Vec2, rhs: Integer) => Ok(Value::Vec2(lhs * rhs as f32)), [INFO] [stderr] | ^^^^ help: found config with similar value: `feature = "glam"` [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(glam)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(glam)");` to the top of the `build.rs` [INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `glam` [INFO] [stderr] --> src/eval/context.rs:254:23 [INFO] [stderr] | [INFO] [stderr] 254 | #[cfg(glam)] (_; lhs: Vec3, rhs: Integer) => Ok(Value::Vec3(lhs * rhs as f32)), [INFO] [stderr] | ^^^^ help: found config with similar value: `feature = "glam"` [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(glam)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(glam)");` to the top of the `build.rs` [INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `glam` [INFO] [stderr] --> src/eval/context.rs:255:23 [INFO] [stderr] | [INFO] [stderr] 255 | #[cfg(glam)] (_; lhs: Vec4, rhs: Integer) => Ok(Value::Vec4(lhs * rhs as f32)), [INFO] [stderr] | ^^^^ help: found config with similar value: `feature = "glam"` [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(glam)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(glam)");` to the top of the `build.rs` [INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `glam` [INFO] [stderr] --> src/eval/context.rs:256:23 [INFO] [stderr] | [INFO] [stderr] 256 | #[cfg(glam)] (_; lhs: Vec2, rhs: Float) => Ok(Value::Vec2(lhs * rhs)), [INFO] [stderr] | ^^^^ help: found config with similar value: `feature = "glam"` [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(glam)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(glam)");` to the top of the `build.rs` [INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `glam` [INFO] [stderr] --> src/eval/context.rs:257:23 [INFO] [stderr] | [INFO] [stderr] 257 | #[cfg(glam)] (_; lhs: Vec3, rhs: Float) => Ok(Value::Vec3(lhs * rhs)), [INFO] [stderr] | ^^^^ help: found config with similar value: `feature = "glam"` [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(glam)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(glam)");` to the top of the `build.rs` [INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `glam` [INFO] [stderr] --> src/eval/context.rs:258:23 [INFO] [stderr] | [INFO] [stderr] 258 | #[cfg(glam)] (_; lhs: Vec4, rhs: Float) => Ok(Value::Vec4(lhs * rhs)), [INFO] [stderr] | ^^^^ help: found config with similar value: `feature = "glam"` [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(glam)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(glam)");` to the top of the `build.rs` [INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `glam` [INFO] [stderr] --> src/eval/context.rs:259:23 [INFO] [stderr] | [INFO] [stderr] 259 | #[cfg(glam)] (_; lhs: Integer, rhs: Vec2) => Ok(Value::Vec2(lhs as f32 * rhs)), [INFO] [stderr] | ^^^^ help: found config with similar value: `feature = "glam"` [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(glam)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(glam)");` to the top of the `build.rs` [INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `glam` [INFO] [stderr] --> src/eval/context.rs:260:23 [INFO] [stderr] | [INFO] [stderr] 260 | #[cfg(glam)] (_; lhs: Integer, rhs: Vec3) => Ok(Value::Vec3(lhs as f32 * rhs)), [INFO] [stderr] | ^^^^ help: found config with similar value: `feature = "glam"` [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(glam)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(glam)");` to the top of the `build.rs` [INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `glam` [INFO] [stderr] --> src/eval/context.rs:261:23 [INFO] [stderr] | [INFO] [stderr] 261 | #[cfg(glam)] (_; lhs: Integer, rhs: Vec4) => Ok(Value::Vec4(lhs as f32 * rhs)), [INFO] [stderr] | ^^^^ help: found config with similar value: `feature = "glam"` [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(glam)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(glam)");` to the top of the `build.rs` [INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `glam` [INFO] [stderr] --> src/eval/context.rs:262:23 [INFO] [stderr] | [INFO] [stderr] 262 | #[cfg(glam)] (_; lhs: Float, rhs: Vec2) => Ok(Value::Vec2(lhs * rhs)), [INFO] [stderr] | ^^^^ help: found config with similar value: `feature = "glam"` [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(glam)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(glam)");` to the top of the `build.rs` [INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `glam` [INFO] [stderr] --> src/eval/context.rs:263:23 [INFO] [stderr] | [INFO] [stderr] 263 | #[cfg(glam)] (_; lhs: Float, rhs: Vec3) => Ok(Value::Vec3(lhs * rhs)), [INFO] [stderr] | ^^^^ help: found config with similar value: `feature = "glam"` [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(glam)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(glam)");` to the top of the `build.rs` [INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `glam` [INFO] [stderr] --> src/eval/context.rs:264:23 [INFO] [stderr] | [INFO] [stderr] 264 | #[cfg(glam)] (_; lhs: Float, rhs: Vec4) => Ok(Value::Vec4(lhs * rhs)), [INFO] [stderr] | ^^^^ help: found config with similar value: `feature = "glam"` [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(glam)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(glam)");` to the top of the `build.rs` [INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `glam` [INFO] [stderr] --> src/eval/context.rs:271:23 [INFO] [stderr] | [INFO] [stderr] 271 | #[cfg(glam)] (_; lhs: Vec2, rhs: Vec2) => Ok(Value::Vec2(lhs / rhs)), [INFO] [stderr] | ^^^^ help: found config with similar value: `feature = "glam"` [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(glam)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(glam)");` to the top of the `build.rs` [INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `glam` [INFO] [stderr] --> src/eval/context.rs:272:23 [INFO] [stderr] | [INFO] [stderr] 272 | #[cfg(glam)] (_; lhs: Vec3, rhs: Vec3) => Ok(Value::Vec3(lhs / rhs)), [INFO] [stderr] | ^^^^ help: found config with similar value: `feature = "glam"` [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(glam)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(glam)");` to the top of the `build.rs` [INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `glam` [INFO] [stderr] --> src/eval/context.rs:273:23 [INFO] [stderr] | [INFO] [stderr] 273 | #[cfg(glam)] (_; lhs: Vec4, rhs: Vec4) => Ok(Value::Vec4(lhs / rhs)), [INFO] [stderr] | ^^^^ help: found config with similar value: `feature = "glam"` [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(glam)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(glam)");` to the top of the `build.rs` [INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `glam` [INFO] [stderr] --> src/eval/context.rs:274:23 [INFO] [stderr] | [INFO] [stderr] 274 | #[cfg(glam)] (_; lhs: Vec2, rhs: Integer) => Ok(Value::Vec2(lhs / rhs as f32)), [INFO] [stderr] | ^^^^ help: found config with similar value: `feature = "glam"` [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(glam)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(glam)");` to the top of the `build.rs` [INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `glam` [INFO] [stderr] --> src/eval/context.rs:275:23 [INFO] [stderr] | [INFO] [stderr] 275 | #[cfg(glam)] (_; lhs: Vec3, rhs: Integer) => Ok(Value::Vec3(lhs / rhs as f32)), [INFO] [stderr] | ^^^^ help: found config with similar value: `feature = "glam"` [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(glam)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(glam)");` to the top of the `build.rs` [INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `glam` [INFO] [stderr] --> src/eval/context.rs:276:23 [INFO] [stderr] | [INFO] [stderr] 276 | #[cfg(glam)] (_; lhs: Vec4, rhs: Integer) => Ok(Value::Vec4(lhs / rhs as f32)), [INFO] [stderr] | ^^^^ help: found config with similar value: `feature = "glam"` [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(glam)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(glam)");` to the top of the `build.rs` [INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `glam` [INFO] [stderr] --> src/eval/context.rs:277:23 [INFO] [stderr] | [INFO] [stderr] 277 | #[cfg(glam)] (_; lhs: Vec2, rhs: Float) => Ok(Value::Vec2(lhs / rhs)), [INFO] [stderr] | ^^^^ help: found config with similar value: `feature = "glam"` [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(glam)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(glam)");` to the top of the `build.rs` [INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `glam` [INFO] [stderr] --> src/eval/context.rs:278:23 [INFO] [stderr] | [INFO] [stderr] 278 | #[cfg(glam)] (_; lhs: Vec3, rhs: Float) => Ok(Value::Vec3(lhs / rhs)), [INFO] [stderr] | ^^^^ help: found config with similar value: `feature = "glam"` [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(glam)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(glam)");` to the top of the `build.rs` [INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `glam` [INFO] [stderr] --> src/eval/context.rs:279:23 [INFO] [stderr] | [INFO] [stderr] 279 | #[cfg(glam)] (_; lhs: Vec4, rhs: Float) => Ok(Value::Vec4(lhs / rhs)), [INFO] [stderr] | ^^^^ help: found config with similar value: `feature = "glam"` [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(glam)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(glam)");` to the top of the `build.rs` [INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `glam` [INFO] [stderr] --> src/eval/context.rs:286:23 [INFO] [stderr] | [INFO] [stderr] 286 | #[cfg(glam)] (_; lhs: Vec2, rhs: Integer) => Ok(Value::Vec2(lhs.powf(rhs as _))), [INFO] [stderr] | ^^^^ help: found config with similar value: `feature = "glam"` [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(glam)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(glam)");` to the top of the `build.rs` [INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `glam` [INFO] [stderr] --> src/eval/context.rs:287:23 [INFO] [stderr] | [INFO] [stderr] 287 | #[cfg(glam)] (_; lhs: Vec2, rhs: Float) => Ok(Value::Vec2(lhs.powf(rhs))), [INFO] [stderr] | ^^^^ help: found config with similar value: `feature = "glam"` [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(glam)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(glam)");` to the top of the `build.rs` [INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `glam` [INFO] [stderr] --> src/eval/context.rs:288:23 [INFO] [stderr] | [INFO] [stderr] 288 | #[cfg(glam)] (_; lhs: Vec3, rhs: Integer) => Ok(Value::Vec3(lhs.powf(rhs as _))), [INFO] [stderr] | ^^^^ help: found config with similar value: `feature = "glam"` [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(glam)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(glam)");` to the top of the `build.rs` [INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `glam` [INFO] [stderr] --> src/eval/context.rs:289:23 [INFO] [stderr] | [INFO] [stderr] 289 | #[cfg(glam)] (_; lhs: Vec3, rhs: Float) => Ok(Value::Vec3(lhs.powf(rhs))), [INFO] [stderr] | ^^^^ help: found config with similar value: `feature = "glam"` [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(glam)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(glam)");` to the top of the `build.rs` [INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `glam` [INFO] [stderr] --> src/eval/context.rs:290:23 [INFO] [stderr] | [INFO] [stderr] 290 | #[cfg(glam)] (_; lhs: Vec4, rhs: Integer) => Ok(Value::Vec4(lhs.powf(rhs as _))), [INFO] [stderr] | ^^^^ help: found config with similar value: `feature = "glam"` [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(glam)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(glam)");` to the top of the `build.rs` [INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `glam` [INFO] [stderr] --> src/eval/context.rs:291:23 [INFO] [stderr] | [INFO] [stderr] 291 | #[cfg(glam)] (_; lhs: Vec4, rhs: Float) => Ok(Value::Vec4(lhs.powf(rhs))), [INFO] [stderr] | ^^^^ help: found config with similar value: `feature = "glam"` [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(glam)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(glam)");` to the top of the `build.rs` [INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `glam` [INFO] [stderr] --> src/eval/context.rs:301:27 [INFO] [stderr] | [INFO] [stderr] 301 | #[cfg(glam)] (_; a: Vec2, b: Vec2) => Ok(eval_eq_expr(a, op, b).unwrap()), [INFO] [stderr] | ^^^^ help: found config with similar value: `feature = "glam"` [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(glam)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(glam)");` to the top of the `build.rs` [INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `glam` [INFO] [stderr] --> src/eval/context.rs:302:27 [INFO] [stderr] | [INFO] [stderr] 302 | #[cfg(glam)] (_; a: Vec3, b: Vec3) => Ok(eval_eq_expr(a, op, b).unwrap()), [INFO] [stderr] | ^^^^ help: found config with similar value: `feature = "glam"` [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(glam)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(glam)");` to the top of the `build.rs` [INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `glam` [INFO] [stderr] --> src/eval/context.rs:303:27 [INFO] [stderr] | [INFO] [stderr] 303 | #[cfg(glam)] (_; a: Vec4, b: Vec4) => Ok(eval_eq_expr(a, op, b).unwrap()), [INFO] [stderr] | ^^^^ help: found config with similar value: `feature = "glam"` [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(glam)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(glam)");` to the top of the `build.rs` [INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `glam` [INFO] [stderr] --> src/eval/context.rs:333:15 [INFO] [stderr] | [INFO] [stderr] 333 | #[cfg(glam)] [INFO] [stderr] | ^^^^ help: found config with similar value: `feature = "glam"` [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(glam)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(glam)");` to the top of the `build.rs` [INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `glam` [INFO] [stderr] --> src/eval/context.rs:344:19 [INFO] [stderr] | [INFO] [stderr] 344 | #[cfg(glam)] (_; vec2: Vec2, i: Integer) => glam_vec_index!(2; vec2[i]), [INFO] [stderr] | ^^^^ help: found config with similar value: `feature = "glam"` [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(glam)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(glam)");` to the top of the `build.rs` [INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `glam` [INFO] [stderr] --> src/eval/context.rs:345:19 [INFO] [stderr] | [INFO] [stderr] 345 | #[cfg(glam)] (_; vec3: Vec3, i: Integer) => glam_vec_index!(3; vec3[i]), [INFO] [stderr] | ^^^^ help: found config with similar value: `feature = "glam"` [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(glam)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(glam)");` to the top of the `build.rs` [INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `glam` [INFO] [stderr] --> src/eval/context.rs:346:19 [INFO] [stderr] | [INFO] [stderr] 346 | #[cfg(glam)] (_; vec4: Vec4, i: Integer) => glam_vec_index!(4; vec4[i]), [INFO] [stderr] | ^^^^ help: found config with similar value: `feature = "glam"` [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(glam)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(glam)");` to the top of the `build.rs` [INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `glam` [INFO] [stderr] --> src/eval/context.rs:365:19 [INFO] [stderr] | [INFO] [stderr] 365 | #[cfg(glam)] (_; vec2: Vec2) => fields!(vec2; member => { x: Float, y: Float }), [INFO] [stderr] | ^^^^ help: found config with similar value: `feature = "glam"` [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(glam)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(glam)");` to the top of the `build.rs` [INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `glam` [INFO] [stderr] --> src/eval/context.rs:366:19 [INFO] [stderr] | [INFO] [stderr] 366 | #[cfg(glam)] (_; vec3: Vec3) => fields!(vec3; member => { [INFO] [stderr] | ^^^^ help: found config with similar value: `feature = "glam"` [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(glam)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(glam)");` to the top of the `build.rs` [INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `glam` [INFO] [stderr] --> src/eval/context.rs:369:19 [INFO] [stderr] | [INFO] [stderr] 369 | #[cfg(glam)] (_; vec4: Vec4) => fields!(vec4; member => { [INFO] [stderr] | ^^^^ help: found config with similar value: `feature = "glam"` [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(glam)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(glam)");` to the top of the `build.rs` [INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `glam` [INFO] [stderr] --> src/eval/context.rs:420:15 [INFO] [stderr] | [INFO] [stderr] 420 | #[cfg(glam)] [INFO] [stderr] | ^^^^ help: found config with similar value: `feature = "glam"` [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(glam)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(glam)");` to the top of the `build.rs` [INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `glam` [INFO] [stderr] --> src/eval/context.rs:430:15 [INFO] [stderr] | [INFO] [stderr] 430 | #[cfg(glam)] [INFO] [stderr] | ^^^^ help: found config with similar value: `feature = "glam"` [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(glam)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(glam)");` to the top of the `build.rs` [INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `glam` [INFO] [stderr] --> src/eval/context.rs:440:15 [INFO] [stderr] | [INFO] [stderr] 440 | #[cfg(glam)] [INFO] [stderr] | ^^^^ help: found config with similar value: `feature = "glam"` [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(glam)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(glam)");` to the top of the `build.rs` [INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `rng` [INFO] [stderr] --> src/eval/context.rs:499:19 [INFO] [stderr] | [INFO] [stderr] 499 | #[cfg(rng)] [INFO] [stderr] | ^^^ help: found config with similar value: `feature = "rng"` [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(rng)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(rng)");` to the top of the `build.rs` [INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `glam` [INFO] [stderr] --> src/eval/context.rs:523:19 [INFO] [stderr] | [INFO] [stderr] 523 | #[cfg(glam)] Length => vec_to_float_func1!(length), [INFO] [stderr] | ^^^^ help: found config with similar value: `feature = "glam"` [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(glam)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(glam)");` to the top of the `build.rs` [INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `glam` [INFO] [stderr] --> src/eval/context.rs:524:19 [INFO] [stderr] | [INFO] [stderr] 524 | #[cfg(glam)] NormalizeOrZero => vec_func1!(normalize_or_zero), [INFO] [stderr] | ^^^^ help: found config with similar value: `feature = "glam"` [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(glam)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(glam)");` to the top of the `build.rs` [INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `glam` [INFO] [stderr] --> src/eval/context.rs:525:19 [INFO] [stderr] | [INFO] [stderr] 525 | #[cfg(glam)] LengthSquared => vec_to_float_func1!(length_squared), [INFO] [stderr] | ^^^^ help: found config with similar value: `feature = "glam"` [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(glam)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(glam)");` to the top of the `build.rs` [INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `glam` [INFO] [stderr] --> src/eval/context.rs:526:19 [INFO] [stderr] | [INFO] [stderr] 526 | #[cfg(glam)] Distance => vec_to_float_func2!(distance), [INFO] [stderr] | ^^^^ help: found config with similar value: `feature = "glam"` [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(glam)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(glam)");` to the top of the `build.rs` [INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `glam` [INFO] [stderr] --> src/eval/context.rs:527:19 [INFO] [stderr] | [INFO] [stderr] 527 | #[cfg(glam)] DistanceSquared => vec_to_float_func2!(distance_squared), [INFO] [stderr] | ^^^^ help: found config with similar value: `feature = "glam"` [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(glam)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(glam)");` to the top of the `build.rs` [INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `glam` [INFO] [stderr] --> src/eval/context.rs:528:19 [INFO] [stderr] | [INFO] [stderr] 528 | #[cfg(glam)] DotProduct => vec_to_float_func2!(dot), [INFO] [stderr] | ^^^^ help: found config with similar value: `feature = "glam"` [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(glam)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(glam)");` to the top of the `build.rs` [INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `glam` [INFO] [stderr] --> src/eval/context.rs:464:23 [INFO] [stderr] | [INFO] [stderr] 464 | #[cfg(glam)] (_; x: Vec2) => Ok(Value::Bool(x != glam::Vec2::ZERO)), [INFO] [stderr] | ^^^^ help: found config with similar value: `feature = "glam"` [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(glam)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(glam)");` to the top of the `build.rs` [INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `glam` [INFO] [stderr] --> src/eval/context.rs:465:23 [INFO] [stderr] | [INFO] [stderr] 465 | #[cfg(glam)] (_; x: Vec3) => Ok(Value::Bool(x != glam::Vec3::ZERO)), [INFO] [stderr] | ^^^^ help: found config with similar value: `feature = "glam"` [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(glam)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(glam)");` to the top of the `build.rs` [INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `glam` [INFO] [stderr] --> src/eval/context.rs:466:23 [INFO] [stderr] | [INFO] [stderr] 466 | #[cfg(glam)] (_; x: Vec4) => Ok(Value::Bool(x != glam::Vec4::ZERO)), [INFO] [stderr] | ^^^^ help: found config with similar value: `feature = "glam"` [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(glam)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(glam)");` to the top of the `build.rs` [INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `glam` [INFO] [stderr] --> src/eval/context.rs:481:23 [INFO] [stderr] | [INFO] [stderr] 481 | #[cfg(glam)] (_; v: Vec2) => Ok(Value::Vec2(v.abs())), [INFO] [stderr] | ^^^^ help: found config with similar value: `feature = "glam"` [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(glam)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(glam)");` to the top of the `build.rs` [INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `glam` [INFO] [stderr] --> src/eval/context.rs:482:23 [INFO] [stderr] | [INFO] [stderr] 482 | #[cfg(glam)] (_; v: Vec3) => Ok(Value::Vec3(v.abs())), [INFO] [stderr] | ^^^^ help: found config with similar value: `feature = "glam"` [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(glam)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(glam)");` to the top of the `build.rs` [INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `glam` [INFO] [stderr] --> src/eval/context.rs:483:23 [INFO] [stderr] | [INFO] [stderr] 483 | #[cfg(glam)] (_; v: Vec4) => Ok(Value::Vec4(v.abs())), [INFO] [stderr] | ^^^^ help: found config with similar value: `feature = "glam"` [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(glam)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(glam)");` to the top of the `build.rs` [INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `glam` [INFO] [stderr] --> src/eval/context.rs:413:27 [INFO] [stderr] | [INFO] [stderr] 413 | #[cfg(glam)] (_; v: Vec2) => Ok(Value::Vec2(v.$func())), [INFO] [stderr] | ^^^^ help: found config with similar value: `feature = "glam"` [INFO] [stderr] ... [INFO] [stderr] 485 | Frac => f32_or_vec_func1!(fract), [INFO] [stderr] | ------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(glam)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(glam)");` to the top of the `build.rs` [INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration [INFO] [stderr] = note: this warning originates in the macro `f32_or_vec_func1` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `glam` [INFO] [stderr] --> src/eval/context.rs:414:27 [INFO] [stderr] | [INFO] [stderr] 414 | #[cfg(glam)] (_; v: Vec3) => Ok(Value::Vec3(v.$func())), [INFO] [stderr] | ^^^^ help: found config with similar value: `feature = "glam"` [INFO] [stderr] ... [INFO] [stderr] 485 | Frac => f32_or_vec_func1!(fract), [INFO] [stderr] | ------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(glam)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(glam)");` to the top of the `build.rs` [INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration [INFO] [stderr] = note: this warning originates in the macro `f32_or_vec_func1` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `glam` [INFO] [stderr] --> src/eval/context.rs:415:27 [INFO] [stderr] | [INFO] [stderr] 415 | #[cfg(glam)] (_; v: Vec4) => Ok(Value::Vec4(v.$func())), [INFO] [stderr] | ^^^^ help: found config with similar value: `feature = "glam"` [INFO] [stderr] ... [INFO] [stderr] 485 | Frac => f32_or_vec_func1!(fract), [INFO] [stderr] | ------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(glam)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(glam)");` to the top of the `build.rs` [INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration [INFO] [stderr] = note: this warning originates in the macro `f32_or_vec_func1` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `glam` [INFO] [stderr] --> src/eval/context.rs:413:27 [INFO] [stderr] | [INFO] [stderr] 413 | #[cfg(glam)] (_; v: Vec2) => Ok(Value::Vec2(v.$func())), [INFO] [stderr] | ^^^^ help: found config with similar value: `feature = "glam"` [INFO] [stderr] ... [INFO] [stderr] 486 | Trunc =>f32_or_vec_func1!(trunc), [INFO] [stderr] | ------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(glam)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(glam)");` to the top of the `build.rs` [INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration [INFO] [stderr] = note: this warning originates in the macro `f32_or_vec_func1` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `glam` [INFO] [stderr] --> src/eval/context.rs:414:27 [INFO] [stderr] | [INFO] [stderr] 414 | #[cfg(glam)] (_; v: Vec3) => Ok(Value::Vec3(v.$func())), [INFO] [stderr] | ^^^^ help: found config with similar value: `feature = "glam"` [INFO] [stderr] ... [INFO] [stderr] 486 | Trunc =>f32_or_vec_func1!(trunc), [INFO] [stderr] | ------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(glam)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(glam)");` to the top of the `build.rs` [INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration [INFO] [stderr] = note: this warning originates in the macro `f32_or_vec_func1` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `glam` [INFO] [stderr] --> src/eval/context.rs:415:27 [INFO] [stderr] | [INFO] [stderr] 415 | #[cfg(glam)] (_; v: Vec4) => Ok(Value::Vec4(v.$func())), [INFO] [stderr] | ^^^^ help: found config with similar value: `feature = "glam"` [INFO] [stderr] ... [INFO] [stderr] 486 | Trunc =>f32_or_vec_func1!(trunc), [INFO] [stderr] | ------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(glam)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(glam)");` to the top of the `build.rs` [INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration [INFO] [stderr] = note: this warning originates in the macro `f32_or_vec_func1` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `glam` [INFO] [stderr] --> src/eval/context.rs:413:27 [INFO] [stderr] | [INFO] [stderr] 413 | #[cfg(glam)] (_; v: Vec2) => Ok(Value::Vec2(v.$func())), [INFO] [stderr] | ^^^^ help: found config with similar value: `feature = "glam"` [INFO] [stderr] ... [INFO] [stderr] 487 | Floor => f32_or_vec_func1!(floor), [INFO] [stderr] | ------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(glam)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(glam)");` to the top of the `build.rs` [INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration [INFO] [stderr] = note: this warning originates in the macro `f32_or_vec_func1` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `glam` [INFO] [stderr] --> src/eval/context.rs:414:27 [INFO] [stderr] | [INFO] [stderr] 414 | #[cfg(glam)] (_; v: Vec3) => Ok(Value::Vec3(v.$func())), [INFO] [stderr] | ^^^^ help: found config with similar value: `feature = "glam"` [INFO] [stderr] ... [INFO] [stderr] 487 | Floor => f32_or_vec_func1!(floor), [INFO] [stderr] | ------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(glam)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(glam)");` to the top of the `build.rs` [INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration [INFO] [stderr] = note: this warning originates in the macro `f32_or_vec_func1` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `glam` [INFO] [stderr] --> src/eval/context.rs:415:27 [INFO] [stderr] | [INFO] [stderr] 415 | #[cfg(glam)] (_; v: Vec4) => Ok(Value::Vec4(v.$func())), [INFO] [stderr] | ^^^^ help: found config with similar value: `feature = "glam"` [INFO] [stderr] ... [INFO] [stderr] 487 | Floor => f32_or_vec_func1!(floor), [INFO] [stderr] | ------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(glam)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(glam)");` to the top of the `build.rs` [INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration [INFO] [stderr] = note: this warning originates in the macro `f32_or_vec_func1` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `glam` [INFO] [stderr] --> src/eval/context.rs:413:27 [INFO] [stderr] | [INFO] [stderr] 413 | #[cfg(glam)] (_; v: Vec2) => Ok(Value::Vec2(v.$func())), [INFO] [stderr] | ^^^^ help: found config with similar value: `feature = "glam"` [INFO] [stderr] ... [INFO] [stderr] 488 | Ceil => f32_or_vec_func1!(ceil), [INFO] [stderr] | ----------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(glam)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(glam)");` to the top of the `build.rs` [INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration [INFO] [stderr] = note: this warning originates in the macro `f32_or_vec_func1` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `glam` [INFO] [stderr] --> src/eval/context.rs:414:27 [INFO] [stderr] | [INFO] [stderr] 414 | #[cfg(glam)] (_; v: Vec3) => Ok(Value::Vec3(v.$func())), [INFO] [stderr] | ^^^^ help: found config with similar value: `feature = "glam"` [INFO] [stderr] ... [INFO] [stderr] 488 | Ceil => f32_or_vec_func1!(ceil), [INFO] [stderr] | ----------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(glam)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(glam)");` to the top of the `build.rs` [INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration [INFO] [stderr] = note: this warning originates in the macro `f32_or_vec_func1` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `glam` [INFO] [stderr] --> src/eval/context.rs:415:27 [INFO] [stderr] | [INFO] [stderr] 415 | #[cfg(glam)] (_; v: Vec4) => Ok(Value::Vec4(v.$func())), [INFO] [stderr] | ^^^^ help: found config with similar value: `feature = "glam"` [INFO] [stderr] ... [INFO] [stderr] 488 | Ceil => f32_or_vec_func1!(ceil), [INFO] [stderr] | ----------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(glam)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(glam)");` to the top of the `build.rs` [INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration [INFO] [stderr] = note: this warning originates in the macro `f32_or_vec_func1` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `glam` [INFO] [stderr] --> src/eval/context.rs:413:27 [INFO] [stderr] | [INFO] [stderr] 413 | #[cfg(glam)] (_; v: Vec2) => Ok(Value::Vec2(v.$func())), [INFO] [stderr] | ^^^^ help: found config with similar value: `feature = "glam"` [INFO] [stderr] ... [INFO] [stderr] 489 | Round => f32_or_vec_func1!(round), [INFO] [stderr] | ------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(glam)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(glam)");` to the top of the `build.rs` [INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration [INFO] [stderr] = note: this warning originates in the macro `f32_or_vec_func1` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `glam` [INFO] [stderr] --> src/eval/context.rs:414:27 [INFO] [stderr] | [INFO] [stderr] 414 | #[cfg(glam)] (_; v: Vec3) => Ok(Value::Vec3(v.$func())), [INFO] [stderr] | ^^^^ help: found config with similar value: `feature = "glam"` [INFO] [stderr] ... [INFO] [stderr] 489 | Round => f32_or_vec_func1!(round), [INFO] [stderr] | ------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(glam)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(glam)");` to the top of the `build.rs` [INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration [INFO] [stderr] = note: this warning originates in the macro `f32_or_vec_func1` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `glam` [INFO] [stderr] --> src/eval/context.rs:415:27 [INFO] [stderr] | [INFO] [stderr] 415 | #[cfg(glam)] (_; v: Vec4) => Ok(Value::Vec4(v.$func())), [INFO] [stderr] | ^^^^ help: found config with similar value: `feature = "glam"` [INFO] [stderr] ... [INFO] [stderr] 489 | Round => f32_or_vec_func1!(round), [INFO] [stderr] | ------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(glam)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(glam)");` to the top of the `build.rs` [INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration [INFO] [stderr] = note: this warning originates in the macro `f32_or_vec_func1` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `glam` [INFO] [stderr] --> src/eval/context.rs:413:27 [INFO] [stderr] | [INFO] [stderr] 413 | #[cfg(glam)] (_; v: Vec2) => Ok(Value::Vec2(v.$func())), [INFO] [stderr] | ^^^^ help: found config with similar value: `feature = "glam"` [INFO] [stderr] ... [INFO] [stderr] 492 | Exp => f32_or_vec_func1!(exp), [INFO] [stderr] | ---------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(glam)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(glam)");` to the top of the `build.rs` [INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration [INFO] [stderr] = note: this warning originates in the macro `f32_or_vec_func1` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `glam` [INFO] [stderr] --> src/eval/context.rs:414:27 [INFO] [stderr] | [INFO] [stderr] 414 | #[cfg(glam)] (_; v: Vec3) => Ok(Value::Vec3(v.$func())), [INFO] [stderr] | ^^^^ help: found config with similar value: `feature = "glam"` [INFO] [stderr] ... [INFO] [stderr] 492 | Exp => f32_or_vec_func1!(exp), [INFO] [stderr] | ---------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(glam)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(glam)");` to the top of the `build.rs` [INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration [INFO] [stderr] = note: this warning originates in the macro `f32_or_vec_func1` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `glam` [INFO] [stderr] --> src/eval/context.rs:415:27 [INFO] [stderr] | [INFO] [stderr] 415 | #[cfg(glam)] (_; v: Vec4) => Ok(Value::Vec4(v.$func())), [INFO] [stderr] | ^^^^ help: found config with similar value: `feature = "glam"` [INFO] [stderr] ... [INFO] [stderr] 492 | Exp => f32_or_vec_func1!(exp), [INFO] [stderr] | ---------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(glam)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(glam)");` to the top of the `build.rs` [INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration [INFO] [stderr] = note: this warning originates in the macro `f32_or_vec_func1` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `serde` [INFO] [stderr] --> src/model/ast.rs:40:7 [INFO] [stderr] | [INFO] [stderr] 40 | #[cfg(serde)] [INFO] [stderr] | ^^^^^ help: found config with similar value: `feature = "serde"` [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(serde)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(serde)");` to the top of the `build.rs` [INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `serde` [INFO] [stderr] --> src/model/ast.rs:93:7 [INFO] [stderr] | [INFO] [stderr] 93 | #[cfg(serde)] [INFO] [stderr] | ^^^^^ help: found config with similar value: `feature = "serde"` [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(serde)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(serde)");` to the top of the `build.rs` [INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `glam` [INFO] [stderr] --> src/model/ast.rs:22:11 [INFO] [stderr] | [INFO] [stderr] 22 | #[cfg(glam)] [INFO] [stderr] | ^^^^ help: found config with similar value: `feature = "glam"` [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(glam)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(glam)");` to the top of the `build.rs` [INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `glam` [INFO] [stderr] --> src/model/ast.rs:62:11 [INFO] [stderr] | [INFO] [stderr] 62 | #[cfg(glam)] [INFO] [stderr] | ^^^^ help: found config with similar value: `feature = "glam"` [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(glam)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(glam)");` to the top of the `build.rs` [INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `serde` [INFO] [stderr] --> src/model/function.rs:9:12 [INFO] [stderr] | [INFO] [stderr] 9 | #[cfg_attr(serde, derive(serde::Deserialize, serde::Serialize))] [INFO] [stderr] | ^^^^^ help: found config with similar value: `feature = "serde"` [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(serde)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(serde)");` to the top of the `build.rs` [INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `serde` [INFO] [stderr] --> src/model/function.rs:10:12 [INFO] [stderr] | [INFO] [stderr] 10 | #[cfg_attr(serde, serde(rename_all = "snake_case"))] [INFO] [stderr] | ^^^^^ help: found config with similar value: `feature = "serde"` [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(serde)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(serde)");` to the top of the `build.rs` [INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `serde` [INFO] [stderr] --> src/model/function.rs:14:16 [INFO] [stderr] | [INFO] [stderr] 14 | #[cfg_attr(serde, serde(rename = "id"))] [INFO] [stderr] | ^^^^^ help: found config with similar value: `feature = "serde"` [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(serde)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(serde)");` to the top of the `build.rs` [INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `serde` [INFO] [stderr] --> src/model/function.rs:19:16 [INFO] [stderr] | [INFO] [stderr] 19 | #[cfg_attr(serde, serde(rename = "bool"))] [INFO] [stderr] | ^^^^^ help: found config with similar value: `feature = "serde"` [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(serde)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(serde)");` to the top of the `build.rs` [INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `serde` [INFO] [stderr] --> src/model/function.rs:24:16 [INFO] [stderr] | [INFO] [stderr] 24 | #[cfg_attr(serde, serde(rename = "int"))] [INFO] [stderr] | ^^^^^ help: found config with similar value: `feature = "serde"` [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(serde)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(serde)");` to the top of the `build.rs` [INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `serde` [INFO] [stderr] --> src/model/function.rs:30:16 [INFO] [stderr] | [INFO] [stderr] 30 | #[cfg_attr(serde, serde(rename = "float"))] [INFO] [stderr] | ^^^^^ help: found config with similar value: `feature = "serde"` [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(serde)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(serde)");` to the top of the `build.rs` [INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `serde` [INFO] [stderr] --> src/model/function.rs:54:16 [INFO] [stderr] | [INFO] [stderr] 54 | #[cfg_attr(serde, serde(rename = "sqrt"))] [INFO] [stderr] | ^^^^^ help: found config with similar value: `feature = "serde"` [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(serde)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(serde)");` to the top of the `build.rs` [INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `serde` [INFO] [stderr] --> src/model/function.rs:59:16 [INFO] [stderr] | [INFO] [stderr] 59 | #[cfg_attr(serde, serde(rename = "cbrt"))] [INFO] [stderr] | ^^^^^ help: found config with similar value: `feature = "serde"` [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(serde)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(serde)");` to the top of the `build.rs` [INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `serde` [INFO] [stderr] --> src/model/function.rs:70:16 [INFO] [stderr] | [INFO] [stderr] 70 | #[cfg_attr(serde, serde(rename = "log2"))] [INFO] [stderr] | ^^^^^ help: found config with similar value: `feature = "serde"` [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(serde)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(serde)");` to the top of the `build.rs` [INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `serde` [INFO] [stderr] --> src/model/function.rs:75:16 [INFO] [stderr] | [INFO] [stderr] 75 | #[cfg_attr(serde, serde(rename = "log10"))] [INFO] [stderr] | ^^^^^ help: found config with similar value: `feature = "serde"` [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(serde)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(serde)");` to the top of the `build.rs` [INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `serde` [INFO] [stderr] --> src/model/function.rs:80:16 [INFO] [stderr] | [INFO] [stderr] 80 | #[cfg_attr(serde, serde(rename = "sin"))] [INFO] [stderr] | ^^^^^ help: found config with similar value: `feature = "serde"` [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(serde)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(serde)");` to the top of the `build.rs` [INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `serde` [INFO] [stderr] --> src/model/function.rs:85:16 [INFO] [stderr] | [INFO] [stderr] 85 | #[cfg_attr(serde, serde(rename = "cos"))] [INFO] [stderr] | ^^^^^ help: found config with similar value: `feature = "serde"` [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(serde)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(serde)");` to the top of the `build.rs` [INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `serde` [INFO] [stderr] --> src/model/function.rs:90:16 [INFO] [stderr] | [INFO] [stderr] 90 | #[cfg_attr(serde, serde(rename = "tan"))] [INFO] [stderr] | ^^^^^ help: found config with similar value: `feature = "serde"` [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(serde)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(serde)");` to the top of the `build.rs` [INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `rng` [INFO] [stderr] --> src/model/function.rs:95:11 [INFO] [stderr] | [INFO] [stderr] 95 | #[cfg(rng)] [INFO] [stderr] | ^^^ help: found config with similar value: `feature = "rng"` [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(rng)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(rng)");` to the top of the `build.rs` [INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `serde` [INFO] [stderr] --> src/model/function.rs:100:16 [INFO] [stderr] | [INFO] [stderr] 100 | #[cfg_attr(serde, serde(rename = "len"))] [INFO] [stderr] | ^^^^^ help: found config with similar value: `feature = "serde"` [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(serde)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(serde)");` to the top of the `build.rs` [INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `glam` [INFO] [stderr] --> src/model/function.rs:99:11 [INFO] [stderr] | [INFO] [stderr] 99 | #[cfg(glam)] [INFO] [stderr] | ^^^^ help: found config with similar value: `feature = "glam"` [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(glam)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(glam)");` to the top of the `build.rs` [INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `serde` [INFO] [stderr] --> src/model/function.rs:107:16 [INFO] [stderr] | [INFO] [stderr] 107 | #[cfg_attr(serde, serde(rename = "normalize"))] [INFO] [stderr] | ^^^^^ help: found config with similar value: `feature = "serde"` [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(serde)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(serde)");` to the top of the `build.rs` [INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `glam` [INFO] [stderr] --> src/model/function.rs:106:11 [INFO] [stderr] | [INFO] [stderr] 106 | #[cfg(glam)] [INFO] [stderr] | ^^^^ help: found config with similar value: `feature = "glam"` [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(glam)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(glam)");` to the top of the `build.rs` [INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `serde` [INFO] [stderr] --> src/model/function.rs:114:16 [INFO] [stderr] | [INFO] [stderr] 114 | #[cfg_attr(serde, serde(rename = "len_sq"))] [INFO] [stderr] | ^^^^^ help: found config with similar value: `feature = "serde"` [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(serde)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(serde)");` to the top of the `build.rs` [INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `glam` [INFO] [stderr] --> src/model/function.rs:113:11 [INFO] [stderr] | [INFO] [stderr] 113 | #[cfg(glam)] [WARN] too much data in the log, truncating it