glutin 0.5.2

Cross-platform OpenGL context provider.
Documentation
Build #854790 2023-07-06T00:30:41.740315+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.5.2/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/glutin-0.5.2/source:/opt/rustwide/workdir:ro,Z" "-v" "/home/cratesfyi/workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/home/cratesfyi/workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "DOCS_RS=1" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "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] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] [stdout] bc686715c6bf6d4f3f97231dd9c09e41fc47da01681e727f4ccaa5bf4cbd74b0
[INFO] running `Command { std: "docker" "start" "-a" "bc686715c6bf6d4f3f97231dd9c09e41fc47da01681e727f4ccaa5bf4cbd74b0", kill_on_drop: false }`
[INFO] [stderr]     Checking glutin v0.5.2 (/opt/rustwide/workdir)
[INFO] [stderr] warning: failed to check lib in package `glutin` as a prerequisite for scraping examples from: example "cursor", example "fullscreen", example "grabbing", example "multiwindow", example "transparent", example "window"
[INFO] [stderr]     Try running with `--verbose` to see the error message.
[INFO] [stderr]     If an example should not be scanned, then consider adding `doc-scrape-examples = false` to its `[[example]]` definition in Cargo.toml
[INFO] [stderr] warning: `glutin` (lib) generated 1 warning
[INFO] [stderr]     Scraping glutin v0.5.2 (/opt/rustwide/workdir)
[INFO] [stderr] warning: failed to scan example "multiwindow" in package `glutin` for example code usage
[INFO] [stderr]     Try running with `--verbose` to see the error message.
[INFO] [stderr]     If an example should not be scanned, then consider adding `doc-scrape-examples = false` to its `[[example]]` definition in Cargo.toml
[INFO] [stderr] warning: `glutin` (example "multiwindow") generated 1 warning
[INFO] [stderr] warning: failed to scan example "grabbing" in package `glutin` for example code usage
[INFO] [stderr]     Try running with `--verbose` to see the error message.
[INFO] [stderr]     If an example should not be scanned, then consider adding `doc-scrape-examples = false` to its `[[example]]` definition in Cargo.toml
[INFO] [stderr] warning: `glutin` (example "grabbing") generated 1 warning
[INFO] [stderr] warning: failed to scan example "cursor" in package `glutin` for example code usage
[INFO] [stderr]     Try running with `--verbose` to see the error message.
[INFO] [stderr]     If an example should not be scanned, then consider adding `doc-scrape-examples = false` to its `[[example]]` definition in Cargo.toml
[INFO] [stderr] warning: `glutin` (example "cursor") generated 1 warning
[INFO] [stderr] warning: failed to scan example "transparent" in package `glutin` for example code usage
[INFO] [stderr]     Try running with `--verbose` to see the error message.
[INFO] [stderr]     If an example should not be scanned, then consider adding `doc-scrape-examples = false` to its `[[example]]` definition in Cargo.toml
[INFO] [stderr] warning: `glutin` (example "transparent") generated 1 warning
[INFO] [stderr] warning: failed to scan example "window" in package `glutin` for example code usage
[INFO] [stderr]     Try running with `--verbose` to see the error message.
[INFO] [stderr]     If an example should not be scanned, then consider adding `doc-scrape-examples = false` to its `[[example]]` definition in Cargo.toml
[INFO] [stderr] warning: `glutin` (example "window") generated 1 warning
[INFO] [stderr] warning: failed to scan example "fullscreen" in package `glutin` for example code usage
[INFO] [stderr]     Try running with `--verbose` to see the error message.
[INFO] [stderr]     If an example should not be scanned, then consider adding `doc-scrape-examples = false` to its `[[example]]` definition in Cargo.toml
[INFO] [stderr] warning: `glutin` (example "fullscreen") generated 1 warning
[INFO] [stderr]  Documenting glutin v0.5.2 (/opt/rustwide/workdir)
[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: `...` 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: unresolved link to `UIView`
[INFO] [stderr]    --> src/lib.rs:533:44
[INFO] [stderr]     |
[INFO] [stderr] 533 |     /// [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:534:10
[INFO] [stderr]     |
[INFO] [stderr] 534 | .../ (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 4 warnings (run `cargo fix --lib -p glutin` to apply 2 suggestions)
[INFO] [stderr]     Finished dev [unoptimized + debuginfo] target(s) in 2.35s
[INFO] running `Command { std: "docker" "inspect" "bc686715c6bf6d4f3f97231dd9c09e41fc47da01681e727f4ccaa5bf4cbd74b0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "bc686715c6bf6d4f3f97231dd9c09e41fc47da01681e727f4ccaa5bf4cbd74b0", kill_on_drop: false }`
[INFO] [stdout] bc686715c6bf6d4f3f97231dd9c09e41fc47da01681e727f4ccaa5bf4cbd74b0