[INFO] fetching crate wayland 0.0.2...
[INFO] testing wayland-0.0.2 against beta-2025-10-28 for beta-1.92-2
[INFO] extracting crate wayland 0.0.2 into /workspace/builds/worker-6-tc2/source
[INFO] started tweaking crates.io crate wayland 0.0.2
[INFO] finished tweaking crates.io crate wayland 0.0.2
[INFO] tweaked toml for crates.io crate wayland 0.0.2 written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate wayland 0.0.2 on toolchain beta-2025-10-28
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-10-28" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-10-28" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-10-28" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 221f9e6400f66d98b8b751521a06749bcb209fb7ae5d3e8b2238f515f5733b7e
[INFO] running `Command { std: "docker" "start" "-a" "221f9e6400f66d98b8b751521a06749bcb209fb7ae5d3e8b2238f515f5733b7e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "221f9e6400f66d98b8b751521a06749bcb209fb7ae5d3e8b2238f515f5733b7e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "221f9e6400f66d98b8b751521a06749bcb209fb7ae5d3e8b2238f515f5733b7e", kill_on_drop: false }`
[INFO] [stdout] 221f9e6400f66d98b8b751521a06749bcb209fb7ae5d3e8b2238f515f5733b7e
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] eacf1ecf227d76f47782343e6777f66a617143874eaa7abf39eac8443234d274
[INFO] running `Command { std: "docker" "start" "-a" "eacf1ecf227d76f47782343e6777f66a617143874eaa7abf39eac8443234d274", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stderr]    Compiling wayland v0.0.2 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0425]: cannot find function `c_str_to_bytes` in module `ffi`
[INFO] [stdout]   --> src/registry.rs:83:26
[INFO] [stdout]    |
[INFO] [stdout] 83 |         let slice = ffi::c_str_to_bytes(&interface);
[INFO] [stdout]    |                          ^^^^^^^^^^^^^^ not found in `ffi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unknown lint: `unstable`
[INFO] [stdout]  --> src/lib.rs:4:10
[INFO] [stdout]   |
[INFO] [stdout] 4 | #![allow(unstable)]
[INFO] [stdout]   |          ^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unknown_lints)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/registry.rs:26:1
[INFO] [stdout]    |
[INFO] [stdout] 26 | extern fn global(
[INFO] [stdout]    | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(missing_abi)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/registry.rs:90:1
[INFO] [stdout]    |
[INFO] [stdout] 90 | extern fn global_remove(
[INFO] [stdout]    | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/shell_surface.rs:11:1
[INFO] [stdout]    |
[INFO] [stdout] 11 | extern fn ping(
[INFO] [stdout]    | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/shell_surface.rs:23:1
[INFO] [stdout]    |
[INFO] [stdout] 23 | extern fn configure(
[INFO] [stdout]    | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/shell_surface.rs:34:1
[INFO] [stdout]    |
[INFO] [stdout] 34 | extern fn popup_done(
[INFO] [stdout]    | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/raw/protocol/wl_buffer.rs:19:26
[INFO] [stdout]    |
[INFO] [stdout] 19 |         listener as *mut extern fn(),
[INFO] [stdout]    |                          ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/raw/protocol/wl_callback.rs:17:26
[INFO] [stdout]    |
[INFO] [stdout] 17 |         listener as *mut extern fn(),
[INFO] [stdout]    |                          ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/raw/protocol/wl_data_device.rs:21:26
[INFO] [stdout]    |
[INFO] [stdout] 21 |         listener as *mut extern fn(),
[INFO] [stdout]    |                          ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/raw/protocol/wl_data_offer.rs:21:26
[INFO] [stdout]    |
[INFO] [stdout] 21 |         listener as *mut extern fn(),
[INFO] [stdout]    |                          ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/raw/protocol/wl_data_source.rs:20:26
[INFO] [stdout]    |
[INFO] [stdout] 20 |         listener as *mut extern fn(),
[INFO] [stdout]    |                          ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/raw/protocol/wl_display.rs:22:26
[INFO] [stdout]    |
[INFO] [stdout] 22 |         listener as *mut extern fn(),
[INFO] [stdout]    |                          ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/raw/protocol/wl_keyboard.rs:19:26
[INFO] [stdout]    |
[INFO] [stdout] 19 |         listener as *mut extern fn(),
[INFO] [stdout]    |                          ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/raw/protocol/wl_output.rs:17:26
[INFO] [stdout]    |
[INFO] [stdout] 17 |         listener as *mut extern fn(),
[INFO] [stdout]    |                          ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/raw/protocol/wl_pointer.rs:20:26
[INFO] [stdout]    |
[INFO] [stdout] 20 |         listener as *mut extern fn(),
[INFO] [stdout]    |                          ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/raw/protocol/wl_registry.rs:22:26
[INFO] [stdout]    |
[INFO] [stdout] 22 |         listener as *mut extern fn(),
[INFO] [stdout]    |                          ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/raw/protocol/wl_seat.rs:23:26
[INFO] [stdout]    |
[INFO] [stdout] 23 |         listener as *mut extern fn(),
[INFO] [stdout]    |                          ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/raw/protocol/wl_shell_surface.rs:28:26
[INFO] [stdout]    |
[INFO] [stdout] 28 |         listener as *mut extern fn(),
[INFO] [stdout]    |                          ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/raw/protocol/wl_shm.rs:21:26
[INFO] [stdout]    |
[INFO] [stdout] 21 |         listener as *mut extern fn(),
[INFO] [stdout]    |                          ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/raw/protocol/wl_surface.rs:29:26
[INFO] [stdout]    |
[INFO] [stdout] 29 |         listener as *mut extern fn(),
[INFO] [stdout]    |                          ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/raw/protocol/wl_touch.rs:19:26
[INFO] [stdout]    |
[INFO] [stdout] 19 |         listener as *mut extern fn(),
[INFO] [stdout]    |                          ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/raw/types/listeners.rs:11:18
[INFO] [stdout]    |
[INFO] [stdout] 11 |     pub release: extern fn(
[INFO] [stdout]    |                  ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/raw/types/listeners.rs:19:15
[INFO] [stdout]    |
[INFO] [stdout] 19 |     pub done: extern fn(
[INFO] [stdout]    |               ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/raw/types/listeners.rs:28:21
[INFO] [stdout]    |
[INFO] [stdout] 28 |     pub data_offer: extern fn(
[INFO] [stdout]    |                     ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/raw/types/listeners.rs:33:16
[INFO] [stdout]    |
[INFO] [stdout] 33 |     pub enter: extern fn(
[INFO] [stdout]    |                ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/raw/types/listeners.rs:42:16
[INFO] [stdout]    |
[INFO] [stdout] 42 |     pub leave: extern fn(
[INFO] [stdout]    |                ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/raw/types/listeners.rs:46:17
[INFO] [stdout]    |
[INFO] [stdout] 46 |     pub motion: extern fn(
[INFO] [stdout]    |                 ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/raw/types/listeners.rs:53:15
[INFO] [stdout]    |
[INFO] [stdout] 53 |     pub drop: extern fn(
[INFO] [stdout]    |               ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/raw/types/listeners.rs:57:20
[INFO] [stdout]    |
[INFO] [stdout] 57 |     pub selection: extern fn(
[INFO] [stdout]    |                    ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/raw/types/listeners.rs:66:16
[INFO] [stdout]    |
[INFO] [stdout] 66 |     pub offer: extern fn(
[INFO] [stdout]    |                ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/raw/types/listeners.rs:75:17
[INFO] [stdout]    |
[INFO] [stdout] 75 |     pub target: extern fn(
[INFO] [stdout]    |                 ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/raw/types/listeners.rs:80:15
[INFO] [stdout]    |
[INFO] [stdout] 80 |     pub send: extern fn(
[INFO] [stdout]    |               ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/raw/types/listeners.rs:86:20
[INFO] [stdout]    |
[INFO] [stdout] 86 |     pub cancelled: extern fn(
[INFO] [stdout]    |                    ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/raw/types/listeners.rs:94:16
[INFO] [stdout]    |
[INFO] [stdout] 94 |     pub error: extern fn(
[INFO] [stdout]    |                ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/raw/types/listeners.rs:101:20
[INFO] [stdout]     |
[INFO] [stdout] 101 |     pub delete_id: extern fn(
[INFO] [stdout]     |                    ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/raw/types/listeners.rs:110:17
[INFO] [stdout]     |
[INFO] [stdout] 110 |     pub keymap: extern fn(
[INFO] [stdout]     |                 ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/raw/types/listeners.rs:117:16
[INFO] [stdout]     |
[INFO] [stdout] 117 |     pub enter: extern fn(
[INFO] [stdout]     |                ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/raw/types/listeners.rs:124:16
[INFO] [stdout]     |
[INFO] [stdout] 124 |     pub leave: extern fn(
[INFO] [stdout]     |                ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/raw/types/listeners.rs:130:14
[INFO] [stdout]     |
[INFO] [stdout] 130 |     pub key: extern fn(
[INFO] [stdout]     |              ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/raw/types/listeners.rs:138:20
[INFO] [stdout]     |
[INFO] [stdout] 138 |     pub modifiers: extern fn(
[INFO] [stdout]     |                    ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/raw/types/listeners.rs:147:22
[INFO] [stdout]     |
[INFO] [stdout] 147 |     pub repeat_info: extern fn(
[INFO] [stdout]     |                      ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/raw/types/listeners.rs:157:19
[INFO] [stdout]     |
[INFO] [stdout] 157 |     pub geometry: extern fn(
[INFO] [stdout]     |                   ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/raw/types/listeners.rs:169:15
[INFO] [stdout]     |
[INFO] [stdout] 169 |     pub mode: extern fn(
[INFO] [stdout]     |               ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/raw/types/listeners.rs:177:15
[INFO] [stdout]     |
[INFO] [stdout] 177 |     pub done: extern fn(
[INFO] [stdout]     |               ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/raw/types/listeners.rs:181:16
[INFO] [stdout]     |
[INFO] [stdout] 181 |     pub scale: extern fn(
[INFO] [stdout]     |                ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/raw/types/listeners.rs:190:16
[INFO] [stdout]     |
[INFO] [stdout] 190 |     pub enter: extern fn(
[INFO] [stdout]     |                ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/raw/types/listeners.rs:198:16
[INFO] [stdout]     |
[INFO] [stdout] 198 |     pub leave: extern fn(
[INFO] [stdout]     |                ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/raw/types/listeners.rs:204:17
[INFO] [stdout]     |
[INFO] [stdout] 204 |     pub motion: extern fn(
[INFO] [stdout]     |                 ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/raw/types/listeners.rs:211:17
[INFO] [stdout]     |
[INFO] [stdout] 211 |     pub button: extern fn(
[INFO] [stdout]     |                 ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/raw/types/listeners.rs:219:15
[INFO] [stdout]     |
[INFO] [stdout] 219 |     pub axis: extern fn(
[INFO] [stdout]     |               ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/raw/types/listeners.rs:230:17
[INFO] [stdout]     |
[INFO] [stdout] 230 |     pub global: extern fn(
[INFO] [stdout]     |                 ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/raw/types/listeners.rs:237:24
[INFO] [stdout]     |
[INFO] [stdout] 237 |     pub global_remove: extern fn(
[INFO] [stdout]     |                        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/raw/types/listeners.rs:246:23
[INFO] [stdout]     |
[INFO] [stdout] 246 |     pub capabilities: extern fn(
[INFO] [stdout]     |                       ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/raw/types/listeners.rs:251:15
[INFO] [stdout]     |
[INFO] [stdout] 251 |     pub name: extern fn(
[INFO] [stdout]     |               ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/raw/types/listeners.rs:260:15
[INFO] [stdout]     |
[INFO] [stdout] 260 |     pub ping: extern fn(
[INFO] [stdout]     |               ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/raw/types/listeners.rs:265:20
[INFO] [stdout]     |
[INFO] [stdout] 265 |     pub configure: extern fn(
[INFO] [stdout]     |                    ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/raw/types/listeners.rs:272:21
[INFO] [stdout]     |
[INFO] [stdout] 272 |     pub popup_done: extern fn(
[INFO] [stdout]     |                     ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/raw/types/listeners.rs:280:17
[INFO] [stdout]     |
[INFO] [stdout] 280 |     pub format: extern fn(
[INFO] [stdout]     |                 ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/raw/types/listeners.rs:289:16
[INFO] [stdout]     |
[INFO] [stdout] 289 |     pub enter: extern fn(
[INFO] [stdout]     |                ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/raw/types/listeners.rs:294:16
[INFO] [stdout]     |
[INFO] [stdout] 294 |     pub leave: extern fn(
[INFO] [stdout]     |                ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/raw/types/listeners.rs:303:15
[INFO] [stdout]     |
[INFO] [stdout] 303 |     pub down: extern fn(
[INFO] [stdout]     |               ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/raw/types/listeners.rs:313:13
[INFO] [stdout]     |
[INFO] [stdout] 313 |     pub up: extern fn(
[INFO] [stdout]     |             ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/raw/types/listeners.rs:320:17
[INFO] [stdout]     |
[INFO] [stdout] 320 |     pub motion: extern fn(
[INFO] [stdout]     |                 ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/raw/types/listeners.rs:328:16
[INFO] [stdout]     |
[INFO] [stdout] 328 |     pub frame: extern fn(
[INFO] [stdout]     |                ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/raw/types/listeners.rs:332:17
[INFO] [stdout]     |
[INFO] [stdout] 332 |     pub cancel: extern fn(
[INFO] [stdout]     |                 ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/raw/types/utils.rs:16:33
[INFO] [stdout]    |
[INFO] [stdout] 16 | pub type wl_dispatcher_func_t = extern fn(
[INFO] [stdout]    |                                 ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/raw/types/utils.rs:43:26
[INFO] [stdout]    |
[INFO] [stdout] 43 | pub type wl_log_func_t = extern fn(_: *const c_char, ...);
[INFO] [stdout]    |                          ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/raw/mod.rs:36:1
[INFO] [stdout]    |
[INFO] [stdout] 36 | extern {
[INFO] [stdout]    | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/raw/mod.rs:79:55
[INFO] [stdout]    |
[INFO] [stdout] 79 | ...                   implementation: *mut extern fn(),
[INFO] [stdout]    |                                            ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]  --> src/lib.rs:6:1
[INFO] [stdout]   |
[INFO] [stdout] 6 | extern crate libc;
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]  --> src/registry.rs:7:12
[INFO] [stdout]   |
[INFO] [stdout] 7 | use libc::{c_char, c_void, strcmp, uint32_t};
[INFO] [stdout]   |            ^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]  --> src/registry.rs:7:20
[INFO] [stdout]   |
[INFO] [stdout] 7 | use libc::{c_char, c_void, strcmp, uint32_t};
[INFO] [stdout]   |                    ^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]  --> src/registry.rs:7:28
[INFO] [stdout]   |
[INFO] [stdout] 7 | use libc::{c_char, c_void, strcmp, uint32_t};
[INFO] [stdout]   |                            ^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead.
[INFO] [stdout]  --> src/registry.rs:7:36
[INFO] [stdout]   |
[INFO] [stdout] 7 | use libc::{c_char, c_void, strcmp, uint32_t};
[INFO] [stdout]   |                                    ^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]  --> src/registry.rs:7:36
[INFO] [stdout]   |
[INFO] [stdout] 7 | use libc::{c_char, c_void, strcmp, uint32_t};
[INFO] [stdout]   |                                    ^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead.
[INFO] [stdout]   --> src/registry.rs:29:11
[INFO] [stdout]    |
[INFO] [stdout] 29 |     name: uint32_t,
[INFO] [stdout]    |           ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]   --> src/registry.rs:29:11
[INFO] [stdout]    |
[INFO] [stdout] 29 |     name: uint32_t,
[INFO] [stdout]    |           ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]   --> src/registry.rs:30:23
[INFO] [stdout]    |
[INFO] [stdout] 30 |     interface: *const c_char,
[INFO] [stdout]    |                       ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead.
[INFO] [stdout]   --> src/registry.rs:31:14
[INFO] [stdout]    |
[INFO] [stdout] 31 |     version: uint32_t
[INFO] [stdout]    |              ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]   --> src/registry.rs:31:14
[INFO] [stdout]    |
[INFO] [stdout] 31 |     version: uint32_t
[INFO] [stdout]    |              ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]   --> src/registry.rs:35:12
[INFO] [stdout]    |
[INFO] [stdout] 35 |         if strcmp(interface, raw::wl_compositor_interface.name) == 0 {
[INFO] [stdout]    |            ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]   --> src/registry.rs:47:17
[INFO] [stdout]    |
[INFO] [stdout] 47 |         else if strcmp(interface, raw::wl_seat_interface.name) == 0 {
[INFO] [stdout]    |                 ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]   --> src/registry.rs:59:17
[INFO] [stdout]    |
[INFO] [stdout] 59 |         else if strcmp(interface, raw::wl_shell_interface.name) == 0 {
[INFO] [stdout]    |                 ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]   --> src/registry.rs:71:17
[INFO] [stdout]    |
[INFO] [stdout] 71 |         else if strcmp(interface, raw::wl_shm_interface.name) == 0 {
[INFO] [stdout]    |                 ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead.
[INFO] [stdout]   --> src/registry.rs:93:11
[INFO] [stdout]    |
[INFO] [stdout] 93 |     name: uint32_t
[INFO] [stdout]    |           ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]   --> src/registry.rs:93:11
[INFO] [stdout]    |
[INFO] [stdout] 93 |     name: uint32_t
[INFO] [stdout]    |           ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]  --> src/shell_surface.rs:6:12
[INFO] [stdout]   |
[INFO] [stdout] 6 | use libc::{c_void, int32_t, uint32_t};
[INFO] [stdout]   |            ^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::int32_t`: Use i32 instead.
[INFO] [stdout]  --> src/shell_surface.rs:6:20
[INFO] [stdout]   |
[INFO] [stdout] 6 | use libc::{c_void, int32_t, uint32_t};
[INFO] [stdout]   |                    ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]  --> src/shell_surface.rs:6:20
[INFO] [stdout]   |
[INFO] [stdout] 6 | use libc::{c_void, int32_t, uint32_t};
[INFO] [stdout]   |                    ^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead.
[INFO] [stdout]  --> src/shell_surface.rs:6:29
[INFO] [stdout]   |
[INFO] [stdout] 6 | use libc::{c_void, int32_t, uint32_t};
[INFO] [stdout]   |                             ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]  --> src/shell_surface.rs:6:29
[INFO] [stdout]   |
[INFO] [stdout] 6 | use libc::{c_void, int32_t, uint32_t};
[INFO] [stdout]   |                             ^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead.
[INFO] [stdout]   --> src/shell_surface.rs:14:13
[INFO] [stdout]    |
[INFO] [stdout] 14 |     serial: uint32_t
[INFO] [stdout]    |             ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]   --> src/shell_surface.rs:14:13
[INFO] [stdout]    |
[INFO] [stdout] 14 |     serial: uint32_t
[INFO] [stdout]    |             ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead.
[INFO] [stdout]   --> src/shell_surface.rs:26:12
[INFO] [stdout]    |
[INFO] [stdout] 26 |     edges: uint32_t,
[INFO] [stdout]    |            ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]   --> src/shell_surface.rs:26:12
[INFO] [stdout]    |
[INFO] [stdout] 26 |     edges: uint32_t,
[INFO] [stdout]    |            ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::int32_t`: Use i32 instead.
[INFO] [stdout]   --> src/shell_surface.rs:27:12
[INFO] [stdout]    |
[INFO] [stdout] 27 |     width: int32_t,
[INFO] [stdout]    |            ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]   --> src/shell_surface.rs:27:12
[INFO] [stdout]    |
[INFO] [stdout] 27 |     width: int32_t,
[INFO] [stdout]    |            ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::int32_t`: Use i32 instead.
[INFO] [stdout]   --> src/shell_surface.rs:28:13
[INFO] [stdout]    |
[INFO] [stdout] 28 |     height: int32_t
[INFO] [stdout]    |             ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]   --> src/shell_surface.rs:28:13
[INFO] [stdout]    |
[INFO] [stdout] 28 |     height: int32_t
[INFO] [stdout]    |             ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]   --> src/raw/mod.rs:30:12
[INFO] [stdout]    |
[INFO] [stdout] 30 | use libc::{c_char, c_int, c_void, size_t, uint32_t};
[INFO] [stdout]    |            ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]   --> src/raw/mod.rs:30:20
[INFO] [stdout]    |
[INFO] [stdout] 30 | use libc::{c_char, c_int, c_void, size_t, uint32_t};
[INFO] [stdout]    |                    ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]   --> src/raw/mod.rs:30:27
[INFO] [stdout]    |
[INFO] [stdout] 30 | use libc::{c_char, c_int, c_void, size_t, uint32_t};
[INFO] [stdout]    |                           ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]   --> src/raw/mod.rs:30:35
[INFO] [stdout]    |
[INFO] [stdout] 30 | use libc::{c_char, c_int, c_void, size_t, uint32_t};
[INFO] [stdout]    |                                   ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead.
[INFO] [stdout]   --> src/raw/mod.rs:30:43
[INFO] [stdout]    |
[INFO] [stdout] 30 | use libc::{c_char, c_int, c_void, size_t, uint32_t};
[INFO] [stdout]    |                                           ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]   --> src/raw/mod.rs:30:43
[INFO] [stdout]    |
[INFO] [stdout] 30 | use libc::{c_char, c_int, c_void, size_t, uint32_t};
[INFO] [stdout]    |                                           ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead.
[INFO] [stdout]   --> src/raw/mod.rs:62:55
[INFO] [stdout]    |
[INFO] [stdout] 62 |     pub fn wl_proxy_marshal(p: *mut wl_proxy, opcode: uint32_t, ...);
[INFO] [stdout]    |                                                       ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]   --> src/raw/mod.rs:62:55
[INFO] [stdout]    |
[INFO] [stdout] 62 |     pub fn wl_proxy_marshal(p: *mut wl_proxy, opcode: uint32_t, ...);
[INFO] [stdout]    |                                                       ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead.
[INFO] [stdout]   --> src/raw/mod.rs:64:43
[INFO] [stdout]    |
[INFO] [stdout] 64 | ...                   opcode: uint32_t,
[INFO] [stdout]    |                               ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]   --> src/raw/mod.rs:64:43
[INFO] [stdout]    |
[INFO] [stdout] 64 | ...                   opcode: uint32_t,
[INFO] [stdout]    |                               ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead.
[INFO] [stdout]   --> src/raw/mod.rs:69:49
[INFO] [stdout]    |
[INFO] [stdout] 69 | ...                   opcode: uint32_t,
[INFO] [stdout]    |                               ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]   --> src/raw/mod.rs:69:49
[INFO] [stdout]    |
[INFO] [stdout] 69 | ...                   opcode: uint32_t,
[INFO] [stdout]    |                               ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead.
[INFO] [stdout]   --> src/raw/mod.rs:74:17
[INFO] [stdout]    |
[INFO] [stdout] 74 |         opcode: uint32_t,
[INFO] [stdout]    |                 ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]   --> src/raw/mod.rs:74:17
[INFO] [stdout]    |
[INFO] [stdout] 74 |         opcode: uint32_t,
[INFO] [stdout]    |                 ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]   --> src/raw/mod.rs:80:56
[INFO] [stdout]    |
[INFO] [stdout] 80 | ...                   data: *mut c_void) -> c_int;
[INFO] [stdout]    |                                             ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]   --> src/raw/mod.rs:85:58
[INFO] [stdout]    |
[INFO] [stdout] 85 | ...                   data: *mut c_void) -> c_int;
[INFO] [stdout]    |                                             ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead.
[INFO] [stdout]   --> src/raw/mod.rs:88:53
[INFO] [stdout]    |
[INFO] [stdout] 88 |     pub fn wl_proxy_get_id(proxy: *mut wl_proxy) -> uint32_t;
[INFO] [stdout]    |                                                     ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]   --> src/raw/mod.rs:88:53
[INFO] [stdout]    |
[INFO] [stdout] 88 |     pub fn wl_proxy_get_id(proxy: *mut wl_proxy) -> uint32_t;
[INFO] [stdout]    |                                                     ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]   --> src/raw/mod.rs:89:63
[INFO] [stdout]    |
[INFO] [stdout] 89 |     pub fn wl_proxy_get_class(proxy: *mut wl_proxy) -> *const c_char;
[INFO] [stdout]    |                                                               ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]   --> src/raw/mod.rs:92:44
[INFO] [stdout]    |
[INFO] [stdout] 92 |     pub fn wl_display_connect(name: *const c_char) -> *mut wl_display;
[INFO] [stdout]    |                                            ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]   --> src/raw/mod.rs:93:41
[INFO] [stdout]    |
[INFO] [stdout] 93 |     pub fn wl_display_connect_to_fd(fd: c_int) -> *mut wl_display;
[INFO] [stdout]    |                                         ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]   --> src/raw/mod.rs:95:59
[INFO] [stdout]    |
[INFO] [stdout] 95 |     pub fn wl_display_get_fd(display: *mut wl_display) -> c_int;
[INFO] [stdout]    |                                                           ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]   --> src/raw/mod.rs:96:61
[INFO] [stdout]    |
[INFO] [stdout] 96 |     pub fn wl_display_dispatch(display: *mut wl_display) -> c_int;
[INFO] [stdout]    |                                                             ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]   --> src/raw/mod.rs:98:69
[INFO] [stdout]    |
[INFO] [stdout] 98 | ...                   queue: *mut wl_event_queue) -> c_int;
[INFO] [stdout]    |                                                      ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]    --> src/raw/mod.rs:101:40
[INFO] [stdout]     |
[INFO] [stdout] 101 |         queue: *mut wl_event_queue) -> c_int;
[INFO] [stdout]     |                                        ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]    --> src/raw/mod.rs:102:69
[INFO] [stdout]     |
[INFO] [stdout] 102 |     pub fn wl_display_dispatch_pending(display: *mut wl_display) -> c_int;
[INFO] [stdout]     |                                                                     ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]    --> src/raw/mod.rs:103:62
[INFO] [stdout]     |
[INFO] [stdout] 103 |     pub fn wl_display_get_error(display: *mut wl_display) -> c_int;
[INFO] [stdout]     |                                                              ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead.
[INFO] [stdout]    --> src/raw/mod.rs:106:51
[INFO] [stdout]     |
[INFO] [stdout] 106 | ...                   id: *mut uint32_t) -> uint32_t;
[INFO] [stdout]     |                                ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]    --> src/raw/mod.rs:106:51
[INFO] [stdout]     |
[INFO] [stdout] 106 | ...                   id: *mut uint32_t) -> uint32_t;
[INFO] [stdout]     |                                ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead.
[INFO] [stdout]    --> src/raw/mod.rs:106:64
[INFO] [stdout]     |
[INFO] [stdout] 106 | ...                   id: *mut uint32_t) -> uint32_t;
[INFO] [stdout]     |                                             ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]    --> src/raw/mod.rs:106:64
[INFO] [stdout]     |
[INFO] [stdout] 106 | ...                   id: *mut uint32_t) -> uint32_t;
[INFO] [stdout]     |                                             ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]    --> src/raw/mod.rs:107:58
[INFO] [stdout]     |
[INFO] [stdout] 107 |     pub fn wl_display_flush(display: *mut wl_display) -> c_int;
[INFO] [stdout]     |                                                          ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]    --> src/raw/mod.rs:109:70
[INFO] [stdout]     |
[INFO] [stdout] 109 | ...                   queue: *mut wl_event_queue) -> c_int;
[INFO] [stdout]     |                                                      ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]    --> src/raw/mod.rs:110:62
[INFO] [stdout]     |
[INFO] [stdout] 110 |     pub fn wl_display_roundtrip(display: *mut wl_display) -> c_int;
[INFO] [stdout]     |                                                              ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]    --> src/raw/mod.rs:114:73
[INFO] [stdout]     |
[INFO] [stdout] 114 | ...                   queue: *mut wl_event_queue) -> c_int;
[INFO] [stdout]     |                                                      ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]    --> src/raw/mod.rs:115:65
[INFO] [stdout]     |
[INFO] [stdout] 115 |     pub fn wl_display_prepare_read(display: *mut wl_display) -> c_int;
[INFO] [stdout]     |                                                                 ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]    --> src/raw/mod.rs:117:64
[INFO] [stdout]     |
[INFO] [stdout] 117 |     pub fn wl_display_read_events(display: *mut wl_display) -> c_int;
[INFO] [stdout]     |                                                                ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]    --> src/raw/mod.rs:124:51
[INFO] [stdout]     |
[INFO] [stdout] 124 |     pub fn wl_list_length(elm: *const wl_list) -> c_int;
[INFO] [stdout]     |                                                   ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]    --> src/raw/mod.rs:125:50
[INFO] [stdout]     |
[INFO] [stdout] 125 |     pub fn wl_list_empty(elm: *const wl_list) -> c_int;
[INFO] [stdout]     |                                                  ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]    --> src/raw/mod.rs:130:53
[INFO] [stdout]     |
[INFO] [stdout] 130 |     pub fn wl_array_add(array: *mut wl_array, size: size_t) -> *mut c_void;
[INFO] [stdout]     |                                                     ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]    --> src/raw/mod.rs:131:74
[INFO] [stdout]     |
[INFO] [stdout] 131 |     pub fn wl_array_copy(array: *mut wl_array, source: *mut wl_array) -> c_int;
[INFO] [stdout]     |                                                                          ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]  --> src/raw/protocol/wl_buffer.rs:3:12
[INFO] [stdout]   |
[INFO] [stdout] 3 | use libc::{c_int, c_void, uint32_t};
[INFO] [stdout]   |            ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]  --> src/raw/protocol/wl_buffer.rs:3:19
[INFO] [stdout]   |
[INFO] [stdout] 3 | use libc::{c_int, c_void, uint32_t};
[INFO] [stdout]   |                   ^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead.
[INFO] [stdout]  --> src/raw/protocol/wl_buffer.rs:3:27
[INFO] [stdout]   |
[INFO] [stdout] 3 | use libc::{c_int, c_void, uint32_t};
[INFO] [stdout]   |                           ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]  --> src/raw/protocol/wl_buffer.rs:3:27
[INFO] [stdout]   |
[INFO] [stdout] 3 | use libc::{c_int, c_void, uint32_t};
[INFO] [stdout]   |                           ^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead.
[INFO] [stdout]  --> src/raw/protocol/wl_buffer.rs:9:30
[INFO] [stdout]   |
[INFO] [stdout] 9 | pub const WL_BUFFER_DESTROY: uint32_t = 0;
[INFO] [stdout]   |                              ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]  --> src/raw/protocol/wl_buffer.rs:9:30
[INFO] [stdout]   |
[INFO] [stdout] 9 | pub const WL_BUFFER_DESTROY: uint32_t = 0;
[INFO] [stdout]   |                              ^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]   --> src/raw/protocol/wl_buffer.rs:16:6
[INFO] [stdout]    |
[INFO] [stdout] 16 | ) -> c_int {
[INFO] [stdout]    |      ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]  --> src/raw/protocol/wl_callback.rs:3:12
[INFO] [stdout]   |
[INFO] [stdout] 3 | use libc::{c_int, c_void};
[INFO] [stdout]   |            ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]  --> src/raw/protocol/wl_callback.rs:3:19
[INFO] [stdout]   |
[INFO] [stdout] 3 | use libc::{c_int, c_void};
[INFO] [stdout]   |                   ^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]   --> src/raw/protocol/wl_callback.rs:14:6
[INFO] [stdout]    |
[INFO] [stdout] 14 | ) -> c_int {
[INFO] [stdout]    |      ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]  --> src/raw/protocol/wl_compositor.rs:5:12
[INFO] [stdout]   |
[INFO] [stdout] 5 | use libc::{c_void, uint32_t};
[INFO] [stdout]   |            ^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead.
[INFO] [stdout]  --> src/raw/protocol/wl_compositor.rs:5:20
[INFO] [stdout]   |
[INFO] [stdout] 5 | use libc::{c_void, uint32_t};
[INFO] [stdout]   |                    ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]  --> src/raw/protocol/wl_compositor.rs:5:20
[INFO] [stdout]   |
[INFO] [stdout] 5 | use libc::{c_void, uint32_t};
[INFO] [stdout]   |                    ^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead.
[INFO] [stdout]   --> src/raw/protocol/wl_compositor.rs:10:41
[INFO] [stdout]    |
[INFO] [stdout] 10 | pub const WL_COMPOSITOR_CREATE_SURFACE: uint32_t = 0;
[INFO] [stdout]    |                                         ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]   --> src/raw/protocol/wl_compositor.rs:10:41
[INFO] [stdout]    |
[INFO] [stdout] 10 | pub const WL_COMPOSITOR_CREATE_SURFACE: uint32_t = 0;
[INFO] [stdout]    |                                         ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead.
[INFO] [stdout]   --> src/raw/protocol/wl_compositor.rs:11:40
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub const WL_COMPOSITOR_CREATE_REGION: uint32_t = 1;
[INFO] [stdout]    |                                        ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]   --> src/raw/protocol/wl_compositor.rs:11:40
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub const WL_COMPOSITOR_CREATE_REGION: uint32_t = 1;
[INFO] [stdout]    |                                        ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]  --> src/raw/protocol/wl_data_device.rs:3:12
[INFO] [stdout]   |
[INFO] [stdout] 3 | use libc::{c_int, c_void, uint32_t};
[INFO] [stdout]   |            ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]  --> src/raw/protocol/wl_data_device.rs:3:19
[INFO] [stdout]   |
[INFO] [stdout] 3 | use libc::{c_int, c_void, uint32_t};
[INFO] [stdout]   |                   ^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead.
[INFO] [stdout]  --> src/raw/protocol/wl_data_device.rs:3:27
[INFO] [stdout]   |
[INFO] [stdout] 3 | use libc::{c_int, c_void, uint32_t};
[INFO] [stdout]   |                           ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]  --> src/raw/protocol/wl_data_device.rs:3:27
[INFO] [stdout]   |
[INFO] [stdout] 3 | use libc::{c_int, c_void, uint32_t};
[INFO] [stdout]   |                           ^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead.
[INFO] [stdout]  --> src/raw/protocol/wl_data_device.rs:9:38
[INFO] [stdout]   |
[INFO] [stdout] 9 | pub const WL_DATA_DEVICE_START_DRAG: uint32_t = 0;
[INFO] [stdout]   |                                      ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]  --> src/raw/protocol/wl_data_device.rs:9:38
[INFO] [stdout]   |
[INFO] [stdout] 9 | pub const WL_DATA_DEVICE_START_DRAG: uint32_t = 0;
[INFO] [stdout]   |                                      ^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead.
[INFO] [stdout]   --> src/raw/protocol/wl_data_device.rs:10:41
[INFO] [stdout]    |
[INFO] [stdout] 10 | pub const WL_DATA_DEVICE_SET_SELECTION: uint32_t = 1;
[INFO] [stdout]    |                                         ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]   --> src/raw/protocol/wl_data_device.rs:10:41
[INFO] [stdout]    |
[INFO] [stdout] 10 | pub const WL_DATA_DEVICE_SET_SELECTION: uint32_t = 1;
[INFO] [stdout]    |                                         ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead.
[INFO] [stdout]   --> src/raw/protocol/wl_data_device.rs:11:35
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub const WL_DATA_DEVICE_RELEASE: uint32_t = 2;
[INFO] [stdout]    |                                   ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]   --> src/raw/protocol/wl_data_device.rs:11:35
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub const WL_DATA_DEVICE_RELEASE: uint32_t = 2;
[INFO] [stdout]    |                                   ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]   --> src/raw/protocol/wl_data_device.rs:18:6
[INFO] [stdout]    |
[INFO] [stdout] 18 | ) -> c_int {
[INFO] [stdout]    |      ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead.
[INFO] [stdout]   --> src/raw/protocol/wl_data_device.rs:55:13
[INFO] [stdout]    |
[INFO] [stdout] 55 |     serial: uint32_t
[INFO] [stdout]    |             ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]   --> src/raw/protocol/wl_data_device.rs:55:13
[INFO] [stdout]    |
[INFO] [stdout] 55 |     serial: uint32_t
[INFO] [stdout]    |             ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead.
[INFO] [stdout]   --> src/raw/protocol/wl_data_device.rs:71:13
[INFO] [stdout]    |
[INFO] [stdout] 71 |     serial: uint32_t
[INFO] [stdout]    |             ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]   --> src/raw/protocol/wl_data_device.rs:71:13
[INFO] [stdout]    |
[INFO] [stdout] 71 |     serial: uint32_t
[INFO] [stdout]    |             ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]  --> src/raw/protocol/wl_data_device_manager.rs:5:12
[INFO] [stdout]   |
[INFO] [stdout] 5 | use libc::{c_void, uint32_t};
[INFO] [stdout]   |            ^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead.
[INFO] [stdout]  --> src/raw/protocol/wl_data_device_manager.rs:5:20
[INFO] [stdout]   |
[INFO] [stdout] 5 | use libc::{c_void, uint32_t};
[INFO] [stdout]   |                    ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]  --> src/raw/protocol/wl_data_device_manager.rs:5:20
[INFO] [stdout]   |
[INFO] [stdout] 5 | use libc::{c_void, uint32_t};
[INFO] [stdout]   |                    ^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead.
[INFO] [stdout]   --> src/raw/protocol/wl_data_device_manager.rs:10:54
[INFO] [stdout]    |
[INFO] [stdout] 10 | pub const WL_DATA_DEVICE_MANAGER_CREATE_DATA_SOURCE: uint32_t = 0;
[INFO] [stdout]    |                                                      ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]   --> src/raw/protocol/wl_data_device_manager.rs:10:54
[INFO] [stdout]    |
[INFO] [stdout] 10 | pub const WL_DATA_DEVICE_MANAGER_CREATE_DATA_SOURCE: uint32_t = 0;
[INFO] [stdout]    |                                                      ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead.
[INFO] [stdout]   --> src/raw/protocol/wl_data_device_manager.rs:11:51
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub const WL_DATA_DEVICE_MANAGER_GET_DATA_DEVICE: uint32_t = 1;
[INFO] [stdout]    |                                                   ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]   --> src/raw/protocol/wl_data_device_manager.rs:11:51
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub const WL_DATA_DEVICE_MANAGER_GET_DATA_DEVICE: uint32_t = 1;
[INFO] [stdout]    |                                                   ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]  --> src/raw/protocol/wl_data_offer.rs:3:12
[INFO] [stdout]   |
[INFO] [stdout] 3 | use libc::{c_char, c_int, c_void, int32_t, uint32_t};
[INFO] [stdout]   |            ^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]  --> src/raw/protocol/wl_data_offer.rs:3:20
[INFO] [stdout]   |
[INFO] [stdout] 3 | use libc::{c_char, c_int, c_void, int32_t, uint32_t};
[INFO] [stdout]   |                    ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]  --> src/raw/protocol/wl_data_offer.rs:3:27
[INFO] [stdout]   |
[INFO] [stdout] 3 | use libc::{c_char, c_int, c_void, int32_t, uint32_t};
[INFO] [stdout]   |                           ^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::int32_t`: Use i32 instead.
[INFO] [stdout]  --> src/raw/protocol/wl_data_offer.rs:3:35
[INFO] [stdout]   |
[INFO] [stdout] 3 | use libc::{c_char, c_int, c_void, int32_t, uint32_t};
[INFO] [stdout]   |                                   ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]  --> src/raw/protocol/wl_data_offer.rs:3:35
[INFO] [stdout]   |
[INFO] [stdout] 3 | use libc::{c_char, c_int, c_void, int32_t, uint32_t};
[INFO] [stdout]   |                                   ^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead.
[INFO] [stdout]  --> src/raw/protocol/wl_data_offer.rs:3:44
[INFO] [stdout]   |
[INFO] [stdout] 3 | use libc::{c_char, c_int, c_void, int32_t, uint32_t};
[INFO] [stdout]   |                                            ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]  --> src/raw/protocol/wl_data_offer.rs:3:44
[INFO] [stdout]   |
[INFO] [stdout] 3 | use libc::{c_char, c_int, c_void, int32_t, uint32_t};
[INFO] [stdout]   |                                            ^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead.
[INFO] [stdout]  --> src/raw/protocol/wl_data_offer.rs:9:33
[INFO] [stdout]   |
[INFO] [stdout] 9 | pub const WL_DATA_OFFER_ACCEPT: uint32_t = 0;
[INFO] [stdout]   |                                 ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]  --> src/raw/protocol/wl_data_offer.rs:9:33
[INFO] [stdout]   |
[INFO] [stdout] 9 | pub const WL_DATA_OFFER_ACCEPT: uint32_t = 0;
[INFO] [stdout]   |                                 ^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead.
[INFO] [stdout]   --> src/raw/protocol/wl_data_offer.rs:10:34
[INFO] [stdout]    |
[INFO] [stdout] 10 | pub const WL_DATA_OFFER_RECEIVE: uint32_t = 1;
[INFO] [stdout]    |                                  ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]   --> src/raw/protocol/wl_data_offer.rs:10:34
[INFO] [stdout]    |
[INFO] [stdout] 10 | pub const WL_DATA_OFFER_RECEIVE: uint32_t = 1;
[INFO] [stdout]    |                                  ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead.
[INFO] [stdout]   --> src/raw/protocol/wl_data_offer.rs:11:34
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub const WL_DATA_OFFER_DESTROY: uint32_t = 2;
[INFO] [stdout]    |                                  ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]   --> src/raw/protocol/wl_data_offer.rs:11:34
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub const WL_DATA_OFFER_DESTROY: uint32_t = 2;
[INFO] [stdout]    |                                  ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]   --> src/raw/protocol/wl_data_offer.rs:18:6
[INFO] [stdout]    |
[INFO] [stdout] 18 | ) -> c_int {
[INFO] [stdout]    |      ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead.
[INFO] [stdout]   --> src/raw/protocol/wl_data_offer.rs:47:13
[INFO] [stdout]    |
[INFO] [stdout] 47 |     serial: uint32_t,
[INFO] [stdout]    |             ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]   --> src/raw/protocol/wl_data_offer.rs:47:13
[INFO] [stdout]    |
[INFO] [stdout] 47 |     serial: uint32_t,
[INFO] [stdout]    |             ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]   --> src/raw/protocol/wl_data_offer.rs:48:23
[INFO] [stdout]    |
[INFO] [stdout] 48 |     mime_type: *const c_char
[INFO] [stdout]    |                       ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]   --> src/raw/protocol/wl_data_offer.rs:61:23
[INFO] [stdout]    |
[INFO] [stdout] 61 |     mime_type: *const c_char,
[INFO] [stdout]    |                       ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::int32_t`: Use i32 instead.
[INFO] [stdout]   --> src/raw/protocol/wl_data_offer.rs:62:9
[INFO] [stdout]    |
[INFO] [stdout] 62 |     fd: int32_t
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]   --> src/raw/protocol/wl_data_offer.rs:62:9
[INFO] [stdout]    |
[INFO] [stdout] 62 |     fd: int32_t
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]  --> src/raw/protocol/wl_data_source.rs:3:12
[INFO] [stdout]   |
[INFO] [stdout] 3 | use libc::{c_char, c_int, c_void, uint32_t};
[INFO] [stdout]   |            ^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]  --> src/raw/protocol/wl_data_source.rs:3:20
[INFO] [stdout]   |
[INFO] [stdout] 3 | use libc::{c_char, c_int, c_void, uint32_t};
[INFO] [stdout]   |                    ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]  --> src/raw/protocol/wl_data_source.rs:3:27
[INFO] [stdout]   |
[INFO] [stdout] 3 | use libc::{c_char, c_int, c_void, uint32_t};
[INFO] [stdout]   |                           ^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead.
[INFO] [stdout]  --> src/raw/protocol/wl_data_source.rs:3:35
[INFO] [stdout]   |
[INFO] [stdout] 3 | use libc::{c_char, c_int, c_void, uint32_t};
[INFO] [stdout]   |                                   ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]  --> src/raw/protocol/wl_data_source.rs:3:35
[INFO] [stdout]   |
[INFO] [stdout] 3 | use libc::{c_char, c_int, c_void, uint32_t};
[INFO] [stdout]   |                                   ^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead.
[INFO] [stdout]  --> src/raw/protocol/wl_data_source.rs:9:33
[INFO] [stdout]   |
[INFO] [stdout] 9 | pub const WL_DATA_SOURCE_OFFER: uint32_t = 0;
[INFO] [stdout]   |                                 ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]  --> src/raw/protocol/wl_data_source.rs:9:33
[INFO] [stdout]   |
[INFO] [stdout] 9 | pub const WL_DATA_SOURCE_OFFER: uint32_t = 0;
[INFO] [stdout]   |                                 ^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead.
[INFO] [stdout]   --> src/raw/protocol/wl_data_source.rs:10:35
[INFO] [stdout]    |
[INFO] [stdout] 10 | pub const WL_DATA_SOURCE_DESTROY: uint32_t = 1;
[INFO] [stdout]    |                                   ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]   --> src/raw/protocol/wl_data_source.rs:10:35
[INFO] [stdout]    |
[INFO] [stdout] 10 | pub const WL_DATA_SOURCE_DESTROY: uint32_t = 1;
[INFO] [stdout]    |                                   ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]   --> src/raw/protocol/wl_data_source.rs:17:6
[INFO] [stdout]    |
[INFO] [stdout] 17 | ) -> c_int {
[INFO] [stdout]    |      ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]   --> src/raw/protocol/wl_data_source.rs:46:23
[INFO] [stdout]    |
[INFO] [stdout] 46 |     mime_type: *const c_char
[INFO] [stdout]    |                       ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]  --> src/raw/protocol/wl_display.rs:5:12
[INFO] [stdout]   |
[INFO] [stdout] 5 | use libc::{c_int, c_void, uint32_t};
[INFO] [stdout]   |            ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]  --> src/raw/protocol/wl_display.rs:5:19
[INFO] [stdout]   |
[INFO] [stdout] 5 | use libc::{c_int, c_void, uint32_t};
[INFO] [stdout]   |                   ^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead.
[INFO] [stdout]  --> src/raw/protocol/wl_display.rs:5:27
[INFO] [stdout]   |
[INFO] [stdout] 5 | use libc::{c_int, c_void, uint32_t};
[INFO] [stdout]   |                           ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]  --> src/raw/protocol/wl_display.rs:5:27
[INFO] [stdout]   |
[INFO] [stdout] 5 | use libc::{c_int, c_void, uint32_t};
[INFO] [stdout]   |                           ^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead.
[INFO] [stdout]   --> src/raw/protocol/wl_display.rs:11:28
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub const WL_DISPLAY_SYNC: uint32_t = 0;
[INFO] [stdout]    |                            ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]   --> src/raw/protocol/wl_display.rs:11:28
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub const WL_DISPLAY_SYNC: uint32_t = 0;
[INFO] [stdout]    |                            ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead.
[INFO] [stdout]   --> src/raw/protocol/wl_display.rs:12:36
[INFO] [stdout]    |
[INFO] [stdout] 12 | pub const WL_DISPLAY_GET_REGISTRY: uint32_t = 1;
[INFO] [stdout]    |                                    ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]   --> src/raw/protocol/wl_display.rs:12:36
[INFO] [stdout]    |
[INFO] [stdout] 12 | pub const WL_DISPLAY_GET_REGISTRY: uint32_t = 1;
[INFO] [stdout]    |                                    ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]   --> src/raw/protocol/wl_display.rs:19:6
[INFO] [stdout]    |
[INFO] [stdout] 19 | ) -> c_int {
[INFO] [stdout]    |      ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]  --> src/raw/protocol/wl_keyboard.rs:3:12
[INFO] [stdout]   |
[INFO] [stdout] 3 | use libc::{c_int, c_void, uint32_t};
[INFO] [stdout]   |            ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]  --> src/raw/protocol/wl_keyboard.rs:3:19
[INFO] [stdout]   |
[INFO] [stdout] 3 | use libc::{c_int, c_void, uint32_t};
[INFO] [stdout]   |                   ^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead.
[INFO] [stdout]  --> src/raw/protocol/wl_keyboard.rs:3:27
[INFO] [stdout]   |
[INFO] [stdout] 3 | use libc::{c_int, c_void, uint32_t};
[INFO] [stdout]   |                           ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]  --> src/raw/protocol/wl_keyboard.rs:3:27
[INFO] [stdout]   |
[INFO] [stdout] 3 | use libc::{c_int, c_void, uint32_t};
[INFO] [stdout]   |                           ^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead.
[INFO] [stdout]  --> src/raw/protocol/wl_keyboard.rs:9:32
[INFO] [stdout]   |
[INFO] [stdout] 9 | pub const WL_KEYBOARD_RELEASE: uint32_t = 0;
[INFO] [stdout]   |                                ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]  --> src/raw/protocol/wl_keyboard.rs:9:32
[INFO] [stdout]   |
[INFO] [stdout] 9 | pub const WL_KEYBOARD_RELEASE: uint32_t = 0;
[INFO] [stdout]   |                                ^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]   --> src/raw/protocol/wl_keyboard.rs:16:6
[INFO] [stdout]    |
[INFO] [stdout] 16 | ) -> c_int {
[INFO] [stdout]    |      ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]  --> src/raw/protocol/wl_output.rs:3:12
[INFO] [stdout]   |
[INFO] [stdout] 3 | use libc::{c_int, c_void};
[INFO] [stdout]   |            ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]  --> src/raw/protocol/wl_output.rs:3:19
[INFO] [stdout]   |
[INFO] [stdout] 3 | use libc::{c_int, c_void};
[INFO] [stdout]   |                   ^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]   --> src/raw/protocol/wl_output.rs:14:6
[INFO] [stdout]    |
[INFO] [stdout] 14 | ) -> c_int {
[INFO] [stdout]    |      ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]  --> src/raw/protocol/wl_pointer.rs:3:12
[INFO] [stdout]   |
[INFO] [stdout] 3 | use libc::{c_int, c_void, int32_t, uint32_t};
[INFO] [stdout]   |            ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]  --> src/raw/protocol/wl_pointer.rs:3:19
[INFO] [stdout]   |
[INFO] [stdout] 3 | use libc::{c_int, c_void, int32_t, uint32_t};
[INFO] [stdout]   |                   ^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::int32_t`: Use i32 instead.
[INFO] [stdout]  --> src/raw/protocol/wl_pointer.rs:3:27
[INFO] [stdout]   |
[INFO] [stdout] 3 | use libc::{c_int, c_void, int32_t, uint32_t};
[INFO] [stdout]   |                           ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]  --> src/raw/protocol/wl_pointer.rs:3:27
[INFO] [stdout]   |
[INFO] [stdout] 3 | use libc::{c_int, c_void, int32_t, uint32_t};
[INFO] [stdout]   |                           ^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead.
[INFO] [stdout]  --> src/raw/protocol/wl_pointer.rs:3:36
[INFO] [stdout]   |
[INFO] [stdout] 3 | use libc::{c_int, c_void, int32_t, uint32_t};
[INFO] [stdout]   |                                    ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]  --> src/raw/protocol/wl_pointer.rs:3:36
[INFO] [stdout]   |
[INFO] [stdout] 3 | use libc::{c_int, c_void, int32_t, uint32_t};
[INFO] [stdout]   |                                    ^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead.
[INFO] [stdout]  --> src/raw/protocol/wl_pointer.rs:9:34
[INFO] [stdout]   |
[INFO] [stdout] 9 | pub const WL_POINTER_SET_CURSOR: uint32_t = 0;
[INFO] [stdout]   |                                  ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]  --> src/raw/protocol/wl_pointer.rs:9:34
[INFO] [stdout]   |
[INFO] [stdout] 9 | pub const WL_POINTER_SET_CURSOR: uint32_t = 0;
[INFO] [stdout]   |                                  ^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead.
[INFO] [stdout]   --> src/raw/protocol/wl_pointer.rs:10:31
[INFO] [stdout]    |
[INFO] [stdout] 10 | pub const WL_POINTER_RELEASE: uint32_t = 1;
[INFO] [stdout]    |                               ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]   --> src/raw/protocol/wl_pointer.rs:10:31
[INFO] [stdout]    |
[INFO] [stdout] 10 | pub const WL_POINTER_RELEASE: uint32_t = 1;
[INFO] [stdout]    |                               ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]   --> src/raw/protocol/wl_pointer.rs:17:6
[INFO] [stdout]    |
[INFO] [stdout] 17 | ) -> c_int {
[INFO] [stdout]    |      ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead.
[INFO] [stdout]   --> src/raw/protocol/wl_pointer.rs:51:13
[INFO] [stdout]    |
[INFO] [stdout] 51 |     serial: uint32_t,
[INFO] [stdout]    |             ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]   --> src/raw/protocol/wl_pointer.rs:51:13
[INFO] [stdout]    |
[INFO] [stdout] 51 |     serial: uint32_t,
[INFO] [stdout]    |             ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::int32_t`: Use i32 instead.
[INFO] [stdout]   --> src/raw/protocol/wl_pointer.rs:53:16
[INFO] [stdout]    |
[INFO] [stdout] 53 |     hotspot_x: int32_t,
[INFO] [stdout]    |                ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]   --> src/raw/protocol/wl_pointer.rs:53:16
[INFO] [stdout]    |
[INFO] [stdout] 53 |     hotspot_x: int32_t,
[INFO] [stdout]    |                ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::int32_t`: Use i32 instead.
[INFO] [stdout]   --> src/raw/protocol/wl_pointer.rs:54:16
[INFO] [stdout]    |
[INFO] [stdout] 54 |     hotspot_y: int32_t
[INFO] [stdout]    |                ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]   --> src/raw/protocol/wl_pointer.rs:54:16
[INFO] [stdout]    |
[INFO] [stdout] 54 |     hotspot_y: int32_t
[INFO] [stdout]    |                ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]  --> src/raw/protocol/wl_region.rs:3:12
[INFO] [stdout]   |
[INFO] [stdout] 3 | use libc::{c_void, int32_t, uint32_t};
[INFO] [stdout]   |            ^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::int32_t`: Use i32 instead.
[INFO] [stdout]  --> src/raw/protocol/wl_region.rs:3:20
[INFO] [stdout]   |
[INFO] [stdout] 3 | use libc::{c_void, int32_t, uint32_t};
[INFO] [stdout]   |                    ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]  --> src/raw/protocol/wl_region.rs:3:20
[INFO] [stdout]   |
[INFO] [stdout] 3 | use libc::{c_void, int32_t, uint32_t};
[INFO] [stdout]   |                    ^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead.
[INFO] [stdout]  --> src/raw/protocol/wl_region.rs:3:29
[INFO] [stdout]   |
[INFO] [stdout] 3 | use libc::{c_void, int32_t, uint32_t};
[INFO] [stdout]   |                             ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]  --> src/raw/protocol/wl_region.rs:3:29
[INFO] [stdout]   |
[INFO] [stdout] 3 | use libc::{c_void, int32_t, uint32_t};
[INFO] [stdout]   |                             ^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead.
[INFO] [stdout]  --> src/raw/protocol/wl_region.rs:8:30
[INFO] [stdout]   |
[INFO] [stdout] 8 | pub const WL_REGION_DESTROY: uint32_t = 0;
[INFO] [stdout]   |                              ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]  --> src/raw/protocol/wl_region.rs:8:30
[INFO] [stdout]   |
[INFO] [stdout] 8 | pub const WL_REGION_DESTROY: uint32_t = 0;
[INFO] [stdout]   |                              ^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead.
[INFO] [stdout]  --> src/raw/protocol/wl_region.rs:9:26
[INFO] [stdout]   |
[INFO] [stdout] 9 | pub const WL_REGION_ADD: uint32_t = 1;
[INFO] [stdout]   |                          ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]  --> src/raw/protocol/wl_region.rs:9:26
[INFO] [stdout]   |
[INFO] [stdout] 9 | pub const WL_REGION_ADD: uint32_t = 1;
[INFO] [stdout]   |                          ^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead.
[INFO] [stdout]   --> src/raw/protocol/wl_region.rs:10:31
[INFO] [stdout]    |
[INFO] [stdout] 10 | pub const WL_REGION_SUBTRACT: uint32_t = 2;
[INFO] [stdout]    |                               ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]   --> src/raw/protocol/wl_region.rs:10:31
[INFO] [stdout]    |
[INFO] [stdout] 10 | pub const WL_REGION_SUBTRACT: uint32_t = 2;
[INFO] [stdout]    |                               ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::int32_t`: Use i32 instead.
[INFO] [stdout]   --> src/raw/protocol/wl_region.rs:44:8
[INFO] [stdout]    |
[INFO] [stdout] 44 |     x: int32_t,
[INFO] [stdout]    |        ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]   --> src/raw/protocol/wl_region.rs:44:8
[INFO] [stdout]    |
[INFO] [stdout] 44 |     x: int32_t,
[INFO] [stdout]    |        ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::int32_t`: Use i32 instead.
[INFO] [stdout]   --> src/raw/protocol/wl_region.rs:45:8
[INFO] [stdout]    |
[INFO] [stdout] 45 |     y: int32_t,
[INFO] [stdout]    |        ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]   --> src/raw/protocol/wl_region.rs:45:8
[INFO] [stdout]    |
[INFO] [stdout] 45 |     y: int32_t,
[INFO] [stdout]    |        ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::int32_t`: Use i32 instead.
[INFO] [stdout]   --> src/raw/protocol/wl_region.rs:46:12
[INFO] [stdout]    |
[INFO] [stdout] 46 |     width: int32_t,
[INFO] [stdout]    |            ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]   --> src/raw/protocol/wl_region.rs:46:12
[INFO] [stdout]    |
[INFO] [stdout] 46 |     width: int32_t,
[INFO] [stdout]    |            ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::int32_t`: Use i32 instead.
[INFO] [stdout]   --> src/raw/protocol/wl_region.rs:47:13
[INFO] [stdout]    |
[INFO] [stdout] 47 |     height: int32_t
[INFO] [stdout]    |             ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]   --> src/raw/protocol/wl_region.rs:47:13
[INFO] [stdout]    |
[INFO] [stdout] 47 |     height: int32_t
[INFO] [stdout]    |             ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::int32_t`: Use i32 instead.
[INFO] [stdout]   --> src/raw/protocol/wl_region.rs:62:8
[INFO] [stdout]    |
[INFO] [stdout] 62 |     x: int32_t,
[INFO] [stdout]    |        ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]   --> src/raw/protocol/wl_region.rs:62:8
[INFO] [stdout]    |
[INFO] [stdout] 62 |     x: int32_t,
[INFO] [stdout]    |        ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::int32_t`: Use i32 instead.
[INFO] [stdout]   --> src/raw/protocol/wl_region.rs:63:8
[INFO] [stdout]    |
[INFO] [stdout] 63 |     y: int32_t,
[INFO] [stdout]    |        ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]   --> src/raw/protocol/wl_region.rs:63:8
[INFO] [stdout]    |
[INFO] [stdout] 63 |     y: int32_t,
[INFO] [stdout]    |        ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::int32_t`: Use i32 instead.
[INFO] [stdout]   --> src/raw/protocol/wl_region.rs:64:12
[INFO] [stdout]    |
[INFO] [stdout] 64 |     width: int32_t,
[INFO] [stdout]    |            ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]   --> src/raw/protocol/wl_region.rs:64:12
[INFO] [stdout]    |
[INFO] [stdout] 64 |     width: int32_t,
[INFO] [stdout]    |            ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::int32_t`: Use i32 instead.
[INFO] [stdout]   --> src/raw/protocol/wl_region.rs:65:13
[INFO] [stdout]    |
[INFO] [stdout] 65 |     height: int32_t
[INFO] [stdout]    |             ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]   --> src/raw/protocol/wl_region.rs:65:13
[INFO] [stdout]    |
[INFO] [stdout] 65 |     height: int32_t
[INFO] [stdout]    |             ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]  --> src/raw/protocol/wl_registry.rs:5:12
[INFO] [stdout]   |
[INFO] [stdout] 5 | use libc::{c_int, c_void, uint32_t};
[INFO] [stdout]   |            ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]  --> src/raw/protocol/wl_registry.rs:5:19
[INFO] [stdout]   |
[INFO] [stdout] 5 | use libc::{c_int, c_void, uint32_t};
[INFO] [stdout]   |                   ^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead.
[INFO] [stdout]  --> src/raw/protocol/wl_registry.rs:5:27
[INFO] [stdout]   |
[INFO] [stdout] 5 | use libc::{c_int, c_void, uint32_t};
[INFO] [stdout]   |                           ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]  --> src/raw/protocol/wl_registry.rs:5:27
[INFO] [stdout]   |
[INFO] [stdout] 5 | use libc::{c_int, c_void, uint32_t};
[INFO] [stdout]   |                           ^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead.
[INFO] [stdout]   --> src/raw/protocol/wl_registry.rs:12:29
[INFO] [stdout]    |
[INFO] [stdout] 12 | pub const WL_REGISTRY_BIND: uint32_t = 0;
[INFO] [stdout]    |                             ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]   --> src/raw/protocol/wl_registry.rs:12:29
[INFO] [stdout]    |
[INFO] [stdout] 12 | pub const WL_REGISTRY_BIND: uint32_t = 0;
[INFO] [stdout]    |                             ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]   --> src/raw/protocol/wl_registry.rs:19:6
[INFO] [stdout]    |
[INFO] [stdout] 19 | ) -> c_int {
[INFO] [stdout]    |      ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead.
[INFO] [stdout]   --> src/raw/protocol/wl_registry.rs:53:11
[INFO] [stdout]    |
[INFO] [stdout] 53 |     name: uint32_t,
[INFO] [stdout]    |           ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]   --> src/raw/protocol/wl_registry.rs:53:11
[INFO] [stdout]    |
[INFO] [stdout] 53 |     name: uint32_t,
[INFO] [stdout]    |           ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead.
[INFO] [stdout]   --> src/raw/protocol/wl_registry.rs:55:14
[INFO] [stdout]    |
[INFO] [stdout] 55 |     version: uint32_t
[INFO] [stdout]    |              ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]   --> src/raw/protocol/wl_registry.rs:55:14
[INFO] [stdout]    |
[INFO] [stdout] 55 |     version: uint32_t
[INFO] [stdout]    |              ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]  --> src/raw/protocol/wl_seat.rs:5:12
[INFO] [stdout]   |
[INFO] [stdout] 5 | use libc::{c_int, c_void, uint32_t};
[INFO] [stdout]   |            ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]  --> src/raw/protocol/wl_seat.rs:5:19
[INFO] [stdout]   |
[INFO] [stdout] 5 | use libc::{c_int, c_void, uint32_t};
[INFO] [stdout]   |                   ^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead.
[INFO] [stdout]  --> src/raw/protocol/wl_seat.rs:5:27
[INFO] [stdout]   |
[INFO] [stdout] 5 | use libc::{c_int, c_void, uint32_t};
[INFO] [stdout]   |                           ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]  --> src/raw/protocol/wl_seat.rs:5:27
[INFO] [stdout]   |
[INFO] [stdout] 5 | use libc::{c_int, c_void, uint32_t};
[INFO] [stdout]   |                           ^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead.
[INFO] [stdout]   --> src/raw/protocol/wl_seat.rs:11:32
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub const WL_SEAT_GET_POINTER: uint32_t = 0;
[INFO] [stdout]    |                                ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]   --> src/raw/protocol/wl_seat.rs:11:32
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub const WL_SEAT_GET_POINTER: uint32_t = 0;
[INFO] [stdout]    |                                ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead.
[INFO] [stdout]   --> src/raw/protocol/wl_seat.rs:12:33
[INFO] [stdout]    |
[INFO] [stdout] 12 | pub const WL_SEAT_GET_KEYBOARD: uint32_t = 1;
[INFO] [stdout]    |                                 ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]   --> src/raw/protocol/wl_seat.rs:12:33
[INFO] [stdout]    |
[INFO] [stdout] 12 | pub const WL_SEAT_GET_KEYBOARD: uint32_t = 1;
[INFO] [stdout]    |                                 ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead.
[INFO] [stdout]   --> src/raw/protocol/wl_seat.rs:13:30
[INFO] [stdout]    |
[INFO] [stdout] 13 | pub const WL_SEAT_GET_TOUCH: uint32_t = 2;
[INFO] [stdout]    |                              ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]   --> src/raw/protocol/wl_seat.rs:13:30
[INFO] [stdout]    |
[INFO] [stdout] 13 | pub const WL_SEAT_GET_TOUCH: uint32_t = 2;
[INFO] [stdout]    |                              ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]   --> src/raw/protocol/wl_seat.rs:20:6
[INFO] [stdout]    |
[INFO] [stdout] 20 | ) -> c_int {
[INFO] [stdout]    |      ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]  --> src/raw/protocol/wl_shell.rs:5:12
[INFO] [stdout]   |
[INFO] [stdout] 5 | use libc::{c_void, uint32_t};
[INFO] [stdout]   |            ^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead.
[INFO] [stdout]  --> src/raw/protocol/wl_shell.rs:5:20
[INFO] [stdout]   |
[INFO] [stdout] 5 | use libc::{c_void, uint32_t};
[INFO] [stdout]   |                    ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]  --> src/raw/protocol/wl_shell.rs:5:20
[INFO] [stdout]   |
[INFO] [stdout] 5 | use libc::{c_void, uint32_t};
[INFO] [stdout]   |                    ^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead.
[INFO] [stdout]   --> src/raw/protocol/wl_shell.rs:10:39
[INFO] [stdout]    |
[INFO] [stdout] 10 | pub const WL_SHELL_GET_SHELL_SURFACE: uint32_t = 0;
[INFO] [stdout]    |                                       ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]   --> src/raw/protocol/wl_shell.rs:10:39
[INFO] [stdout]    |
[INFO] [stdout] 10 | pub const WL_SHELL_GET_SHELL_SURFACE: uint32_t = 0;
[INFO] [stdout]    |                                       ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]  --> src/raw/protocol/wl_shell_surface.rs:3:12
[INFO] [stdout]   |
[INFO] [stdout] 3 | use libc::{c_char, c_int, c_void, int32_t, uint32_t};
[INFO] [stdout]   |            ^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]  --> src/raw/protocol/wl_shell_surface.rs:3:20
[INFO] [stdout]   |
[INFO] [stdout] 3 | use libc::{c_char, c_int, c_void, int32_t, uint32_t};
[INFO] [stdout]   |                    ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]  --> src/raw/protocol/wl_shell_surface.rs:3:27
[INFO] [stdout]   |
[INFO] [stdout] 3 | use libc::{c_char, c_int, c_void, int32_t, uint32_t};
[INFO] [stdout]   |                           ^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::int32_t`: Use i32 instead.
[INFO] [stdout]  --> src/raw/protocol/wl_shell_surface.rs:3:35
[INFO] [stdout]   |
[INFO] [stdout] 3 | use libc::{c_char, c_int, c_void, int32_t, uint32_t};
[INFO] [stdout]   |                                   ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]  --> src/raw/protocol/wl_shell_surface.rs:3:35
[INFO] [stdout]   |
[INFO] [stdout] 3 | use libc::{c_char, c_int, c_void, int32_t, uint32_t};
[INFO] [stdout]   |                                   ^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead.
[INFO] [stdout]  --> src/raw/protocol/wl_shell_surface.rs:3:44
[INFO] [stdout]   |
[INFO] [stdout] 3 | use libc::{c_char, c_int, c_void, int32_t, uint32_t};
[INFO] [stdout]   |                                            ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]  --> src/raw/protocol/wl_shell_surface.rs:3:44
[INFO] [stdout]   |
[INFO] [stdout] 3 | use libc::{c_char, c_int, c_void, int32_t, uint32_t};
[INFO] [stdout]   |                                            ^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead.
[INFO] [stdout]  --> src/raw/protocol/wl_shell_surface.rs:9:34
[INFO] [stdout]   |
[INFO] [stdout] 9 | pub const WL_SHELL_SURFACE_PONG: uint32_t = 0;
[INFO] [stdout]   |                                  ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]  --> src/raw/protocol/wl_shell_surface.rs:9:34
[INFO] [stdout]   |
[INFO] [stdout] 9 | pub const WL_SHELL_SURFACE_PONG: uint32_t = 0;
[INFO] [stdout]   |                                  ^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead.
[INFO] [stdout]   --> src/raw/protocol/wl_shell_surface.rs:10:34
[INFO] [stdout]    |
[INFO] [stdout] 10 | pub const WL_SHELL_SURFACE_MOVE: uint32_t = 1;
[INFO] [stdout]    |                                  ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]   --> src/raw/protocol/wl_shell_surface.rs:10:34
[INFO] [stdout]    |
[INFO] [stdout] 10 | pub const WL_SHELL_SURFACE_MOVE: uint32_t = 1;
[INFO] [stdout]    |                                  ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead.
[INFO] [stdout]   --> src/raw/protocol/wl_shell_surface.rs:11:36
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub const WL_SHELL_SURFACE_RESIZE: uint32_t = 2;
[INFO] [stdout]    |                                    ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]   --> src/raw/protocol/wl_shell_surface.rs:11:36
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub const WL_SHELL_SURFACE_RESIZE: uint32_t = 2;
[INFO] [stdout]    |                                    ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead.
[INFO] [stdout]   --> src/raw/protocol/wl_shell_surface.rs:12:42
[INFO] [stdout]    |
[INFO] [stdout] 12 | pub const WL_SHELL_SURFACE_SET_TOPLEVEL: uint32_t = 3;
[INFO] [stdout]    |                                          ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]   --> src/raw/protocol/wl_shell_surface.rs:12:42
[INFO] [stdout]    |
[INFO] [stdout] 12 | pub const WL_SHELL_SURFACE_SET_TOPLEVEL: uint32_t = 3;
[INFO] [stdout]    |                                          ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead.
[INFO] [stdout]   --> src/raw/protocol/wl_shell_surface.rs:13:43
[INFO] [stdout]    |
[INFO] [stdout] 13 | pub const WL_SHELL_SURFACE_SET_TRANSIENT: uint32_t = 4;
[INFO] [stdout]    |                                           ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]   --> src/raw/protocol/wl_shell_surface.rs:13:43
[INFO] [stdout]    |
[INFO] [stdout] 13 | pub const WL_SHELL_SURFACE_SET_TRANSIENT: uint32_t = 4;
[INFO] [stdout]    |                                           ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead.
[INFO] [stdout]   --> src/raw/protocol/wl_shell_surface.rs:14:44
[INFO] [stdout]    |
[INFO] [stdout] 14 | pub const WL_SHELL_SURFACE_SET_FULLSCREEN: uint32_t = 5;
[INFO] [stdout]    |                                            ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]   --> src/raw/protocol/wl_shell_surface.rs:14:44
[INFO] [stdout]    |
[INFO] [stdout] 14 | pub const WL_SHELL_SURFACE_SET_FULLSCREEN: uint32_t = 5;
[INFO] [stdout]    |                                            ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead.
[INFO] [stdout]   --> src/raw/protocol/wl_shell_surface.rs:15:39
[INFO] [stdout]    |
[INFO] [stdout] 15 | pub const WL_SHELL_SURFACE_SET_POPUP: uint32_t = 6;
[INFO] [stdout]    |                                       ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]   --> src/raw/protocol/wl_shell_surface.rs:15:39
[INFO] [stdout]    |
[INFO] [stdout] 15 | pub const WL_SHELL_SURFACE_SET_POPUP: uint32_t = 6;
[INFO] [stdout]    |                                       ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead.
[INFO] [stdout]   --> src/raw/protocol/wl_shell_surface.rs:16:43
[INFO] [stdout]    |
[INFO] [stdout] 16 | pub const WL_SHELL_SURFACE_SET_MAXIMIZED: uint32_t = 7;
[INFO] [stdout]    |                                           ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]   --> src/raw/protocol/wl_shell_surface.rs:16:43
[INFO] [stdout]    |
[INFO] [stdout] 16 | pub const WL_SHELL_SURFACE_SET_MAXIMIZED: uint32_t = 7;
[INFO] [stdout]    |                                           ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead.
[INFO] [stdout]   --> src/raw/protocol/wl_shell_surface.rs:17:39
[INFO] [stdout]    |
[INFO] [stdout] 17 | pub const WL_SHELL_SURFACE_SET_TITLE: uint32_t = 8;
[INFO] [stdout]    |                                       ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]   --> src/raw/protocol/wl_shell_surface.rs:17:39
[INFO] [stdout]    |
[INFO] [stdout] 17 | pub const WL_SHELL_SURFACE_SET_TITLE: uint32_t = 8;
[INFO] [stdout]    |                                       ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead.
[INFO] [stdout]   --> src/raw/protocol/wl_shell_surface.rs:18:39
[INFO] [stdout]    |
[INFO] [stdout] 18 | pub const WL_SHELL_SURFACE_SET_CLASS: uint32_t = 9;
[INFO] [stdout]    |                                       ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]   --> src/raw/protocol/wl_shell_surface.rs:18:39
[INFO] [stdout]    |
[INFO] [stdout] 18 | pub const WL_SHELL_SURFACE_SET_CLASS: uint32_t = 9;
[INFO] [stdout]    |                                       ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]   --> src/raw/protocol/wl_shell_surface.rs:25:6
[INFO] [stdout]    |
[INFO] [stdout] 25 | ) -> c_int {
[INFO] [stdout]    |      ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead.
[INFO] [stdout]   --> src/raw/protocol/wl_shell_surface.rs:59:13
[INFO] [stdout]    |
[INFO] [stdout] 59 |     serial: uint32_t
[INFO] [stdout]    |             ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]   --> src/raw/protocol/wl_shell_surface.rs:59:13
[INFO] [stdout]    |
[INFO] [stdout] 59 |     serial: uint32_t
[INFO] [stdout]    |             ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead.
[INFO] [stdout]   --> src/raw/protocol/wl_shell_surface.rs:72:13
[INFO] [stdout]    |
[INFO] [stdout] 72 |     serial: uint32_t
[INFO] [stdout]    |             ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]   --> src/raw/protocol/wl_shell_surface.rs:72:13
[INFO] [stdout]    |
[INFO] [stdout] 72 |     serial: uint32_t
[INFO] [stdout]    |             ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead.
[INFO] [stdout]   --> src/raw/protocol/wl_shell_surface.rs:86:13
[INFO] [stdout]    |
[INFO] [stdout] 86 |     serial: uint32_t,
[INFO] [stdout]    |             ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]   --> src/raw/protocol/wl_shell_surface.rs:86:13
[INFO] [stdout]    |
[INFO] [stdout] 86 |     serial: uint32_t,
[INFO] [stdout]    |             ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead.
[INFO] [stdout]   --> src/raw/protocol/wl_shell_surface.rs:87:12
[INFO] [stdout]    |
[INFO] [stdout] 87 |     edges: uint32_t
[INFO] [stdout]    |            ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]   --> src/raw/protocol/wl_shell_surface.rs:87:12
[INFO] [stdout]    |
[INFO] [stdout] 87 |     edges: uint32_t
[INFO] [stdout]    |            ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::int32_t`: Use i32 instead.
[INFO] [stdout]    --> src/raw/protocol/wl_shell_surface.rs:112:8
[INFO] [stdout]     |
[INFO] [stdout] 112 |     x: int32_t,
[INFO] [stdout]     |        ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]    --> src/raw/protocol/wl_shell_surface.rs:112:8
[INFO] [stdout]     |
[INFO] [stdout] 112 |     x: int32_t,
[INFO] [stdout]     |        ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::int32_t`: Use i32 instead.
[INFO] [stdout]    --> src/raw/protocol/wl_shell_surface.rs:113:8
[INFO] [stdout]     |
[INFO] [stdout] 113 |     y: int32_t,
[INFO] [stdout]     |        ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]    --> src/raw/protocol/wl_shell_surface.rs:113:8
[INFO] [stdout]     |
[INFO] [stdout] 113 |     y: int32_t,
[INFO] [stdout]     |        ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead.
[INFO] [stdout]    --> src/raw/protocol/wl_shell_surface.rs:114:12
[INFO] [stdout]     |
[INFO] [stdout] 114 |     flags: uint32_t
[INFO] [stdout]     |            ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]    --> src/raw/protocol/wl_shell_surface.rs:114:12
[INFO] [stdout]     |
[INFO] [stdout] 114 |     flags: uint32_t
[INFO] [stdout]     |            ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead.
[INFO] [stdout]    --> src/raw/protocol/wl_shell_surface.rs:129:13
[INFO] [stdout]     |
[INFO] [stdout] 129 |     method: uint32_t,
[INFO] [stdout]     |             ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]    --> src/raw/protocol/wl_shell_surface.rs:129:13
[INFO] [stdout]     |
[INFO] [stdout] 129 |     method: uint32_t,
[INFO] [stdout]     |             ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead.
[INFO] [stdout]    --> src/raw/protocol/wl_shell_surface.rs:130:16
[INFO] [stdout]     |
[INFO] [stdout] 130 |     framerate: uint32_t,
[INFO] [stdout]     |                ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]    --> src/raw/protocol/wl_shell_surface.rs:130:16
[INFO] [stdout]     |
[INFO] [stdout] 130 |     framerate: uint32_t,
[INFO] [stdout]     |                ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead.
[INFO] [stdout]    --> src/raw/protocol/wl_shell_surface.rs:146:13
[INFO] [stdout]     |
[INFO] [stdout] 146 |     serial: uint32_t,
[INFO] [stdout]     |             ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]    --> src/raw/protocol/wl_shell_surface.rs:146:13
[INFO] [stdout]     |
[INFO] [stdout] 146 |     serial: uint32_t,
[INFO] [stdout]     |             ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::int32_t`: Use i32 instead.
[INFO] [stdout]    --> src/raw/protocol/wl_shell_surface.rs:148:8
[INFO] [stdout]     |
[INFO] [stdout] 148 |     x: int32_t,
[INFO] [stdout]     |        ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]    --> src/raw/protocol/wl_shell_surface.rs:148:8
[INFO] [stdout]     |
[INFO] [stdout] 148 |     x: int32_t,
[INFO] [stdout]     |        ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::int32_t`: Use i32 instead.
[INFO] [stdout]    --> src/raw/protocol/wl_shell_surface.rs:149:8
[INFO] [stdout]     |
[INFO] [stdout] 149 |     y: int32_t,
[INFO] [stdout]     |        ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]    --> src/raw/protocol/wl_shell_surface.rs:149:8
[INFO] [stdout]     |
[INFO] [stdout] 149 |     y: int32_t,
[INFO] [stdout]     |        ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead.
[INFO] [stdout]    --> src/raw/protocol/wl_shell_surface.rs:150:12
[INFO] [stdout]     |
[INFO] [stdout] 150 |     flags: uint32_t
[INFO] [stdout]     |            ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]    --> src/raw/protocol/wl_shell_surface.rs:150:12
[INFO] [stdout]     |
[INFO] [stdout] 150 |     flags: uint32_t
[INFO] [stdout]     |            ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]    --> src/raw/protocol/wl_shell_surface.rs:179:19
[INFO] [stdout]     |
[INFO] [stdout] 179 |     title: *const c_char
[INFO] [stdout]     |                   ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]    --> src/raw/protocol/wl_shell_surface.rs:191:20
[INFO] [stdout]     |
[INFO] [stdout] 191 |     class_: *const c_char
[INFO] [stdout]     |                    ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]  --> src/raw/protocol/wl_shm.rs:5:12
[INFO] [stdout]   |
[INFO] [stdout] 5 | use libc::{c_int, c_void, int32_t, uint32_t};
[INFO] [stdout]   |            ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]  --> src/raw/protocol/wl_shm.rs:5:19
[INFO] [stdout]   |
[INFO] [stdout] 5 | use libc::{c_int, c_void, int32_t, uint32_t};
[INFO] [stdout]   |                   ^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::int32_t`: Use i32 instead.
[INFO] [stdout]  --> src/raw/protocol/wl_shm.rs:5:27
[INFO] [stdout]   |
[INFO] [stdout] 5 | use libc::{c_int, c_void, int32_t, uint32_t};
[INFO] [stdout]   |                           ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]  --> src/raw/protocol/wl_shm.rs:5:27
[INFO] [stdout]   |
[INFO] [stdout] 5 | use libc::{c_int, c_void, int32_t, uint32_t};
[INFO] [stdout]   |                           ^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead.
[INFO] [stdout]  --> src/raw/protocol/wl_shm.rs:5:36
[INFO] [stdout]   |
[INFO] [stdout] 5 | use libc::{c_int, c_void, int32_t, uint32_t};
[INFO] [stdout]   |                                    ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]  --> src/raw/protocol/wl_shm.rs:5:36
[INFO] [stdout]   |
[INFO] [stdout] 5 | use libc::{c_int, c_void, int32_t, uint32_t};
[INFO] [stdout]   |                                    ^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead.
[INFO] [stdout]   --> src/raw/protocol/wl_shm.rs:11:31
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub const WL_SHM_CREATE_POOL: uint32_t = 0;
[INFO] [stdout]    |                               ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]   --> src/raw/protocol/wl_shm.rs:11:31
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub const WL_SHM_CREATE_POOL: uint32_t = 0;
[INFO] [stdout]    |                               ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]   --> src/raw/protocol/wl_shm.rs:18:6
[INFO] [stdout]    |
[INFO] [stdout] 18 | ) -> c_int {
[INFO] [stdout]    |      ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::int32_t`: Use i32 instead.
[INFO] [stdout]   --> src/raw/protocol/wl_shm.rs:52:9
[INFO] [stdout]    |
[INFO] [stdout] 52 |     fd: int32_t,
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]   --> src/raw/protocol/wl_shm.rs:52:9
[INFO] [stdout]    |
[INFO] [stdout] 52 |     fd: int32_t,
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::int32_t`: Use i32 instead.
[INFO] [stdout]   --> src/raw/protocol/wl_shm.rs:53:11
[INFO] [stdout]    |
[INFO] [stdout] 53 |     size: int32_t
[INFO] [stdout]    |           ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]   --> src/raw/protocol/wl_shm.rs:53:11
[INFO] [stdout]    |
[INFO] [stdout] 53 |     size: int32_t
[INFO] [stdout]    |           ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]  --> src/raw/protocol/wl_shm_pool.rs:5:12
[INFO] [stdout]   |
[INFO] [stdout] 5 | use libc::{c_void, int32_t, uint32_t};
[INFO] [stdout]   |            ^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::int32_t`: Use i32 instead.
[INFO] [stdout]  --> src/raw/protocol/wl_shm_pool.rs:5:20
[INFO] [stdout]   |
[INFO] [stdout] 5 | use libc::{c_void, int32_t, uint32_t};
[INFO] [stdout]   |                    ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]  --> src/raw/protocol/wl_shm_pool.rs:5:20
[INFO] [stdout]   |
[INFO] [stdout] 5 | use libc::{c_void, int32_t, uint32_t};
[INFO] [stdout]   |                    ^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead.
[INFO] [stdout]  --> src/raw/protocol/wl_shm_pool.rs:5:29
[INFO] [stdout]   |
[INFO] [stdout] 5 | use libc::{c_void, int32_t, uint32_t};
[INFO] [stdout]   |                             ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]  --> src/raw/protocol/wl_shm_pool.rs:5:29
[INFO] [stdout]   |
[INFO] [stdout] 5 | use libc::{c_void, int32_t, uint32_t};
[INFO] [stdout]   |                             ^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead.
[INFO] [stdout]   --> src/raw/protocol/wl_shm_pool.rs:10:38
[INFO] [stdout]    |
[INFO] [stdout] 10 | pub const WL_SHM_POOL_CREATE_BUFFER: uint32_t = 0;
[INFO] [stdout]    |                                      ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]   --> src/raw/protocol/wl_shm_pool.rs:10:38
[INFO] [stdout]    |
[INFO] [stdout] 10 | pub const WL_SHM_POOL_CREATE_BUFFER: uint32_t = 0;
[INFO] [stdout]    |                                      ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead.
[INFO] [stdout]   --> src/raw/protocol/wl_shm_pool.rs:11:32
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub const WL_SHM_POOL_DESTROY: uint32_t = 1;
[INFO] [stdout]    |                                ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]   --> src/raw/protocol/wl_shm_pool.rs:11:32
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub const WL_SHM_POOL_DESTROY: uint32_t = 1;
[INFO] [stdout]    |                                ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead.
[INFO] [stdout]   --> src/raw/protocol/wl_shm_pool.rs:12:31
[INFO] [stdout]    |
[INFO] [stdout] 12 | pub const WL_SHM_POOL_RESIZE: uint32_t = 2;
[INFO] [stdout]    |                               ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]   --> src/raw/protocol/wl_shm_pool.rs:12:31
[INFO] [stdout]    |
[INFO] [stdout] 12 | pub const WL_SHM_POOL_RESIZE: uint32_t = 2;
[INFO] [stdout]    |                               ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::int32_t`: Use i32 instead.
[INFO] [stdout]   --> src/raw/protocol/wl_shm_pool.rs:35:13
[INFO] [stdout]    |
[INFO] [stdout] 35 |     offset: int32_t,
[INFO] [stdout]    |             ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]   --> src/raw/protocol/wl_shm_pool.rs:35:13
[INFO] [stdout]    |
[INFO] [stdout] 35 |     offset: int32_t,
[INFO] [stdout]    |             ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::int32_t`: Use i32 instead.
[INFO] [stdout]   --> src/raw/protocol/wl_shm_pool.rs:36:12
[INFO] [stdout]    |
[INFO] [stdout] 36 |     width: int32_t,
[INFO] [stdout]    |            ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]   --> src/raw/protocol/wl_shm_pool.rs:36:12
[INFO] [stdout]    |
[INFO] [stdout] 36 |     width: int32_t,
[INFO] [stdout]    |            ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::int32_t`: Use i32 instead.
[INFO] [stdout]   --> src/raw/protocol/wl_shm_pool.rs:37:13
[INFO] [stdout]    |
[INFO] [stdout] 37 |     height: int32_t,
[INFO] [stdout]    |             ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]   --> src/raw/protocol/wl_shm_pool.rs:37:13
[INFO] [stdout]    |
[INFO] [stdout] 37 |     height: int32_t,
[INFO] [stdout]    |             ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::int32_t`: Use i32 instead.
[INFO] [stdout]   --> src/raw/protocol/wl_shm_pool.rs:38:13
[INFO] [stdout]    |
[INFO] [stdout] 38 |     stride: int32_t,
[INFO] [stdout]    |             ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]   --> src/raw/protocol/wl_shm_pool.rs:38:13
[INFO] [stdout]    |
[INFO] [stdout] 38 |     stride: int32_t,
[INFO] [stdout]    |             ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead.
[INFO] [stdout]   --> src/raw/protocol/wl_shm_pool.rs:39:13
[INFO] [stdout]    |
[INFO] [stdout] 39 |     format: uint32_t
[INFO] [stdout]    |             ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]   --> src/raw/protocol/wl_shm_pool.rs:39:13
[INFO] [stdout]    |
[INFO] [stdout] 39 |     format: uint32_t
[INFO] [stdout]    |             ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::int32_t`: Use i32 instead.
[INFO] [stdout]   --> src/raw/protocol/wl_shm_pool.rs:69:11
[INFO] [stdout]    |
[INFO] [stdout] 69 |     size: int32_t
[INFO] [stdout]    |           ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]   --> src/raw/protocol/wl_shm_pool.rs:69:11
[INFO] [stdout]    |
[INFO] [stdout] 69 |     size: int32_t
[INFO] [stdout]    |           ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]  --> src/raw/protocol/wl_subcompositor.rs:5:12
[INFO] [stdout]   |
[INFO] [stdout] 5 | use libc::{c_void, uint32_t};
[INFO] [stdout]   |            ^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead.
[INFO] [stdout]  --> src/raw/protocol/wl_subcompositor.rs:5:20
[INFO] [stdout]   |
[INFO] [stdout] 5 | use libc::{c_void, uint32_t};
[INFO] [stdout]   |                    ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]  --> src/raw/protocol/wl_subcompositor.rs:5:20
[INFO] [stdout]   |
[INFO] [stdout] 5 | use libc::{c_void, uint32_t};
[INFO] [stdout]   |                    ^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead.
[INFO] [stdout]   --> src/raw/protocol/wl_subcompositor.rs:10:37
[INFO] [stdout]    |
[INFO] [stdout] 10 | pub const WL_SUBCOMPOSITOR_DESTROY: uint32_t = 0;
[INFO] [stdout]    |                                     ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]   --> src/raw/protocol/wl_subcompositor.rs:10:37
[INFO] [stdout]    |
[INFO] [stdout] 10 | pub const WL_SUBCOMPOSITOR_DESTROY: uint32_t = 0;
[INFO] [stdout]    |                                     ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead.
[INFO] [stdout]   --> src/raw/protocol/wl_subcompositor.rs:11:44
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub const WL_SUBCOMPOSITOR_GET_SUBSURFACE: uint32_t = 1;
[INFO] [stdout]    |                                            ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]   --> src/raw/protocol/wl_subcompositor.rs:11:44
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub const WL_SUBCOMPOSITOR_GET_SUBSURFACE: uint32_t = 1;
[INFO] [stdout]    |                                            ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]  --> src/raw/protocol/wl_subsurface.rs:3:12
[INFO] [stdout]   |
[INFO] [stdout] 3 | use libc::{c_void, int32_t, uint32_t};
[INFO] [stdout]   |            ^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::int32_t`: Use i32 instead.
[INFO] [stdout]  --> src/raw/protocol/wl_subsurface.rs:3:20
[INFO] [stdout]   |
[INFO] [stdout] 3 | use libc::{c_void, int32_t, uint32_t};
[INFO] [stdout]   |                    ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]  --> src/raw/protocol/wl_subsurface.rs:3:20
[INFO] [stdout]   |
[INFO] [stdout] 3 | use libc::{c_void, int32_t, uint32_t};
[INFO] [stdout]   |                    ^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead.
[INFO] [stdout]  --> src/raw/protocol/wl_subsurface.rs:3:29
[INFO] [stdout]   |
[INFO] [stdout] 3 | use libc::{c_void, int32_t, uint32_t};
[INFO] [stdout]   |                             ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]  --> src/raw/protocol/wl_subsurface.rs:3:29
[INFO] [stdout]   |
[INFO] [stdout] 3 | use libc::{c_void, int32_t, uint32_t};
[INFO] [stdout]   |                             ^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead.
[INFO] [stdout]  --> src/raw/protocol/wl_subsurface.rs:8:34
[INFO] [stdout]   |
[INFO] [stdout] 8 | pub const WL_SUBSURFACE_DESTROY: uint32_t = 0;
[INFO] [stdout]   |                                  ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]  --> src/raw/protocol/wl_subsurface.rs:8:34
[INFO] [stdout]   |
[INFO] [stdout] 8 | pub const WL_SUBSURFACE_DESTROY: uint32_t = 0;
[INFO] [stdout]   |                                  ^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead.
[INFO] [stdout]  --> src/raw/protocol/wl_subsurface.rs:9:39
[INFO] [stdout]   |
[INFO] [stdout] 9 | pub const WL_SUBSURFACE_SET_POSITION: uint32_t = 1;
[INFO] [stdout]   |                                       ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]  --> src/raw/protocol/wl_subsurface.rs:9:39
[INFO] [stdout]   |
[INFO] [stdout] 9 | pub const WL_SUBSURFACE_SET_POSITION: uint32_t = 1;
[INFO] [stdout]   |                                       ^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead.
[INFO] [stdout]   --> src/raw/protocol/wl_subsurface.rs:10:38
[INFO] [stdout]    |
[INFO] [stdout] 10 | pub const WL_SUBSURFACE_PLACE_ABOVE: uint32_t = 2;
[INFO] [stdout]    |                                      ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]   --> src/raw/protocol/wl_subsurface.rs:10:38
[INFO] [stdout]    |
[INFO] [stdout] 10 | pub const WL_SUBSURFACE_PLACE_ABOVE: uint32_t = 2;
[INFO] [stdout]    |                                      ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead.
[INFO] [stdout]   --> src/raw/protocol/wl_subsurface.rs:11:38
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub const WL_SUBSURFACE_PLACE_BELOW: uint32_t = 3;
[INFO] [stdout]    |                                      ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]   --> src/raw/protocol/wl_subsurface.rs:11:38
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub const WL_SUBSURFACE_PLACE_BELOW: uint32_t = 3;
[INFO] [stdout]    |                                      ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead.
[INFO] [stdout]   --> src/raw/protocol/wl_subsurface.rs:12:35
[INFO] [stdout]    |
[INFO] [stdout] 12 | pub const WL_SUBSURFACE_SET_SYNC: uint32_t = 4;
[INFO] [stdout]    |                                   ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]   --> src/raw/protocol/wl_subsurface.rs:12:35
[INFO] [stdout]    |
[INFO] [stdout] 12 | pub const WL_SUBSURFACE_SET_SYNC: uint32_t = 4;
[INFO] [stdout]    |                                   ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead.
[INFO] [stdout]   --> src/raw/protocol/wl_subsurface.rs:13:37
[INFO] [stdout]    |
[INFO] [stdout] 13 | pub const WL_SUBSURFACE_SET_DESYNC: uint32_t = 5;
[INFO] [stdout]    |                                     ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]   --> src/raw/protocol/wl_subsurface.rs:13:37
[INFO] [stdout]    |
[INFO] [stdout] 13 | pub const WL_SUBSURFACE_SET_DESYNC: uint32_t = 5;
[INFO] [stdout]    |                                     ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::int32_t`: Use i32 instead.
[INFO] [stdout]   --> src/raw/protocol/wl_subsurface.rs:47:8
[INFO] [stdout]    |
[INFO] [stdout] 47 |     x: int32_t,
[INFO] [stdout]    |        ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]   --> src/raw/protocol/wl_subsurface.rs:47:8
[INFO] [stdout]    |
[INFO] [stdout] 47 |     x: int32_t,
[INFO] [stdout]    |        ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::int32_t`: Use i32 instead.
[INFO] [stdout]   --> src/raw/protocol/wl_subsurface.rs:48:8
[INFO] [stdout]    |
[INFO] [stdout] 48 |     y: int32_t
[INFO] [stdout]    |        ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]   --> src/raw/protocol/wl_subsurface.rs:48:8
[INFO] [stdout]    |
[INFO] [stdout] 48 |     y: int32_t
[INFO] [stdout]    |        ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]  --> src/raw/protocol/wl_surface.rs:5:12
[INFO] [stdout]   |
[INFO] [stdout] 5 | use libc::{c_int, c_void, int32_t, uint32_t};
[INFO] [stdout]   |            ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]  --> src/raw/protocol/wl_surface.rs:5:19
[INFO] [stdout]   |
[INFO] [stdout] 5 | use libc::{c_int, c_void, int32_t, uint32_t};
[INFO] [stdout]   |                   ^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::int32_t`: Use i32 instead.
[INFO] [stdout]  --> src/raw/protocol/wl_surface.rs:5:27
[INFO] [stdout]   |
[INFO] [stdout] 5 | use libc::{c_int, c_void, int32_t, uint32_t};
[INFO] [stdout]   |                           ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]  --> src/raw/protocol/wl_surface.rs:5:27
[INFO] [stdout]   |
[INFO] [stdout] 5 | use libc::{c_int, c_void, int32_t, uint32_t};
[INFO] [stdout]   |                           ^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead.
[INFO] [stdout]  --> src/raw/protocol/wl_surface.rs:5:36
[INFO] [stdout]   |
[INFO] [stdout] 5 | use libc::{c_int, c_void, int32_t, uint32_t};
[INFO] [stdout]   |                                    ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]  --> src/raw/protocol/wl_surface.rs:5:36
[INFO] [stdout]   |
[INFO] [stdout] 5 | use libc::{c_int, c_void, int32_t, uint32_t};
[INFO] [stdout]   |                                    ^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead.
[INFO] [stdout]   --> src/raw/protocol/wl_surface.rs:11:31
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub const WL_SURFACE_DESTROY: uint32_t = 0;
[INFO] [stdout]    |                               ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]   --> src/raw/protocol/wl_surface.rs:11:31
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub const WL_SURFACE_DESTROY: uint32_t = 0;
[INFO] [stdout]    |                               ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead.
[INFO] [stdout]   --> src/raw/protocol/wl_surface.rs:12:30
[INFO] [stdout]    |
[INFO] [stdout] 12 | pub const WL_SURFACE_ATTACH: uint32_t = 1;
[INFO] [stdout]    |                              ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]   --> src/raw/protocol/wl_surface.rs:12:30
[INFO] [stdout]    |
[INFO] [stdout] 12 | pub const WL_SURFACE_ATTACH: uint32_t = 1;
[INFO] [stdout]    |                              ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead.
[INFO] [stdout]   --> src/raw/protocol/wl_surface.rs:13:30
[INFO] [stdout]    |
[INFO] [stdout] 13 | pub const WL_SURFACE_DAMAGE: uint32_t = 2;
[INFO] [stdout]    |                              ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]   --> src/raw/protocol/wl_surface.rs:13:30
[INFO] [stdout]    |
[INFO] [stdout] 13 | pub const WL_SURFACE_DAMAGE: uint32_t = 2;
[INFO] [stdout]    |                              ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead.
[INFO] [stdout]   --> src/raw/protocol/wl_surface.rs:14:29
[INFO] [stdout]    |
[INFO] [stdout] 14 | pub const WL_SURFACE_FRAME: uint32_t = 3;
[INFO] [stdout]    |                             ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]   --> src/raw/protocol/wl_surface.rs:14:29
[INFO] [stdout]    |
[INFO] [stdout] 14 | pub const WL_SURFACE_FRAME: uint32_t = 3;
[INFO] [stdout]    |                             ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead.
[INFO] [stdout]   --> src/raw/protocol/wl_surface.rs:15:41
[INFO] [stdout]    |
[INFO] [stdout] 15 | pub const WL_SURFACE_SET_OPAQUE_REGION: uint32_t = 4;
[INFO] [stdout]    |                                         ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]   --> src/raw/protocol/wl_surface.rs:15:41
[INFO] [stdout]    |
[INFO] [stdout] 15 | pub const WL_SURFACE_SET_OPAQUE_REGION: uint32_t = 4;
[INFO] [stdout]    |                                         ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead.
[INFO] [stdout]   --> src/raw/protocol/wl_surface.rs:16:40
[INFO] [stdout]    |
[INFO] [stdout] 16 | pub const WL_SURFACE_SET_INPUT_REGION: uint32_t = 5;
[INFO] [stdout]    |                                        ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]   --> src/raw/protocol/wl_surface.rs:16:40
[INFO] [stdout]    |
[INFO] [stdout] 16 | pub const WL_SURFACE_SET_INPUT_REGION: uint32_t = 5;
[INFO] [stdout]    |                                        ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead.
[INFO] [stdout]   --> src/raw/protocol/wl_surface.rs:17:30
[INFO] [stdout]    |
[INFO] [stdout] 17 | pub const WL_SURFACE_COMMIT: uint32_t = 6;
[INFO] [stdout]    |                              ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]   --> src/raw/protocol/wl_surface.rs:17:30
[INFO] [stdout]    |
[INFO] [stdout] 17 | pub const WL_SURFACE_COMMIT: uint32_t = 6;
[INFO] [stdout]    |                              ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead.
[INFO] [stdout]   --> src/raw/protocol/wl_surface.rs:18:44
[INFO] [stdout]    |
[INFO] [stdout] 18 | pub const WL_SURFACE_SET_BUFFER_TRANSFORM: uint32_t = 7;
[INFO] [stdout]    |                                            ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]   --> src/raw/protocol/wl_surface.rs:18:44
[INFO] [stdout]    |
[INFO] [stdout] 18 | pub const WL_SURFACE_SET_BUFFER_TRANSFORM: uint32_t = 7;
[INFO] [stdout]    |                                            ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead.
[INFO] [stdout]   --> src/raw/protocol/wl_surface.rs:19:40
[INFO] [stdout]    |
[INFO] [stdout] 19 | pub const WL_SURFACE_SET_BUFFER_SCALE: uint32_t = 8;
[INFO] [stdout]    |                                        ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]   --> src/raw/protocol/wl_surface.rs:19:40
[INFO] [stdout]    |
[INFO] [stdout] 19 | pub const WL_SURFACE_SET_BUFFER_SCALE: uint32_t = 8;
[INFO] [stdout]    |                                        ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]   --> src/raw/protocol/wl_surface.rs:26:6
[INFO] [stdout]    |
[INFO] [stdout] 26 | ) -> c_int {
[INFO] [stdout]    |      ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::int32_t`: Use i32 instead.
[INFO] [stdout]   --> src/raw/protocol/wl_surface.rs:67:8
[INFO] [stdout]    |
[INFO] [stdout] 67 |     x: int32_t,
[INFO] [stdout]    |        ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]   --> src/raw/protocol/wl_surface.rs:67:8
[INFO] [stdout]    |
[INFO] [stdout] 67 |     x: int32_t,
[INFO] [stdout]    |        ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::int32_t`: Use i32 instead.
[INFO] [stdout]   --> src/raw/protocol/wl_surface.rs:68:8
[INFO] [stdout]    |
[INFO] [stdout] 68 |     y: int32_t
[INFO] [stdout]    |        ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]   --> src/raw/protocol/wl_surface.rs:68:8
[INFO] [stdout]    |
[INFO] [stdout] 68 |     y: int32_t
[INFO] [stdout]    |        ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::int32_t`: Use i32 instead.
[INFO] [stdout]   --> src/raw/protocol/wl_surface.rs:82:8
[INFO] [stdout]    |
[INFO] [stdout] 82 |     x: int32_t,
[INFO] [stdout]    |        ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]   --> src/raw/protocol/wl_surface.rs:82:8
[INFO] [stdout]    |
[INFO] [stdout] 82 |     x: int32_t,
[INFO] [stdout]    |        ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::int32_t`: Use i32 instead.
[INFO] [stdout]   --> src/raw/protocol/wl_surface.rs:83:8
[INFO] [stdout]    |
[INFO] [stdout] 83 |     y: int32_t,
[INFO] [stdout]    |        ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]   --> src/raw/protocol/wl_surface.rs:83:8
[INFO] [stdout]    |
[INFO] [stdout] 83 |     y: int32_t,
[INFO] [stdout]    |        ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::int32_t`: Use i32 instead.
[INFO] [stdout]   --> src/raw/protocol/wl_surface.rs:84:12
[INFO] [stdout]    |
[INFO] [stdout] 84 |     width: int32_t,
[INFO] [stdout]    |            ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]   --> src/raw/protocol/wl_surface.rs:84:12
[INFO] [stdout]    |
[INFO] [stdout] 84 |     width: int32_t,
[INFO] [stdout]    |            ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::int32_t`: Use i32 instead.
[INFO] [stdout]   --> src/raw/protocol/wl_surface.rs:85:13
[INFO] [stdout]    |
[INFO] [stdout] 85 |     height: int32_t
[INFO] [stdout]    |             ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]   --> src/raw/protocol/wl_surface.rs:85:13
[INFO] [stdout]    |
[INFO] [stdout] 85 |     height: int32_t
[INFO] [stdout]    |             ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::int32_t`: Use i32 instead.
[INFO] [stdout]    --> src/raw/protocol/wl_surface.rs:147:16
[INFO] [stdout]     |
[INFO] [stdout] 147 |     transform: int32_t
[INFO] [stdout]     |                ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]    --> src/raw/protocol/wl_surface.rs:147:16
[INFO] [stdout]     |
[INFO] [stdout] 147 |     transform: int32_t
[INFO] [stdout]     |                ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::int32_t`: Use i32 instead.
[INFO] [stdout]    --> src/raw/protocol/wl_surface.rs:159:12
[INFO] [stdout]     |
[INFO] [stdout] 159 |     scale: int32_t
[INFO] [stdout]     |            ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]    --> src/raw/protocol/wl_surface.rs:159:12
[INFO] [stdout]     |
[INFO] [stdout] 159 |     scale: int32_t
[INFO] [stdout]     |            ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]  --> src/raw/protocol/wl_touch.rs:3:12
[INFO] [stdout]   |
[INFO] [stdout] 3 | use libc::{c_int, c_void, uint32_t};
[INFO] [stdout]   |            ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]  --> src/raw/protocol/wl_touch.rs:3:19
[INFO] [stdout]   |
[INFO] [stdout] 3 | use libc::{c_int, c_void, uint32_t};
[INFO] [stdout]   |                   ^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead.
[INFO] [stdout]  --> src/raw/protocol/wl_touch.rs:3:27
[INFO] [stdout]   |
[INFO] [stdout] 3 | use libc::{c_int, c_void, uint32_t};
[INFO] [stdout]   |                           ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]  --> src/raw/protocol/wl_touch.rs:3:27
[INFO] [stdout]   |
[INFO] [stdout] 3 | use libc::{c_int, c_void, uint32_t};
[INFO] [stdout]   |                           ^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead.
[INFO] [stdout]  --> src/raw/protocol/wl_touch.rs:9:29
[INFO] [stdout]   |
[INFO] [stdout] 9 | pub const WL_TOUCH_RELEASE: uint32_t = 0;
[INFO] [stdout]   |                             ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]  --> src/raw/protocol/wl_touch.rs:9:29
[INFO] [stdout]   |
[INFO] [stdout] 9 | pub const WL_TOUCH_RELEASE: uint32_t = 0;
[INFO] [stdout]   |                             ^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]   --> src/raw/protocol/wl_touch.rs:16:6
[INFO] [stdout]    |
[INFO] [stdout] 16 | ) -> c_int {
[INFO] [stdout]    |      ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0517]: attribute should be applied to a struct, enum, or union
[INFO] [stdout]  --> src/raw/types/enums.rs:5:8
[INFO] [stdout]   |
[INFO] [stdout] 5 | #[repr(C)]
[INFO] [stdout]   |        ^
[INFO] [stdout] 6 | pub type wl_data_device_error = uint32_t;
[INFO] [stdout]   | ----------------------------------------- not a struct, enum, or union
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0517]: attribute should be applied to a struct, enum, or union
[INFO] [stdout]   --> src/raw/types/enums.rs:9:8
[INFO] [stdout]    |
[INFO] [stdout]  9 | #[repr(C)]
[INFO] [stdout]    |        ^
[INFO] [stdout] 10 | pub type wl_display_error = uint32_t;
[INFO] [stdout]    | ------------------------------------- not a struct, enum, or union
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0517]: attribute should be applied to a struct, enum, or union
[INFO] [stdout]   --> src/raw/types/enums.rs:15:8
[INFO] [stdout]    |
[INFO] [stdout] 15 | #[repr(C)]
[INFO] [stdout]    |        ^
[INFO] [stdout] 16 | pub type wl_keyboard_key_state = uint32_t;
[INFO] [stdout]    | ------------------------------------------ not a struct, enum, or union
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0517]: attribute should be applied to a struct, enum, or union
[INFO] [stdout]   --> src/raw/types/enums.rs:20:8
[INFO] [stdout]    |
[INFO] [stdout] 20 | #[repr(C)]
[INFO] [stdout]    |        ^
[INFO] [stdout] 21 | pub type wl_keyboard_keymap_format = uint32_t;
[INFO] [stdout]    | ---------------------------------------------- not a struct, enum, or union
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0517]: attribute should be applied to a struct, enum, or union
[INFO] [stdout]   --> src/raw/types/enums.rs:25:8
[INFO] [stdout]    |
[INFO] [stdout] 25 | #[repr(C)]
[INFO] [stdout]    |        ^
[INFO] [stdout] 26 | pub type wl_output_mode = uint32_t;
[INFO] [stdout]    | ----------------------------------- not a struct, enum, or union
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0517]: attribute should be applied to a struct, enum, or union
[INFO] [stdout]   --> src/raw/types/enums.rs:30:8
[INFO] [stdout]    |
[INFO] [stdout] 30 | #[repr(C)]
[INFO] [stdout]    |        ^
[INFO] [stdout] 31 | pub type wl_output_subpixel = uint32_t;
[INFO] [stdout]    | --------------------------------------- not a struct, enum, or union
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0517]: attribute should be applied to a struct, enum, or union
[INFO] [stdout]   --> src/raw/types/enums.rs:39:8
[INFO] [stdout]    |
[INFO] [stdout] 39 | #[repr(C)]
[INFO] [stdout]    |        ^
[INFO] [stdout] 40 | pub type wl_output_transform = uint32_t;
[INFO] [stdout]    | ---------------------------------------- not a struct, enum, or union
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0517]: attribute should be applied to a struct, enum, or union
[INFO] [stdout]   --> src/raw/types/enums.rs:50:8
[INFO] [stdout]    |
[INFO] [stdout] 50 | #[repr(C)]
[INFO] [stdout]    |        ^
[INFO] [stdout] 51 | pub type wl_pointer_axis = uint32_t;
[INFO] [stdout]    | ------------------------------------ not a struct, enum, or union
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0517]: attribute should be applied to a struct, enum, or union
[INFO] [stdout]   --> src/raw/types/enums.rs:55:8
[INFO] [stdout]    |
[INFO] [stdout] 55 | #[repr(C)]
[INFO] [stdout]    |        ^
[INFO] [stdout] 56 | pub type wl_pointer_button_state = uint32_t;
[INFO] [stdout]    | -------------------------------------------- not a struct, enum, or union
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0517]: attribute should be applied to a struct, enum, or union
[INFO] [stdout]   --> src/raw/types/enums.rs:60:8
[INFO] [stdout]    |
[INFO] [stdout] 60 | #[repr(C)]
[INFO] [stdout]    |        ^
[INFO] [stdout] 61 | pub type wl_pointer_error = uint32_t;
[INFO] [stdout]    | ------------------------------------- not a struct, enum, or union
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0517]: attribute should be applied to a struct, enum, or union
[INFO] [stdout]   --> src/raw/types/enums.rs:64:8
[INFO] [stdout]    |
[INFO] [stdout] 64 | #[repr(C)]
[INFO] [stdout]    |        ^
[INFO] [stdout] 65 | pub type wl_seat_capability = uint32_t;
[INFO] [stdout]    | --------------------------------------- not a struct, enum, or union
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0517]: attribute should be applied to a struct, enum, or union
[INFO] [stdout]   --> src/raw/types/enums.rs:70:8
[INFO] [stdout]    |
[INFO] [stdout] 70 | #[repr(C)]
[INFO] [stdout]    |        ^
[INFO] [stdout] 71 | pub type wl_shell_error = uint32_t;
[INFO] [stdout]    | ----------------------------------- not a struct, enum, or union
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0517]: attribute should be applied to a struct, enum, or union
[INFO] [stdout]   --> src/raw/types/enums.rs:74:8
[INFO] [stdout]    |
[INFO] [stdout] 74 | #[repr(C)]
[INFO] [stdout]    |        ^
[INFO] [stdout] 75 | pub type wl_shell_surface_fullscreen_method = uint32_t;
[INFO] [stdout]    | ------------------------------------------------------- not a struct, enum, or union
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0517]: attribute should be applied to a struct, enum, or union
[INFO] [stdout]   --> src/raw/types/enums.rs:85:8
[INFO] [stdout]    |
[INFO] [stdout] 85 | #[repr(C)]
[INFO] [stdout]    |        ^
[INFO] [stdout] 86 | pub type wl_shell_surface_resize = uint32_t;
[INFO] [stdout]    | -------------------------------------------- not a struct, enum, or union
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0517]: attribute should be applied to a struct, enum, or union
[INFO] [stdout]   --> src/raw/types/enums.rs:97:8
[INFO] [stdout]    |
[INFO] [stdout] 97 | #[repr(C)]
[INFO] [stdout]    |        ^
[INFO] [stdout] 98 | pub type wl_shell_surface_transient = uint32_t;
[INFO] [stdout]    | ----------------------------------------------- not a struct, enum, or union
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0517]: attribute should be applied to a struct, enum, or union
[INFO] [stdout]    --> src/raw/types/enums.rs:101:8
[INFO] [stdout]     |
[INFO] [stdout] 101 | #[repr(C)]
[INFO] [stdout]     |        ^
[INFO] [stdout] 102 | pub type wl_shm_error = uint32_t;
[INFO] [stdout]     | --------------------------------- not a struct, enum, or union
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0517]: attribute should be applied to a struct, enum, or union
[INFO] [stdout]    --> src/raw/types/enums.rs:107:8
[INFO] [stdout]     |
[INFO] [stdout] 107 | #[repr(C)]
[INFO] [stdout]     |        ^
[INFO] [stdout] 108 | pub type wl_shm_format = uint32_t;
[INFO] [stdout]     | ---------------------------------- not a struct, enum, or union
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0517]: attribute should be applied to a struct, enum, or union
[INFO] [stdout]    --> src/raw/types/enums.rs:168:8
[INFO] [stdout]     |
[INFO] [stdout] 168 | #[repr(C)]
[INFO] [stdout]     |        ^
[INFO] [stdout] 169 | pub type wl_subcompositor_error = uint32_t;
[INFO] [stdout]     | ------------------------------------------- not a struct, enum, or union
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0517]: attribute should be applied to a struct, enum, or union
[INFO] [stdout]    --> src/raw/types/enums.rs:172:8
[INFO] [stdout]     |
[INFO] [stdout] 172 | #[repr(C)]
[INFO] [stdout]     |        ^
[INFO] [stdout] 173 | pub type wl_subsurface_error = uint32_t;
[INFO] [stdout]     | ---------------------------------------- not a struct, enum, or union
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0517]: attribute should be applied to a struct, enum, or union
[INFO] [stdout]    --> src/raw/types/enums.rs:176:8
[INFO] [stdout]     |
[INFO] [stdout] 176 | #[repr(C)]
[INFO] [stdout]     |        ^
[INFO] [stdout] 177 | pub type wl_surface_error = uint32_t;
[INFO] [stdout]     | ------------------------------------- not a struct, enum, or union
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead.
[INFO] [stdout]  --> src/raw/types/enums.rs:3:11
[INFO] [stdout]   |
[INFO] [stdout] 3 | use libc::uint32_t;
[INFO] [stdout]   |           ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]  --> src/raw/types/enums.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use libc::uint32_t;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead.
[INFO] [stdout]  --> src/raw/types/enums.rs:6:33
[INFO] [stdout]   |
[INFO] [stdout] 6 | pub type wl_data_device_error = uint32_t;
[INFO] [stdout]   |                                 ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]  --> src/raw/types/enums.rs:6:33
[INFO] [stdout]   |
[INFO] [stdout] 6 | pub type wl_data_device_error = uint32_t;
[INFO] [stdout]   |                                 ^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead.
[INFO] [stdout]   --> src/raw/types/enums.rs:10:29
[INFO] [stdout]    |
[INFO] [stdout] 10 | pub type wl_display_error = uint32_t;
[INFO] [stdout]    |                             ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]   --> src/raw/types/enums.rs:10:29
[INFO] [stdout]    |
[INFO] [stdout] 10 | pub type wl_display_error = uint32_t;
[INFO] [stdout]    |                             ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead.
[INFO] [stdout]   --> src/raw/types/enums.rs:16:34
[INFO] [stdout]    |
[INFO] [stdout] 16 | pub type wl_keyboard_key_state = uint32_t;
[INFO] [stdout]    |                                  ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]   --> src/raw/types/enums.rs:16:34
[INFO] [stdout]    |
[INFO] [stdout] 16 | pub type wl_keyboard_key_state = uint32_t;
[INFO] [stdout]    |                                  ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead.
[INFO] [stdout]   --> src/raw/types/enums.rs:21:38
[INFO] [stdout]    |
[INFO] [stdout] 21 | pub type wl_keyboard_keymap_format = uint32_t;
[INFO] [stdout]    |                                      ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]   --> src/raw/types/enums.rs:21:38
[INFO] [stdout]    |
[INFO] [stdout] 21 | pub type wl_keyboard_keymap_format = uint32_t;
[INFO] [stdout]    |                                      ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead.
[INFO] [stdout]   --> src/raw/types/enums.rs:26:27
[INFO] [stdout]    |
[INFO] [stdout] 26 | pub type wl_output_mode = uint32_t;
[INFO] [stdout]    |                           ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]   --> src/raw/types/enums.rs:26:27
[INFO] [stdout]    |
[INFO] [stdout] 26 | pub type wl_output_mode = uint32_t;
[INFO] [stdout]    |                           ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead.
[INFO] [stdout]   --> src/raw/types/enums.rs:31:31
[INFO] [stdout]    |
[INFO] [stdout] 31 | pub type wl_output_subpixel = uint32_t;
[INFO] [stdout]    |                               ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]   --> src/raw/types/enums.rs:31:31
[INFO] [stdout]    |
[INFO] [stdout] 31 | pub type wl_output_subpixel = uint32_t;
[INFO] [stdout]    |                               ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead.
[INFO] [stdout]   --> src/raw/types/enums.rs:40:32
[INFO] [stdout]    |
[INFO] [stdout] 40 | pub type wl_output_transform = uint32_t;
[INFO] [stdout]    |                                ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]   --> src/raw/types/enums.rs:40:32
[INFO] [stdout]    |
[INFO] [stdout] 40 | pub type wl_output_transform = uint32_t;
[INFO] [stdout]    |                                ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead.
[INFO] [stdout]   --> src/raw/types/enums.rs:51:28
[INFO] [stdout]    |
[INFO] [stdout] 51 | pub type wl_pointer_axis = uint32_t;
[INFO] [stdout]    |                            ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]   --> src/raw/types/enums.rs:51:28
[INFO] [stdout]    |
[INFO] [stdout] 51 | pub type wl_pointer_axis = uint32_t;
[INFO] [stdout]    |                            ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead.
[INFO] [stdout]   --> src/raw/types/enums.rs:56:36
[INFO] [stdout]    |
[INFO] [stdout] 56 | pub type wl_pointer_button_state = uint32_t;
[INFO] [stdout]    |                                    ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]   --> src/raw/types/enums.rs:56:36
[INFO] [stdout]    |
[INFO] [stdout] 56 | pub type wl_pointer_button_state = uint32_t;
[INFO] [stdout]    |                                    ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead.
[INFO] [stdout]   --> src/raw/types/enums.rs:61:29
[INFO] [stdout]    |
[INFO] [stdout] 61 | pub type wl_pointer_error = uint32_t;
[INFO] [stdout]    |                             ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]   --> src/raw/types/enums.rs:61:29
[INFO] [stdout]    |
[INFO] [stdout] 61 | pub type wl_pointer_error = uint32_t;
[INFO] [stdout]    |                             ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead.
[INFO] [stdout]   --> src/raw/types/enums.rs:65:31
[INFO] [stdout]    |
[INFO] [stdout] 65 | pub type wl_seat_capability = uint32_t;
[INFO] [stdout]    |                               ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]   --> src/raw/types/enums.rs:65:31
[INFO] [stdout]    |
[INFO] [stdout] 65 | pub type wl_seat_capability = uint32_t;
[INFO] [stdout]    |                               ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead.
[INFO] [stdout]   --> src/raw/types/enums.rs:71:27
[INFO] [stdout]    |
[INFO] [stdout] 71 | pub type wl_shell_error = uint32_t;
[INFO] [stdout]    |                           ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]   --> src/raw/types/enums.rs:71:27
[INFO] [stdout]    |
[INFO] [stdout] 71 | pub type wl_shell_error = uint32_t;
[INFO] [stdout]    |                           ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead.
[INFO] [stdout]   --> src/raw/types/enums.rs:75:47
[INFO] [stdout]    |
[INFO] [stdout] 75 | pub type wl_shell_surface_fullscreen_method = uint32_t;
[INFO] [stdout]    |                                               ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]   --> src/raw/types/enums.rs:75:47
[INFO] [stdout]    |
[INFO] [stdout] 75 | pub type wl_shell_surface_fullscreen_method = uint32_t;
[INFO] [stdout]    |                                               ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead.
[INFO] [stdout]   --> src/raw/types/enums.rs:86:36
[INFO] [stdout]    |
[INFO] [stdout] 86 | pub type wl_shell_surface_resize = uint32_t;
[INFO] [stdout]    |                                    ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]   --> src/raw/types/enums.rs:86:36
[INFO] [stdout]    |
[INFO] [stdout] 86 | pub type wl_shell_surface_resize = uint32_t;
[INFO] [stdout]    |                                    ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead.
[INFO] [stdout]   --> src/raw/types/enums.rs:98:39
[INFO] [stdout]    |
[INFO] [stdout] 98 | pub type wl_shell_surface_transient = uint32_t;
[INFO] [stdout]    |                                       ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]   --> src/raw/types/enums.rs:98:39
[INFO] [stdout]    |
[INFO] [stdout] 98 | pub type wl_shell_surface_transient = uint32_t;
[INFO] [stdout]    |                                       ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead.
[INFO] [stdout]    --> src/raw/types/enums.rs:102:25
[INFO] [stdout]     |
[INFO] [stdout] 102 | pub type wl_shm_error = uint32_t;
[INFO] [stdout]     |                         ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]    --> src/raw/types/enums.rs:102:25
[INFO] [stdout]     |
[INFO] [stdout] 102 | pub type wl_shm_error = uint32_t;
[INFO] [stdout]     |                         ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead.
[INFO] [stdout]    --> src/raw/types/enums.rs:108:26
[INFO] [stdout]     |
[INFO] [stdout] 108 | pub type wl_shm_format = uint32_t;
[INFO] [stdout]     |                          ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]    --> src/raw/types/enums.rs:108:26
[INFO] [stdout]     |
[INFO] [stdout] 108 | pub type wl_shm_format = uint32_t;
[INFO] [stdout]     |                          ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead.
[INFO] [stdout]    --> src/raw/types/enums.rs:169:35
[INFO] [stdout]     |
[INFO] [stdout] 169 | pub type wl_subcompositor_error = uint32_t;
[INFO] [stdout]     |                                   ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]    --> src/raw/types/enums.rs:169:35
[INFO] [stdout]     |
[INFO] [stdout] 169 | pub type wl_subcompositor_error = uint32_t;
[INFO] [stdout]     |                                   ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead.
[INFO] [stdout]    --> src/raw/types/enums.rs:173:32
[INFO] [stdout]     |
[INFO] [stdout] 173 | pub type wl_subsurface_error = uint32_t;
[INFO] [stdout]     |                                ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]    --> src/raw/types/enums.rs:173:32
[INFO] [stdout]     |
[INFO] [stdout] 173 | pub type wl_subsurface_error = uint32_t;
[INFO] [stdout]     |                                ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead.
[INFO] [stdout]    --> src/raw/types/enums.rs:177:29
[INFO] [stdout]     |
[INFO] [stdout] 177 | pub type wl_surface_error = uint32_t;
[INFO] [stdout]     |                             ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]    --> src/raw/types/enums.rs:177:29
[INFO] [stdout]     |
[INFO] [stdout] 177 | pub type wl_surface_error = uint32_t;
[INFO] [stdout]     |                             ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]  --> src/raw/types/listeners.rs:3:12
[INFO] [stdout]   |
[INFO] [stdout] 3 | use libc::{c_char, c_void, int32_t, uint32_t};
[INFO] [stdout]   |            ^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]  --> src/raw/types/listeners.rs:3:20
[INFO] [stdout]   |
[INFO] [stdout] 3 | use libc::{c_char, c_void, int32_t, uint32_t};
[INFO] [stdout]   |                    ^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::int32_t`: Use i32 instead.
[INFO] [stdout]  --> src/raw/types/listeners.rs:3:28
[INFO] [stdout]   |
[INFO] [stdout] 3 | use libc::{c_char, c_void, int32_t, uint32_t};
[INFO] [stdout]   |                            ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]  --> src/raw/types/listeners.rs:3:28
[INFO] [stdout]   |
[INFO] [stdout] 3 | use libc::{c_char, c_void, int32_t, uint32_t};
[INFO] [stdout]   |                            ^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead.
[INFO] [stdout]  --> src/raw/types/listeners.rs:3:37
[INFO] [stdout]   |
[INFO] [stdout] 3 | use libc::{c_char, c_void, int32_t, uint32_t};
[INFO] [stdout]   |                                     ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]  --> src/raw/types/listeners.rs:3:37
[INFO] [stdout]   |
[INFO] [stdout] 3 | use libc::{c_char, c_void, int32_t, uint32_t};
[INFO] [stdout]   |                                     ^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead.
[INFO] [stdout]   --> src/raw/types/listeners.rs:22:24
[INFO] [stdout]    |
[INFO] [stdout] 22 |         callback_data: uint32_t
[INFO] [stdout]    |                        ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]   --> src/raw/types/listeners.rs:22:24
[INFO] [stdout]    |
[INFO] [stdout] 22 |         callback_data: uint32_t
[INFO] [stdout]    |                        ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead.
[INFO] [stdout]   --> src/raw/types/listeners.rs:36:17
[INFO] [stdout]    |
[INFO] [stdout] 36 |         serial: uint32_t,
[INFO] [stdout]    |                 ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]   --> src/raw/types/listeners.rs:36:17
[INFO] [stdout]    |
[INFO] [stdout] 36 |         serial: uint32_t,
[INFO] [stdout]    |                 ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead.
[INFO] [stdout]   --> src/raw/types/listeners.rs:49:15
[INFO] [stdout]    |
[INFO] [stdout] 49 |         time: uint32_t,
[INFO] [stdout]    |               ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]   --> src/raw/types/listeners.rs:49:15
[INFO] [stdout]    |
[INFO] [stdout] 49 |         time: uint32_t,
[INFO] [stdout]    |               ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]   --> src/raw/types/listeners.rs:69:27
[INFO] [stdout]    |
[INFO] [stdout] 69 |         mime_type: *const c_char
[INFO] [stdout]    |                           ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]   --> src/raw/types/listeners.rs:78:27
[INFO] [stdout]    |
[INFO] [stdout] 78 |         mime_type: *const c_char
[INFO] [stdout]    |                           ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]   --> src/raw/types/listeners.rs:83:27
[INFO] [stdout]    |
[INFO] [stdout] 83 |         mime_type: *const c_char,
[INFO] [stdout]    |                           ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::int32_t`: Use i32 instead.
[INFO] [stdout]   --> src/raw/types/listeners.rs:84:13
[INFO] [stdout]    |
[INFO] [stdout] 84 |         fd: int32_t
[INFO] [stdout]    |             ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]   --> src/raw/types/listeners.rs:84:13
[INFO] [stdout]    |
[INFO] [stdout] 84 |         fd: int32_t
[INFO] [stdout]    |             ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead.
[INFO] [stdout]   --> src/raw/types/listeners.rs:98:15
[INFO] [stdout]    |
[INFO] [stdout] 98 |         code: uint32_t,
[INFO] [stdout]    |               ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]   --> src/raw/types/listeners.rs:98:15
[INFO] [stdout]    |
[INFO] [stdout] 98 |         code: uint32_t,
[INFO] [stdout]    |               ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]   --> src/raw/types/listeners.rs:99:25
[INFO] [stdout]    |
[INFO] [stdout] 99 |         message: *const c_char
[INFO] [stdout]    |                         ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead.
[INFO] [stdout]    --> src/raw/types/listeners.rs:104:13
[INFO] [stdout]     |
[INFO] [stdout] 104 |         id: uint32_t
[INFO] [stdout]     |             ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]    --> src/raw/types/listeners.rs:104:13
[INFO] [stdout]     |
[INFO] [stdout] 104 |         id: uint32_t
[INFO] [stdout]     |             ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead.
[INFO] [stdout]    --> src/raw/types/listeners.rs:113:17
[INFO] [stdout]     |
[INFO] [stdout] 113 |         format: uint32_t,
[INFO] [stdout]     |                 ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]    --> src/raw/types/listeners.rs:113:17
[INFO] [stdout]     |
[INFO] [stdout] 113 |         format: uint32_t,
[INFO] [stdout]     |                 ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::int32_t`: Use i32 instead.
[INFO] [stdout]    --> src/raw/types/listeners.rs:114:13
[INFO] [stdout]     |
[INFO] [stdout] 114 |         fd: int32_t,
[INFO] [stdout]     |             ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]    --> src/raw/types/listeners.rs:114:13
[INFO] [stdout]     |
[INFO] [stdout] 114 |         fd: int32_t,
[INFO] [stdout]     |             ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead.
[INFO] [stdout]    --> src/raw/types/listeners.rs:115:15
[INFO] [stdout]     |
[INFO] [stdout] 115 |         size: uint32_t
[INFO] [stdout]     |               ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]    --> src/raw/types/listeners.rs:115:15
[INFO] [stdout]     |
[INFO] [stdout] 115 |         size: uint32_t
[INFO] [stdout]     |               ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead.
[INFO] [stdout]    --> src/raw/types/listeners.rs:120:17
[INFO] [stdout]     |
[INFO] [stdout] 120 |         serial: uint32_t,
[INFO] [stdout]     |                 ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]    --> src/raw/types/listeners.rs:120:17
[INFO] [stdout]     |
[INFO] [stdout] 120 |         serial: uint32_t,
[INFO] [stdout]     |                 ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead.
[INFO] [stdout]    --> src/raw/types/listeners.rs:127:17
[INFO] [stdout]     |
[INFO] [stdout] 127 |         serial: uint32_t,
[INFO] [stdout]     |                 ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]    --> src/raw/types/listeners.rs:127:17
[INFO] [stdout]     |
[INFO] [stdout] 127 |         serial: uint32_t,
[INFO] [stdout]     |                 ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead.
[INFO] [stdout]    --> src/raw/types/listeners.rs:133:17
[INFO] [stdout]     |
[INFO] [stdout] 133 |         serial: uint32_t,
[INFO] [stdout]     |                 ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]    --> src/raw/types/listeners.rs:133:17
[INFO] [stdout]     |
[INFO] [stdout] 133 |         serial: uint32_t,
[INFO] [stdout]     |                 ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead.
[INFO] [stdout]    --> src/raw/types/listeners.rs:134:15
[INFO] [stdout]     |
[INFO] [stdout] 134 |         time: uint32_t,
[INFO] [stdout]     |               ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]    --> src/raw/types/listeners.rs:134:15
[INFO] [stdout]     |
[INFO] [stdout] 134 |         time: uint32_t,
[INFO] [stdout]     |               ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead.
[INFO] [stdout]    --> src/raw/types/listeners.rs:135:14
[INFO] [stdout]     |
[INFO] [stdout] 135 |         key: uint32_t,
[INFO] [stdout]     |              ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]    --> src/raw/types/listeners.rs:135:14
[INFO] [stdout]     |
[INFO] [stdout] 135 |         key: uint32_t,
[INFO] [stdout]     |              ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead.
[INFO] [stdout]    --> src/raw/types/listeners.rs:136:16
[INFO] [stdout]     |
[INFO] [stdout] 136 |         state: uint32_t
[INFO] [stdout]     |                ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]    --> src/raw/types/listeners.rs:136:16
[INFO] [stdout]     |
[INFO] [stdout] 136 |         state: uint32_t
[INFO] [stdout]     |                ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead.
[INFO] [stdout]    --> src/raw/types/listeners.rs:141:17
[INFO] [stdout]     |
[INFO] [stdout] 141 |         serial: uint32_t,
[INFO] [stdout]     |                 ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]    --> src/raw/types/listeners.rs:141:17
[INFO] [stdout]     |
[INFO] [stdout] 141 |         serial: uint32_t,
[INFO] [stdout]     |                 ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead.
[INFO] [stdout]    --> src/raw/types/listeners.rs:142:25
[INFO] [stdout]     |
[INFO] [stdout] 142 |         mods_depressed: uint32_t,
[INFO] [stdout]     |                         ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]    --> src/raw/types/listeners.rs:142:25
[INFO] [stdout]     |
[INFO] [stdout] 142 |         mods_depressed: uint32_t,
[INFO] [stdout]     |                         ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead.
[INFO] [stdout]    --> src/raw/types/listeners.rs:143:23
[INFO] [stdout]     |
[INFO] [stdout] 143 |         mods_latched: uint32_t,
[INFO] [stdout]     |                       ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]    --> src/raw/types/listeners.rs:143:23
[INFO] [stdout]     |
[INFO] [stdout] 143 |         mods_latched: uint32_t,
[INFO] [stdout]     |                       ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead.
[INFO] [stdout]    --> src/raw/types/listeners.rs:144:22
[INFO] [stdout]     |
[INFO] [stdout] 144 |         mods_locked: uint32_t,
[INFO] [stdout]     |                      ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]    --> src/raw/types/listeners.rs:144:22
[INFO] [stdout]     |
[INFO] [stdout] 144 |         mods_locked: uint32_t,
[INFO] [stdout]     |                      ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead.
[INFO] [stdout]    --> src/raw/types/listeners.rs:145:16
[INFO] [stdout]     |
[INFO] [stdout] 145 |         group: uint32_t
[INFO] [stdout]     |                ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]    --> src/raw/types/listeners.rs:145:16
[INFO] [stdout]     |
[INFO] [stdout] 145 |         group: uint32_t
[INFO] [stdout]     |                ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::int32_t`: Use i32 instead.
[INFO] [stdout]    --> src/raw/types/listeners.rs:150:15
[INFO] [stdout]     |
[INFO] [stdout] 150 |         rate: int32_t,
[INFO] [stdout]     |               ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]    --> src/raw/types/listeners.rs:150:15
[INFO] [stdout]     |
[INFO] [stdout] 150 |         rate: int32_t,
[INFO] [stdout]     |               ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::int32_t`: Use i32 instead.
[INFO] [stdout]    --> src/raw/types/listeners.rs:151:16
[INFO] [stdout]     |
[INFO] [stdout] 151 |         delay: int32_t
[INFO] [stdout]     |                ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]    --> src/raw/types/listeners.rs:151:16
[INFO] [stdout]     |
[INFO] [stdout] 151 |         delay: int32_t
[INFO] [stdout]     |                ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::int32_t`: Use i32 instead.
[INFO] [stdout]    --> src/raw/types/listeners.rs:160:12
[INFO] [stdout]     |
[INFO] [stdout] 160 |         x: int32_t,
[INFO] [stdout]     |            ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]    --> src/raw/types/listeners.rs:160:12
[INFO] [stdout]     |
[INFO] [stdout] 160 |         x: int32_t,
[INFO] [stdout]     |            ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::int32_t`: Use i32 instead.
[INFO] [stdout]    --> src/raw/types/listeners.rs:161:12
[INFO] [stdout]     |
[INFO] [stdout] 161 |         y: int32_t,
[INFO] [stdout]     |            ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]    --> src/raw/types/listeners.rs:161:12
[INFO] [stdout]     |
[INFO] [stdout] 161 |         y: int32_t,
[INFO] [stdout]     |            ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::int32_t`: Use i32 instead.
[INFO] [stdout]    --> src/raw/types/listeners.rs:162:25
[INFO] [stdout]     |
[INFO] [stdout] 162 |         physical_width: int32_t,
[INFO] [stdout]     |                         ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]    --> src/raw/types/listeners.rs:162:25
[INFO] [stdout]     |
[INFO] [stdout] 162 |         physical_width: int32_t,
[INFO] [stdout]     |                         ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::int32_t`: Use i32 instead.
[INFO] [stdout]    --> src/raw/types/listeners.rs:163:26
[INFO] [stdout]     |
[INFO] [stdout] 163 |         physical_height: int32_t,
[INFO] [stdout]     |                          ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]    --> src/raw/types/listeners.rs:163:26
[INFO] [stdout]     |
[INFO] [stdout] 163 |         physical_height: int32_t,
[INFO] [stdout]     |                          ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::int32_t`: Use i32 instead.
[INFO] [stdout]    --> src/raw/types/listeners.rs:164:19
[INFO] [stdout]     |
[INFO] [stdout] 164 |         subpixel: int32_t,
[INFO] [stdout]     |                   ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]    --> src/raw/types/listeners.rs:164:19
[INFO] [stdout]     |
[INFO] [stdout] 164 |         subpixel: int32_t,
[INFO] [stdout]     |                   ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]    --> src/raw/types/listeners.rs:165:22
[INFO] [stdout]     |
[INFO] [stdout] 165 |         make: *const c_char,
[INFO] [stdout]     |                      ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]    --> src/raw/types/listeners.rs:166:23
[INFO] [stdout]     |
[INFO] [stdout] 166 |         model: *const c_char,
[INFO] [stdout]     |                       ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::int32_t`: Use i32 instead.
[INFO] [stdout]    --> src/raw/types/listeners.rs:167:20
[INFO] [stdout]     |
[INFO] [stdout] 167 |         transform: int32_t
[INFO] [stdout]     |                    ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]    --> src/raw/types/listeners.rs:167:20
[INFO] [stdout]     |
[INFO] [stdout] 167 |         transform: int32_t
[INFO] [stdout]     |                    ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead.
[INFO] [stdout]    --> src/raw/types/listeners.rs:172:16
[INFO] [stdout]     |
[INFO] [stdout] 172 |         flags: uint32_t,
[INFO] [stdout]     |                ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]    --> src/raw/types/listeners.rs:172:16
[INFO] [stdout]     |
[INFO] [stdout] 172 |         flags: uint32_t,
[INFO] [stdout]     |                ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::int32_t`: Use i32 instead.
[INFO] [stdout]    --> src/raw/types/listeners.rs:173:16
[INFO] [stdout]     |
[INFO] [stdout] 173 |         width: int32_t,
[INFO] [stdout]     |                ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]    --> src/raw/types/listeners.rs:173:16
[INFO] [stdout]     |
[INFO] [stdout] 173 |         width: int32_t,
[INFO] [stdout]     |                ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::int32_t`: Use i32 instead.
[INFO] [stdout]    --> src/raw/types/listeners.rs:174:17
[INFO] [stdout]     |
[INFO] [stdout] 174 |         height: int32_t,
[INFO] [stdout]     |                 ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]    --> src/raw/types/listeners.rs:174:17
[INFO] [stdout]     |
[INFO] [stdout] 174 |         height: int32_t,
[INFO] [stdout]     |                 ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::int32_t`: Use i32 instead.
[INFO] [stdout]    --> src/raw/types/listeners.rs:175:18
[INFO] [stdout]     |
[INFO] [stdout] 175 |         refresh: int32_t
[INFO] [stdout]     |                  ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]    --> src/raw/types/listeners.rs:175:18
[INFO] [stdout]     |
[INFO] [stdout] 175 |         refresh: int32_t
[INFO] [stdout]     |                  ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::int32_t`: Use i32 instead.
[INFO] [stdout]    --> src/raw/types/listeners.rs:184:17
[INFO] [stdout]     |
[INFO] [stdout] 184 |         factor: int32_t
[INFO] [stdout]     |                 ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]    --> src/raw/types/listeners.rs:184:17
[INFO] [stdout]     |
[INFO] [stdout] 184 |         factor: int32_t
[INFO] [stdout]     |                 ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead.
[INFO] [stdout]    --> src/raw/types/listeners.rs:193:17
[INFO] [stdout]     |
[INFO] [stdout] 193 |         serial: uint32_t,
[INFO] [stdout]     |                 ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]    --> src/raw/types/listeners.rs:193:17
[INFO] [stdout]     |
[INFO] [stdout] 193 |         serial: uint32_t,
[INFO] [stdout]     |                 ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead.
[INFO] [stdout]    --> src/raw/types/listeners.rs:201:17
[INFO] [stdout]     |
[INFO] [stdout] 201 |         serial: uint32_t,
[INFO] [stdout]     |                 ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]    --> src/raw/types/listeners.rs:201:17
[INFO] [stdout]     |
[INFO] [stdout] 201 |         serial: uint32_t,
[INFO] [stdout]     |                 ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead.
[INFO] [stdout]    --> src/raw/types/listeners.rs:207:15
[INFO] [stdout]     |
[INFO] [stdout] 207 |         time: uint32_t,
[INFO] [stdout]     |               ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]    --> src/raw/types/listeners.rs:207:15
[INFO] [stdout]     |
[INFO] [stdout] 207 |         time: uint32_t,
[INFO] [stdout]     |               ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead.
[INFO] [stdout]    --> src/raw/types/listeners.rs:214:17
[INFO] [stdout]     |
[INFO] [stdout] 214 |         serial: uint32_t,
[INFO] [stdout]     |                 ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]    --> src/raw/types/listeners.rs:214:17
[INFO] [stdout]     |
[INFO] [stdout] 214 |         serial: uint32_t,
[INFO] [stdout]     |                 ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead.
[INFO] [stdout]    --> src/raw/types/listeners.rs:215:15
[INFO] [stdout]     |
[INFO] [stdout] 215 |         time: uint32_t,
[INFO] [stdout]     |               ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]    --> src/raw/types/listeners.rs:215:15
[INFO] [stdout]     |
[INFO] [stdout] 215 |         time: uint32_t,
[INFO] [stdout]     |               ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead.
[INFO] [stdout]    --> src/raw/types/listeners.rs:216:17
[INFO] [stdout]     |
[INFO] [stdout] 216 |         button: uint32_t,
[INFO] [stdout]     |                 ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]    --> src/raw/types/listeners.rs:216:17
[INFO] [stdout]     |
[INFO] [stdout] 216 |         button: uint32_t,
[INFO] [stdout]     |                 ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead.
[INFO] [stdout]    --> src/raw/types/listeners.rs:217:16
[INFO] [stdout]     |
[INFO] [stdout] 217 |         state: uint32_t
[INFO] [stdout]     |                ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]    --> src/raw/types/listeners.rs:217:16
[INFO] [stdout]     |
[INFO] [stdout] 217 |         state: uint32_t
[INFO] [stdout]     |                ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead.
[INFO] [stdout]    --> src/raw/types/listeners.rs:222:15
[INFO] [stdout]     |
[INFO] [stdout] 222 |         time: uint32_t,
[INFO] [stdout]     |               ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]    --> src/raw/types/listeners.rs:222:15
[INFO] [stdout]     |
[INFO] [stdout] 222 |         time: uint32_t,
[INFO] [stdout]     |               ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead.
[INFO] [stdout]    --> src/raw/types/listeners.rs:223:15
[INFO] [stdout]     |
[INFO] [stdout] 223 |         axis: uint32_t,
[INFO] [stdout]     |               ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]    --> src/raw/types/listeners.rs:223:15
[INFO] [stdout]     |
[INFO] [stdout] 223 |         axis: uint32_t,
[INFO] [stdout]     |               ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead.
[INFO] [stdout]    --> src/raw/types/listeners.rs:233:15
[INFO] [stdout]     |
[INFO] [stdout] 233 |         name: uint32_t,
[INFO] [stdout]     |               ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]    --> src/raw/types/listeners.rs:233:15
[INFO] [stdout]     |
[INFO] [stdout] 233 |         name: uint32_t,
[INFO] [stdout]     |               ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]    --> src/raw/types/listeners.rs:234:27
[INFO] [stdout]     |
[INFO] [stdout] 234 |         interface: *const c_char,
[INFO] [stdout]     |                           ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead.
[INFO] [stdout]    --> src/raw/types/listeners.rs:235:18
[INFO] [stdout]     |
[INFO] [stdout] 235 |         version: uint32_t
[INFO] [stdout]     |                  ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]    --> src/raw/types/listeners.rs:235:18
[INFO] [stdout]     |
[INFO] [stdout] 235 |         version: uint32_t
[INFO] [stdout]     |                  ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead.
[INFO] [stdout]    --> src/raw/types/listeners.rs:240:15
[INFO] [stdout]     |
[INFO] [stdout] 240 |         name: uint32_t
[INFO] [stdout]     |               ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]    --> src/raw/types/listeners.rs:240:15
[INFO] [stdout]     |
[INFO] [stdout] 240 |         name: uint32_t
[INFO] [stdout]     |               ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead.
[INFO] [stdout]    --> src/raw/types/listeners.rs:249:23
[INFO] [stdout]     |
[INFO] [stdout] 249 |         capabilities: uint32_t
[INFO] [stdout]     |                       ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]    --> src/raw/types/listeners.rs:249:23
[INFO] [stdout]     |
[INFO] [stdout] 249 |         capabilities: uint32_t
[INFO] [stdout]     |                       ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]    --> src/raw/types/listeners.rs:254:22
[INFO] [stdout]     |
[INFO] [stdout] 254 |         name: *const c_char
[INFO] [stdout]     |                      ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead.
[INFO] [stdout]    --> src/raw/types/listeners.rs:263:17
[INFO] [stdout]     |
[INFO] [stdout] 263 |         serial: uint32_t
[INFO] [stdout]     |                 ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]    --> src/raw/types/listeners.rs:263:17
[INFO] [stdout]     |
[INFO] [stdout] 263 |         serial: uint32_t
[INFO] [stdout]     |                 ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead.
[INFO] [stdout]    --> src/raw/types/listeners.rs:268:16
[INFO] [stdout]     |
[INFO] [stdout] 268 |         edges: uint32_t,
[INFO] [stdout]     |                ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]    --> src/raw/types/listeners.rs:268:16
[INFO] [stdout]     |
[INFO] [stdout] 268 |         edges: uint32_t,
[INFO] [stdout]     |                ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::int32_t`: Use i32 instead.
[INFO] [stdout]    --> src/raw/types/listeners.rs:269:16
[INFO] [stdout]     |
[INFO] [stdout] 269 |         width: int32_t,
[INFO] [stdout]     |                ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]    --> src/raw/types/listeners.rs:269:16
[INFO] [stdout]     |
[INFO] [stdout] 269 |         width: int32_t,
[INFO] [stdout]     |                ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::int32_t`: Use i32 instead.
[INFO] [stdout]    --> src/raw/types/listeners.rs:270:17
[INFO] [stdout]     |
[INFO] [stdout] 270 |         height: int32_t
[INFO] [stdout]     |                 ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]    --> src/raw/types/listeners.rs:270:17
[INFO] [stdout]     |
[INFO] [stdout] 270 |         height: int32_t
[INFO] [stdout]     |                 ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead.
[INFO] [stdout]    --> src/raw/types/listeners.rs:283:17
[INFO] [stdout]     |
[INFO] [stdout] 283 |         format: uint32_t
[INFO] [stdout]     |                 ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]    --> src/raw/types/listeners.rs:283:17
[INFO] [stdout]     |
[INFO] [stdout] 283 |         format: uint32_t
[INFO] [stdout]     |                 ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead.
[INFO] [stdout]    --> src/raw/types/listeners.rs:306:17
[INFO] [stdout]     |
[INFO] [stdout] 306 |         serial: uint32_t,
[INFO] [stdout]     |                 ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]    --> src/raw/types/listeners.rs:306:17
[INFO] [stdout]     |
[INFO] [stdout] 306 |         serial: uint32_t,
[INFO] [stdout]     |                 ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead.
[INFO] [stdout]    --> src/raw/types/listeners.rs:307:15
[INFO] [stdout]     |
[INFO] [stdout] 307 |         time: uint32_t,
[INFO] [stdout]     |               ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]    --> src/raw/types/listeners.rs:307:15
[INFO] [stdout]     |
[INFO] [stdout] 307 |         time: uint32_t,
[INFO] [stdout]     |               ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::int32_t`: Use i32 instead.
[INFO] [stdout]    --> src/raw/types/listeners.rs:309:13
[INFO] [stdout]     |
[INFO] [stdout] 309 |         id: int32_t,
[INFO] [stdout]     |             ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]    --> src/raw/types/listeners.rs:309:13
[INFO] [stdout]     |
[INFO] [stdout] 309 |         id: int32_t,
[INFO] [stdout]     |             ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead.
[INFO] [stdout]    --> src/raw/types/listeners.rs:316:17
[INFO] [stdout]     |
[INFO] [stdout] 316 |         serial: uint32_t,
[INFO] [stdout]     |                 ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]    --> src/raw/types/listeners.rs:316:17
[INFO] [stdout]     |
[INFO] [stdout] 316 |         serial: uint32_t,
[INFO] [stdout]     |                 ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead.
[INFO] [stdout]    --> src/raw/types/listeners.rs:317:15
[INFO] [stdout]     |
[INFO] [stdout] 317 |         time: uint32_t,
[INFO] [stdout]     |               ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]    --> src/raw/types/listeners.rs:317:15
[INFO] [stdout]     |
[INFO] [stdout] 317 |         time: uint32_t,
[INFO] [stdout]     |               ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::int32_t`: Use i32 instead.
[INFO] [stdout]    --> src/raw/types/listeners.rs:318:13
[INFO] [stdout]     |
[INFO] [stdout] 318 |         id: int32_t
[INFO] [stdout]     |             ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]    --> src/raw/types/listeners.rs:318:13
[INFO] [stdout]     |
[INFO] [stdout] 318 |         id: int32_t
[INFO] [stdout]     |             ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead.
[INFO] [stdout]    --> src/raw/types/listeners.rs:323:15
[INFO] [stdout]     |
[INFO] [stdout] 323 |         time: uint32_t,
[INFO] [stdout]     |               ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]    --> src/raw/types/listeners.rs:323:15
[INFO] [stdout]     |
[INFO] [stdout] 323 |         time: uint32_t,
[INFO] [stdout]     |               ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::int32_t`: Use i32 instead.
[INFO] [stdout]    --> src/raw/types/listeners.rs:324:13
[INFO] [stdout]     |
[INFO] [stdout] 324 |         id: int32_t,
[INFO] [stdout]     |             ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]    --> src/raw/types/listeners.rs:324:13
[INFO] [stdout]     |
[INFO] [stdout] 324 |         id: int32_t,
[INFO] [stdout]     |             ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0517]: attribute should be applied to a struct, enum, or union
[INFO] [stdout]  --> src/raw/types/utils.rs:5:8
[INFO] [stdout]   |
[INFO] [stdout] 5 | #[repr(C)]
[INFO] [stdout]   |        ^
[INFO] [stdout] 6 | pub type wl_argument = uint64_t;
[INFO] [stdout]   | -------------------------------- not a struct, enum, or union
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0517]: attribute should be applied to a struct, enum, or union
[INFO] [stdout]   --> src/raw/types/utils.rs:15:8
[INFO] [stdout]    |
[INFO] [stdout] 15 |   #[repr(C)]
[INFO] [stdout]    |          ^
[INFO] [stdout] 16 | / pub type wl_dispatcher_func_t = extern fn(
[INFO] [stdout] 17 | |     _: *const c_void,
[INFO] [stdout] 18 | |     _: *mut c_void,
[INFO] [stdout] 19 | |     _: uint32_t,
[INFO] [stdout] 20 | |     _: *const wl_message,
[INFO] [stdout] 21 | |     _: *mut wl_argument);
[INFO] [stdout]    | |_________________________- not a struct, enum, or union
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0517]: attribute should be applied to a struct, enum, or union
[INFO] [stdout]   --> src/raw/types/utils.rs:23:8
[INFO] [stdout]    |
[INFO] [stdout] 23 | #[repr(C)]
[INFO] [stdout]    |        ^
[INFO] [stdout] 24 | pub type wl_fixed_t = uint32_t;
[INFO] [stdout]    | ------------------------------- not a struct, enum, or union
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0517]: attribute should be applied to a struct, enum, or union
[INFO] [stdout]   --> src/raw/types/utils.rs:42:8
[INFO] [stdout]    |
[INFO] [stdout] 42 | #[repr(C)]
[INFO] [stdout]    |        ^
[INFO] [stdout] 43 | pub type wl_log_func_t = extern fn(_: *const c_char, ...);
[INFO] [stdout]    | ---------------------------------------------------------- not a struct, enum, or union
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]  --> src/raw/types/utils.rs:3:12
[INFO] [stdout]   |
[INFO] [stdout] 3 | use libc::{c_char, c_int, c_void, size_t, uint32_t, uint64_t};
[INFO] [stdout]   |            ^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]  --> src/raw/types/utils.rs:3:20
[INFO] [stdout]   |
[INFO] [stdout] 3 | use libc::{c_char, c_int, c_void, size_t, uint32_t, uint64_t};
[INFO] [stdout]   |                    ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]  --> src/raw/types/utils.rs:3:27
[INFO] [stdout]   |
[INFO] [stdout] 3 | use libc::{c_char, c_int, c_void, size_t, uint32_t, uint64_t};
[INFO] [stdout]   |                           ^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]  --> src/raw/types/utils.rs:3:35
[INFO] [stdout]   |
[INFO] [stdout] 3 | use libc::{c_char, c_int, c_void, size_t, uint32_t, uint64_t};
[INFO] [stdout]   |                                   ^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead.
[INFO] [stdout]  --> src/raw/types/utils.rs:3:43
[INFO] [stdout]   |
[INFO] [stdout] 3 | use libc::{c_char, c_int, c_void, size_t, uint32_t, uint64_t};
[INFO] [stdout]   |                                           ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]  --> src/raw/types/utils.rs:3:43
[INFO] [stdout]   |
[INFO] [stdout] 3 | use libc::{c_char, c_int, c_void, size_t, uint32_t, uint64_t};
[INFO] [stdout]   |                                           ^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint64_t`: Use u64 instead.
[INFO] [stdout]  --> src/raw/types/utils.rs:3:53
[INFO] [stdout]   |
[INFO] [stdout] 3 | use libc::{c_char, c_int, c_void, size_t, uint32_t, uint64_t};
[INFO] [stdout]   |                                                     ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]  --> src/raw/types/utils.rs:3:53
[INFO] [stdout]   |
[INFO] [stdout] 3 | use libc::{c_char, c_int, c_void, size_t, uint32_t, uint64_t};
[INFO] [stdout]   |                                                     ^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint64_t`: Use u64 instead.
[INFO] [stdout]  --> src/raw/types/utils.rs:6:24
[INFO] [stdout]   |
[INFO] [stdout] 6 | pub type wl_argument = uint64_t;
[INFO] [stdout]   |                        ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]  --> src/raw/types/utils.rs:6:24
[INFO] [stdout]   |
[INFO] [stdout] 6 | pub type wl_argument = uint64_t;
[INFO] [stdout]   |                        ^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]   --> src/raw/types/utils.rs:10:15
[INFO] [stdout]    |
[INFO] [stdout] 10 |     pub size: size_t,
[INFO] [stdout]    |               ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]   --> src/raw/types/utils.rs:11:16
[INFO] [stdout]    |
[INFO] [stdout] 11 |     pub alloc: size_t,
[INFO] [stdout]    |                ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead.
[INFO] [stdout]   --> src/raw/types/utils.rs:19:8
[INFO] [stdout]    |
[INFO] [stdout] 19 |     _: uint32_t,
[INFO] [stdout]    |        ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]   --> src/raw/types/utils.rs:19:8
[INFO] [stdout]    |
[INFO] [stdout] 19 |     _: uint32_t,
[INFO] [stdout]    |        ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead.
[INFO] [stdout]   --> src/raw/types/utils.rs:24:23
[INFO] [stdout]    |
[INFO] [stdout] 24 | pub type wl_fixed_t = uint32_t;
[INFO] [stdout]    |                       ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]   --> src/raw/types/utils.rs:24:23
[INFO] [stdout]    |
[INFO] [stdout] 24 | pub type wl_fixed_t = uint32_t;
[INFO] [stdout]    |                       ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]   --> src/raw/types/utils.rs:28:22
[INFO] [stdout]    |
[INFO] [stdout] 28 |     pub name: *const c_char,
[INFO] [stdout]    |                      ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]   --> src/raw/types/utils.rs:29:18
[INFO] [stdout]    |
[INFO] [stdout] 29 |     pub version: c_int,
[INFO] [stdout]    |                  ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]   --> src/raw/types/utils.rs:30:23
[INFO] [stdout]    |
[INFO] [stdout] 30 |     pub method_count: c_int,
[INFO] [stdout]    |                       ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]   --> src/raw/types/utils.rs:32:22
[INFO] [stdout]    |
[INFO] [stdout] 32 |     pub event_count: c_int,
[INFO] [stdout]    |                      ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]   --> src/raw/types/utils.rs:43:46
[INFO] [stdout]    |
[INFO] [stdout] 43 | pub type wl_log_func_t = extern fn(_: *const c_char, ...);
[INFO] [stdout]    |                                              ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]   --> src/raw/types/utils.rs:47:22
[INFO] [stdout]    |
[INFO] [stdout] 47 |     pub name: *const c_char,
[INFO] [stdout]    |                      ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]   --> src/raw/types/utils.rs:48:27
[INFO] [stdout]    |
[INFO] [stdout] 48 |     pub signature: *const c_char,
[INFO] [stdout]    |                           ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `from_slice` found for struct `CString` in the current scope
[INFO] [stdout]   --> src/display.rs:21:35
[INFO] [stdout]    |
[INFO] [stdout] 21 |         let c_str = ffi::CString::from_slice(name.as_bytes());
[INFO] [stdout]    |                                   ^^^^^^^^^^ function or associated item not found in `CString`
[INFO] [stdout]    |
[INFO] [stdout] note: if you're trying to build a new `CString` consider using one of the following associated functions:
[INFO] [stdout]       CString::new
[INFO] [stdout]       CString::from_vec_unchecked
[INFO] [stdout]       CString::from_raw
[INFO] [stdout]       CString::from_vec_with_nul_unchecked
[INFO] [stdout]       CString::from_vec_with_nul
[INFO] [stdout]   --> /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/alloc/src/ffi/c_str.rs:256:5
[INFO] [stdout] help: there is an associated function `from_str` with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 21 -         let c_str = ffi::CString::from_slice(name.as_bytes());
[INFO] [stdout] 21 +         let c_str = ffi::CString::from_str(name.as_bytes());
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `from_slice` found for struct `CString` in the current scope
[INFO] [stdout]   --> src/shell_surface.rs:62:35
[INFO] [stdout]    |
[INFO] [stdout] 62 |         let c_str = ffi::CString::from_slice(title.as_bytes());
[INFO] [stdout]    |                                   ^^^^^^^^^^ function or associated item not found in `CString`
[INFO] [stdout]    |
[INFO] [stdout] note: if you're trying to build a new `CString` consider using one of the following associated functions:
[INFO] [stdout]       CString::new
[INFO] [stdout]       CString::from_vec_unchecked
[INFO] [stdout]       CString::from_raw
[INFO] [stdout]       CString::from_vec_with_nul_unchecked
[INFO] [stdout]       CString::from_vec_with_nul
[INFO] [stdout]   --> /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/alloc/src/ffi/c_str.rs:256:5
[INFO] [stdout] help: there is an associated function `from_str` with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 62 -         let c_str = ffi::CString::from_slice(title.as_bytes());
[INFO] [stdout] 62 +         let c_str = ffi::CString::from_str(title.as_bytes());
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0425, E0517, E0599, E0658.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0425`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `wayland` (lib) due to 384 previous errors; 308 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "eacf1ecf227d76f47782343e6777f66a617143874eaa7abf39eac8443234d274", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "eacf1ecf227d76f47782343e6777f66a617143874eaa7abf39eac8443234d274", kill_on_drop: false }`
[INFO] [stdout] eacf1ecf227d76f47782343e6777f66a617143874eaa7abf39eac8443234d274
