glow 0.16.0

GL on Whatever: a set of bindings to run GL (Open GL, OpenGL ES, and WebGL) anywhere, and avoid target-specific code.
Documentation
Build #1556939 2024-11-19T16:04:40.809577+00:00
# rustc version
rustc 1.84.0-nightly (03ee48451 2024-11-18)# docs.rs version
docsrs 0.6.0 (36c721fb 2024-11-06)# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/glow-0.16.0/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/glow-0.16.0/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:4a844ea9eb2546a2d2c7022eacef16ef2e8229c7fbb2c7d4d55a9ceca922f72d" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20241118-1.84.0-nightly-03ee48451\", \"--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] e5d448794ff0c5eaa68dcac517ceadae9abfbe11700db4ee31fd8dd4ff5a76d4
[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" "e5d448794ff0c5eaa68dcac517ceadae9abfbe11700db4ee31fd8dd4ff5a76d4", kill_on_drop: false }`
[INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op
[INFO] [stderr]  Documenting glow v0.16.0 (/opt/rustwide/workdir)
[INFO] [stderr] warning: unexpected `cfg` condition value: `chlorine`
[INFO] [stderr]    --> src/gl46.rs:124:9
[INFO] [stderr]     |
[INFO] [stderr] 124 |     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: `bytemuck`
[INFO] [stderr]      --> src/gl46.rs:37794:11
[INFO] [stderr]       |
[INFO] [stderr] 37794 |     #[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:5680:20
[INFO] [stderr]      |
[INFO] [stderr] 5680 |         #[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:5681:20
[INFO] [stderr]      |
[INFO] [stderr] 5681 |         #[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:5721:20
[INFO] [stderr]      |
[INFO] [stderr] 5721 |         #[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:5722:20
[INFO] [stderr]      |
[INFO] [stderr] 5722 |         #[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:5752:20
[INFO] [stderr]      |
[INFO] [stderr] 5752 |         #[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:5753:20
[INFO] [stderr]      |
[INFO] [stderr] 5753 |         #[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:5785:20
[INFO] [stderr]      |
[INFO] [stderr] 5785 |         #[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:5786:20
[INFO] [stderr]      |
[INFO] [stderr] 5786 |         #[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:5822:20
[INFO] [stderr]      |
[INFO] [stderr] 5822 |         #[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:5823:20
[INFO] [stderr]      |
[INFO] [stderr] 5823 |         #[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:5850:20
[INFO] [stderr]      |
[INFO] [stderr] 5850 |         #[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:5851:20
[INFO] [stderr]      |
[INFO] [stderr] 5851 |         #[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:5882:20
[INFO] [stderr]      |
[INFO] [stderr] 5882 |         #[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:5883:20
[INFO] [stderr]      |
[INFO] [stderr] 5883 |         #[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:5960:20
[INFO] [stderr]      |
[INFO] [stderr] 5960 |         #[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:5961:20
[INFO] [stderr]      |
[INFO] [stderr] 5961 |         #[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:6008:20
[INFO] [stderr]      |
[INFO] [stderr] 6008 |         #[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:6009:20
[INFO] [stderr]      |
[INFO] [stderr] 6009 |         #[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:6036:20
[INFO] [stderr]      |
[INFO] [stderr] 6036 |         #[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:6037:20
[INFO] [stderr]      |
[INFO] [stderr] 6037 |         #[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:6081:20
[INFO] [stderr]      |
[INFO] [stderr] 6081 |         #[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:6082:20
[INFO] [stderr]      |
[INFO] [stderr] 6082 |         #[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:6136:20
[INFO] [stderr]      |
[INFO] [stderr] 6136 |         #[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:6137:20
[INFO] [stderr]      |
[INFO] [stderr] 6137 |         #[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:6190:20
[INFO] [stderr]      |
[INFO] [stderr] 6190 |         #[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:6191:20
[INFO] [stderr]      |
[INFO] [stderr] 6191 |         #[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:6247:20
[INFO] [stderr]      |
[INFO] [stderr] 6247 |         #[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:6248:20
[INFO] [stderr]      |
[INFO] [stderr] 6248 |         #[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:6294:20
[INFO] [stderr]      |
[INFO] [stderr] 6294 |         #[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:6295:20
[INFO] [stderr]      |
[INFO] [stderr] 6295 |         #[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:6345:20
[INFO] [stderr]      |
[INFO] [stderr] 6345 |         #[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:6346:20
[INFO] [stderr]      |
[INFO] [stderr] 6346 |         #[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:6387:20
[INFO] [stderr]      |
[INFO] [stderr] 6387 |         #[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:6388:20
[INFO] [stderr]      |
[INFO] [stderr] 6388 |         #[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:6494:20
[INFO] [stderr]      |
[INFO] [stderr] 6494 |         #[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:6495:20
[INFO] [stderr]      |
[INFO] [stderr] 6495 |         #[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:6530:20
[INFO] [stderr]      |
[INFO] [stderr] 6530 |         #[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:6531:20
[INFO] [stderr]      |
[INFO] [stderr] 6531 |         #[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:6570:20
[INFO] [stderr]      |
[INFO] [stderr] 6570 |         #[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:6571:20
[INFO] [stderr]      |
[INFO] [stderr] 6571 |         #[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:6598:20
[INFO] [stderr]      |
[INFO] [stderr] 6598 |         #[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:6599:20
[INFO] [stderr]      |
[INFO] [stderr] 6599 |         #[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:6642:20
[INFO] [stderr]      |
[INFO] [stderr] 6642 |         #[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:6643:20
[INFO] [stderr]      |
[INFO] [stderr] 6643 |         #[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:6669:20
[INFO] [stderr]      |
[INFO] [stderr] 6669 |         #[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:6670:20
[INFO] [stderr]      |
[INFO] [stderr] 6670 |         #[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:6706:20
[INFO] [stderr]      |
[INFO] [stderr] 6706 |         #[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:6707:20
[INFO] [stderr]      |
[INFO] [stderr] 6707 |         #[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:6749:20
[INFO] [stderr]      |
[INFO] [stderr] 6749 |         #[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:6750:20
[INFO] [stderr]      |
[INFO] [stderr] 6750 |         #[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:6785:20
[INFO] [stderr]      |
[INFO] [stderr] 6785 |         #[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:6786:20
[INFO] [stderr]      |
[INFO] [stderr] 6786 |         #[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:6816:20
[INFO] [stderr]      |
[INFO] [stderr] 6816 |         #[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:6817:20
[INFO] [stderr]      |
[INFO] [stderr] 6817 |         #[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:6852:20
[INFO] [stderr]      |
[INFO] [stderr] 6852 |         #[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:6853:20
[INFO] [stderr]      |
[INFO] [stderr] 6853 |         #[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:6885:20
[INFO] [stderr]      |
[INFO] [stderr] 6885 |         #[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:6886:20
[INFO] [stderr]      |
[INFO] [stderr] 6886 |         #[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:6938:20
[INFO] [stderr]      |
[INFO] [stderr] 6938 |         #[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:6939:20
[INFO] [stderr]      |
[INFO] [stderr] 6939 |         #[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:6991:20
[INFO] [stderr]      |
[INFO] [stderr] 6991 |         #[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:6992:20
[INFO] [stderr]      |
[INFO] [stderr] 6992 |         #[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:7026:20
[INFO] [stderr]      |
[INFO] [stderr] 7026 |         #[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:7027:20
[INFO] [stderr]      |
[INFO] [stderr] 7027 |         #[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:7073:20
[INFO] [stderr]      |
[INFO] [stderr] 7073 |         #[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:7074:20
[INFO] [stderr]      |
[INFO] [stderr] 7074 |         #[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:7106:20
[INFO] [stderr]      |
[INFO] [stderr] 7106 |         #[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:7107:20
[INFO] [stderr]      |
[INFO] [stderr] 7107 |         #[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:7148:20
[INFO] [stderr]      |
[INFO] [stderr] 7148 |         #[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:7149:20
[INFO] [stderr]      |
[INFO] [stderr] 7149 |         #[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:7196:20
[INFO] [stderr]      |
[INFO] [stderr] 7196 |         #[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:7197:20
[INFO] [stderr]      |
[INFO] [stderr] 7197 |         #[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:7229:20
[INFO] [stderr]      |
[INFO] [stderr] 7229 |         #[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:7230:20
[INFO] [stderr]      |
[INFO] [stderr] 7230 |         #[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:7260:20
[INFO] [stderr]      |
[INFO] [stderr] 7260 |         #[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:7261:20
[INFO] [stderr]      |
[INFO] [stderr] 7261 |         #[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:7314:20
[INFO] [stderr]      |
[INFO] [stderr] 7314 |         #[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:7315:20
[INFO] [stderr]      |
[INFO] [stderr] 7315 |         #[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:7398:20
[INFO] [stderr]      |
[INFO] [stderr] 7398 |         #[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:7399:20
[INFO] [stderr]      |
[INFO] [stderr] 7399 |         #[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:7456:20
[INFO] [stderr]      |
[INFO] [stderr] 7456 |         #[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:7457:20
[INFO] [stderr]      |
[INFO] [stderr] 7457 |         #[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:7520:20
[INFO] [stderr]      |
[INFO] [stderr] 7520 |         #[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:7521:20
[INFO] [stderr]      |
[INFO] [stderr] 7521 |         #[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:7569:20
[INFO] [stderr]      |
[INFO] [stderr] 7569 |         #[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:7570:20
[INFO] [stderr]      |
[INFO] [stderr] 7570 |         #[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:7623:20
[INFO] [stderr]      |
[INFO] [stderr] 7623 |         #[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:7624:20
[INFO] [stderr]      |
[INFO] [stderr] 7624 |         #[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:7677:20
[INFO] [stderr]      |
[INFO] [stderr] 7677 |         #[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:7678:20
[INFO] [stderr]      |
[INFO] [stderr] 7678 |         #[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:7729:20
[INFO] [stderr]      |
[INFO] [stderr] 7729 |         #[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:7730:20
[INFO] [stderr]      |
[INFO] [stderr] 7730 |         #[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:7766:20
[INFO] [stderr]      |
[INFO] [stderr] 7766 |         #[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:7767:20
[INFO] [stderr]      |
[INFO] [stderr] 7767 |         #[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:7812:20
[INFO] [stderr]      |
[INFO] [stderr] 7812 |         #[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:7813:20
[INFO] [stderr]      |
[INFO] [stderr] 7813 |         #[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:7840:20
[INFO] [stderr]      |
[INFO] [stderr] 7840 |         #[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:7841:20
[INFO] [stderr]      |
[INFO] [stderr] 7841 |         #[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:7872:20
[INFO] [stderr]      |
[INFO] [stderr] 7872 |         #[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:7873:20
[INFO] [stderr]      |
[INFO] [stderr] 7873 |         #[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:7932:20
[INFO] [stderr]      |
[INFO] [stderr] 7932 |         #[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:7933:20
[INFO] [stderr]      |
[INFO] [stderr] 7933 |         #[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:7993:20
[INFO] [stderr]      |
[INFO] [stderr] 7993 |         #[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:7994:20
[INFO] [stderr]      |
[INFO] [stderr] 7994 |         #[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:8046:20
[INFO] [stderr]      |
[INFO] [stderr] 8046 |         #[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:8047:20
[INFO] [stderr]      |
[INFO] [stderr] 8047 |         #[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:8096:20
[INFO] [stderr]      |
[INFO] [stderr] 8096 |         #[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:8097:20
[INFO] [stderr]      |
[INFO] [stderr] 8097 |         #[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:8141:20
[INFO] [stderr]      |
[INFO] [stderr] 8141 |         #[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:8142:20
[INFO] [stderr]      |
[INFO] [stderr] 8142 |         #[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:8192:20
[INFO] [stderr]      |
[INFO] [stderr] 8192 |         #[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:8193:20
[INFO] [stderr]      |
[INFO] [stderr] 8193 |         #[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:8238:20
[INFO] [stderr]      |
[INFO] [stderr] 8238 |         #[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:8239:20
[INFO] [stderr]      |
[INFO] [stderr] 8239 |         #[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:8265:20
[INFO] [stderr]      |
[INFO] [stderr] 8265 |         #[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:8266:20
[INFO] [stderr]      |
[INFO] [stderr] 8266 |         #[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:8295:20
[INFO] [stderr]      |
[INFO] [stderr] 8295 |         #[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:8296:20
[INFO] [stderr]      |
[INFO] [stderr] 8296 |         #[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:8352:20
[INFO] [stderr]      |
[INFO] [stderr] 8352 |         #[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:8353:20
[INFO] [stderr]      |
[INFO] [stderr] 8353 |         #[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:8403:20
[INFO] [stderr]      |
[INFO] [stderr] 8403 |         #[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:8404:20
[INFO] [stderr]      |
[INFO] [stderr] 8404 |         #[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:8457:20
[INFO] [stderr]      |
[INFO] [stderr] 8457 |         #[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:8458:20
[INFO] [stderr]      |
[INFO] [stderr] 8458 |         #[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:8508:20
[INFO] [stderr]      |
[INFO] [stderr] 8508 |         #[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:8509:20
[INFO] [stderr]      |
[INFO] [stderr] 8509 |         #[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:8559:20
[INFO] [stderr]      |
[INFO] [stderr] 8559 |         #[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:8560:20
[INFO] [stderr]      |
[INFO] [stderr] 8560 |         #[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:8644:20
[INFO] [stderr]      |
[INFO] [stderr] 8644 |         #[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:8645:20
[INFO] [stderr]      |
[INFO] [stderr] 8645 |         #[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:8700:20
[INFO] [stderr]      |
[INFO] [stderr] 8700 |         #[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:8701:20
[INFO] [stderr]      |
[INFO] [stderr] 8701 |         #[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:8761:20
[INFO] [stderr]      |
[INFO] [stderr] 8761 |         #[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:8762:20
[INFO] [stderr]      |
[INFO] [stderr] 8762 |         #[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:8810:20
[INFO] [stderr]      |
[INFO] [stderr] 8810 |         #[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:8811:20
[INFO] [stderr]      |
[INFO] [stderr] 8811 |         #[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:8837:20
[INFO] [stderr]      |
[INFO] [stderr] 8837 |         #[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:8838:20
[INFO] [stderr]      |
[INFO] [stderr] 8838 |         #[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:8878:20
[INFO] [stderr]      |
[INFO] [stderr] 8878 |         #[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:8879:20
[INFO] [stderr]      |
[INFO] [stderr] 8879 |         #[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:8931:20
[INFO] [stderr]      |
[INFO] [stderr] 8931 |         #[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:8932:20
[INFO] [stderr]      |
[INFO] [stderr] 8932 |         #[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:8972:20
[INFO] [stderr]      |
[INFO] [stderr] 8972 |         #[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:8973:20
[INFO] [stderr]      |
[INFO] [stderr] 8973 |         #[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:9009:20
[INFO] [stderr]      |
[INFO] [stderr] 9009 |         #[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:9010:20
[INFO] [stderr]      |
[INFO] [stderr] 9010 |         #[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:9074:20
[INFO] [stderr]      |
[INFO] [stderr] 9074 |         #[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:9075:20
[INFO] [stderr]      |
[INFO] [stderr] 9075 |         #[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:9132:20
[INFO] [stderr]      |
[INFO] [stderr] 9132 |         #[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:9133:20
[INFO] [stderr]      |
[INFO] [stderr] 9133 |         #[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:9192:20
[INFO] [stderr]      |
[INFO] [stderr] 9192 |         #[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:9193:20
[INFO] [stderr]      |
[INFO] [stderr] 9193 |         #[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`
[WARN] too much data in the log, truncating it