[INFO] fetching crate glow 0.17.0... [INFO] testing glow-0.17.0 against master#562dee4820c458d823175268e41601d4c060588a for pr-154210-1 [INFO] extracting crate glow 0.17.0 into /workspace/builds/worker-1-tc1/source [INFO] started tweaking crates.io crate glow 0.17.0 [INFO] finished tweaking crates.io crate glow 0.17.0 [INFO] tweaked toml for crates.io crate glow 0.17.0 written to /workspace/builds/worker-1-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate glow 0.17.0 on toolchain 562dee4820c458d823175268e41601d4c060588a [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+562dee4820c458d823175268e41601d4c060588a" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate glow 0.17.0 already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+562dee4820c458d823175268e41601d4c060588a" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+562dee4820c458d823175268e41601d4c060588a" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 81c5a850f8f62067fbcf27dc959e5cbc12b9684e27ca1a941f91f4b6540c335a [INFO] running `Command { std: "docker" "start" "-a" "81c5a850f8f62067fbcf27dc959e5cbc12b9684e27ca1a941f91f4b6540c335a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "81c5a850f8f62067fbcf27dc959e5cbc12b9684e27ca1a941f91f4b6540c335a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "81c5a850f8f62067fbcf27dc959e5cbc12b9684e27ca1a941f91f4b6540c335a", kill_on_drop: false }` [INFO] [stdout] 81c5a850f8f62067fbcf27dc959e5cbc12b9684e27ca1a941f91f4b6540c335a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+562dee4820c458d823175268e41601d4c060588a" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 88b0f61e8f8b4c8c26891f87a7a07a466a77d033dddf4136644af8c64cfbc94d [INFO] running `Command { std: "docker" "start" "-a" "88b0f61e8f8b4c8c26891f87a7a07a466a77d033dddf4136644af8c64cfbc94d", kill_on_drop: false }` [INFO] [stderr] Compiling glow v0.17.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unexpected `cfg` condition name: `docs_rs` [INFO] [stdout] --> src/gl46.rs:1550:9 [INFO] [stdout] | [INFO] [stdout] 1550 | docs_rs, [INFO] [stdout] | ^^^^^^^ help: there is a config with a similar name: `docsrs` [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(docs_rs)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(docs_rs)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `docs_rs` [INFO] [stdout] --> src/gl46.rs:1601:9 [INFO] [stdout] | [INFO] [stdout] 1601 | docs_rs, [INFO] [stdout] | ^^^^^^^ help: there is a config with a similar name: `docsrs` [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(docs_rs)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(docs_rs)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `docs_rs` [INFO] [stdout] --> src/gl46.rs:2363:9 [INFO] [stdout] | [INFO] [stdout] 2363 | docs_rs, [INFO] [stdout] | ^^^^^^^ help: there is a config with a similar name: `docsrs` [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(docs_rs)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(docs_rs)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `docs_rs` [INFO] [stdout] --> src/gl46.rs:3069:9 [INFO] [stdout] | [INFO] [stdout] 3069 | docs_rs, [INFO] [stdout] | ^^^^^^^ help: there is a config with a similar name: `docsrs` [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(docs_rs)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(docs_rs)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `docs_rs` [INFO] [stdout] --> src/gl46.rs:5132:17 [INFO] [stdout] | [INFO] [stdout] 5132 | docs_rs, [INFO] [stdout] | ^^^^^^^ help: there is a config with a similar name: `docsrs` [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(docs_rs)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(docs_rs)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `docs_rs` [INFO] [stdout] --> src/gl46.rs:5493:17 [INFO] [stdout] | [INFO] [stdout] 5493 | docs_rs, [INFO] [stdout] | ^^^^^^^ help: there is a config with a similar name: `docsrs` [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(docs_rs)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(docs_rs)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:5721:20 [INFO] [stdout] | [INFO] [stdout] 5721 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:5722:20 [INFO] [stdout] | [INFO] [stdout] 5722 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:5762:20 [INFO] [stdout] | [INFO] [stdout] 5762 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:5763:20 [INFO] [stdout] | [INFO] [stdout] 5763 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:5793:20 [INFO] [stdout] | [INFO] [stdout] 5793 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:5794:20 [INFO] [stdout] | [INFO] [stdout] 5794 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:5826:20 [INFO] [stdout] | [INFO] [stdout] 5826 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:5827:20 [INFO] [stdout] | [INFO] [stdout] 5827 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:5863:20 [INFO] [stdout] | [INFO] [stdout] 5863 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:5864:20 [INFO] [stdout] | [INFO] [stdout] 5864 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:5891:20 [INFO] [stdout] | [INFO] [stdout] 5891 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:5892:20 [INFO] [stdout] | [INFO] [stdout] 5892 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:5923:20 [INFO] [stdout] | [INFO] [stdout] 5923 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:5924:20 [INFO] [stdout] | [INFO] [stdout] 5924 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:5966:20 [INFO] [stdout] | [INFO] [stdout] 5966 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:5967:20 [INFO] [stdout] | [INFO] [stdout] 5967 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:6001:20 [INFO] [stdout] | [INFO] [stdout] 6001 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:6002:20 [INFO] [stdout] | [INFO] [stdout] 6002 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:6049:20 [INFO] [stdout] | [INFO] [stdout] 6049 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:6050:20 [INFO] [stdout] | [INFO] [stdout] 6050 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:6077:20 [INFO] [stdout] | [INFO] [stdout] 6077 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:6078:20 [INFO] [stdout] | [INFO] [stdout] 6078 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:6122:20 [INFO] [stdout] | [INFO] [stdout] 6122 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:6123:20 [INFO] [stdout] | [INFO] [stdout] 6123 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:6177:20 [INFO] [stdout] | [INFO] [stdout] 6177 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:6178:20 [INFO] [stdout] | [INFO] [stdout] 6178 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:6231:20 [INFO] [stdout] | [INFO] [stdout] 6231 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:6232:20 [INFO] [stdout] | [INFO] [stdout] 6232 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:6288:20 [INFO] [stdout] | [INFO] [stdout] 6288 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:6289:20 [INFO] [stdout] | [INFO] [stdout] 6289 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:6335:20 [INFO] [stdout] | [INFO] [stdout] 6335 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:6336:20 [INFO] [stdout] | [INFO] [stdout] 6336 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:6386:20 [INFO] [stdout] | [INFO] [stdout] 6386 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:6387:20 [INFO] [stdout] | [INFO] [stdout] 6387 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:6428:20 [INFO] [stdout] | [INFO] [stdout] 6428 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:6429:20 [INFO] [stdout] | [INFO] [stdout] 6429 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:6488:20 [INFO] [stdout] | [INFO] [stdout] 6488 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:6489:20 [INFO] [stdout] | [INFO] [stdout] 6489 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:6535:20 [INFO] [stdout] | [INFO] [stdout] 6535 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:6536:20 [INFO] [stdout] | [INFO] [stdout] 6536 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:6571:20 [INFO] [stdout] | [INFO] [stdout] 6571 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:6572:20 [INFO] [stdout] | [INFO] [stdout] 6572 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:6611:20 [INFO] [stdout] | [INFO] [stdout] 6611 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:6612:20 [INFO] [stdout] | [INFO] [stdout] 6612 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:6639:20 [INFO] [stdout] | [INFO] [stdout] 6639 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:6640:20 [INFO] [stdout] | [INFO] [stdout] 6640 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:6683:20 [INFO] [stdout] | [INFO] [stdout] 6683 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:6684:20 [INFO] [stdout] | [INFO] [stdout] 6684 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:6710:20 [INFO] [stdout] | [INFO] [stdout] 6710 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:6711:20 [INFO] [stdout] | [INFO] [stdout] 6711 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:6747:20 [INFO] [stdout] | [INFO] [stdout] 6747 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:6748:20 [INFO] [stdout] | [INFO] [stdout] 6748 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:6790:20 [INFO] [stdout] | [INFO] [stdout] 6790 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:6791:20 [INFO] [stdout] | [INFO] [stdout] 6791 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:6826:20 [INFO] [stdout] | [INFO] [stdout] 6826 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:6827:20 [INFO] [stdout] | [INFO] [stdout] 6827 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:6857:20 [INFO] [stdout] | [INFO] [stdout] 6857 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:6858:20 [INFO] [stdout] | [INFO] [stdout] 6858 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:6893:20 [INFO] [stdout] | [INFO] [stdout] 6893 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:6894:20 [INFO] [stdout] | [INFO] [stdout] 6894 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:6926:20 [INFO] [stdout] | [INFO] [stdout] 6926 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:6927:20 [INFO] [stdout] | [INFO] [stdout] 6927 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:6979:20 [INFO] [stdout] | [INFO] [stdout] 6979 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:6980:20 [INFO] [stdout] | [INFO] [stdout] 6980 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:7032:20 [INFO] [stdout] | [INFO] [stdout] 7032 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:7033:20 [INFO] [stdout] | [INFO] [stdout] 7033 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:7067:20 [INFO] [stdout] | [INFO] [stdout] 7067 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:7068:20 [INFO] [stdout] | [INFO] [stdout] 7068 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:7114:20 [INFO] [stdout] | [INFO] [stdout] 7114 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:7115:20 [INFO] [stdout] | [INFO] [stdout] 7115 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:7147:20 [INFO] [stdout] | [INFO] [stdout] 7147 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:7148:20 [INFO] [stdout] | [INFO] [stdout] 7148 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:7189:20 [INFO] [stdout] | [INFO] [stdout] 7189 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:7190:20 [INFO] [stdout] | [INFO] [stdout] 7190 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:7237:20 [INFO] [stdout] | [INFO] [stdout] 7237 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:7238:20 [INFO] [stdout] | [INFO] [stdout] 7238 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:7270:20 [INFO] [stdout] | [INFO] [stdout] 7270 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:7271:20 [INFO] [stdout] | [INFO] [stdout] 7271 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:7301:20 [INFO] [stdout] | [INFO] [stdout] 7301 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:7302:20 [INFO] [stdout] | [INFO] [stdout] 7302 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:7355:20 [INFO] [stdout] | [INFO] [stdout] 7355 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:7356:20 [INFO] [stdout] | [INFO] [stdout] 7356 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:7410:20 [INFO] [stdout] | [INFO] [stdout] 7410 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:7411:20 [INFO] [stdout] | [INFO] [stdout] 7411 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:7439:20 [INFO] [stdout] | [INFO] [stdout] 7439 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:7440:20 [INFO] [stdout] | [INFO] [stdout] 7440 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:7497:20 [INFO] [stdout] | [INFO] [stdout] 7497 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:7498:20 [INFO] [stdout] | [INFO] [stdout] 7498 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:7561:20 [INFO] [stdout] | [INFO] [stdout] 7561 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:7562:20 [INFO] [stdout] | [INFO] [stdout] 7562 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:7610:20 [INFO] [stdout] | [INFO] [stdout] 7610 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:7611:20 [INFO] [stdout] | [INFO] [stdout] 7611 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:7664:20 [INFO] [stdout] | [INFO] [stdout] 7664 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:7665:20 [INFO] [stdout] | [INFO] [stdout] 7665 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:7718:20 [INFO] [stdout] | [INFO] [stdout] 7718 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:7719:20 [INFO] [stdout] | [INFO] [stdout] 7719 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:7770:20 [INFO] [stdout] | [INFO] [stdout] 7770 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:7771:20 [INFO] [stdout] | [INFO] [stdout] 7771 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:7807:20 [INFO] [stdout] | [INFO] [stdout] 7807 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:7808:20 [INFO] [stdout] | [INFO] [stdout] 7808 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:7853:20 [INFO] [stdout] | [INFO] [stdout] 7853 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:7854:20 [INFO] [stdout] | [INFO] [stdout] 7854 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:7881:20 [INFO] [stdout] | [INFO] [stdout] 7881 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:7882:20 [INFO] [stdout] | [INFO] [stdout] 7882 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:7913:20 [INFO] [stdout] | [INFO] [stdout] 7913 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:7914:20 [INFO] [stdout] | [INFO] [stdout] 7914 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:7973:20 [INFO] [stdout] | [INFO] [stdout] 7973 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:7974:20 [INFO] [stdout] | [INFO] [stdout] 7974 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:8034:20 [INFO] [stdout] | [INFO] [stdout] 8034 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:8035:20 [INFO] [stdout] | [INFO] [stdout] 8035 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:8087:20 [INFO] [stdout] | [INFO] [stdout] 8087 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:8088:20 [INFO] [stdout] | [INFO] [stdout] 8088 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:8137:20 [INFO] [stdout] | [INFO] [stdout] 8137 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:8138:20 [INFO] [stdout] | [INFO] [stdout] 8138 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:8182:20 [INFO] [stdout] | [INFO] [stdout] 8182 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:8183:20 [INFO] [stdout] | [INFO] [stdout] 8183 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:8233:20 [INFO] [stdout] | [INFO] [stdout] 8233 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:8234:20 [INFO] [stdout] | [INFO] [stdout] 8234 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:8279:20 [INFO] [stdout] | [INFO] [stdout] 8279 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:8280:20 [INFO] [stdout] | [INFO] [stdout] 8280 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:8306:20 [INFO] [stdout] | [INFO] [stdout] 8306 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:8307:20 [INFO] [stdout] | [INFO] [stdout] 8307 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:8336:20 [INFO] [stdout] | [INFO] [stdout] 8336 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:8337:20 [INFO] [stdout] | [INFO] [stdout] 8337 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:8393:20 [INFO] [stdout] | [INFO] [stdout] 8393 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:8394:20 [INFO] [stdout] | [INFO] [stdout] 8394 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:8444:20 [INFO] [stdout] | [INFO] [stdout] 8444 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:8445:20 [INFO] [stdout] | [INFO] [stdout] 8445 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:8498:20 [INFO] [stdout] | [INFO] [stdout] 8498 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:8499:20 [INFO] [stdout] | [INFO] [stdout] 8499 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:8549:20 [INFO] [stdout] | [INFO] [stdout] 8549 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:8550:20 [INFO] [stdout] | [INFO] [stdout] 8550 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:8600:20 [INFO] [stdout] | [INFO] [stdout] 8600 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:8601:20 [INFO] [stdout] | [INFO] [stdout] 8601 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:8651:20 [INFO] [stdout] | [INFO] [stdout] 8651 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:8652:20 [INFO] [stdout] | [INFO] [stdout] 8652 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:8685:20 [INFO] [stdout] | [INFO] [stdout] 8685 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:8686:20 [INFO] [stdout] | [INFO] [stdout] 8686 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:8741:20 [INFO] [stdout] | [INFO] [stdout] 8741 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:8742:20 [INFO] [stdout] | [INFO] [stdout] 8742 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:8802:20 [INFO] [stdout] | [INFO] [stdout] 8802 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:8803:20 [INFO] [stdout] | [INFO] [stdout] 8803 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:8851:20 [INFO] [stdout] | [INFO] [stdout] 8851 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:8852:20 [INFO] [stdout] | [INFO] [stdout] 8852 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:8878:20 [INFO] [stdout] | [INFO] [stdout] 8878 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:8879:20 [INFO] [stdout] | [INFO] [stdout] 8879 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:8919:20 [INFO] [stdout] | [INFO] [stdout] 8919 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:8920:20 [INFO] [stdout] | [INFO] [stdout] 8920 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:8972:20 [INFO] [stdout] | [INFO] [stdout] 8972 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:8973:20 [INFO] [stdout] | [INFO] [stdout] 8973 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:9013:20 [INFO] [stdout] | [INFO] [stdout] 9013 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:9014:20 [INFO] [stdout] | [INFO] [stdout] 9014 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:9050:20 [INFO] [stdout] | [INFO] [stdout] 9050 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:9051:20 [INFO] [stdout] | [INFO] [stdout] 9051 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:9115:20 [INFO] [stdout] | [INFO] [stdout] 9115 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:9116:20 [INFO] [stdout] | [INFO] [stdout] 9116 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:9173:20 [INFO] [stdout] | [INFO] [stdout] 9173 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:9174:20 [INFO] [stdout] | [INFO] [stdout] 9174 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:9233:20 [INFO] [stdout] | [INFO] [stdout] 9233 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:9234:20 [INFO] [stdout] | [INFO] [stdout] 9234 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:9290:20 [INFO] [stdout] | [INFO] [stdout] 9290 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:9291:20 [INFO] [stdout] | [INFO] [stdout] 9291 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:9352:20 [INFO] [stdout] | [INFO] [stdout] 9352 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:9353:20 [INFO] [stdout] | [INFO] [stdout] 9353 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:9411:20 [INFO] [stdout] | [INFO] [stdout] 9411 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:9412:20 [INFO] [stdout] | [INFO] [stdout] 9412 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:9462:20 [INFO] [stdout] | [INFO] [stdout] 9462 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:9463:20 [INFO] [stdout] | [INFO] [stdout] 9463 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:9517:20 [INFO] [stdout] | [INFO] [stdout] 9517 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:9518:20 [INFO] [stdout] | [INFO] [stdout] 9518 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:9580:20 [INFO] [stdout] | [INFO] [stdout] 9580 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:9581:20 [INFO] [stdout] | [INFO] [stdout] 9581 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:9639:20 [INFO] [stdout] | [INFO] [stdout] 9639 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:9640:20 [INFO] [stdout] | [INFO] [stdout] 9640 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:9694:20 [INFO] [stdout] | [INFO] [stdout] 9694 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:9695:20 [INFO] [stdout] | [INFO] [stdout] 9695 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:9761:20 [INFO] [stdout] | [INFO] [stdout] 9761 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:9762:20 [INFO] [stdout] | [INFO] [stdout] 9762 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:9820:20 [INFO] [stdout] | [INFO] [stdout] 9820 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:9821:20 [INFO] [stdout] | [INFO] [stdout] 9821 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:9885:20 [INFO] [stdout] | [INFO] [stdout] 9885 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:9886:20 [INFO] [stdout] | [INFO] [stdout] 9886 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:9952:20 [INFO] [stdout] | [INFO] [stdout] 9952 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:9953:20 [INFO] [stdout] | [INFO] [stdout] 9953 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:10014:20 [INFO] [stdout] | [INFO] [stdout] 10014 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:10015:20 [INFO] [stdout] | [INFO] [stdout] 10015 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:10073:20 [INFO] [stdout] | [INFO] [stdout] 10073 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:10074:20 [INFO] [stdout] | [INFO] [stdout] 10074 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:10127:20 [INFO] [stdout] | [INFO] [stdout] 10127 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:10128:20 [INFO] [stdout] | [INFO] [stdout] 10128 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:10183:20 [INFO] [stdout] | [INFO] [stdout] 10183 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:10184:20 [INFO] [stdout] | [INFO] [stdout] 10184 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:10235:20 [INFO] [stdout] | [INFO] [stdout] 10235 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:10236:20 [INFO] [stdout] | [INFO] [stdout] 10236 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:10290:20 [INFO] [stdout] | [INFO] [stdout] 10290 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:10291:20 [INFO] [stdout] | [INFO] [stdout] 10291 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:10322:20 [INFO] [stdout] | [INFO] [stdout] 10322 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:10323:20 [INFO] [stdout] | [INFO] [stdout] 10323 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:10362:20 [INFO] [stdout] | [INFO] [stdout] 10362 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:10363:20 [INFO] [stdout] | [INFO] [stdout] 10363 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:10394:20 [INFO] [stdout] | [INFO] [stdout] 10394 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:10395:20 [INFO] [stdout] | [INFO] [stdout] 10395 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:10436:20 [INFO] [stdout] | [INFO] [stdout] 10436 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:10437:20 [INFO] [stdout] | [INFO] [stdout] 10437 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:10474:20 [INFO] [stdout] | [INFO] [stdout] 10474 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:10475:20 [INFO] [stdout] | [INFO] [stdout] 10475 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:10515:20 [INFO] [stdout] | [INFO] [stdout] 10515 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:10516:20 [INFO] [stdout] | [INFO] [stdout] 10516 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:10548:20 [INFO] [stdout] | [INFO] [stdout] 10548 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:10549:20 [INFO] [stdout] | [INFO] [stdout] 10549 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:10581:20 [INFO] [stdout] | [INFO] [stdout] 10581 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:10582:20 [INFO] [stdout] | [INFO] [stdout] 10582 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:10630:20 [INFO] [stdout] | [INFO] [stdout] 10630 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:10631:20 [INFO] [stdout] | [INFO] [stdout] 10631 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:10673:20 [INFO] [stdout] | [INFO] [stdout] 10673 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:10674:20 [INFO] [stdout] | [INFO] [stdout] 10674 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:10710:20 [INFO] [stdout] | [INFO] [stdout] 10710 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:10711:20 [INFO] [stdout] | [INFO] [stdout] 10711 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:10747:20 [INFO] [stdout] | [INFO] [stdout] 10747 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:10748:20 [INFO] [stdout] | [INFO] [stdout] 10748 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:10774:20 [INFO] [stdout] | [INFO] [stdout] 10774 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:10775:20 [INFO] [stdout] | [INFO] [stdout] 10775 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:10816:20 [INFO] [stdout] | [INFO] [stdout] 10816 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:10817:20 [INFO] [stdout] | [INFO] [stdout] 10817 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:10861:20 [INFO] [stdout] | [INFO] [stdout] 10861 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:10862:20 [INFO] [stdout] | [INFO] [stdout] 10862 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:10909:20 [INFO] [stdout] | [INFO] [stdout] 10909 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:10910:20 [INFO] [stdout] | [INFO] [stdout] 10910 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:10970:20 [INFO] [stdout] | [INFO] [stdout] 10970 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:10971:20 [INFO] [stdout] | [INFO] [stdout] 10971 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:11030:20 [INFO] [stdout] | [INFO] [stdout] 11030 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:11031:20 [INFO] [stdout] | [INFO] [stdout] 11031 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:11090:20 [INFO] [stdout] | [INFO] [stdout] 11090 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:11091:20 [INFO] [stdout] | [INFO] [stdout] 11091 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:11151:20 [INFO] [stdout] | [INFO] [stdout] 11151 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:11152:20 [INFO] [stdout] | [INFO] [stdout] 11152 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:11211:20 [INFO] [stdout] | [INFO] [stdout] 11211 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:11212:20 [INFO] [stdout] | [INFO] [stdout] 11212 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:11268:20 [INFO] [stdout] | [INFO] [stdout] 11268 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:11269:20 [INFO] [stdout] | [INFO] [stdout] 11269 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:11300:20 [INFO] [stdout] | [INFO] [stdout] 11300 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:11301:20 [INFO] [stdout] | [INFO] [stdout] 11301 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:11340:20 [INFO] [stdout] | [INFO] [stdout] 11340 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:11341:20 [INFO] [stdout] | [INFO] [stdout] 11341 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:11372:20 [INFO] [stdout] | [INFO] [stdout] 11372 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:11373:20 [INFO] [stdout] | [INFO] [stdout] 11373 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:11413:20 [INFO] [stdout] | [INFO] [stdout] 11413 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:11414:20 [INFO] [stdout] | [INFO] [stdout] 11414 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:11445:20 [INFO] [stdout] | [INFO] [stdout] 11445 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:11446:20 [INFO] [stdout] | [INFO] [stdout] 11446 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:11478:20 [INFO] [stdout] | [INFO] [stdout] 11478 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:11479:20 [INFO] [stdout] | [INFO] [stdout] 11479 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:11519:20 [INFO] [stdout] | [INFO] [stdout] 11519 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:11520:20 [INFO] [stdout] | [INFO] [stdout] 11520 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:11555:20 [INFO] [stdout] | [INFO] [stdout] 11555 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:11556:20 [INFO] [stdout] | [INFO] [stdout] 11556 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:11587:20 [INFO] [stdout] | [INFO] [stdout] 11587 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:11588:20 [INFO] [stdout] | [INFO] [stdout] 11588 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:11616:20 [INFO] [stdout] | [INFO] [stdout] 11616 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:11617:20 [INFO] [stdout] | [INFO] [stdout] 11617 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:11649:20 [INFO] [stdout] | [INFO] [stdout] 11649 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:11650:20 [INFO] [stdout] | [INFO] [stdout] 11650 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:11686:20 [INFO] [stdout] | [INFO] [stdout] 11686 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:11687:20 [INFO] [stdout] | [INFO] [stdout] 11687 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:11724:20 [INFO] [stdout] | [INFO] [stdout] 11724 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:11725:20 [INFO] [stdout] | [INFO] [stdout] 11725 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:11762:20 [INFO] [stdout] | [INFO] [stdout] 11762 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:11763:20 [INFO] [stdout] | [INFO] [stdout] 11763 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:11799:20 [INFO] [stdout] | [INFO] [stdout] 11799 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:11800:20 [INFO] [stdout] | [INFO] [stdout] 11800 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:11826:20 [INFO] [stdout] | [INFO] [stdout] 11826 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:11827:20 [INFO] [stdout] | [INFO] [stdout] 11827 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:11853:20 [INFO] [stdout] | [INFO] [stdout] 11853 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:11854:20 [INFO] [stdout] | [INFO] [stdout] 11854 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:11881:20 [INFO] [stdout] | [INFO] [stdout] 11881 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:11882:20 [INFO] [stdout] | [INFO] [stdout] 11882 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:11923:20 [INFO] [stdout] | [INFO] [stdout] 11923 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:11924:20 [INFO] [stdout] | [INFO] [stdout] 11924 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:11965:20 [INFO] [stdout] | [INFO] [stdout] 11965 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:11966:20 [INFO] [stdout] | [INFO] [stdout] 11966 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:11992:20 [INFO] [stdout] | [INFO] [stdout] 11992 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:11993:20 [INFO] [stdout] | [INFO] [stdout] 11993 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:12025:20 [INFO] [stdout] | [INFO] [stdout] 12025 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:12026:20 [INFO] [stdout] | [INFO] [stdout] 12026 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:12054:20 [INFO] [stdout] | [INFO] [stdout] 12054 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:12055:20 [INFO] [stdout] | [INFO] [stdout] 12055 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:12090:20 [INFO] [stdout] | [INFO] [stdout] 12090 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:12091:20 [INFO] [stdout] | [INFO] [stdout] 12091 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:12130:20 [INFO] [stdout] | [INFO] [stdout] 12130 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:12131:20 [INFO] [stdout] | [INFO] [stdout] 12131 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:12166:20 [INFO] [stdout] | [INFO] [stdout] 12166 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:12167:20 [INFO] [stdout] | [INFO] [stdout] 12167 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:12193:20 [INFO] [stdout] | [INFO] [stdout] 12193 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:12194:20 [INFO] [stdout] | [INFO] [stdout] 12194 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:12241:20 [INFO] [stdout] | [INFO] [stdout] 12241 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:12242:20 [INFO] [stdout] | [INFO] [stdout] 12242 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:12277:20 [INFO] [stdout] | [INFO] [stdout] 12277 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:12278:20 [INFO] [stdout] | [INFO] [stdout] 12278 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:12311:20 [INFO] [stdout] | [INFO] [stdout] 12311 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:12312:20 [INFO] [stdout] | [INFO] [stdout] 12312 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:12352:20 [INFO] [stdout] | [INFO] [stdout] 12352 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:12353:20 [INFO] [stdout] | [INFO] [stdout] 12353 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:12404:20 [INFO] [stdout] | [INFO] [stdout] 12404 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:12405:20 [INFO] [stdout] | [INFO] [stdout] 12405 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:12455:20 [INFO] [stdout] | [INFO] [stdout] 12455 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:12456:20 [INFO] [stdout] | [INFO] [stdout] 12456 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:12512:20 [INFO] [stdout] | [INFO] [stdout] 12512 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:12513:20 [INFO] [stdout] | [INFO] [stdout] 12513 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:12541:20 [INFO] [stdout] | [INFO] [stdout] 12541 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:12542:20 [INFO] [stdout] | [INFO] [stdout] 12542 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:12571:20 [INFO] [stdout] | [INFO] [stdout] 12571 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:12572:20 [INFO] [stdout] | [INFO] [stdout] 12572 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:12624:20 [INFO] [stdout] | [INFO] [stdout] 12624 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:12625:20 [INFO] [stdout] | [INFO] [stdout] 12625 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:12679:20 [INFO] [stdout] | [INFO] [stdout] 12679 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:12680:20 [INFO] [stdout] | [INFO] [stdout] 12680 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:12729:20 [INFO] [stdout] | [INFO] [stdout] 12729 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:12730:20 [INFO] [stdout] | [INFO] [stdout] 12730 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:12786:20 [INFO] [stdout] | [INFO] [stdout] 12786 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:12787:20 [INFO] [stdout] | [INFO] [stdout] 12787 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:12842:20 [INFO] [stdout] | [INFO] [stdout] 12842 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:12843:20 [INFO] [stdout] | [INFO] [stdout] 12843 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:12896:20 [INFO] [stdout] | [INFO] [stdout] 12896 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:12897:20 [INFO] [stdout] | [INFO] [stdout] 12897 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:12950:20 [INFO] [stdout] | [INFO] [stdout] 12950 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:12951:20 [INFO] [stdout] | [INFO] [stdout] 12951 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:13006:20 [INFO] [stdout] | [INFO] [stdout] 13006 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:13007:20 [INFO] [stdout] | [INFO] [stdout] 13007 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:13065:20 [INFO] [stdout] | [INFO] [stdout] 13065 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:13066:20 [INFO] [stdout] | [INFO] [stdout] 13066 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:13116:20 [INFO] [stdout] | [INFO] [stdout] 13116 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:13117:20 [INFO] [stdout] | [INFO] [stdout] 13117 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:13153:20 [INFO] [stdout] | [INFO] [stdout] 13153 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:13154:20 [INFO] [stdout] | [INFO] [stdout] 13154 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:13204:20 [INFO] [stdout] | [INFO] [stdout] 13204 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:13205:20 [INFO] [stdout] | [INFO] [stdout] 13205 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:13247:20 [INFO] [stdout] | [INFO] [stdout] 13247 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:13248:20 [INFO] [stdout] | [INFO] [stdout] 13248 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:13301:20 [INFO] [stdout] | [INFO] [stdout] 13301 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:13302:20 [INFO] [stdout] | [INFO] [stdout] 13302 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:13330:20 [INFO] [stdout] | [INFO] [stdout] 13330 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:13331:20 [INFO] [stdout] | [INFO] [stdout] 13331 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:13366:20 [INFO] [stdout] | [INFO] [stdout] 13366 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:13367:20 [INFO] [stdout] | [INFO] [stdout] 13367 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:13406:20 [INFO] [stdout] | [INFO] [stdout] 13406 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:13407:20 [INFO] [stdout] | [INFO] [stdout] 13407 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:13442:20 [INFO] [stdout] | [INFO] [stdout] 13442 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:13443:20 [INFO] [stdout] | [INFO] [stdout] 13443 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:13469:20 [INFO] [stdout] | [INFO] [stdout] 13469 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:13470:20 [INFO] [stdout] | [INFO] [stdout] 13470 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:13502:20 [INFO] [stdout] | [INFO] [stdout] 13502 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:13503:20 [INFO] [stdout] | [INFO] [stdout] 13503 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:13530:20 [INFO] [stdout] | [INFO] [stdout] 13530 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:13531:20 [INFO] [stdout] | [INFO] [stdout] 13531 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:13558:20 [INFO] [stdout] | [INFO] [stdout] 13558 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:13559:20 [INFO] [stdout] | [INFO] [stdout] 13559 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:13594:20 [INFO] [stdout] | [INFO] [stdout] 13594 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:13595:20 [INFO] [stdout] | [INFO] [stdout] 13595 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:13629:20 [INFO] [stdout] | [INFO] [stdout] 13629 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:13630:20 [INFO] [stdout] | [INFO] [stdout] 13630 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:13656:20 [INFO] [stdout] | [INFO] [stdout] 13656 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:13657:20 [INFO] [stdout] | [INFO] [stdout] 13657 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:13683:20 [INFO] [stdout] | [INFO] [stdout] 13683 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:13684:20 [INFO] [stdout] | [INFO] [stdout] 13684 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:13713:20 [INFO] [stdout] | [INFO] [stdout] 13713 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:13714:20 [INFO] [stdout] | [INFO] [stdout] 13714 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:13761:20 [INFO] [stdout] | [INFO] [stdout] 13761 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:13762:20 [INFO] [stdout] | [INFO] [stdout] 13762 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:13810:20 [INFO] [stdout] | [INFO] [stdout] 13810 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:13811:20 [INFO] [stdout] | [INFO] [stdout] 13811 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:13855:20 [INFO] [stdout] | [INFO] [stdout] 13855 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:13856:20 [INFO] [stdout] | [INFO] [stdout] 13856 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:13907:20 [INFO] [stdout] | [INFO] [stdout] 13907 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:13908:20 [INFO] [stdout] | [INFO] [stdout] 13908 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:13960:20 [INFO] [stdout] | [INFO] [stdout] 13960 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:13961:20 [INFO] [stdout] | [INFO] [stdout] 13961 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:14016:20 [INFO] [stdout] | [INFO] [stdout] 14016 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:14017:20 [INFO] [stdout] | [INFO] [stdout] 14017 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:14072:20 [INFO] [stdout] | [INFO] [stdout] 14072 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:14073:20 [INFO] [stdout] | [INFO] [stdout] 14073 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `docs_rs` [INFO] [stdout] --> src/gl46.rs:14075:13 [INFO] [stdout] | [INFO] [stdout] 14075 | docs_rs, [INFO] [stdout] | ^^^^^^^ help: there is a config with a similar name: `docsrs` [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(docs_rs)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(docs_rs)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `docs_rs` [INFO] [stdout] --> src/gl46.rs:14108:13 [INFO] [stdout] | [INFO] [stdout] 14108 | docs_rs, [INFO] [stdout] | ^^^^^^^ help: there is a config with a similar name: `docsrs` [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(docs_rs)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(docs_rs)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `docs_rs` [INFO] [stdout] --> src/gl46.rs:14125:13 [INFO] [stdout] | [INFO] [stdout] 14125 | docs_rs, [INFO] [stdout] | ^^^^^^^ help: there is a config with a similar name: `docsrs` [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(docs_rs)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(docs_rs)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:14138:20 [INFO] [stdout] | [INFO] [stdout] 14138 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:14139:20 [INFO] [stdout] | [INFO] [stdout] 14139 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:14199:20 [INFO] [stdout] | [INFO] [stdout] 14199 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:14200:20 [INFO] [stdout] | [INFO] [stdout] 14200 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:14253:20 [INFO] [stdout] | [INFO] [stdout] 14253 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:14254:20 [INFO] [stdout] | [INFO] [stdout] 14254 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:14281:20 [INFO] [stdout] | [INFO] [stdout] 14281 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:14282:20 [INFO] [stdout] | [INFO] [stdout] 14282 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:14309:20 [INFO] [stdout] | [INFO] [stdout] 14309 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:14310:20 [INFO] [stdout] | [INFO] [stdout] 14310 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:14346:20 [INFO] [stdout] | [INFO] [stdout] 14346 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:14347:20 [INFO] [stdout] | [INFO] [stdout] 14347 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:14383:20 [INFO] [stdout] | [INFO] [stdout] 14383 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:14384:20 [INFO] [stdout] | [INFO] [stdout] 14384 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:14411:20 [INFO] [stdout] | [INFO] [stdout] 14411 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:14412:20 [INFO] [stdout] | [INFO] [stdout] 14412 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:14443:20 [INFO] [stdout] | [INFO] [stdout] 14443 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:14444:20 [INFO] [stdout] | [INFO] [stdout] 14444 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:14480:20 [INFO] [stdout] | [INFO] [stdout] 14480 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:14481:20 [INFO] [stdout] | [INFO] [stdout] 14481 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:14509:20 [INFO] [stdout] | [INFO] [stdout] 14509 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:14510:20 [INFO] [stdout] | [INFO] [stdout] 14510 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:14537:20 [INFO] [stdout] | [INFO] [stdout] 14537 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:14538:20 [INFO] [stdout] | [INFO] [stdout] 14538 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:14574:20 [INFO] [stdout] | [INFO] [stdout] 14574 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:14575:20 [INFO] [stdout] | [INFO] [stdout] 14575 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:14608:20 [INFO] [stdout] | [INFO] [stdout] 14608 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:14609:20 [INFO] [stdout] | [INFO] [stdout] 14609 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:14646:20 [INFO] [stdout] | [INFO] [stdout] 14646 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:14647:20 [INFO] [stdout] | [INFO] [stdout] 14647 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:14683:20 [INFO] [stdout] | [INFO] [stdout] 14683 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:14684:20 [INFO] [stdout] | [INFO] [stdout] 14684 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:14714:20 [INFO] [stdout] | [INFO] [stdout] 14714 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:14715:20 [INFO] [stdout] | [INFO] [stdout] 14715 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:14751:20 [INFO] [stdout] | [INFO] [stdout] 14751 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:14752:20 [INFO] [stdout] | [INFO] [stdout] 14752 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:14809:20 [INFO] [stdout] | [INFO] [stdout] 14809 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:14810:20 [INFO] [stdout] | [INFO] [stdout] 14810 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:14871:20 [INFO] [stdout] | [INFO] [stdout] 14871 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:14872:20 [INFO] [stdout] | [INFO] [stdout] 14872 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:14930:20 [INFO] [stdout] | [INFO] [stdout] 14930 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:14931:20 [INFO] [stdout] | [INFO] [stdout] 14931 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:14984:20 [INFO] [stdout] | [INFO] [stdout] 14984 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:14985:20 [INFO] [stdout] | [INFO] [stdout] 14985 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:15042:20 [INFO] [stdout] | [INFO] [stdout] 15042 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:15043:20 [INFO] [stdout] | [INFO] [stdout] 15043 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:15103:20 [INFO] [stdout] | [INFO] [stdout] 15103 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:15104:20 [INFO] [stdout] | [INFO] [stdout] 15104 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:15158:20 [INFO] [stdout] | [INFO] [stdout] 15158 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:15159:20 [INFO] [stdout] | [INFO] [stdout] 15159 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:15210:20 [INFO] [stdout] | [INFO] [stdout] 15210 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:15211:20 [INFO] [stdout] | [INFO] [stdout] 15211 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:15266:20 [INFO] [stdout] | [INFO] [stdout] 15266 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:15267:20 [INFO] [stdout] | [INFO] [stdout] 15267 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:15321:20 [INFO] [stdout] | [INFO] [stdout] 15321 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:15322:20 [INFO] [stdout] | [INFO] [stdout] 15322 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:15371:20 [INFO] [stdout] | [INFO] [stdout] 15371 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:15372:20 [INFO] [stdout] | [INFO] [stdout] 15372 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:15410:20 [INFO] [stdout] | [INFO] [stdout] 15410 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:15411:20 [INFO] [stdout] | [INFO] [stdout] 15411 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:15459:20 [INFO] [stdout] | [INFO] [stdout] 15459 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:15460:20 [INFO] [stdout] | [INFO] [stdout] 15460 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:15503:20 [INFO] [stdout] | [INFO] [stdout] 15503 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:15504:20 [INFO] [stdout] | [INFO] [stdout] 15504 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:15533:20 [INFO] [stdout] | [INFO] [stdout] 15533 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:15534:20 [INFO] [stdout] | [INFO] [stdout] 15534 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:15583:20 [INFO] [stdout] | [INFO] [stdout] 15583 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:15584:20 [INFO] [stdout] | [INFO] [stdout] 15584 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:15633:20 [INFO] [stdout] | [INFO] [stdout] 15633 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:15634:20 [INFO] [stdout] | [INFO] [stdout] 15634 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:15684:20 [INFO] [stdout] | [INFO] [stdout] 15684 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:15685:20 [INFO] [stdout] | [INFO] [stdout] 15685 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:15738:20 [INFO] [stdout] | [INFO] [stdout] 15738 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:15739:20 [INFO] [stdout] | [INFO] [stdout] 15739 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:15780:20 [INFO] [stdout] | [INFO] [stdout] 15780 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:15781:20 [INFO] [stdout] | [INFO] [stdout] 15781 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:15830:20 [INFO] [stdout] | [INFO] [stdout] 15830 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:15831:20 [INFO] [stdout] | [INFO] [stdout] 15831 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:15895:20 [INFO] [stdout] | [INFO] [stdout] 15895 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:15896:20 [INFO] [stdout] | [INFO] [stdout] 15896 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:15957:20 [INFO] [stdout] | [INFO] [stdout] 15957 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:15958:20 [INFO] [stdout] | [INFO] [stdout] 15958 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:16019:20 [INFO] [stdout] | [INFO] [stdout] 16019 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:16020:20 [INFO] [stdout] | [INFO] [stdout] 16020 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:16073:20 [INFO] [stdout] | [INFO] [stdout] 16073 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:16074:20 [INFO] [stdout] | [INFO] [stdout] 16074 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:16117:20 [INFO] [stdout] | [INFO] [stdout] 16117 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:16118:20 [INFO] [stdout] | [INFO] [stdout] 16118 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:16145:20 [INFO] [stdout] | [INFO] [stdout] 16145 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:16146:20 [INFO] [stdout] | [INFO] [stdout] 16146 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:16171:20 [INFO] [stdout] | [INFO] [stdout] 16171 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:16172:20 [INFO] [stdout] | [INFO] [stdout] 16172 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:16206:20 [INFO] [stdout] | [INFO] [stdout] 16206 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:16207:20 [INFO] [stdout] | [INFO] [stdout] 16207 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:16233:20 [INFO] [stdout] | [INFO] [stdout] 16233 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:16234:20 [INFO] [stdout] | [INFO] [stdout] 16234 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:16270:20 [INFO] [stdout] | [INFO] [stdout] 16270 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:16271:20 [INFO] [stdout] | [INFO] [stdout] 16271 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:16310:20 [INFO] [stdout] | [INFO] [stdout] 16310 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:16311:20 [INFO] [stdout] | [INFO] [stdout] 16311 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:16366:20 [INFO] [stdout] | [INFO] [stdout] 16366 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:16367:20 [INFO] [stdout] | [INFO] [stdout] 16367 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:16414:20 [INFO] [stdout] | [INFO] [stdout] 16414 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:16415:20 [INFO] [stdout] | [INFO] [stdout] 16415 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:16448:20 [INFO] [stdout] | [INFO] [stdout] 16448 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:16449:20 [INFO] [stdout] | [INFO] [stdout] 16449 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:16492:20 [INFO] [stdout] | [INFO] [stdout] 16492 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:16493:20 [INFO] [stdout] | [INFO] [stdout] 16493 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:16526:20 [INFO] [stdout] | [INFO] [stdout] 16526 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:16527:20 [INFO] [stdout] | [INFO] [stdout] 16527 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:16565:20 [INFO] [stdout] | [INFO] [stdout] 16565 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:16566:20 [INFO] [stdout] | [INFO] [stdout] 16566 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:16614:20 [INFO] [stdout] | [INFO] [stdout] 16614 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:16615:20 [INFO] [stdout] | [INFO] [stdout] 16615 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:16658:20 [INFO] [stdout] | [INFO] [stdout] 16658 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:16659:20 [INFO] [stdout] | [INFO] [stdout] 16659 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:16689:20 [INFO] [stdout] | [INFO] [stdout] 16689 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:16690:20 [INFO] [stdout] | [INFO] [stdout] 16690 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:16746:20 [INFO] [stdout] | [INFO] [stdout] 16746 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:16747:20 [INFO] [stdout] | [INFO] [stdout] 16747 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:16801:20 [INFO] [stdout] | [INFO] [stdout] 16801 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:16802:20 [INFO] [stdout] | [INFO] [stdout] 16802 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:16844:20 [INFO] [stdout] | [INFO] [stdout] 16844 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:16845:20 [INFO] [stdout] | [INFO] [stdout] 16845 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:16892:20 [INFO] [stdout] | [INFO] [stdout] 16892 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:16893:20 [INFO] [stdout] | [INFO] [stdout] 16893 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:16940:20 [INFO] [stdout] | [INFO] [stdout] 16940 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:16941:20 [INFO] [stdout] | [INFO] [stdout] 16941 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:16988:20 [INFO] [stdout] | [INFO] [stdout] 16988 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:16989:20 [INFO] [stdout] | [INFO] [stdout] 16989 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:17040:20 [INFO] [stdout] | [INFO] [stdout] 17040 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:17041:20 [INFO] [stdout] | [INFO] [stdout] 17041 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:17088:20 [INFO] [stdout] | [INFO] [stdout] 17088 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:17089:20 [INFO] [stdout] | [INFO] [stdout] 17089 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:17139:20 [INFO] [stdout] | [INFO] [stdout] 17139 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:17140:20 [INFO] [stdout] | [INFO] [stdout] 17140 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:17192:20 [INFO] [stdout] | [INFO] [stdout] 17192 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:17193:20 [INFO] [stdout] | [INFO] [stdout] 17193 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:17247:20 [INFO] [stdout] | [INFO] [stdout] 17247 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:17248:20 [INFO] [stdout] | [INFO] [stdout] 17248 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:17302:20 [INFO] [stdout] | [INFO] [stdout] 17302 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:17303:20 [INFO] [stdout] | [INFO] [stdout] 17303 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:17355:20 [INFO] [stdout] | [INFO] [stdout] 17355 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:17356:20 [INFO] [stdout] | [INFO] [stdout] 17356 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:17407:20 [INFO] [stdout] | [INFO] [stdout] 17407 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:17408:20 [INFO] [stdout] | [INFO] [stdout] 17408 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:17435:20 [INFO] [stdout] | [INFO] [stdout] 17435 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:17436:20 [INFO] [stdout] | [INFO] [stdout] 17436 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:17470:20 [INFO] [stdout] | [INFO] [stdout] 17470 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:17471:20 [INFO] [stdout] | [INFO] [stdout] 17471 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:17525:20 [INFO] [stdout] | [INFO] [stdout] 17525 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:17526:20 [INFO] [stdout] | [INFO] [stdout] 17526 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:17578:20 [INFO] [stdout] | [INFO] [stdout] 17578 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:17579:20 [INFO] [stdout] | [INFO] [stdout] 17579 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:17630:20 [INFO] [stdout] | [INFO] [stdout] 17630 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:17631:20 [INFO] [stdout] | [INFO] [stdout] 17631 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:17682:20 [INFO] [stdout] | [INFO] [stdout] 17682 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:17683:20 [INFO] [stdout] | [INFO] [stdout] 17683 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:17731:20 [INFO] [stdout] | [INFO] [stdout] 17731 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:17732:20 [INFO] [stdout] | [INFO] [stdout] 17732 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:17780:20 [INFO] [stdout] | [INFO] [stdout] 17780 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:17781:20 [INFO] [stdout] | [INFO] [stdout] 17781 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:17829:20 [INFO] [stdout] | [INFO] [stdout] 17829 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:17830:20 [INFO] [stdout] | [INFO] [stdout] 17830 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:17882:20 [INFO] [stdout] | [INFO] [stdout] 17882 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:17883:20 [INFO] [stdout] | [INFO] [stdout] 17883 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:17943:20 [INFO] [stdout] | [INFO] [stdout] 17943 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:17944:20 [INFO] [stdout] | [INFO] [stdout] 17944 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:17998:20 [INFO] [stdout] | [INFO] [stdout] 17998 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:17999:20 [INFO] [stdout] | [INFO] [stdout] 17999 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:18050:20 [INFO] [stdout] | [INFO] [stdout] 18050 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:18051:20 [INFO] [stdout] | [INFO] [stdout] 18051 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:18093:20 [INFO] [stdout] | [INFO] [stdout] 18093 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:18094:20 [INFO] [stdout] | [INFO] [stdout] 18094 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:18144:20 [INFO] [stdout] | [INFO] [stdout] 18144 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:18145:20 [INFO] [stdout] | [INFO] [stdout] 18145 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:18195:20 [INFO] [stdout] | [INFO] [stdout] 18195 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:18196:20 [INFO] [stdout] | [INFO] [stdout] 18196 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:18246:20 [INFO] [stdout] | [INFO] [stdout] 18246 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:18247:20 [INFO] [stdout] | [INFO] [stdout] 18247 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:18299:20 [INFO] [stdout] | [INFO] [stdout] 18299 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:18300:20 [INFO] [stdout] | [INFO] [stdout] 18300 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:18351:20 [INFO] [stdout] | [INFO] [stdout] 18351 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:18352:20 [INFO] [stdout] | [INFO] [stdout] 18352 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:18396:20 [INFO] [stdout] | [INFO] [stdout] 18396 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:18397:20 [INFO] [stdout] | [INFO] [stdout] 18397 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:18445:20 [INFO] [stdout] | [INFO] [stdout] 18445 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:18446:20 [INFO] [stdout] | [INFO] [stdout] 18446 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:18490:20 [INFO] [stdout] | [INFO] [stdout] 18490 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:18491:20 [INFO] [stdout] | [INFO] [stdout] 18491 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:18534:20 [INFO] [stdout] | [INFO] [stdout] 18534 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:18535:20 [INFO] [stdout] | [INFO] [stdout] 18535 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:18579:20 [INFO] [stdout] | [INFO] [stdout] 18579 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:18580:20 [INFO] [stdout] | [INFO] [stdout] 18580 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:18628:20 [INFO] [stdout] | [INFO] [stdout] 18628 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:18629:20 [INFO] [stdout] | [INFO] [stdout] 18629 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:18672:20 [INFO] [stdout] | [INFO] [stdout] 18672 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:18673:20 [INFO] [stdout] | [INFO] [stdout] 18673 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:18717:20 [INFO] [stdout] | [INFO] [stdout] 18717 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:18718:20 [INFO] [stdout] | [INFO] [stdout] 18718 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:18753:20 [INFO] [stdout] | [INFO] [stdout] 18753 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:18754:20 [INFO] [stdout] | [INFO] [stdout] 18754 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:18798:20 [INFO] [stdout] | [INFO] [stdout] 18798 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:18799:20 [INFO] [stdout] | [INFO] [stdout] 18799 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:18847:20 [INFO] [stdout] | [INFO] [stdout] 18847 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:18848:20 [INFO] [stdout] | [INFO] [stdout] 18848 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:18896:20 [INFO] [stdout] | [INFO] [stdout] 18896 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:18897:20 [INFO] [stdout] | [INFO] [stdout] 18897 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:18945:20 [INFO] [stdout] | [INFO] [stdout] 18945 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:18946:20 [INFO] [stdout] | [INFO] [stdout] 18946 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:18994:20 [INFO] [stdout] | [INFO] [stdout] 18994 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:18995:20 [INFO] [stdout] | [INFO] [stdout] 18995 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:19043:20 [INFO] [stdout] | [INFO] [stdout] 19043 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:19044:20 [INFO] [stdout] | [INFO] [stdout] 19044 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:19097:20 [INFO] [stdout] | [INFO] [stdout] 19097 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:19098:20 [INFO] [stdout] | [INFO] [stdout] 19098 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:19149:20 [INFO] [stdout] | [INFO] [stdout] 19149 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:19150:20 [INFO] [stdout] | [INFO] [stdout] 19150 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:19201:20 [INFO] [stdout] | [INFO] [stdout] 19201 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:19202:20 [INFO] [stdout] | [INFO] [stdout] 19202 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:19241:20 [INFO] [stdout] | [INFO] [stdout] 19241 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:19242:20 [INFO] [stdout] | [INFO] [stdout] 19242 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:19270:20 [INFO] [stdout] | [INFO] [stdout] 19270 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:19271:20 [INFO] [stdout] | [INFO] [stdout] 19271 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:19298:20 [INFO] [stdout] | [INFO] [stdout] 19298 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:19299:20 [INFO] [stdout] | [INFO] [stdout] 19299 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:19346:20 [INFO] [stdout] | [INFO] [stdout] 19346 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:19347:20 [INFO] [stdout] | [INFO] [stdout] 19347 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:19397:20 [INFO] [stdout] | [INFO] [stdout] 19397 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:19398:20 [INFO] [stdout] | [INFO] [stdout] 19398 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:19451:20 [INFO] [stdout] | [INFO] [stdout] 19451 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:19452:20 [INFO] [stdout] | [INFO] [stdout] 19452 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:19504:20 [INFO] [stdout] | [INFO] [stdout] 19504 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:19505:20 [INFO] [stdout] | [INFO] [stdout] 19505 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:19558:20 [INFO] [stdout] | [INFO] [stdout] 19558 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:19559:20 [INFO] [stdout] | [INFO] [stdout] 19559 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:19611:20 [INFO] [stdout] | [INFO] [stdout] 19611 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:19612:20 [INFO] [stdout] | [INFO] [stdout] 19612 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:19656:20 [INFO] [stdout] | [INFO] [stdout] 19656 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:19657:20 [INFO] [stdout] | [INFO] [stdout] 19657 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:19706:20 [INFO] [stdout] | [INFO] [stdout] 19706 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:19707:20 [INFO] [stdout] | [INFO] [stdout] 19707 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:19756:20 [INFO] [stdout] | [INFO] [stdout] 19756 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:19757:20 [INFO] [stdout] | [INFO] [stdout] 19757 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:19800:20 [INFO] [stdout] | [INFO] [stdout] 19800 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:19801:20 [INFO] [stdout] | [INFO] [stdout] 19801 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:19857:20 [INFO] [stdout] | [INFO] [stdout] 19857 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:19858:20 [INFO] [stdout] | [INFO] [stdout] 19858 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:19908:20 [INFO] [stdout] | [INFO] [stdout] 19908 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:19909:20 [INFO] [stdout] | [INFO] [stdout] 19909 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:19959:20 [INFO] [stdout] | [INFO] [stdout] 19959 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:19960:20 [INFO] [stdout] | [INFO] [stdout] 19960 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:20007:20 [INFO] [stdout] | [INFO] [stdout] 20007 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:20008:20 [INFO] [stdout] | [INFO] [stdout] 20008 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:20055:20 [INFO] [stdout] | [INFO] [stdout] 20055 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:20056:20 [INFO] [stdout] | [INFO] [stdout] 20056 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:20103:20 [INFO] [stdout] | [INFO] [stdout] 20103 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:20104:20 [INFO] [stdout] | [INFO] [stdout] 20104 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:20152:20 [INFO] [stdout] | [INFO] [stdout] 20152 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:20153:20 [INFO] [stdout] | [INFO] [stdout] 20153 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:20217:20 [INFO] [stdout] | [INFO] [stdout] 20217 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:20218:20 [INFO] [stdout] | [INFO] [stdout] 20218 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:20268:20 [INFO] [stdout] | [INFO] [stdout] 20268 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:20269:20 [INFO] [stdout] | [INFO] [stdout] 20269 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:20319:20 [INFO] [stdout] | [INFO] [stdout] 20319 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:20320:20 [INFO] [stdout] | [INFO] [stdout] 20320 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:20370:20 [INFO] [stdout] | [INFO] [stdout] 20370 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:20371:20 [INFO] [stdout] | [INFO] [stdout] 20371 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:20413:20 [INFO] [stdout] | [INFO] [stdout] 20413 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:20414:20 [INFO] [stdout] | [INFO] [stdout] 20414 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:20459:20 [INFO] [stdout] | [INFO] [stdout] 20459 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:20460:20 [INFO] [stdout] | [INFO] [stdout] 20460 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:20509:20 [INFO] [stdout] | [INFO] [stdout] 20509 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:20510:20 [INFO] [stdout] | [INFO] [stdout] 20510 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:20547:20 [INFO] [stdout] | [INFO] [stdout] 20547 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:20548:20 [INFO] [stdout] | [INFO] [stdout] 20548 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:20595:20 [INFO] [stdout] | [INFO] [stdout] 20595 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:20596:20 [INFO] [stdout] | [INFO] [stdout] 20596 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:20638:20 [INFO] [stdout] | [INFO] [stdout] 20638 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:20639:20 [INFO] [stdout] | [INFO] [stdout] 20639 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:20681:20 [INFO] [stdout] | [INFO] [stdout] 20681 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:20682:20 [INFO] [stdout] | [INFO] [stdout] 20682 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:20724:20 [INFO] [stdout] | [INFO] [stdout] 20724 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:20725:20 [INFO] [stdout] | [INFO] [stdout] 20725 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:20767:20 [INFO] [stdout] | [INFO] [stdout] 20767 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:20768:20 [INFO] [stdout] | [INFO] [stdout] 20768 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:20818:20 [INFO] [stdout] | [INFO] [stdout] 20818 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:20819:20 [INFO] [stdout] | [INFO] [stdout] 20819 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:20869:20 [INFO] [stdout] | [INFO] [stdout] 20869 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:20870:20 [INFO] [stdout] | [INFO] [stdout] 20870 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:20913:20 [INFO] [stdout] | [INFO] [stdout] 20913 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:20914:20 [INFO] [stdout] | [INFO] [stdout] 20914 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:20957:20 [INFO] [stdout] | [INFO] [stdout] 20957 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:20958:20 [INFO] [stdout] | [INFO] [stdout] 20958 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:21006:20 [INFO] [stdout] | [INFO] [stdout] 21006 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:21007:20 [INFO] [stdout] | [INFO] [stdout] 21007 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:21055:20 [INFO] [stdout] | [INFO] [stdout] 21055 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:21056:20 [INFO] [stdout] | [INFO] [stdout] 21056 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:21104:20 [INFO] [stdout] | [INFO] [stdout] 21104 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:21105:20 [INFO] [stdout] | [INFO] [stdout] 21105 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:21153:20 [INFO] [stdout] | [INFO] [stdout] 21153 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:21154:20 [INFO] [stdout] | [INFO] [stdout] 21154 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:21197:20 [INFO] [stdout] | [INFO] [stdout] 21197 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:21198:20 [INFO] [stdout] | [INFO] [stdout] 21198 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:21240:20 [INFO] [stdout] | [INFO] [stdout] 21240 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:21241:20 [INFO] [stdout] | [INFO] [stdout] 21241 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:21294:20 [INFO] [stdout] | [INFO] [stdout] 21294 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:21295:20 [INFO] [stdout] | [INFO] [stdout] 21295 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:21351:20 [INFO] [stdout] | [INFO] [stdout] 21351 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:21352:20 [INFO] [stdout] | [INFO] [stdout] 21352 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:21402:20 [INFO] [stdout] | [INFO] [stdout] 21402 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:21403:20 [INFO] [stdout] | [INFO] [stdout] 21403 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:21453:20 [INFO] [stdout] | [INFO] [stdout] 21453 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:21454:20 [INFO] [stdout] | [INFO] [stdout] 21454 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:21504:20 [INFO] [stdout] | [INFO] [stdout] 21504 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:21505:20 [INFO] [stdout] | [INFO] [stdout] 21505 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:21556:20 [INFO] [stdout] | [INFO] [stdout] 21556 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:21557:20 [INFO] [stdout] | [INFO] [stdout] 21557 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:21583:20 [INFO] [stdout] | [INFO] [stdout] 21583 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:21584:20 [INFO] [stdout] | [INFO] [stdout] 21584 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:21620:20 [INFO] [stdout] | [INFO] [stdout] 21620 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:21621:20 [INFO] [stdout] | [INFO] [stdout] 21621 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:21670:20 [INFO] [stdout] | [INFO] [stdout] 21670 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:21671:20 [INFO] [stdout] | [INFO] [stdout] 21671 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:21718:20 [INFO] [stdout] | [INFO] [stdout] 21718 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:21719:20 [INFO] [stdout] | [INFO] [stdout] 21719 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:21769:20 [INFO] [stdout] | [INFO] [stdout] 21769 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:21770:20 [INFO] [stdout] | [INFO] [stdout] 21770 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:21825:20 [INFO] [stdout] | [INFO] [stdout] 21825 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:21826:20 [INFO] [stdout] | [INFO] [stdout] 21826 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:21875:20 [INFO] [stdout] | [INFO] [stdout] 21875 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:21876:20 [INFO] [stdout] | [INFO] [stdout] 21876 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:21911:20 [INFO] [stdout] | [INFO] [stdout] 21911 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:21912:20 [INFO] [stdout] | [INFO] [stdout] 21912 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:21963:20 [INFO] [stdout] | [INFO] [stdout] 21963 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:21964:20 [INFO] [stdout] | [INFO] [stdout] 21964 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:21991:20 [INFO] [stdout] | [INFO] [stdout] 21991 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:21992:20 [INFO] [stdout] | [INFO] [stdout] 21992 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:22020:20 [INFO] [stdout] | [INFO] [stdout] 22020 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:22021:20 [INFO] [stdout] | [INFO] [stdout] 22021 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:22061:20 [INFO] [stdout] | [INFO] [stdout] 22061 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:22062:20 [INFO] [stdout] | [INFO] [stdout] 22062 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:22088:20 [INFO] [stdout] | [INFO] [stdout] 22088 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:22089:20 [INFO] [stdout] | [INFO] [stdout] 22089 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:22119:20 [INFO] [stdout] | [INFO] [stdout] 22119 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:22120:20 [INFO] [stdout] | [INFO] [stdout] 22120 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:22146:20 [INFO] [stdout] | [INFO] [stdout] 22146 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:22147:20 [INFO] [stdout] | [INFO] [stdout] 22147 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:22178:20 [INFO] [stdout] | [INFO] [stdout] 22178 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:22179:20 [INFO] [stdout] | [INFO] [stdout] 22179 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:22205:20 [INFO] [stdout] | [INFO] [stdout] 22205 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:22206:20 [INFO] [stdout] | [INFO] [stdout] 22206 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:22232:20 [INFO] [stdout] | [INFO] [stdout] 22232 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:22233:20 [INFO] [stdout] | [INFO] [stdout] 22233 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:22264:20 [INFO] [stdout] | [INFO] [stdout] 22264 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:22265:20 [INFO] [stdout] | [INFO] [stdout] 22265 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:22291:20 [INFO] [stdout] | [INFO] [stdout] 22291 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:22292:20 [INFO] [stdout] | [INFO] [stdout] 22292 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:22319:20 [INFO] [stdout] | [INFO] [stdout] 22319 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:22320:20 [INFO] [stdout] | [INFO] [stdout] 22320 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:22347:20 [INFO] [stdout] | [INFO] [stdout] 22347 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:22348:20 [INFO] [stdout] | [INFO] [stdout] 22348 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:22374:20 [INFO] [stdout] | [INFO] [stdout] 22374 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:22375:20 [INFO] [stdout] | [INFO] [stdout] 22375 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:22406:20 [INFO] [stdout] | [INFO] [stdout] 22406 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:22407:20 [INFO] [stdout] | [INFO] [stdout] 22407 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:22438:20 [INFO] [stdout] | [INFO] [stdout] 22438 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:22439:20 [INFO] [stdout] | [INFO] [stdout] 22439 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:22471:20 [INFO] [stdout] | [INFO] [stdout] 22471 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:22472:20 [INFO] [stdout] | [INFO] [stdout] 22472 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:22503:20 [INFO] [stdout] | [INFO] [stdout] 22503 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:22504:20 [INFO] [stdout] | [INFO] [stdout] 22504 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:22530:20 [INFO] [stdout] | [INFO] [stdout] 22530 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:22531:20 [INFO] [stdout] | [INFO] [stdout] 22531 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:22558:20 [INFO] [stdout] | [INFO] [stdout] 22558 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:22559:20 [INFO] [stdout] | [INFO] [stdout] 22559 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:22587:20 [INFO] [stdout] | [INFO] [stdout] 22587 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:22588:20 [INFO] [stdout] | [INFO] [stdout] 22588 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:22618:20 [INFO] [stdout] | [INFO] [stdout] 22618 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:22619:20 [INFO] [stdout] | [INFO] [stdout] 22619 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:22669:20 [INFO] [stdout] | [INFO] [stdout] 22669 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:22670:20 [INFO] [stdout] | [INFO] [stdout] 22670 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:22703:20 [INFO] [stdout] | [INFO] [stdout] 22703 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:22704:20 [INFO] [stdout] | [INFO] [stdout] 22704 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:22754:20 [INFO] [stdout] | [INFO] [stdout] 22754 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:22755:20 [INFO] [stdout] | [INFO] [stdout] 22755 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:22789:20 [INFO] [stdout] | [INFO] [stdout] 22789 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:22790:20 [INFO] [stdout] | [INFO] [stdout] 22790 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:22825:20 [INFO] [stdout] | [INFO] [stdout] 22825 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:22826:20 [INFO] [stdout] | [INFO] [stdout] 22826 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:22857:20 [INFO] [stdout] | [INFO] [stdout] 22857 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:22858:20 [INFO] [stdout] | [INFO] [stdout] 22858 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:22893:20 [INFO] [stdout] | [INFO] [stdout] 22893 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:22894:20 [INFO] [stdout] | [INFO] [stdout] 22894 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:22927:20 [INFO] [stdout] | [INFO] [stdout] 22927 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:22928:20 [INFO] [stdout] | [INFO] [stdout] 22928 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:22979:20 [INFO] [stdout] | [INFO] [stdout] 22979 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:22980:20 [INFO] [stdout] | [INFO] [stdout] 22980 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:23030:20 [INFO] [stdout] | [INFO] [stdout] 23030 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:23031:20 [INFO] [stdout] | [INFO] [stdout] 23031 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:23087:20 [INFO] [stdout] | [INFO] [stdout] 23087 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:23088:20 [INFO] [stdout] | [INFO] [stdout] 23088 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:23145:20 [INFO] [stdout] | [INFO] [stdout] 23145 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:23146:20 [INFO] [stdout] | [INFO] [stdout] 23146 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:23204:20 [INFO] [stdout] | [INFO] [stdout] 23204 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:23205:20 [INFO] [stdout] | [INFO] [stdout] 23205 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:23259:20 [INFO] [stdout] | [INFO] [stdout] 23259 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:23260:20 [INFO] [stdout] | [INFO] [stdout] 23260 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:23312:20 [INFO] [stdout] | [INFO] [stdout] 23312 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:23313:20 [INFO] [stdout] | [INFO] [stdout] 23313 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:23365:20 [INFO] [stdout] | [INFO] [stdout] 23365 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:23366:20 [INFO] [stdout] | [INFO] [stdout] 23366 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:23417:20 [INFO] [stdout] | [INFO] [stdout] 23417 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:23418:20 [INFO] [stdout] | [INFO] [stdout] 23418 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:23468:20 [INFO] [stdout] | [INFO] [stdout] 23468 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:23469:20 [INFO] [stdout] | [INFO] [stdout] 23469 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:23509:20 [INFO] [stdout] | [INFO] [stdout] 23509 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:23510:20 [INFO] [stdout] | [INFO] [stdout] 23510 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:23557:20 [INFO] [stdout] | [INFO] [stdout] 23557 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:23558:20 [INFO] [stdout] | [INFO] [stdout] 23558 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:23605:20 [INFO] [stdout] | [INFO] [stdout] 23605 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:23606:20 [INFO] [stdout] | [INFO] [stdout] 23606 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:23647:20 [INFO] [stdout] | [INFO] [stdout] 23647 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:23648:20 [INFO] [stdout] | [INFO] [stdout] 23648 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:23698:20 [INFO] [stdout] | [INFO] [stdout] 23698 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:23699:20 [INFO] [stdout] | [INFO] [stdout] 23699 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:23749:20 [INFO] [stdout] | [INFO] [stdout] 23749 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:23750:20 [INFO] [stdout] | [INFO] [stdout] 23750 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:23803:20 [INFO] [stdout] | [INFO] [stdout] 23803 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:23804:20 [INFO] [stdout] | [INFO] [stdout] 23804 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:23854:20 [INFO] [stdout] | [INFO] [stdout] 23854 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:23855:20 [INFO] [stdout] | [INFO] [stdout] 23855 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:23905:20 [INFO] [stdout] | [INFO] [stdout] 23905 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:23906:20 [INFO] [stdout] | [INFO] [stdout] 23906 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:23953:20 [INFO] [stdout] | [INFO] [stdout] 23953 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:23954:20 [INFO] [stdout] | [INFO] [stdout] 23954 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:24004:20 [INFO] [stdout] | [INFO] [stdout] 24004 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:24005:20 [INFO] [stdout] | [INFO] [stdout] 24005 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:24052:20 [INFO] [stdout] | [INFO] [stdout] 24052 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:24053:20 [INFO] [stdout] | [INFO] [stdout] 24053 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:24101:20 [INFO] [stdout] | [INFO] [stdout] 24101 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:24102:20 [INFO] [stdout] | [INFO] [stdout] 24102 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:24138:20 [INFO] [stdout] | [INFO] [stdout] 24138 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:24139:20 [INFO] [stdout] | [INFO] [stdout] 24139 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:24170:20 [INFO] [stdout] | [INFO] [stdout] 24170 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:24171:20 [INFO] [stdout] | [INFO] [stdout] 24171 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:24204:20 [INFO] [stdout] | [INFO] [stdout] 24204 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:24205:20 [INFO] [stdout] | [INFO] [stdout] 24205 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:24233:20 [INFO] [stdout] | [INFO] [stdout] 24233 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:24234:20 [INFO] [stdout] | [INFO] [stdout] 24234 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:24262:20 [INFO] [stdout] | [INFO] [stdout] 24262 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:24263:20 [INFO] [stdout] | [INFO] [stdout] 24263 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:24297:20 [INFO] [stdout] | [INFO] [stdout] 24297 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:24298:20 [INFO] [stdout] | [INFO] [stdout] 24298 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:24334:20 [INFO] [stdout] | [INFO] [stdout] 24334 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:24335:20 [INFO] [stdout] | [INFO] [stdout] 24335 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:24368:20 [INFO] [stdout] | [INFO] [stdout] 24368 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:24369:20 [INFO] [stdout] | [INFO] [stdout] 24369 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:24405:20 [INFO] [stdout] | [INFO] [stdout] 24405 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:24406:20 [INFO] [stdout] | [INFO] [stdout] 24406 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:24434:20 [INFO] [stdout] | [INFO] [stdout] 24434 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:24435:20 [INFO] [stdout] | [INFO] [stdout] 24435 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:24461:20 [INFO] [stdout] | [INFO] [stdout] 24461 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:24462:20 [INFO] [stdout] | [INFO] [stdout] 24462 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:24493:20 [INFO] [stdout] | [INFO] [stdout] 24493 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:24494:20 [INFO] [stdout] | [INFO] [stdout] 24494 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:24535:20 [INFO] [stdout] | [INFO] [stdout] 24535 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:24536:20 [INFO] [stdout] | [INFO] [stdout] 24536 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:24567:20 [INFO] [stdout] | [INFO] [stdout] 24567 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:24568:20 [INFO] [stdout] | [INFO] [stdout] 24568 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:24598:20 [INFO] [stdout] | [INFO] [stdout] 24598 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:24599:20 [INFO] [stdout] | [INFO] [stdout] 24599 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:24650:20 [INFO] [stdout] | [INFO] [stdout] 24650 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:24651:20 [INFO] [stdout] | [INFO] [stdout] 24651 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:24686:20 [INFO] [stdout] | [INFO] [stdout] 24686 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:24687:20 [INFO] [stdout] | [INFO] [stdout] 24687 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:24737:20 [INFO] [stdout] | [INFO] [stdout] 24737 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:24738:20 [INFO] [stdout] | [INFO] [stdout] 24738 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:24779:20 [INFO] [stdout] | [INFO] [stdout] 24779 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:24780:20 [INFO] [stdout] | [INFO] [stdout] 24780 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:24822:20 [INFO] [stdout] | [INFO] [stdout] 24822 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:24823:20 [INFO] [stdout] | [INFO] [stdout] 24823 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:24872:20 [INFO] [stdout] | [INFO] [stdout] 24872 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:24873:20 [INFO] [stdout] | [INFO] [stdout] 24873 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:24915:20 [INFO] [stdout] | [INFO] [stdout] 24915 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:24916:20 [INFO] [stdout] | [INFO] [stdout] 24916 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:24965:20 [INFO] [stdout] | [INFO] [stdout] 24965 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:24966:20 [INFO] [stdout] | [INFO] [stdout] 24966 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:25008:20 [INFO] [stdout] | [INFO] [stdout] 25008 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:25009:20 [INFO] [stdout] | [INFO] [stdout] 25009 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:25058:20 [INFO] [stdout] | [INFO] [stdout] 25058 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:25059:20 [INFO] [stdout] | [INFO] [stdout] 25059 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:25101:20 [INFO] [stdout] | [INFO] [stdout] 25101 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:25102:20 [INFO] [stdout] | [INFO] [stdout] 25102 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:25151:20 [INFO] [stdout] | [INFO] [stdout] 25151 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:25152:20 [INFO] [stdout] | [INFO] [stdout] 25152 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:25202:20 [INFO] [stdout] | [INFO] [stdout] 25202 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:25203:20 [INFO] [stdout] | [INFO] [stdout] 25203 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:25252:20 [INFO] [stdout] | [INFO] [stdout] 25252 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:25253:20 [INFO] [stdout] | [INFO] [stdout] 25253 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:25303:20 [INFO] [stdout] | [INFO] [stdout] 25303 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:25304:20 [INFO] [stdout] | [INFO] [stdout] 25304 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:25353:20 [INFO] [stdout] | [INFO] [stdout] 25353 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:25354:20 [INFO] [stdout] | [INFO] [stdout] 25354 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:25404:20 [INFO] [stdout] | [INFO] [stdout] 25404 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:25405:20 [INFO] [stdout] | [INFO] [stdout] 25405 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:25454:20 [INFO] [stdout] | [INFO] [stdout] 25454 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:25455:20 [INFO] [stdout] | [INFO] [stdout] 25455 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:25505:20 [INFO] [stdout] | [INFO] [stdout] 25505 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:25506:20 [INFO] [stdout] | [INFO] [stdout] 25506 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:25555:20 [INFO] [stdout] | [INFO] [stdout] 25555 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:25556:20 [INFO] [stdout] | [INFO] [stdout] 25556 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:25609:20 [INFO] [stdout] | [INFO] [stdout] 25609 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:25610:20 [INFO] [stdout] | [INFO] [stdout] 25610 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline` [INFO] [stdout] --> src/gl46.rs:25659:20 [INFO] [stdout] | [INFO] [stdout] 25659 | #[cfg_attr(feature = "inline", inline)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `inline_always` [INFO] [stdout] --> src/gl46.rs:25660:20 [INFO] [stdout] | [INFO] [stdout] 25660 | #[cfg_attr(feature = "inline_always", inline(always))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log` [INFO] [stdout] = help: consider adding `inline_always` as a feature in `Cargo.toml` [WARN] too many lines in the log, truncating it