sdl2-sys 0.35.2

Raw SDL2 bindings for Rust, used internally rust-sdl2
Documentation
Build #505305 2022-02-06T18:22:43.720503+00:00
# rustc version
rustc 1.60.0-nightly (88fb06a1f 2022-02-05)# docs.rs version
docsrs 0.6.0 (5c3b689 2022-02-01)# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/sdl2-sys-0.35.2/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/sdl2-sys-0.35.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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/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\", \"-20220205-1.60.0-nightly-88fb06a1f\", \"--static-root-path\", \"/\", \"--cap-lints\", \"warn\", \"--disable-per-crate-search\"]" "-Zunstable-options" "--config=doc.extern-map.registries.crates-io=\"https://docs.rs/{pkg_name}/{version}/x86_64-unknown-linux-gnu\"" "-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] db355ec94d87594e3e71e3d821d9c990dbabb22a5d9205efb734b78c22324fdf
[INFO] running `Command { std: "docker" "start" "-a" "db355ec94d87594e3e71e3d821d9c990dbabb22a5d9205efb734b78c22324fdf", kill_on_drop: false }`
[INFO] [stderr]  Documenting sdl2-sys v0.35.2 (/opt/rustwide/workdir)
[INFO] [stderr] warning: unresolved link to `RGB`
[INFO] [stderr]     --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/sdl2-sys-df94ecf1e19ff093/out/sdl_bindings.rs:6971:5
[INFO] [stderr]      |
[INFO] [stderr] 6971 | /     #[doc = "  Allocate and free an RGB surface."]
[INFO] [stderr] 6972 | |     #[doc = ""]
[INFO] [stderr] 6973 | |     #[doc = "  If the depth is 4 or 8 bits, an empty palette is allocated for the surface."]
[INFO] [stderr] 6974 | |     #[doc = "  If the depth is greater than 8 bits, the pixel format is set using the"]
[INFO] [stderr] ...    |
[INFO] [stderr] 6985 | |     #[doc = "  \\param Bmask The blue mask of the surface to create."]
[INFO] [stderr] 6986 | |     #[doc = "  \\param Amask The alpha mask of the surface to create."]
[INFO] [stderr]      | |_______________________________________________________________________^
[INFO] [stderr]      |
[INFO] [stderr]      = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
[INFO] [stderr]      = note: the link appears in this line:
[INFO] [stderr]              
[INFO] [stderr]              flags '[RGB]mask'.
[INFO] [stderr]                      ^^^
[INFO] [stderr]      = note: no item named `RGB` in scope
[INFO] [stderr]      = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `SDL_SCANCODE_RETURN`
[INFO] [stderr]     --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/sdl2-sys-df94ecf1e19ff093/out/sdl_bindings.rs:9310:5
[INFO] [stderr]      |
[INFO] [stderr] 9310 | /     #[doc = "  \\brief Get a snapshot of the current state of the keyboard."]
[INFO] [stderr] 9311 | |     #[doc = ""]
[INFO] [stderr] 9312 | |     #[doc = "  \\param numkeys if non-NULL, receives the length of the returned array."]
[INFO] [stderr] 9313 | |     #[doc = ""]
[INFO] [stderr] ...    |
[INFO] [stderr] 9321 | |     #[doc = "  }"]
[INFO] [stderr] 9322 | |     #[doc = "  \\endcode"]
[INFO] [stderr]      | |__________________________^
[INFO] [stderr]      |
[INFO] [stderr]      = note: the link appears in this line:
[INFO] [stderr]              
[INFO] [stderr]              if ( state[SDL_SCANCODE_RETURN] )   {
[INFO] [stderr]                         ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      = note: no item named `SDL_SCANCODE_RETURN` in scope
[INFO] [stderr]      = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `in`
[INFO] [stderr]      --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/sdl2-sys-df94ecf1e19ff093/out/sdl_bindings.rs:30627:5
[INFO] [stderr]       |
[INFO] [stderr] 30627 | /     #[doc = "  \\brief Dynamically load a Vulkan loader library."]
[INFO] [stderr] 30628 | |     #[doc = ""]
[INFO] [stderr] 30629 | |     #[doc = "  \\param [in] path The platform dependent Vulkan loader library name, or"]
[INFO] [stderr] 30630 | |     #[doc = "              \\c NULL."]
[INFO] [stderr] ...     |
[INFO] [stderr] 30671 | |     #[doc = "  \\sa SDL_Vulkan_GetVkGetInstanceProcAddr()"]
[INFO] [stderr] 30672 | |     #[doc = "  \\sa SDL_Vulkan_UnloadLibrary()"]
[INFO] [stderr]       | |________________________________________________^
[INFO] [stderr]       |
[INFO] [stderr]       = note: the link appears in this line:
[INFO] [stderr]               
[INFO] [stderr]               \param [in] path The platform dependent Vulkan loader library name, or
[INFO] [stderr]                       ^^
[INFO] [stderr]       = note: no item named `in` in scope
[INFO] [stderr]       = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `in`
[INFO] [stderr]      --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/sdl2-sys-df94ecf1e19ff093/out/sdl_bindings.rs:30690:5
[INFO] [stderr]       |
[INFO] [stderr] 30690 | /     #[doc = "  \\brief Get the names of the Vulkan instance extensions needed to create"]
[INFO] [stderr] 30691 | |     #[doc = "         a surface with \\c SDL_Vulkan_CreateSurface()."]
[INFO] [stderr] 30692 | |     #[doc = ""]
[INFO] [stderr] 30693 | |     #[doc = "  \\param [in]     \\c NULL or window Window for which the required Vulkan instance"]
[INFO] [stderr] ...     |
[INFO] [stderr] 30759 | |     #[doc = ""]
[INFO] [stderr] 30760 | |     #[doc = "  \\sa SDL_Vulkan_CreateSurface()"]
[INFO] [stderr]       | |________________________________________________^
[INFO] [stderr]       |
[INFO] [stderr]       = note: the link appears in this line:
[INFO] [stderr]               
[INFO] [stderr]               \param [in]     \c NULL or window Window for which the required Vulkan instance
[INFO] [stderr]                       ^^
[INFO] [stderr]       = note: no item named `in` in scope
[INFO] [stderr]       = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `in,out`
[INFO] [stderr]      --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/sdl2-sys-df94ecf1e19ff093/out/sdl_bindings.rs:30690:5
[INFO] [stderr]       |
[INFO] [stderr] 30690 | /     #[doc = "  \\brief Get the names of the Vulkan instance extensions needed to create"]
[INFO] [stderr] 30691 | |     #[doc = "         a surface with \\c SDL_Vulkan_CreateSurface()."]
[INFO] [stderr] 30692 | |     #[doc = ""]
[INFO] [stderr] 30693 | |     #[doc = "  \\param [in]     \\c NULL or window Window for which the required Vulkan instance"]
[INFO] [stderr] ...     |
[INFO] [stderr] 30759 | |     #[doc = ""]
[INFO] [stderr] 30760 | |     #[doc = "  \\sa SDL_Vulkan_CreateSurface()"]
[INFO] [stderr]       | |________________________________________________^
[INFO] [stderr]       |
[INFO] [stderr]       = note: the link appears in this line:
[INFO] [stderr]               
[INFO] [stderr]               \param [in,out] pCount pointer to an \c unsigned related to the number of
[INFO] [stderr]                       ^^^^^^
[INFO] [stderr]       = note: no item named `in,out` in scope
[INFO] [stderr]       = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `out`
[INFO] [stderr]      --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/sdl2-sys-df94ecf1e19ff093/out/sdl_bindings.rs:30690:5
[INFO] [stderr]       |
[INFO] [stderr] 30690 | /     #[doc = "  \\brief Get the names of the Vulkan instance extensions needed to create"]
[INFO] [stderr] 30691 | |     #[doc = "         a surface with \\c SDL_Vulkan_CreateSurface()."]
[INFO] [stderr] 30692 | |     #[doc = ""]
[INFO] [stderr] 30693 | |     #[doc = "  \\param [in]     \\c NULL or window Window for which the required Vulkan instance"]
[INFO] [stderr] ...     |
[INFO] [stderr] 30759 | |     #[doc = ""]
[INFO] [stderr] 30760 | |     #[doc = "  \\sa SDL_Vulkan_CreateSurface()"]
[INFO] [stderr]       | |________________________________________________^
[INFO] [stderr]       |
[INFO] [stderr]       = note: the link appears in this line:
[INFO] [stderr]               
[INFO] [stderr]               \param [out]    pNames \c NULL or a pointer to an array to be filled with the
[INFO] [stderr]                       ^^^
[INFO] [stderr]       = note: no item named `out` in scope
[INFO] [stderr]       = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `0`
[INFO] [stderr]      --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/sdl2-sys-df94ecf1e19ff093/out/sdl_bindings.rs:30690:5
[INFO] [stderr]       |
[INFO] [stderr] 30690 | /     #[doc = "  \\brief Get the names of the Vulkan instance extensions needed to create"]
[INFO] [stderr] 30691 | |     #[doc = "         a surface with \\c SDL_Vulkan_CreateSurface()."]
[INFO] [stderr] 30692 | |     #[doc = ""]
[INFO] [stderr] 30693 | |     #[doc = "  \\param [in]     \\c NULL or window Window for which the required Vulkan instance"]
[INFO] [stderr] ...     |
[INFO] [stderr] 30759 | |     #[doc = ""]
[INFO] [stderr] 30760 | |     #[doc = "  \\sa SDL_Vulkan_CreateSurface()"]
[INFO] [stderr]       | |________________________________________________^
[INFO] [stderr]       |
[INFO] [stderr]       = note: the link appears in this line:
[INFO] [stderr]               
[INFO] [stderr]               size_t additionalExtensionsCount = sizeof(additionalExtensions) / sizeof(additionalExtensions[0]);
[INFO] [stderr]                                                                                                             ^
[INFO] [stderr]       = note: no item named `0` in scope
[INFO] [stderr]       = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `i`
[INFO] [stderr]      --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/sdl2-sys-df94ecf1e19ff093/out/sdl_bindings.rs:30690:5
[INFO] [stderr]       |
[INFO] [stderr] 30690 | /     #[doc = "  \\brief Get the names of the Vulkan instance extensions needed to create"]
[INFO] [stderr] 30691 | |     #[doc = "         a surface with \\c SDL_Vulkan_CreateSurface()."]
[INFO] [stderr] 30692 | |     #[doc = ""]
[INFO] [stderr] 30693 | |     #[doc = "  \\param [in]     \\c NULL or window Window for which the required Vulkan instance"]
[INFO] [stderr] ...     |
[INFO] [stderr] 30759 | |     #[doc = ""]
[INFO] [stderr] 30760 | |     #[doc = "  \\sa SDL_Vulkan_CreateSurface()"]
[INFO] [stderr]       | |________________________________________________^
[INFO] [stderr]       |
[INFO] [stderr]       = note: the link appears in this line:
[INFO] [stderr]               
[INFO] [stderr]                   names[i + count] = additionalExtensions[i];
[INFO] [stderr]                                                           ^
[INFO] [stderr]       = note: no item named `i` in scope
[INFO] [stderr]       = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `in`
[INFO] [stderr]      --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/sdl2-sys-df94ecf1e19ff093/out/sdl_bindings.rs:30768:5
[INFO] [stderr]       |
[INFO] [stderr] 30768 | /     #[doc = "  \\brief Create a Vulkan rendering surface for a window."]
[INFO] [stderr] 30769 | |     #[doc = ""]
[INFO] [stderr] 30770 | |     #[doc = "  \\param [in]  window   SDL_Window to which to attach the rendering surface."]
[INFO] [stderr] 30771 | |     #[doc = "  \\param [in]  instance handle to the Vulkan instance to use."]
[INFO] [stderr] ...     |
[INFO] [stderr] 30793 | |     #[doc = ""]
[INFO] [stderr] 30794 | |     #[doc = "  \\sa SDL_Vulkan_GetInstanceExtensions()"]
[INFO] [stderr]       | |________________________________________________________^
[INFO] [stderr]       |
[INFO] [stderr]       = note: the link appears in this line:
[INFO] [stderr]               
[INFO] [stderr]               \param [in]  window   SDL_Window to which to attach the rendering surface.
[INFO] [stderr]                       ^^
[INFO] [stderr]       = note: no item named `in` in scope
[INFO] [stderr]       = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `out`
[INFO] [stderr]      --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/sdl2-sys-df94ecf1e19ff093/out/sdl_bindings.rs:30768:5
[INFO] [stderr]       |
[INFO] [stderr] 30768 | /     #[doc = "  \\brief Create a Vulkan rendering surface for a window."]
[INFO] [stderr] 30769 | |     #[doc = ""]
[INFO] [stderr] 30770 | |     #[doc = "  \\param [in]  window   SDL_Window to which to attach the rendering surface."]
[INFO] [stderr] 30771 | |     #[doc = "  \\param [in]  instance handle to the Vulkan instance to use."]
[INFO] [stderr] ...     |
[INFO] [stderr] 30793 | |     #[doc = ""]
[INFO] [stderr] 30794 | |     #[doc = "  \\sa SDL_Vulkan_GetInstanceExtensions()"]
[INFO] [stderr]       | |________________________________________________________^
[INFO] [stderr]       |
[INFO] [stderr]       = note: the link appears in this line:
[INFO] [stderr]               
[INFO] [stderr]               \param [out] surface  pointer to a VkSurfaceKHR handle to receive the
[INFO] [stderr]                       ^^^
[INFO] [stderr]       = note: no item named `out` in scope
[INFO] [stderr]       = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `COMPUTER`
[INFO] [stderr]      --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/sdl2-sys-df94ecf1e19ff093/out/sdl_bindings.rs:14504:1
[INFO] [stderr]       |
[INFO] [stderr] 14504 | / #[doc = "  \\brief Structure that represents a haptic direction."]
[INFO] [stderr] 14505 | | #[doc = ""]
[INFO] [stderr] 14506 | | #[doc = "  This is the direction where the force comes from,"]
[INFO] [stderr] 14507 | | #[doc = "  instead of the direction in which the force is exerted."]
[INFO] [stderr] ...     |
[INFO] [stderr] 14596 | | #[doc = "  \\sa SDL_HapticEffect"]
[INFO] [stderr] 14597 | | #[doc = "  \\sa SDL_HapticNumAxes"]
[INFO] [stderr]       | |___________________________________^
[INFO] [stderr]       |
[INFO] [stderr]       = note: the link appears in this line:
[INFO] [stderr]               
[INFO] [stderr]               [ COMPUTER ]
[INFO] [stderr]                ^^^^^^^^^^
[INFO] [stderr]       = note: no item named `COMPUTER` in scope
[INFO] [stderr]       = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `HAPTIC`
[INFO] [stderr]      --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/sdl2-sys-df94ecf1e19ff093/out/sdl_bindings.rs:14504:1
[INFO] [stderr]       |
[INFO] [stderr] 14504 | / #[doc = "  \\brief Structure that represents a haptic direction."]
[INFO] [stderr] 14505 | | #[doc = ""]
[INFO] [stderr] 14506 | | #[doc = "  This is the direction where the force comes from,"]
[INFO] [stderr] 14507 | | #[doc = "  instead of the direction in which the force is exerted."]
[INFO] [stderr] ...     |
[INFO] [stderr] 14596 | | #[doc = "  \\sa SDL_HapticEffect"]
[INFO] [stderr] 14597 | | #[doc = "  \\sa SDL_HapticNumAxes"]
[INFO] [stderr]       | |___________________________________^
[INFO] [stderr]       |
[INFO] [stderr]       = note: the link appears in this line:
[INFO] [stderr]               
[INFO] [stderr]               (-1,0)  West <----[ HAPTIC ]----> East (1,0)
[INFO] [stderr]                                  ^^^^^^^^
[INFO] [stderr]       = note: no item named `HAPTIC` in scope
[INFO] [stderr]       = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `USER`
[INFO] [stderr]      --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/sdl2-sys-df94ecf1e19ff093/out/sdl_bindings.rs:14504:1
[INFO] [stderr]       |
[INFO] [stderr] 14504 | / #[doc = "  \\brief Structure that represents a haptic direction."]
[INFO] [stderr] 14505 | | #[doc = ""]
[INFO] [stderr] 14506 | | #[doc = "  This is the direction where the force comes from,"]
[INFO] [stderr] 14507 | | #[doc = "  instead of the direction in which the force is exerted."]
[INFO] [stderr] ...     |
[INFO] [stderr] 14596 | | #[doc = "  \\sa SDL_HapticEffect"]
[INFO] [stderr] 14597 | | #[doc = "  \\sa SDL_HapticNumAxes"]
[INFO] [stderr]       | |___________________________________^
[INFO] [stderr]       |
[INFO] [stderr]       = note: the link appears in this line:
[INFO] [stderr]               
[INFO] [stderr]               [ USER ]
[INFO] [stderr]                ^^^^^^
[INFO] [stderr]       = note: no item named `USER` in scope
[INFO] [stderr]       = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `0`
[INFO] [stderr]      --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/sdl2-sys-df94ecf1e19ff093/out/sdl_bindings.rs:14504:1
[INFO] [stderr]       |
[INFO] [stderr] 14504 | / #[doc = "  \\brief Structure that represents a haptic direction."]
[INFO] [stderr] 14505 | | #[doc = ""]
[INFO] [stderr] 14506 | | #[doc = "  This is the direction where the force comes from,"]
[INFO] [stderr] 14507 | | #[doc = "  instead of the direction in which the force is exerted."]
[INFO] [stderr] ...     |
[INFO] [stderr] 14596 | | #[doc = "  \\sa SDL_HapticEffect"]
[INFO] [stderr] 14597 | | #[doc = "  \\sa SDL_HapticNumAxes"]
[INFO] [stderr]       | |___________________________________^
[INFO] [stderr]       |
[INFO] [stderr]       = note: the link appears in this line:
[INFO] [stderr]               
[INFO] [stderr]                 direction.dir[0] = 0; // X position
[INFO] [stderr]                               ^
[INFO] [stderr]       = note: no item named `0` in scope
[INFO] [stderr]       = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `1`
[INFO] [stderr]      --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/sdl2-sys-df94ecf1e19ff093/out/sdl_bindings.rs:14504:1
[INFO] [stderr]       |
[INFO] [stderr] 14504 | / #[doc = "  \\brief Structure that represents a haptic direction."]
[INFO] [stderr] 14505 | | #[doc = ""]
[INFO] [stderr] 14506 | | #[doc = "  This is the direction where the force comes from,"]
[INFO] [stderr] 14507 | | #[doc = "  instead of the direction in which the force is exerted."]
[INFO] [stderr] ...     |
[INFO] [stderr] 14596 | | #[doc = "  \\sa SDL_HapticEffect"]
[INFO] [stderr] 14597 | | #[doc = "  \\sa SDL_HapticNumAxes"]
[INFO] [stderr]       | |___________________________________^
[INFO] [stderr]       |
[INFO] [stderr]       = note: the link appears in this line:
[INFO] [stderr]               
[INFO] [stderr]                 direction.dir[1] = 1; // Y position
[INFO] [stderr]                               ^
[INFO] [stderr]       = note: no item named `1` in scope
[INFO] [stderr]       = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]     --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/sdl2-sys-df94ecf1e19ff093/out/sdl_bindings.rs:1839:5
[INFO] [stderr]      |
[INFO] [stderr] 1839 | /     #[doc = " Memory barriers are designed to prevent reads and writes from being"]
[INFO] [stderr] 1840 | |     #[doc = " reordered by the compiler and being seen out of order on multi-core CPUs."]
[INFO] [stderr] 1841 | |     #[doc = ""]
[INFO] [stderr] 1842 | |     #[doc = " A typical pattern would be for thread A to write some data and a flag,"]
[INFO] [stderr] ...    |
[INFO] [stderr] 1854 | |     #[doc = " For more information on these semantics, take a look at the blog post:"]
[INFO] [stderr] 1855 | |     #[doc = " http://preshing.com/20120913/acquire-and-release-semantics"]
[INFO] [stderr]      | |__________________________________________________________________________^ help: use an automatic link instead: `<http://preshing.com/20120913/acquire-and-release-semantics>`
[INFO] [stderr]      |
[INFO] [stderr]      = note: `#[warn(rustdoc::bare_urls)]` on by default
[INFO] [stderr]      = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]     --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/sdl2-sys-df94ecf1e19ff093/out/sdl_bindings.rs:2175:5
[INFO] [stderr]      |
[INFO] [stderr] 2175 | /     #[doc = "  Create a thread."]
[INFO] [stderr] 2176 | |     #[doc = ""]
[INFO] [stderr] 2177 | |     #[doc = "   Thread naming is a little complicated: Most systems have very small"]
[INFO] [stderr] 2178 | |     #[doc = "    limits for the string length (Haiku has 32 bytes, Linux currently has 16,"]
[INFO] [stderr] ...    |
[INFO] [stderr] 2197 | |     #[doc = "   In SDL 2.1, stacksize will be folded into the original SDL_CreateThread"]
[INFO] [stderr] 2198 | |     #[doc = "    function."]
[INFO] [stderr]      | |____________________________^ help: use an automatic link instead: `<http://stackoverflow.com/questions/149932/naming-conventions-for-threads>`
[INFO] [stderr]      |
[INFO] [stderr]      = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]      --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/sdl2-sys-df94ecf1e19ff093/out/sdl_bindings.rs:10431:5
[INFO] [stderr]       |
[INFO] [stderr] 10431 | /     #[doc = "  Load a set of mappings from a seekable SDL data stream (memory or file), filtered by the current SDL_GetPlatform()"]
[INFO] [stderr] 10432 | |     #[doc = "  A community sourced database of controllers is available at https://raw.github.com/gabomdq/SDL_GameControllerDB/master/gam...
[INFO] [stderr] 10433 | |     #[doc = ""]
[INFO] [stderr] 10434 | |     #[doc = "  If \\c freerw is non-zero, the stream will be closed after being read."]
[INFO] [stderr] 10435 | |     #[doc = ""]
[INFO] [stderr] 10436 | |     #[doc = " \\return number of mappings added, -1 on error"]
[INFO] [stderr]       | |______________________________________________________________^ help: use an automatic link instead: `<https://raw.github.com/gabomdq/SDL_GameControllerDB/master/gamecontrollerdb.txt>`
[INFO] [stderr]       |
[INFO] [stderr]       = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]     --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/sdl2-sys-df94ecf1e19ff093/out/sdl_bindings.rs:8625:1
[INFO] [stderr]      |
[INFO] [stderr] 8625 | / #[doc = "  \\brief The SDL keyboard scancode representation."]
[INFO] [stderr] 8626 | | #[doc = ""]
[INFO] [stderr] 8627 | | #[doc = "  Values of this type are used to represent keyboard keys, among other places"]
[INFO] [stderr] 8628 | | #[doc = "  in the \\link SDL_Keysym::scancode key.keysym.scancode \\endlink field of the"]
[INFO] [stderr] ...    |
[INFO] [stderr] 8631 | | #[doc = "  The values in this enumeration are based on the USB usage page standard:"]
[INFO] [stderr] 8632 | | #[doc = "  https://www.usb.org/sites/default/files/documents/hut1_12v2.pdf"]
[INFO] [stderr]      | |____________________________________________________________________________^ help: use an automatic link instead: `<https://www.usb.org/sites/default/files/documents/hut1_12v2.pdf>`
[INFO] [stderr]      |
[INFO] [stderr]      = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] 
[INFO] [stderr] warning: `sdl2-sys` (lib doc) generated 19 warnings
[INFO] [stderr]     Finished dev [unoptimized + debuginfo] target(s) in 1.75s
[INFO] running `Command { std: "docker" "inspect" "db355ec94d87594e3e71e3d821d9c990dbabb22a5d9205efb734b78c22324fdf", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "db355ec94d87594e3e71e3d821d9c990dbabb22a5d9205efb734b78c22324fdf", kill_on_drop: false }`
[INFO] [stdout] db355ec94d87594e3e71e3d821d9c990dbabb22a5d9205efb734b78c22324fdf