glow 0.14.2

GL on Whatever: a set of bindings to run GL (Open GL, OpenGL ES, and WebGL) anywhere, and avoid target-specific code.
Documentation
Build #1385360 2024-10-09T15:51:04.502164+00:00
# rustc version
rustc 1.83.0-nightly (6f4ae0f34 2024-10-08)# docs.rs version
docsrs 0.6.0 (d5a37845 2024-09-24)# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/glow-0.14.2/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/glow-0.14.2/source:/opt/rustwide/workdir:ro,Z" "-v" "/home/cratesfyi/workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/home/cratesfyi/workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "DOCS_RS=1" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "6442450944" "--cpus" "6" "--user" "1001:1001" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:6252d7ea7fb8caaf7af6d800c5fb250a9cd862b9a7f9508afb3c54fa7fe1102e" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20241008-1.83.0-nightly-6f4ae0f34\", \"--static-root-path\", \"/-/rustdoc.static/\", \"--cap-lints\", \"warn\", \"--extern-html-root-takes-precedence\"]" "--offline" "-Zunstable-options" "--config=doc.extern-map.registries.crates-io=\"https://docs.rs/{pkg_name}/{version}/x86_64-unknown-linux-gnu\"" "-Zrustdoc-scrape-examples" "-j6" "--target" "x86_64-unknown-linux-gnu", kill_on_drop: false }`
[INFO] [stdout] ec529a746c49f28ff1b73408233502bf4d71d919972b6948d29459a467655009
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] running `Command { std: "docker" "start" "-a" "ec529a746c49f28ff1b73408233502bf4d71d919972b6948d29459a467655009", kill_on_drop: false }`
[INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op
[INFO] [stderr]  Documenting glow v0.14.2 (/opt/rustwide/workdir)
[INFO] [stderr] warning: unexpected `cfg` condition value: `chlorine`
[INFO] [stderr]    --> src/gl46.rs:117:9
[INFO] [stderr]     |
[INFO] [stderr] 117 |     not(feature = "chlorine"),
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log`
[INFO] [stderr]     = help: consider adding `chlorine` as a feature in `Cargo.toml`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]     = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `chlorine`
[INFO] [stderr]    --> src/gl46.rs:121:7
[INFO] [stderr]     |
[INFO] [stderr] 121 | #[cfg(feature = "chlorine")]
[INFO] [stderr]     |       ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log`
[INFO] [stderr]     = help: consider adding `chlorine` as a feature in `Cargo.toml`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `global_loader`
[INFO] [stderr]    --> src/gl46.rs:142:7
[INFO] [stderr]     |
[INFO] [stderr] 142 | #[cfg(feature = "global_loader")]
[INFO] [stderr]     |       ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log`
[INFO] [stderr]     = help: consider adding `global_loader` as a feature in `Cargo.toml`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `bytemuck`
[INFO] [stderr]      --> src/gl46.rs:37021:11
[INFO] [stderr]       |
[INFO] [stderr] 37021 |     #[cfg(feature = "bytemuck")]
[INFO] [stderr]       |           ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]       |
[INFO] [stderr]       = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log`
[INFO] [stderr]       = help: consider adding `bytemuck` as a feature in `Cargo.toml`
[INFO] [stderr]       = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `inline`
[INFO] [stderr]     --> src/gl46.rs:5629:20
[INFO] [stderr]      |
[INFO] [stderr] 5629 |         #[cfg_attr(feature = "inline", inline)]
[INFO] [stderr]      |                    ^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log`
[INFO] [stderr]      = help: consider adding `inline` as a feature in `Cargo.toml`
[INFO] [stderr]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `inline_always`
[INFO] [stderr]     --> src/gl46.rs:5630:20
[INFO] [stderr]      |
[INFO] [stderr] 5630 |         #[cfg_attr(feature = "inline_always", inline(always))]
[INFO] [stderr]      |                    ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log`
[INFO] [stderr]      = help: consider adding `inline_always` as a feature in `Cargo.toml`
[INFO] [stderr]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `inline`
[INFO] [stderr]     --> src/gl46.rs:5670:20
[INFO] [stderr]      |
[INFO] [stderr] 5670 |         #[cfg_attr(feature = "inline", inline)]
[INFO] [stderr]      |                    ^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log`
[INFO] [stderr]      = help: consider adding `inline` as a feature in `Cargo.toml`
[INFO] [stderr]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `inline_always`
[INFO] [stderr]     --> src/gl46.rs:5671:20
[INFO] [stderr]      |
[INFO] [stderr] 5671 |         #[cfg_attr(feature = "inline_always", inline(always))]
[INFO] [stderr]      |                    ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log`
[INFO] [stderr]      = help: consider adding `inline_always` as a feature in `Cargo.toml`
[INFO] [stderr]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `inline`
[INFO] [stderr]     --> src/gl46.rs:5701:20
[INFO] [stderr]      |
[INFO] [stderr] 5701 |         #[cfg_attr(feature = "inline", inline)]
[INFO] [stderr]      |                    ^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log`
[INFO] [stderr]      = help: consider adding `inline` as a feature in `Cargo.toml`
[INFO] [stderr]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `inline_always`
[INFO] [stderr]     --> src/gl46.rs:5702:20
[INFO] [stderr]      |
[INFO] [stderr] 5702 |         #[cfg_attr(feature = "inline_always", inline(always))]
[INFO] [stderr]      |                    ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log`
[INFO] [stderr]      = help: consider adding `inline_always` as a feature in `Cargo.toml`
[INFO] [stderr]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `inline`
[INFO] [stderr]     --> src/gl46.rs:5734:20
[INFO] [stderr]      |
[INFO] [stderr] 5734 |         #[cfg_attr(feature = "inline", inline)]
[INFO] [stderr]      |                    ^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log`
[INFO] [stderr]      = help: consider adding `inline` as a feature in `Cargo.toml`
[INFO] [stderr]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `inline_always`
[INFO] [stderr]     --> src/gl46.rs:5735:20
[INFO] [stderr]      |
[INFO] [stderr] 5735 |         #[cfg_attr(feature = "inline_always", inline(always))]
[INFO] [stderr]      |                    ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log`
[INFO] [stderr]      = help: consider adding `inline_always` as a feature in `Cargo.toml`
[INFO] [stderr]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `inline`
[INFO] [stderr]     --> src/gl46.rs:5771:20
[INFO] [stderr]      |
[INFO] [stderr] 5771 |         #[cfg_attr(feature = "inline", inline)]
[INFO] [stderr]      |                    ^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log`
[INFO] [stderr]      = help: consider adding `inline` as a feature in `Cargo.toml`
[INFO] [stderr]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `inline_always`
[INFO] [stderr]     --> src/gl46.rs:5772:20
[INFO] [stderr]      |
[INFO] [stderr] 5772 |         #[cfg_attr(feature = "inline_always", inline(always))]
[INFO] [stderr]      |                    ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log`
[INFO] [stderr]      = help: consider adding `inline_always` as a feature in `Cargo.toml`
[INFO] [stderr]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `inline`
[INFO] [stderr]     --> src/gl46.rs:5799:20
[INFO] [stderr]      |
[INFO] [stderr] 5799 |         #[cfg_attr(feature = "inline", inline)]
[INFO] [stderr]      |                    ^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log`
[INFO] [stderr]      = help: consider adding `inline` as a feature in `Cargo.toml`
[INFO] [stderr]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `inline_always`
[INFO] [stderr]     --> src/gl46.rs:5800:20
[INFO] [stderr]      |
[INFO] [stderr] 5800 |         #[cfg_attr(feature = "inline_always", inline(always))]
[INFO] [stderr]      |                    ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log`
[INFO] [stderr]      = help: consider adding `inline_always` as a feature in `Cargo.toml`
[INFO] [stderr]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `inline`
[INFO] [stderr]     --> src/gl46.rs:5842:20
[INFO] [stderr]      |
[INFO] [stderr] 5842 |         #[cfg_attr(feature = "inline", inline)]
[INFO] [stderr]      |                    ^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log`
[INFO] [stderr]      = help: consider adding `inline` as a feature in `Cargo.toml`
[INFO] [stderr]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `inline_always`
[INFO] [stderr]     --> src/gl46.rs:5843:20
[INFO] [stderr]      |
[INFO] [stderr] 5843 |         #[cfg_attr(feature = "inline_always", inline(always))]
[INFO] [stderr]      |                    ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log`
[INFO] [stderr]      = help: consider adding `inline_always` as a feature in `Cargo.toml`
[INFO] [stderr]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `inline`
[INFO] [stderr]     --> src/gl46.rs:5877:20
[INFO] [stderr]      |
[INFO] [stderr] 5877 |         #[cfg_attr(feature = "inline", inline)]
[INFO] [stderr]      |                    ^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log`
[INFO] [stderr]      = help: consider adding `inline` as a feature in `Cargo.toml`
[INFO] [stderr]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `inline_always`
[INFO] [stderr]     --> src/gl46.rs:5878:20
[INFO] [stderr]      |
[INFO] [stderr] 5878 |         #[cfg_attr(feature = "inline_always", inline(always))]
[INFO] [stderr]      |                    ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log`
[INFO] [stderr]      = help: consider adding `inline_always` as a feature in `Cargo.toml`
[INFO] [stderr]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `inline`
[INFO] [stderr]     --> src/gl46.rs:5925:20
[INFO] [stderr]      |
[INFO] [stderr] 5925 |         #[cfg_attr(feature = "inline", inline)]
[INFO] [stderr]      |                    ^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log`
[INFO] [stderr]      = help: consider adding `inline` as a feature in `Cargo.toml`
[INFO] [stderr]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `inline_always`
[INFO] [stderr]     --> src/gl46.rs:5926:20
[INFO] [stderr]      |
[INFO] [stderr] 5926 |         #[cfg_attr(feature = "inline_always", inline(always))]
[INFO] [stderr]      |                    ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log`
[INFO] [stderr]      = help: consider adding `inline_always` as a feature in `Cargo.toml`
[INFO] [stderr]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `inline`
[INFO] [stderr]     --> src/gl46.rs:5953:20
[INFO] [stderr]      |
[INFO] [stderr] 5953 |         #[cfg_attr(feature = "inline", inline)]
[INFO] [stderr]      |                    ^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log`
[INFO] [stderr]      = help: consider adding `inline` as a feature in `Cargo.toml`
[INFO] [stderr]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `inline_always`
[INFO] [stderr]     --> src/gl46.rs:5954:20
[INFO] [stderr]      |
[INFO] [stderr] 5954 |         #[cfg_attr(feature = "inline_always", inline(always))]
[INFO] [stderr]      |                    ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log`
[INFO] [stderr]      = help: consider adding `inline_always` as a feature in `Cargo.toml`
[INFO] [stderr]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `inline`
[INFO] [stderr]     --> src/gl46.rs:5998:20
[INFO] [stderr]      |
[INFO] [stderr] 5998 |         #[cfg_attr(feature = "inline", inline)]
[INFO] [stderr]      |                    ^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log`
[INFO] [stderr]      = help: consider adding `inline` as a feature in `Cargo.toml`
[INFO] [stderr]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `inline_always`
[INFO] [stderr]     --> src/gl46.rs:5999:20
[INFO] [stderr]      |
[INFO] [stderr] 5999 |         #[cfg_attr(feature = "inline_always", inline(always))]
[INFO] [stderr]      |                    ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log`
[INFO] [stderr]      = help: consider adding `inline_always` as a feature in `Cargo.toml`
[INFO] [stderr]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `inline`
[INFO] [stderr]     --> src/gl46.rs:6053:20
[INFO] [stderr]      |
[INFO] [stderr] 6053 |         #[cfg_attr(feature = "inline", inline)]
[INFO] [stderr]      |                    ^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log`
[INFO] [stderr]      = help: consider adding `inline` as a feature in `Cargo.toml`
[INFO] [stderr]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `inline_always`
[INFO] [stderr]     --> src/gl46.rs:6054:20
[INFO] [stderr]      |
[INFO] [stderr] 6054 |         #[cfg_attr(feature = "inline_always", inline(always))]
[INFO] [stderr]      |                    ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log`
[INFO] [stderr]      = help: consider adding `inline_always` as a feature in `Cargo.toml`
[INFO] [stderr]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `inline`
[INFO] [stderr]     --> src/gl46.rs:6107:20
[INFO] [stderr]      |
[INFO] [stderr] 6107 |         #[cfg_attr(feature = "inline", inline)]
[INFO] [stderr]      |                    ^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log`
[INFO] [stderr]      = help: consider adding `inline` as a feature in `Cargo.toml`
[INFO] [stderr]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `inline_always`
[INFO] [stderr]     --> src/gl46.rs:6108:20
[INFO] [stderr]      |
[INFO] [stderr] 6108 |         #[cfg_attr(feature = "inline_always", inline(always))]
[INFO] [stderr]      |                    ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log`
[INFO] [stderr]      = help: consider adding `inline_always` as a feature in `Cargo.toml`
[INFO] [stderr]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `inline`
[INFO] [stderr]     --> src/gl46.rs:6164:20
[INFO] [stderr]      |
[INFO] [stderr] 6164 |         #[cfg_attr(feature = "inline", inline)]
[INFO] [stderr]      |                    ^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log`
[INFO] [stderr]      = help: consider adding `inline` as a feature in `Cargo.toml`
[INFO] [stderr]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `inline_always`
[INFO] [stderr]     --> src/gl46.rs:6165:20
[INFO] [stderr]      |
[INFO] [stderr] 6165 |         #[cfg_attr(feature = "inline_always", inline(always))]
[INFO] [stderr]      |                    ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log`
[INFO] [stderr]      = help: consider adding `inline_always` as a feature in `Cargo.toml`
[INFO] [stderr]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `inline`
[INFO] [stderr]     --> src/gl46.rs:6211:20
[INFO] [stderr]      |
[INFO] [stderr] 6211 |         #[cfg_attr(feature = "inline", inline)]
[INFO] [stderr]      |                    ^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log`
[INFO] [stderr]      = help: consider adding `inline` as a feature in `Cargo.toml`
[INFO] [stderr]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `inline_always`
[INFO] [stderr]     --> src/gl46.rs:6212:20
[INFO] [stderr]      |
[INFO] [stderr] 6212 |         #[cfg_attr(feature = "inline_always", inline(always))]
[INFO] [stderr]      |                    ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log`
[INFO] [stderr]      = help: consider adding `inline_always` as a feature in `Cargo.toml`
[INFO] [stderr]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `inline`
[INFO] [stderr]     --> src/gl46.rs:6262:20
[INFO] [stderr]      |
[INFO] [stderr] 6262 |         #[cfg_attr(feature = "inline", inline)]
[INFO] [stderr]      |                    ^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log`
[INFO] [stderr]      = help: consider adding `inline` as a feature in `Cargo.toml`
[INFO] [stderr]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `inline_always`
[INFO] [stderr]     --> src/gl46.rs:6263:20
[INFO] [stderr]      |
[INFO] [stderr] 6263 |         #[cfg_attr(feature = "inline_always", inline(always))]
[INFO] [stderr]      |                    ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log`
[INFO] [stderr]      = help: consider adding `inline_always` as a feature in `Cargo.toml`
[INFO] [stderr]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `inline`
[INFO] [stderr]     --> src/gl46.rs:6304:20
[INFO] [stderr]      |
[INFO] [stderr] 6304 |         #[cfg_attr(feature = "inline", inline)]
[INFO] [stderr]      |                    ^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log`
[INFO] [stderr]      = help: consider adding `inline` as a feature in `Cargo.toml`
[INFO] [stderr]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `inline_always`
[INFO] [stderr]     --> src/gl46.rs:6305:20
[INFO] [stderr]      |
[INFO] [stderr] 6305 |         #[cfg_attr(feature = "inline_always", inline(always))]
[INFO] [stderr]      |                    ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log`
[INFO] [stderr]      = help: consider adding `inline_always` as a feature in `Cargo.toml`
[INFO] [stderr]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `inline`
[INFO] [stderr]     --> src/gl46.rs:6364:20
[INFO] [stderr]      |
[INFO] [stderr] 6364 |         #[cfg_attr(feature = "inline", inline)]
[INFO] [stderr]      |                    ^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log`
[INFO] [stderr]      = help: consider adding `inline` as a feature in `Cargo.toml`
[INFO] [stderr]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `inline_always`
[INFO] [stderr]     --> src/gl46.rs:6365:20
[INFO] [stderr]      |
[INFO] [stderr] 6365 |         #[cfg_attr(feature = "inline_always", inline(always))]
[INFO] [stderr]      |                    ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log`
[INFO] [stderr]      = help: consider adding `inline_always` as a feature in `Cargo.toml`
[INFO] [stderr]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `inline`
[INFO] [stderr]     --> src/gl46.rs:6411:20
[INFO] [stderr]      |
[INFO] [stderr] 6411 |         #[cfg_attr(feature = "inline", inline)]
[INFO] [stderr]      |                    ^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log`
[INFO] [stderr]      = help: consider adding `inline` as a feature in `Cargo.toml`
[INFO] [stderr]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `inline_always`
[INFO] [stderr]     --> src/gl46.rs:6412:20
[INFO] [stderr]      |
[INFO] [stderr] 6412 |         #[cfg_attr(feature = "inline_always", inline(always))]
[INFO] [stderr]      |                    ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log`
[INFO] [stderr]      = help: consider adding `inline_always` as a feature in `Cargo.toml`
[INFO] [stderr]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `inline`
[INFO] [stderr]     --> src/gl46.rs:6447:20
[INFO] [stderr]      |
[INFO] [stderr] 6447 |         #[cfg_attr(feature = "inline", inline)]
[INFO] [stderr]      |                    ^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log`
[INFO] [stderr]      = help: consider adding `inline` as a feature in `Cargo.toml`
[INFO] [stderr]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `inline_always`
[INFO] [stderr]     --> src/gl46.rs:6448:20
[INFO] [stderr]      |
[INFO] [stderr] 6448 |         #[cfg_attr(feature = "inline_always", inline(always))]
[INFO] [stderr]      |                    ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log`
[INFO] [stderr]      = help: consider adding `inline_always` as a feature in `Cargo.toml`
[INFO] [stderr]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `inline`
[INFO] [stderr]     --> src/gl46.rs:6487:20
[INFO] [stderr]      |
[INFO] [stderr] 6487 |         #[cfg_attr(feature = "inline", inline)]
[INFO] [stderr]      |                    ^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log`
[INFO] [stderr]      = help: consider adding `inline` as a feature in `Cargo.toml`
[INFO] [stderr]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `inline_always`
[INFO] [stderr]     --> src/gl46.rs:6488:20
[INFO] [stderr]      |
[INFO] [stderr] 6488 |         #[cfg_attr(feature = "inline_always", inline(always))]
[INFO] [stderr]      |                    ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log`
[INFO] [stderr]      = help: consider adding `inline_always` as a feature in `Cargo.toml`
[INFO] [stderr]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `inline`
[INFO] [stderr]     --> src/gl46.rs:6515:20
[INFO] [stderr]      |
[INFO] [stderr] 6515 |         #[cfg_attr(feature = "inline", inline)]
[INFO] [stderr]      |                    ^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log`
[INFO] [stderr]      = help: consider adding `inline` as a feature in `Cargo.toml`
[INFO] [stderr]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `inline_always`
[INFO] [stderr]     --> src/gl46.rs:6516:20
[INFO] [stderr]      |
[INFO] [stderr] 6516 |         #[cfg_attr(feature = "inline_always", inline(always))]
[INFO] [stderr]      |                    ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log`
[INFO] [stderr]      = help: consider adding `inline_always` as a feature in `Cargo.toml`
[INFO] [stderr]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `inline`
[INFO] [stderr]     --> src/gl46.rs:6559:20
[INFO] [stderr]      |
[INFO] [stderr] 6559 |         #[cfg_attr(feature = "inline", inline)]
[INFO] [stderr]      |                    ^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log`
[INFO] [stderr]      = help: consider adding `inline` as a feature in `Cargo.toml`
[INFO] [stderr]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `inline_always`
[INFO] [stderr]     --> src/gl46.rs:6560:20
[INFO] [stderr]      |
[INFO] [stderr] 6560 |         #[cfg_attr(feature = "inline_always", inline(always))]
[INFO] [stderr]      |                    ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log`
[INFO] [stderr]      = help: consider adding `inline_always` as a feature in `Cargo.toml`
[INFO] [stderr]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `inline`
[INFO] [stderr]     --> src/gl46.rs:6586:20
[INFO] [stderr]      |
[INFO] [stderr] 6586 |         #[cfg_attr(feature = "inline", inline)]
[INFO] [stderr]      |                    ^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log`
[INFO] [stderr]      = help: consider adding `inline` as a feature in `Cargo.toml`
[INFO] [stderr]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `inline_always`
[INFO] [stderr]     --> src/gl46.rs:6587:20
[INFO] [stderr]      |
[INFO] [stderr] 6587 |         #[cfg_attr(feature = "inline_always", inline(always))]
[INFO] [stderr]      |                    ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log`
[INFO] [stderr]      = help: consider adding `inline_always` as a feature in `Cargo.toml`
[INFO] [stderr]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `inline`
[INFO] [stderr]     --> src/gl46.rs:6623:20
[INFO] [stderr]      |
[INFO] [stderr] 6623 |         #[cfg_attr(feature = "inline", inline)]
[INFO] [stderr]      |                    ^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log`
[INFO] [stderr]      = help: consider adding `inline` as a feature in `Cargo.toml`
[INFO] [stderr]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `inline_always`
[INFO] [stderr]     --> src/gl46.rs:6624:20
[INFO] [stderr]      |
[INFO] [stderr] 6624 |         #[cfg_attr(feature = "inline_always", inline(always))]
[INFO] [stderr]      |                    ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log`
[INFO] [stderr]      = help: consider adding `inline_always` as a feature in `Cargo.toml`
[INFO] [stderr]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `inline`
[INFO] [stderr]     --> src/gl46.rs:6666:20
[INFO] [stderr]      |
[INFO] [stderr] 6666 |         #[cfg_attr(feature = "inline", inline)]
[INFO] [stderr]      |                    ^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log`
[INFO] [stderr]      = help: consider adding `inline` as a feature in `Cargo.toml`
[INFO] [stderr]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `inline_always`
[INFO] [stderr]     --> src/gl46.rs:6667:20
[INFO] [stderr]      |
[INFO] [stderr] 6667 |         #[cfg_attr(feature = "inline_always", inline(always))]
[INFO] [stderr]      |                    ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log`
[INFO] [stderr]      = help: consider adding `inline_always` as a feature in `Cargo.toml`
[INFO] [stderr]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `inline`
[INFO] [stderr]     --> src/gl46.rs:6702:20
[INFO] [stderr]      |
[INFO] [stderr] 6702 |         #[cfg_attr(feature = "inline", inline)]
[INFO] [stderr]      |                    ^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log`
[INFO] [stderr]      = help: consider adding `inline` as a feature in `Cargo.toml`
[INFO] [stderr]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `inline_always`
[INFO] [stderr]     --> src/gl46.rs:6703:20
[INFO] [stderr]      |
[INFO] [stderr] 6703 |         #[cfg_attr(feature = "inline_always", inline(always))]
[INFO] [stderr]      |                    ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log`
[INFO] [stderr]      = help: consider adding `inline_always` as a feature in `Cargo.toml`
[INFO] [stderr]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `inline`
[INFO] [stderr]     --> src/gl46.rs:6734:20
[INFO] [stderr]      |
[INFO] [stderr] 6734 |         #[cfg_attr(feature = "inline", inline)]
[INFO] [stderr]      |                    ^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log`
[INFO] [stderr]      = help: consider adding `inline` as a feature in `Cargo.toml`
[INFO] [stderr]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `inline_always`
[INFO] [stderr]     --> src/gl46.rs:6735:20
[INFO] [stderr]      |
[INFO] [stderr] 6735 |         #[cfg_attr(feature = "inline_always", inline(always))]
[INFO] [stderr]      |                    ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log`
[INFO] [stderr]      = help: consider adding `inline_always` as a feature in `Cargo.toml`
[INFO] [stderr]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `inline`
[INFO] [stderr]     --> src/gl46.rs:6787:20
[INFO] [stderr]      |
[INFO] [stderr] 6787 |         #[cfg_attr(feature = "inline", inline)]
[INFO] [stderr]      |                    ^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log`
[INFO] [stderr]      = help: consider adding `inline` as a feature in `Cargo.toml`
[INFO] [stderr]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `inline_always`
[INFO] [stderr]     --> src/gl46.rs:6788:20
[INFO] [stderr]      |
[INFO] [stderr] 6788 |         #[cfg_attr(feature = "inline_always", inline(always))]
[INFO] [stderr]      |                    ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log`
[INFO] [stderr]      = help: consider adding `inline_always` as a feature in `Cargo.toml`
[INFO] [stderr]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `inline`
[INFO] [stderr]     --> src/gl46.rs:6840:20
[INFO] [stderr]      |
[INFO] [stderr] 6840 |         #[cfg_attr(feature = "inline", inline)]
[INFO] [stderr]      |                    ^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log`
[INFO] [stderr]      = help: consider adding `inline` as a feature in `Cargo.toml`
[INFO] [stderr]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `inline_always`
[INFO] [stderr]     --> src/gl46.rs:6841:20
[INFO] [stderr]      |
[INFO] [stderr] 6841 |         #[cfg_attr(feature = "inline_always", inline(always))]
[INFO] [stderr]      |                    ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log`
[INFO] [stderr]      = help: consider adding `inline_always` as a feature in `Cargo.toml`
[INFO] [stderr]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `inline`
[INFO] [stderr]     --> src/gl46.rs:6875:20
[INFO] [stderr]      |
[INFO] [stderr] 6875 |         #[cfg_attr(feature = "inline", inline)]
[INFO] [stderr]      |                    ^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log`
[INFO] [stderr]      = help: consider adding `inline` as a feature in `Cargo.toml`
[INFO] [stderr]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `inline_always`
[INFO] [stderr]     --> src/gl46.rs:6876:20
[INFO] [stderr]      |
[INFO] [stderr] 6876 |         #[cfg_attr(feature = "inline_always", inline(always))]
[INFO] [stderr]      |                    ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log`
[INFO] [stderr]      = help: consider adding `inline_always` as a feature in `Cargo.toml`
[INFO] [stderr]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `inline`
[INFO] [stderr]     --> src/gl46.rs:6922:20
[INFO] [stderr]      |
[INFO] [stderr] 6922 |         #[cfg_attr(feature = "inline", inline)]
[INFO] [stderr]      |                    ^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log`
[INFO] [stderr]      = help: consider adding `inline` as a feature in `Cargo.toml`
[INFO] [stderr]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `inline_always`
[INFO] [stderr]     --> src/gl46.rs:6923:20
[INFO] [stderr]      |
[INFO] [stderr] 6923 |         #[cfg_attr(feature = "inline_always", inline(always))]
[INFO] [stderr]      |                    ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log`
[INFO] [stderr]      = help: consider adding `inline_always` as a feature in `Cargo.toml`
[INFO] [stderr]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `inline`
[INFO] [stderr]     --> src/gl46.rs:6955:20
[INFO] [stderr]      |
[INFO] [stderr] 6955 |         #[cfg_attr(feature = "inline", inline)]
[INFO] [stderr]      |                    ^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log`
[INFO] [stderr]      = help: consider adding `inline` as a feature in `Cargo.toml`
[INFO] [stderr]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `inline_always`
[INFO] [stderr]     --> src/gl46.rs:6956:20
[INFO] [stderr]      |
[INFO] [stderr] 6956 |         #[cfg_attr(feature = "inline_always", inline(always))]
[INFO] [stderr]      |                    ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log`
[INFO] [stderr]      = help: consider adding `inline_always` as a feature in `Cargo.toml`
[INFO] [stderr]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `inline`
[INFO] [stderr]     --> src/gl46.rs:6997:20
[INFO] [stderr]      |
[INFO] [stderr] 6997 |         #[cfg_attr(feature = "inline", inline)]
[INFO] [stderr]      |                    ^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log`
[INFO] [stderr]      = help: consider adding `inline` as a feature in `Cargo.toml`
[INFO] [stderr]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `inline_always`
[INFO] [stderr]     --> src/gl46.rs:6998:20
[INFO] [stderr]      |
[INFO] [stderr] 6998 |         #[cfg_attr(feature = "inline_always", inline(always))]
[INFO] [stderr]      |                    ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log`
[INFO] [stderr]      = help: consider adding `inline_always` as a feature in `Cargo.toml`
[INFO] [stderr]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `inline`
[INFO] [stderr]     --> src/gl46.rs:7045:20
[INFO] [stderr]      |
[INFO] [stderr] 7045 |         #[cfg_attr(feature = "inline", inline)]
[INFO] [stderr]      |                    ^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log`
[INFO] [stderr]      = help: consider adding `inline` as a feature in `Cargo.toml`
[INFO] [stderr]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `inline_always`
[INFO] [stderr]     --> src/gl46.rs:7046:20
[INFO] [stderr]      |
[INFO] [stderr] 7046 |         #[cfg_attr(feature = "inline_always", inline(always))]
[INFO] [stderr]      |                    ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log`
[INFO] [stderr]      = help: consider adding `inline_always` as a feature in `Cargo.toml`
[INFO] [stderr]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `inline`
[INFO] [stderr]     --> src/gl46.rs:7078:20
[INFO] [stderr]      |
[INFO] [stderr] 7078 |         #[cfg_attr(feature = "inline", inline)]
[INFO] [stderr]      |                    ^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log`
[INFO] [stderr]      = help: consider adding `inline` as a feature in `Cargo.toml`
[INFO] [stderr]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `inline_always`
[INFO] [stderr]     --> src/gl46.rs:7079:20
[INFO] [stderr]      |
[INFO] [stderr] 7079 |         #[cfg_attr(feature = "inline_always", inline(always))]
[INFO] [stderr]      |                    ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log`
[INFO] [stderr]      = help: consider adding `inline_always` as a feature in `Cargo.toml`
[INFO] [stderr]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `inline`
[INFO] [stderr]     --> src/gl46.rs:7109:20
[INFO] [stderr]      |
[INFO] [stderr] 7109 |         #[cfg_attr(feature = "inline", inline)]
[INFO] [stderr]      |                    ^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log`
[INFO] [stderr]      = help: consider adding `inline` as a feature in `Cargo.toml`
[INFO] [stderr]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `inline_always`
[INFO] [stderr]     --> src/gl46.rs:7110:20
[INFO] [stderr]      |
[INFO] [stderr] 7110 |         #[cfg_attr(feature = "inline_always", inline(always))]
[INFO] [stderr]      |                    ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log`
[INFO] [stderr]      = help: consider adding `inline_always` as a feature in `Cargo.toml`
[INFO] [stderr]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `inline`
[INFO] [stderr]     --> src/gl46.rs:7163:20
[INFO] [stderr]      |
[INFO] [stderr] 7163 |         #[cfg_attr(feature = "inline", inline)]
[INFO] [stderr]      |                    ^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log`
[INFO] [stderr]      = help: consider adding `inline` as a feature in `Cargo.toml`
[INFO] [stderr]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `inline_always`
[INFO] [stderr]     --> src/gl46.rs:7164:20
[INFO] [stderr]      |
[INFO] [stderr] 7164 |         #[cfg_attr(feature = "inline_always", inline(always))]
[INFO] [stderr]      |                    ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log`
[INFO] [stderr]      = help: consider adding `inline_always` as a feature in `Cargo.toml`
[INFO] [stderr]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `inline`
[INFO] [stderr]     --> src/gl46.rs:7218:20
[INFO] [stderr]      |
[INFO] [stderr] 7218 |         #[cfg_attr(feature = "inline", inline)]
[INFO] [stderr]      |                    ^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log`
[INFO] [stderr]      = help: consider adding `inline` as a feature in `Cargo.toml`
[INFO] [stderr]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `inline_always`
[INFO] [stderr]     --> src/gl46.rs:7219:20
[INFO] [stderr]      |
[INFO] [stderr] 7219 |         #[cfg_attr(feature = "inline_always", inline(always))]
[INFO] [stderr]      |                    ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log`
[INFO] [stderr]      = help: consider adding `inline_always` as a feature in `Cargo.toml`
[INFO] [stderr]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `inline`
[INFO] [stderr]     --> src/gl46.rs:7247:20
[INFO] [stderr]      |
[INFO] [stderr] 7247 |         #[cfg_attr(feature = "inline", inline)]
[INFO] [stderr]      |                    ^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log`
[INFO] [stderr]      = help: consider adding `inline` as a feature in `Cargo.toml`
[INFO] [stderr]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `inline_always`
[INFO] [stderr]     --> src/gl46.rs:7248:20
[INFO] [stderr]      |
[INFO] [stderr] 7248 |         #[cfg_attr(feature = "inline_always", inline(always))]
[INFO] [stderr]      |                    ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log`
[INFO] [stderr]      = help: consider adding `inline_always` as a feature in `Cargo.toml`
[INFO] [stderr]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `inline`
[INFO] [stderr]     --> src/gl46.rs:7305:20
[INFO] [stderr]      |
[INFO] [stderr] 7305 |         #[cfg_attr(feature = "inline", inline)]
[INFO] [stderr]      |                    ^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log`
[INFO] [stderr]      = help: consider adding `inline` as a feature in `Cargo.toml`
[INFO] [stderr]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `inline_always`
[INFO] [stderr]     --> src/gl46.rs:7306:20
[INFO] [stderr]      |
[INFO] [stderr] 7306 |         #[cfg_attr(feature = "inline_always", inline(always))]
[INFO] [stderr]      |                    ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log`
[INFO] [stderr]      = help: consider adding `inline_always` as a feature in `Cargo.toml`
[INFO] [stderr]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `inline`
[INFO] [stderr]     --> src/gl46.rs:7369:20
[INFO] [stderr]      |
[INFO] [stderr] 7369 |         #[cfg_attr(feature = "inline", inline)]
[INFO] [stderr]      |                    ^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log`
[INFO] [stderr]      = help: consider adding `inline` as a feature in `Cargo.toml`
[INFO] [stderr]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `inline_always`
[INFO] [stderr]     --> src/gl46.rs:7370:20
[INFO] [stderr]      |
[INFO] [stderr] 7370 |         #[cfg_attr(feature = "inline_always", inline(always))]
[INFO] [stderr]      |                    ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log`
[INFO] [stderr]      = help: consider adding `inline_always` as a feature in `Cargo.toml`
[INFO] [stderr]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `inline`
[INFO] [stderr]     --> src/gl46.rs:7418:20
[INFO] [stderr]      |
[INFO] [stderr] 7418 |         #[cfg_attr(feature = "inline", inline)]
[INFO] [stderr]      |                    ^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log`
[INFO] [stderr]      = help: consider adding `inline` as a feature in `Cargo.toml`
[INFO] [stderr]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `inline_always`
[INFO] [stderr]     --> src/gl46.rs:7419:20
[INFO] [stderr]      |
[INFO] [stderr] 7419 |         #[cfg_attr(feature = "inline_always", inline(always))]
[INFO] [stderr]      |                    ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log`
[INFO] [stderr]      = help: consider adding `inline_always` as a feature in `Cargo.toml`
[INFO] [stderr]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `inline`
[INFO] [stderr]     --> src/gl46.rs:7472:20
[INFO] [stderr]      |
[INFO] [stderr] 7472 |         #[cfg_attr(feature = "inline", inline)]
[INFO] [stderr]      |                    ^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log`
[INFO] [stderr]      = help: consider adding `inline` as a feature in `Cargo.toml`
[INFO] [stderr]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `inline_always`
[INFO] [stderr]     --> src/gl46.rs:7473:20
[INFO] [stderr]      |
[INFO] [stderr] 7473 |         #[cfg_attr(feature = "inline_always", inline(always))]
[INFO] [stderr]      |                    ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log`
[INFO] [stderr]      = help: consider adding `inline_always` as a feature in `Cargo.toml`
[INFO] [stderr]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `inline`
[INFO] [stderr]     --> src/gl46.rs:7526:20
[INFO] [stderr]      |
[INFO] [stderr] 7526 |         #[cfg_attr(feature = "inline", inline)]
[INFO] [stderr]      |                    ^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log`
[INFO] [stderr]      = help: consider adding `inline` as a feature in `Cargo.toml`
[INFO] [stderr]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `inline_always`
[INFO] [stderr]     --> src/gl46.rs:7527:20
[INFO] [stderr]      |
[INFO] [stderr] 7527 |         #[cfg_attr(feature = "inline_always", inline(always))]
[INFO] [stderr]      |                    ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log`
[INFO] [stderr]      = help: consider adding `inline_always` as a feature in `Cargo.toml`
[INFO] [stderr]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `inline`
[INFO] [stderr]     --> src/gl46.rs:7578:20
[INFO] [stderr]      |
[INFO] [stderr] 7578 |         #[cfg_attr(feature = "inline", inline)]
[INFO] [stderr]      |                    ^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log`
[INFO] [stderr]      = help: consider adding `inline` as a feature in `Cargo.toml`
[INFO] [stderr]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `inline_always`
[INFO] [stderr]     --> src/gl46.rs:7579:20
[INFO] [stderr]      |
[INFO] [stderr] 7579 |         #[cfg_attr(feature = "inline_always", inline(always))]
[INFO] [stderr]      |                    ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log`
[INFO] [stderr]      = help: consider adding `inline_always` as a feature in `Cargo.toml`
[INFO] [stderr]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `inline`
[INFO] [stderr]     --> src/gl46.rs:7615:20
[INFO] [stderr]      |
[INFO] [stderr] 7615 |         #[cfg_attr(feature = "inline", inline)]
[INFO] [stderr]      |                    ^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log`
[INFO] [stderr]      = help: consider adding `inline` as a feature in `Cargo.toml`
[INFO] [stderr]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `inline_always`
[INFO] [stderr]     --> src/gl46.rs:7616:20
[INFO] [stderr]      |
[INFO] [stderr] 7616 |         #[cfg_attr(feature = "inline_always", inline(always))]
[INFO] [stderr]      |                    ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log`
[INFO] [stderr]      = help: consider adding `inline_always` as a feature in `Cargo.toml`
[INFO] [stderr]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `inline`
[INFO] [stderr]     --> src/gl46.rs:7661:20
[INFO] [stderr]      |
[INFO] [stderr] 7661 |         #[cfg_attr(feature = "inline", inline)]
[INFO] [stderr]      |                    ^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log`
[INFO] [stderr]      = help: consider adding `inline` as a feature in `Cargo.toml`
[INFO] [stderr]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `inline_always`
[INFO] [stderr]     --> src/gl46.rs:7662:20
[INFO] [stderr]      |
[INFO] [stderr] 7662 |         #[cfg_attr(feature = "inline_always", inline(always))]
[INFO] [stderr]      |                    ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log`
[INFO] [stderr]      = help: consider adding `inline_always` as a feature in `Cargo.toml`
[INFO] [stderr]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `inline`
[INFO] [stderr]     --> src/gl46.rs:7689:20
[INFO] [stderr]      |
[INFO] [stderr] 7689 |         #[cfg_attr(feature = "inline", inline)]
[INFO] [stderr]      |                    ^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log`
[INFO] [stderr]      = help: consider adding `inline` as a feature in `Cargo.toml`
[INFO] [stderr]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `inline_always`
[INFO] [stderr]     --> src/gl46.rs:7690:20
[INFO] [stderr]      |
[INFO] [stderr] 7690 |         #[cfg_attr(feature = "inline_always", inline(always))]
[INFO] [stderr]      |                    ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log`
[INFO] [stderr]      = help: consider adding `inline_always` as a feature in `Cargo.toml`
[INFO] [stderr]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `inline`
[INFO] [stderr]     --> src/gl46.rs:7721:20
[INFO] [stderr]      |
[INFO] [stderr] 7721 |         #[cfg_attr(feature = "inline", inline)]
[INFO] [stderr]      |                    ^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log`
[INFO] [stderr]      = help: consider adding `inline` as a feature in `Cargo.toml`
[INFO] [stderr]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `inline_always`
[INFO] [stderr]     --> src/gl46.rs:7722:20
[INFO] [stderr]      |
[INFO] [stderr] 7722 |         #[cfg_attr(feature = "inline_always", inline(always))]
[INFO] [stderr]      |                    ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log`
[INFO] [stderr]      = help: consider adding `inline_always` as a feature in `Cargo.toml`
[INFO] [stderr]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `inline`
[INFO] [stderr]     --> src/gl46.rs:7781:20
[INFO] [stderr]      |
[INFO] [stderr] 7781 |         #[cfg_attr(feature = "inline", inline)]
[INFO] [stderr]      |                    ^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log`
[INFO] [stderr]      = help: consider adding `inline` as a feature in `Cargo.toml`
[INFO] [stderr]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `inline_always`
[INFO] [stderr]     --> src/gl46.rs:7782:20
[INFO] [stderr]      |
[INFO] [stderr] 7782 |         #[cfg_attr(feature = "inline_always", inline(always))]
[INFO] [stderr]      |                    ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log`
[INFO] [stderr]      = help: consider adding `inline_always` as a feature in `Cargo.toml`
[INFO] [stderr]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `inline`
[INFO] [stderr]     --> src/gl46.rs:7842:20
[INFO] [stderr]      |
[INFO] [stderr] 7842 |         #[cfg_attr(feature = "inline", inline)]
[INFO] [stderr]      |                    ^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log`
[INFO] [stderr]      = help: consider adding `inline` as a feature in `Cargo.toml`
[INFO] [stderr]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `inline_always`
[INFO] [stderr]     --> src/gl46.rs:7843:20
[INFO] [stderr]      |
[INFO] [stderr] 7843 |         #[cfg_attr(feature = "inline_always", inline(always))]
[INFO] [stderr]      |                    ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log`
[INFO] [stderr]      = help: consider adding `inline_always` as a feature in `Cargo.toml`
[INFO] [stderr]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `inline`
[INFO] [stderr]     --> src/gl46.rs:7895:20
[INFO] [stderr]      |
[INFO] [stderr] 7895 |         #[cfg_attr(feature = "inline", inline)]
[INFO] [stderr]      |                    ^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log`
[INFO] [stderr]      = help: consider adding `inline` as a feature in `Cargo.toml`
[INFO] [stderr]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `inline_always`
[INFO] [stderr]     --> src/gl46.rs:7896:20
[INFO] [stderr]      |
[INFO] [stderr] 7896 |         #[cfg_attr(feature = "inline_always", inline(always))]
[INFO] [stderr]      |                    ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log`
[INFO] [stderr]      = help: consider adding `inline_always` as a feature in `Cargo.toml`
[INFO] [stderr]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `inline`
[INFO] [stderr]     --> src/gl46.rs:7945:20
[INFO] [stderr]      |
[INFO] [stderr] 7945 |         #[cfg_attr(feature = "inline", inline)]
[INFO] [stderr]      |                    ^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log`
[INFO] [stderr]      = help: consider adding `inline` as a feature in `Cargo.toml`
[INFO] [stderr]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `inline_always`
[INFO] [stderr]     --> src/gl46.rs:7946:20
[INFO] [stderr]      |
[INFO] [stderr] 7946 |         #[cfg_attr(feature = "inline_always", inline(always))]
[INFO] [stderr]      |                    ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log`
[INFO] [stderr]      = help: consider adding `inline_always` as a feature in `Cargo.toml`
[INFO] [stderr]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `inline`
[INFO] [stderr]     --> src/gl46.rs:7990:20
[INFO] [stderr]      |
[INFO] [stderr] 7990 |         #[cfg_attr(feature = "inline", inline)]
[INFO] [stderr]      |                    ^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log`
[INFO] [stderr]      = help: consider adding `inline` as a feature in `Cargo.toml`
[INFO] [stderr]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `inline_always`
[INFO] [stderr]     --> src/gl46.rs:7991:20
[INFO] [stderr]      |
[INFO] [stderr] 7991 |         #[cfg_attr(feature = "inline_always", inline(always))]
[INFO] [stderr]      |                    ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log`
[INFO] [stderr]      = help: consider adding `inline_always` as a feature in `Cargo.toml`
[INFO] [stderr]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `inline`
[INFO] [stderr]     --> src/gl46.rs:8041:20
[INFO] [stderr]      |
[INFO] [stderr] 8041 |         #[cfg_attr(feature = "inline", inline)]
[INFO] [stderr]      |                    ^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log`
[INFO] [stderr]      = help: consider adding `inline` as a feature in `Cargo.toml`
[INFO] [stderr]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `inline_always`
[INFO] [stderr]     --> src/gl46.rs:8042:20
[INFO] [stderr]      |
[INFO] [stderr] 8042 |         #[cfg_attr(feature = "inline_always", inline(always))]
[INFO] [stderr]      |                    ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log`
[INFO] [stderr]      = help: consider adding `inline_always` as a feature in `Cargo.toml`
[INFO] [stderr]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `inline`
[INFO] [stderr]     --> src/gl46.rs:8087:20
[INFO] [stderr]      |
[INFO] [stderr] 8087 |         #[cfg_attr(feature = "inline", inline)]
[INFO] [stderr]      |                    ^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log`
[INFO] [stderr]      = help: consider adding `inline` as a feature in `Cargo.toml`
[INFO] [stderr]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `inline_always`
[INFO] [stderr]     --> src/gl46.rs:8088:20
[INFO] [stderr]      |
[INFO] [stderr] 8088 |         #[cfg_attr(feature = "inline_always", inline(always))]
[INFO] [stderr]      |                    ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log`
[INFO] [stderr]      = help: consider adding `inline_always` as a feature in `Cargo.toml`
[INFO] [stderr]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `inline`
[INFO] [stderr]     --> src/gl46.rs:8114:20
[INFO] [stderr]      |
[INFO] [stderr] 8114 |         #[cfg_attr(feature = "inline", inline)]
[INFO] [stderr]      |                    ^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log`
[INFO] [stderr]      = help: consider adding `inline` as a feature in `Cargo.toml`
[INFO] [stderr]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `inline_always`
[INFO] [stderr]     --> src/gl46.rs:8115:20
[INFO] [stderr]      |
[INFO] [stderr] 8115 |         #[cfg_attr(feature = "inline_always", inline(always))]
[INFO] [stderr]      |                    ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log`
[INFO] [stderr]      = help: consider adding `inline_always` as a feature in `Cargo.toml`
[INFO] [stderr]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `inline`
[INFO] [stderr]     --> src/gl46.rs:8144:20
[INFO] [stderr]      |
[INFO] [stderr] 8144 |         #[cfg_attr(feature = "inline", inline)]
[INFO] [stderr]      |                    ^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log`
[INFO] [stderr]      = help: consider adding `inline` as a feature in `Cargo.toml`
[INFO] [stderr]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `inline_always`
[INFO] [stderr]     --> src/gl46.rs:8145:20
[INFO] [stderr]      |
[INFO] [stderr] 8145 |         #[cfg_attr(feature = "inline_always", inline(always))]
[INFO] [stderr]      |                    ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log`
[INFO] [stderr]      = help: consider adding `inline_always` as a feature in `Cargo.toml`
[INFO] [stderr]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `inline`
[INFO] [stderr]     --> src/gl46.rs:8201:20
[INFO] [stderr]      |
[INFO] [stderr] 8201 |         #[cfg_attr(feature = "inline", inline)]
[INFO] [stderr]      |                    ^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log`
[INFO] [stderr]      = help: consider adding `inline` as a feature in `Cargo.toml`
[INFO] [stderr]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `inline_always`
[INFO] [stderr]     --> src/gl46.rs:8202:20
[INFO] [stderr]      |
[INFO] [stderr] 8202 |         #[cfg_attr(feature = "inline_always", inline(always))]
[INFO] [stderr]      |                    ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log`
[INFO] [stderr]      = help: consider adding `inline_always` as a feature in `Cargo.toml`
[INFO] [stderr]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `inline`
[INFO] [stderr]     --> src/gl46.rs:8252:20
[INFO] [stderr]      |
[INFO] [stderr] 8252 |         #[cfg_attr(feature = "inline", inline)]
[INFO] [stderr]      |                    ^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log`
[INFO] [stderr]      = help: consider adding `inline` as a feature in `Cargo.toml`
[INFO] [stderr]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `inline_always`
[INFO] [stderr]     --> src/gl46.rs:8253:20
[INFO] [stderr]      |
[INFO] [stderr] 8253 |         #[cfg_attr(feature = "inline_always", inline(always))]
[INFO] [stderr]      |                    ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log`
[INFO] [stderr]      = help: consider adding `inline_always` as a feature in `Cargo.toml`
[INFO] [stderr]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `inline`
[INFO] [stderr]     --> src/gl46.rs:8306:20
[INFO] [stderr]      |
[INFO] [stderr] 8306 |         #[cfg_attr(feature = "inline", inline)]
[INFO] [stderr]      |                    ^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log`
[INFO] [stderr]      = help: consider adding `inline` as a feature in `Cargo.toml`
[INFO] [stderr]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `inline_always`
[INFO] [stderr]     --> src/gl46.rs:8307:20
[INFO] [stderr]      |
[INFO] [stderr] 8307 |         #[cfg_attr(feature = "inline_always", inline(always))]
[INFO] [stderr]      |                    ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log`
[INFO] [stderr]      = help: consider adding `inline_always` as a feature in `Cargo.toml`
[INFO] [stderr]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `inline`
[INFO] [stderr]     --> src/gl46.rs:8357:20
[INFO] [stderr]      |
[INFO] [stderr] 8357 |         #[cfg_attr(feature = "inline", inline)]
[INFO] [stderr]      |                    ^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log`
[INFO] [stderr]      = help: consider adding `inline` as a feature in `Cargo.toml`
[INFO] [stderr]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `inline_always`
[INFO] [stderr]     --> src/gl46.rs:8358:20
[INFO] [stderr]      |
[INFO] [stderr] 8358 |         #[cfg_attr(feature = "inline_always", inline(always))]
[INFO] [stderr]      |                    ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log`
[INFO] [stderr]      = help: consider adding `inline_always` as a feature in `Cargo.toml`
[INFO] [stderr]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `inline`
[INFO] [stderr]     --> src/gl46.rs:8408:20
[INFO] [stderr]      |
[INFO] [stderr] 8408 |         #[cfg_attr(feature = "inline", inline)]
[INFO] [stderr]      |                    ^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log`
[INFO] [stderr]      = help: consider adding `inline` as a feature in `Cargo.toml`
[INFO] [stderr]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `inline_always`
[INFO] [stderr]     --> src/gl46.rs:8409:20
[INFO] [stderr]      |
[INFO] [stderr] 8409 |         #[cfg_attr(feature = "inline_always", inline(always))]
[INFO] [stderr]      |                    ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log`
[INFO] [stderr]      = help: consider adding `inline_always` as a feature in `Cargo.toml`
[INFO] [stderr]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `inline`
[INFO] [stderr]     --> src/gl46.rs:8459:20
[INFO] [stderr]      |
[INFO] [stderr] 8459 |         #[cfg_attr(feature = "inline", inline)]
[INFO] [stderr]      |                    ^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log`
[INFO] [stderr]      = help: consider adding `inline` as a feature in `Cargo.toml`
[INFO] [stderr]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `inline_always`
[INFO] [stderr]     --> src/gl46.rs:8460:20
[INFO] [stderr]      |
[INFO] [stderr] 8460 |         #[cfg_attr(feature = "inline_always", inline(always))]
[INFO] [stderr]      |                    ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log`
[INFO] [stderr]      = help: consider adding `inline_always` as a feature in `Cargo.toml`
[INFO] [stderr]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `inline`
[INFO] [stderr]     --> src/gl46.rs:8493:20
[INFO] [stderr]      |
[INFO] [stderr] 8493 |         #[cfg_attr(feature = "inline", inline)]
[INFO] [stderr]      |                    ^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log`
[INFO] [stderr]      = help: consider adding `inline` as a feature in `Cargo.toml`
[INFO] [stderr]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `inline_always`
[INFO] [stderr]     --> src/gl46.rs:8494:20
[INFO] [stderr]      |
[INFO] [stderr] 8494 |         #[cfg_attr(feature = "inline_always", inline(always))]
[INFO] [stderr]      |                    ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log`
[INFO] [stderr]      = help: consider adding `inline_always` as a feature in `Cargo.toml`
[INFO] [stderr]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `inline`
[INFO] [stderr]     --> src/gl46.rs:8549:20
[INFO] [stderr]      |
[INFO] [stderr] 8549 |         #[cfg_attr(feature = "inline", inline)]
[INFO] [stderr]      |                    ^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log`
[INFO] [stderr]      = help: consider adding `inline` as a feature in `Cargo.toml`
[INFO] [stderr]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `inline_always`
[INFO] [stderr]     --> src/gl46.rs:8550:20
[INFO] [stderr]      |
[INFO] [stderr] 8550 |         #[cfg_attr(feature = "inline_always", inline(always))]
[INFO] [stderr]      |                    ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log`
[INFO] [stderr]      = help: consider adding `inline_always` as a feature in `Cargo.toml`
[INFO] [stderr]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `inline`
[INFO] [stderr]     --> src/gl46.rs:8610:20
[INFO] [stderr]      |
[INFO] [stderr] 8610 |         #[cfg_attr(feature = "inline", inline)]
[INFO] [stderr]      |                    ^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log`
[INFO] [stderr]      = help: consider adding `inline` as a feature in `Cargo.toml`
[INFO] [stderr]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `inline_always`
[INFO] [stderr]     --> src/gl46.rs:8611:20
[INFO] [stderr]      |
[INFO] [stderr] 8611 |         #[cfg_attr(feature = "inline_always", inline(always))]
[INFO] [stderr]      |                    ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log`
[INFO] [stderr]      = help: consider adding `inline_always` as a feature in `Cargo.toml`
[INFO] [stderr]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `inline`
[INFO] [stderr]     --> src/gl46.rs:8659:20
[INFO] [stderr]      |
[INFO] [stderr] 8659 |         #[cfg_attr(feature = "inline", inline)]
[INFO] [stderr]      |                    ^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log`
[INFO] [stderr]      = help: consider adding `inline` as a feature in `Cargo.toml`
[INFO] [stderr]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `inline_always`
[INFO] [stderr]     --> src/gl46.rs:8660:20
[INFO] [stderr]      |
[INFO] [stderr] 8660 |         #[cfg_attr(feature = "inline_always", inline(always))]
[INFO] [stderr]      |                    ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log`
[INFO] [stderr]      = help: consider adding `inline_always` as a feature in `Cargo.toml`
[INFO] [stderr]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `inline`
[INFO] [stderr]     --> src/gl46.rs:8686:20
[INFO] [stderr]      |
[INFO] [stderr] 8686 |         #[cfg_attr(feature = "inline", inline)]
[INFO] [stderr]      |                    ^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log`
[INFO] [stderr]      = help: consider adding `inline` as a feature in `Cargo.toml`
[INFO] [stderr]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `inline_always`
[INFO] [stderr]     --> src/gl46.rs:8687:20
[INFO] [stderr]      |
[INFO] [stderr] 8687 |         #[cfg_attr(feature = "inline_always", inline(always))]
[INFO] [stderr]      |                    ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log`
[INFO] [stderr]      = help: consider adding `inline_always` as a feature in `Cargo.toml`
[INFO] [stderr]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `inline`
[INFO] [stderr]     --> src/gl46.rs:8727:20
[INFO] [stderr]      |
[INFO] [stderr] 8727 |         #[cfg_attr(feature = "inline", inline)]
[INFO] [stderr]      |                    ^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log`
[INFO] [stderr]      = help: consider adding `inline` as a feature in `Cargo.toml`
[INFO] [stderr]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `inline_always`
[INFO] [stderr]     --> src/gl46.rs:8728:20
[INFO] [stderr]      |
[INFO] [stderr] 8728 |         #[cfg_attr(feature = "inline_always", inline(always))]
[INFO] [stderr]      |                    ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log`
[INFO] [stderr]      = help: consider adding `inline_always` as a feature in `Cargo.toml`
[INFO] [stderr]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `inline`
[INFO] [stderr]     --> src/gl46.rs:8782:20
[INFO] [stderr]      |
[INFO] [stderr] 8782 |         #[cfg_attr(feature = "inline", inline)]
[INFO] [stderr]      |                    ^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log`
[INFO] [stderr]      = help: consider adding `inline` as a feature in `Cargo.toml`
[INFO] [stderr]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `inline_always`
[INFO] [stderr]     --> src/gl46.rs:8783:20
[INFO] [stderr]      |
[INFO] [stderr] 8783 |         #[cfg_attr(feature = "inline_always", inline(always))]
[INFO] [stderr]      |                    ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log`
[INFO] [stderr]      = help: consider adding `inline_always` as a feature in `Cargo.toml`
[INFO] [stderr]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `inline`
[INFO] [stderr]     --> src/gl46.rs:8823:20
[INFO] [stderr]      |
[INFO] [stderr] 8823 |         #[cfg_attr(feature = "inline", inline)]
[INFO] [stderr]      |                    ^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log`
[INFO] [stderr]      = help: consider adding `inline` as a feature in `Cargo.toml`
[INFO] [stderr]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `inline_always`
[INFO] [stderr]     --> src/gl46.rs:8824:20
[INFO] [stderr]      |
[INFO] [stderr] 8824 |         #[cfg_attr(feature = "inline_always", inline(always))]
[INFO] [stderr]      |                    ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log`
[INFO] [stderr]      = help: consider adding `inline_always` as a feature in `Cargo.toml`
[INFO] [stderr]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `inline`
[INFO] [stderr]     --> src/gl46.rs:8860:20
[INFO] [stderr]      |
[INFO] [stderr] 8860 |         #[cfg_attr(feature = "inline", inline)]
[INFO] [stderr]      |                    ^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log`
[INFO] [stderr]      = help: consider adding `inline` as a feature in `Cargo.toml`
[INFO] [stderr]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `inline_always`
[INFO] [stderr]     --> src/gl46.rs:8861:20
[INFO] [stderr]      |
[INFO] [stderr] 8861 |         #[cfg_attr(feature = "inline_always", inline(always))]
[INFO] [stderr]      |                    ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log`
[INFO] [stderr]      = help: consider adding `inline_always` as a feature in `Cargo.toml`
[INFO] [stderr]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `inline`
[INFO] [stderr]     --> src/gl46.rs:8925:20
[INFO] [stderr]      |
[INFO] [stderr] 8925 |         #[cfg_attr(feature = "inline", inline)]
[INFO] [stderr]      |                    ^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log`
[INFO] [stderr]      = help: consider adding `inline` as a feature in `Cargo.toml`
[INFO] [stderr]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `inline_always`
[INFO] [stderr]     --> src/gl46.rs:8926:20
[INFO] [stderr]      |
[INFO] [stderr] 8926 |         #[cfg_attr(feature = "inline_always", inline(always))]
[INFO] [stderr]      |                    ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log`
[INFO] [stderr]      = help: consider adding `inline_always` as a feature in `Cargo.toml`
[INFO] [stderr]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `inline`
[INFO] [stderr]     --> src/gl46.rs:8983:20
[INFO] [stderr]      |
[INFO] [stderr] 8983 |         #[cfg_attr(feature = "inline", inline)]
[INFO] [stderr]      |                    ^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log`
[INFO] [stderr]      = help: consider adding `inline` as a feature in `Cargo.toml`
[INFO] [stderr]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `inline_always`
[INFO] [stderr]     --> src/gl46.rs:8984:20
[INFO] [stderr]      |
[INFO] [stderr] 8984 |         #[cfg_attr(feature = "inline_always", inline(always))]
[INFO] [stderr]      |                    ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log`
[INFO] [stderr]      = help: consider adding `inline_always` as a feature in `Cargo.toml`
[INFO] [stderr]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `inline`
[INFO] [stderr]     --> src/gl46.rs:9043:20
[INFO] [stderr]      |
[INFO] [stderr] 9043 |         #[cfg_attr(feature = "inline", inline)]
[INFO] [stderr]      |                    ^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log`
[INFO] [stderr]      = help: consider adding `inline` as a feature in `Cargo.toml`
[INFO] [stderr]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `inline_always`
[INFO] [stderr]     --> src/gl46.rs:9044:20
[INFO] [stderr]      |
[INFO] [stderr] 9044 |         #[cfg_attr(feature = "inline_always", inline(always))]
[INFO] [stderr]      |                    ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log`
[INFO] [stderr]      = help: consider adding `inline_always` as a feature in `Cargo.toml`
[INFO] [stderr]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `inline`
[INFO] [stderr]     --> src/gl46.rs:9100:20
[INFO] [stderr]      |
[INFO] [stderr] 9100 |         #[cfg_attr(feature = "inline", inline)]
[INFO] [stderr]      |                    ^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log`
[INFO] [stderr]      = help: consider adding `inline` as a feature in `Cargo.toml`
[INFO] [stderr]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `inline_always`
[INFO] [stderr]     --> src/gl46.rs:9101:20
[INFO] [stderr]      |
[INFO] [stderr] 9101 |         #[cfg_attr(feature = "inline_always", inline(always))]
[INFO] [stderr]      |                    ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log`
[INFO] [stderr]      = help: consider adding `inline_always` as a feature in `Cargo.toml`
[INFO] [stderr]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `inline`
[INFO] [stderr]     --> src/gl46.rs:9162:20
[INFO] [stderr]      |
[INFO] [stderr] 9162 |         #[cfg_attr(feature = "inline", inline)]
[INFO] [stderr]      |                    ^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log`
[INFO] [stderr]      = help: consider adding `inline` as a feature in `Cargo.toml`
[INFO] [stderr]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `inline_always`
[INFO] [stderr]     --> src/gl46.rs:9163:20
[INFO] [stderr]      |
[INFO] [stderr] 9163 |         #[cfg_attr(feature = "inline_always", inline(always))]
[INFO] [stderr]      |                    ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: expected values for `feature` are: `debug_automatic_glGetError`, `debug_trace_calls`, and `log`
[INFO] [stderr]      = help: consider adding `inline_always` as a feature in `Cargo.toml`
[INFO] [stderr]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[WARN] too much data in the log, truncating it