glutin 0.4.7

Cross-plaform OpenGL context provider.
Documentation
Build #854776 2023-07-06T00:10:23.434692+00:00
# rustc version
rustc 1.72.0-nightly (f20afcc45 2023-07-04)# docs.rs version
docsrs 0.6.0 (eb803472 2023-06-29)# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/glutin-0.4.7/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/glutin-0.4.7/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" "3221225472" "--cpus" "3" "--user" "1001:1001" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:a420fdec406141845121210faa381f8029b0be6d4170deff7c4445a424f67918" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "-Z" "unstable-options" "--config" "build.rustdocflags=[\"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20230704-1.72.0-nightly-f20afcc45\", \"--static-root-path\", \"/-/rustdoc.static/\", \"--cap-lints\", \"warn\", \"--disable-per-crate-search\", \"--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" "-j3" "--target" "x86_64-unknown-linux-gnu", kill_on_drop: false }`
[INFO] [stdout] 04f1a1ed9834ec9efaccf915810234fc4878935bc0f8fe05c7ebeb8e4b32a5e7
[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" "04f1a1ed9834ec9efaccf915810234fc4878935bc0f8fe05c7ebeb8e4b32a5e7", kill_on_drop: false }`
[INFO] [stderr] warning: Rustdoc did not scrape the following examples because they require dev-dependencies: window, multiwindow, grabbing, cursor, transparent, fullscreen
[INFO] [stderr]     If you want Rustdoc to scrape these examples, then add `doc-scrape-examples = true`
[INFO] [stderr]     to the [[example]] target configuration of at least one example.
[INFO] [stderr] warning: Target filter specified, but no targets matched. This is a no-op
[INFO] [stderr]  Documenting glutin v0.4.7 (/opt/rustwide/workdir)
[INFO] [stderr] warning: lint `raw_pointer_derive` has been removed: using derive with raw pointers is ok
[INFO] [stderr]    --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/glutin-aa33ddd68f6e7c86/out/egl_bindings.rs:686:17
[INFO] [stderr]     |
[INFO] [stderr] 686 |         #[allow(raw_pointer_derive)]
[INFO] [stderr]     |                 ^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(renamed_and_removed_lints)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary trailing semicolon
[INFO] [stderr]    --> src/api/egl/mod.rs:591:6
[INFO] [stderr]     |
[INFO] [stderr] 591 |     };
[INFO] [stderr]     |      ^ help: remove this semicolon
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(redundant_semicolons)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: lint `raw_pointer_derive` has been removed: using derive with raw pointers is ok
[INFO] [stderr]    --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/glutin-aa33ddd68f6e7c86/out/glx_bindings.rs:453:17
[INFO] [stderr]     |
[INFO] [stderr] 453 |         #[allow(raw_pointer_derive)]
[INFO] [stderr]     |                 ^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: lint `raw_pointer_derive` has been removed: using derive with raw pointers is ok
[INFO] [stderr]    --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/glutin-aa33ddd68f6e7c86/out/glx_extra_bindings.rs:522:17
[INFO] [stderr]     |
[INFO] [stderr] 522 |         #[allow(raw_pointer_derive)]
[INFO] [stderr]     |                 ^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: `...` range patterns are deprecated
[INFO] [stderr]    --> src/api/x11/window.rs:243:50
[INFO] [stderr]     |
[INFO] [stderr] 243 | ...                   ffi::XI_DeviceChanged...ffi::XI_LASTEVENT => {
[INFO] [stderr]     |                                            ^^^ help: use `..=` for an inclusive range
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stderr]     = note: `#[warn(ellipsis_inclusive_range_patterns)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary trailing semicolon
[INFO] [stderr]    --> src/api/x11/window.rs:472:55
[INFO] [stderr]     |
[INFO] [stderr] 472 |             with_c_str(&*window_attrs.title, |title| {;
[INFO] [stderr]     |                                                       ^ help: remove this semicolon
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `UIView`
[INFO] [stderr]    --> src/lib.rs:518:44
[INFO] [stderr]     |
[INFO] [stderr] 518 |     /// [iOS only] Enable multitouch, see [UIView#multipleTouchEnabled]
[INFO] [stderr]     |                                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `UIView` in scope
[INFO] [stderr]     |
[INFO] [stderr]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr]     = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]    --> src/lib.rs:519:10
[INFO] [stderr]     |
[INFO] [stderr] 519 | .../ (https://developer.apple.com/library/ios/documentation/UIKit/Reference/UIView_Class/#//apple_ref/occ/instp/UIView/multipleTouchEnabled)
[INFO] [stderr]     |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://developer.apple.com/library/ios/documentation/UIKit/Reference/UIView_Class/#//apple_ref/occ/instp/UIView/multipleTouchEnabled>`
[INFO] [stderr]     |
[INFO] [stderr]     = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr]     = note: `#[warn(rustdoc::bare_urls)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `glutin` (lib doc) generated 8 warnings (run `cargo fix --lib -p glutin` to apply 2 suggestions)
[INFO] [stderr]     Finished dev [unoptimized + debuginfo] target(s) in 1.04s
[INFO] running `Command { std: "docker" "inspect" "04f1a1ed9834ec9efaccf915810234fc4878935bc0f8fe05c7ebeb8e4b32a5e7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "04f1a1ed9834ec9efaccf915810234fc4878935bc0f8fe05c7ebeb8e4b32a5e7", kill_on_drop: false }`
[INFO] [stdout] 04f1a1ed9834ec9efaccf915810234fc4878935bc0f8fe05c7ebeb8e4b32a5e7