[INFO] updating cached repository https://github.com/pbhandari/swarm
[INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"`
[INFO] running `"git" "rev-parse" "HEAD"`
[INFO] [stdout] 91b3ad649cba54e284298e1c26f2c3c7baa65340
[INFO] checking pbhandari/swarm against master#bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc for pr-70917
[INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpbhandari%2Fswarm" "/workspace/builds/worker-12/source"`
[INFO] [stderr] Cloning into '/workspace/builds/worker-12/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/pbhandari/swarm on toolchain bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "read-manifest" "--manifest-path" "Cargo.toml"`
[INFO] started tweaking git repo https://github.com/pbhandari/swarm
[INFO] finished tweaking git repo https://github.com/pbhandari/swarm
[INFO] tweaked toml for git repo https://github.com/pbhandari/swarm written to /workspace/builds/worker-12/source/Cargo.toml
[INFO] crate git repo https://github.com/pbhandari/swarm already has a lockfile, it will not be regenerated
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[INFO] [stderr] warning: path `/workspace/builds/worker-12/source/src/swarm.rs` was erroneously implicitly accepted for binary `swarm`,
[INFO] [stderr] please set bin.path in Cargo.toml
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr] error: the lock file /workspace/builds/worker-12/source/Cargo.lock needs to be updated but --locked was passed to prevent this
[INFO] [stderr] If you want to try to generate the lock file without accessing the network, use the --offline flag.
[INFO] the lockfile is outdated, regenerating it
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Updating git repository `https://github.com/Kintaro/rust-xinerama.git`
[INFO] [stderr]     Updating git repository `https://github.com/Kintaro/rust-xlib.git`
[INFO] [stderr]     Updating git repository `https://github.com/Kintaro/rust-xlib.git`
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[INFO] [stderr] warning: path `/workspace/builds/worker-12/source/src/swarm.rs` was erroneously implicitly accepted for binary `swarm`,
[INFO] [stderr] please set bin.path in Cargo.toml
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/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" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "check" "--frozen" "--all" "--all-targets"`
[INFO] [stdout] b17ab670b301006f30a94b1cfef39f91ac5657a5320f93dfe2f20535ba9b5c70
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] running `"docker" "start" "-a" "b17ab670b301006f30a94b1cfef39f91ac5657a5320f93dfe2f20535ba9b5c70"`
[INFO] [stderr] warning: path `/opt/rustwide/workdir/src/swarm.rs` was erroneously implicitly accepted for binary `swarm`,
[INFO] [stderr] please set bin.path in Cargo.toml
[INFO] [stderr]     Checking xlib v0.1.0 (https://github.com/Kintaro/rust-xlib.git?branch=class_hint#4975fcbb)
[INFO] [stderr]     Checking xlib v0.1.0 (https://github.com/Kintaro/rust-xlib.git?branch=wtftw#a4bbc864)
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]   --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/lib.rs:17:1
[INFO] [stderr]    |
[INFO] [stderr] 17 | extern crate libc;
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]    = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]   --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:13:5
[INFO] [stderr]    |
[INFO] [stderr] 13 | use libc::*;
[INFO] [stderr]    |     ^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]    = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]   --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:15:16
[INFO] [stderr]    |
[INFO] [stderr] 15 | pub type XID = c_ulong;
[INFO] [stderr]    |                ^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]    = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]   --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:17:17
[INFO] [stderr]    |
[INFO] [stderr] 17 | pub type Mask = c_ulong;
[INFO] [stderr]    |                 ^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]    = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]   --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:19:17
[INFO] [stderr]    |
[INFO] [stderr] 19 | pub type Atom = c_ulong;
[INFO] [stderr]    |                 ^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]    = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]   --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:21:21
[INFO] [stderr]    |
[INFO] [stderr] 21 | pub type VisualID = c_ulong;
[INFO] [stderr]    |                     ^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]    = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]   --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:23:17
[INFO] [stderr]    |
[INFO] [stderr] 23 | pub type Time = c_ulong;
[INFO] [stderr]    |                 ^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]    = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]   --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:41:20
[INFO] [stderr]    |
[INFO] [stderr] 41 | pub type KeyCode = c_uchar;
[INFO] [stderr]    |                    ^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]    = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]   --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:43:26
[INFO] [stderr]    |
[INFO] [stderr] 43 | pub type XPointer = *mut c_char;
[INFO] [stderr]    |                          ^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]    = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]   --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:47:17
[INFO] [stderr]    |
[INFO] [stderr] 47 |     pub number: c_int,
[INFO] [stderr]    |                 ^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]    = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]   --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:57:20
[INFO] [stderr]    |
[INFO] [stderr] 57 |     pub extension: c_int,
[INFO] [stderr]    |                    ^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]    = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]   --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:58:23
[INFO] [stderr]    |
[INFO] [stderr] 58 |     pub major_opcode: c_int,
[INFO] [stderr]    |                       ^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]    = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]   --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:59:22
[INFO] [stderr]    |
[INFO] [stderr] 59 |     pub first_event: c_int,
[INFO] [stderr]    |                      ^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]    = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]   --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:60:22
[INFO] [stderr]    |
[INFO] [stderr] 60 |     pub first_error: c_int,
[INFO] [stderr]    |                      ^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]    = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]   --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:65:16
[INFO] [stderr]    |
[INFO] [stderr] 65 |     pub depth: c_int,
[INFO] [stderr]    |                ^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]    = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]   --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:66:25
[INFO] [stderr]    |
[INFO] [stderr] 66 |     pub bits_per_pixel: c_int,
[INFO] [stderr]    |                         ^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]    = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]   --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:67:23
[INFO] [stderr]    |
[INFO] [stderr] 67 |     pub scanline_pad: c_int,
[INFO] [stderr]    |                       ^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]    = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]   --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:72:19
[INFO] [stderr]    |
[INFO] [stderr] 72 |     pub function: c_int,
[INFO] [stderr]    |                   ^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]    = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]   --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:73:21
[INFO] [stderr]    |
[INFO] [stderr] 73 |     pub plane_mask: c_ulong,
[INFO] [stderr]    |                     ^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]    = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]   --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:74:21
[INFO] [stderr]    |
[INFO] [stderr] 74 |     pub foreground: c_ulong,
[INFO] [stderr]    |                     ^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]    = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]   --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:75:21
[INFO] [stderr]    |
[INFO] [stderr] 75 |     pub background: c_ulong,
[INFO] [stderr]    |                     ^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]    = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]   --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:76:21
[INFO] [stderr]    |
[INFO] [stderr] 76 |     pub line_width: c_int,
[INFO] [stderr]    |                     ^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]    = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]   --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:77:21
[INFO] [stderr]    |
[INFO] [stderr] 77 |     pub line_style: c_int,
[INFO] [stderr]    |                     ^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]    = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]   --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:78:20
[INFO] [stderr]    |
[INFO] [stderr] 78 |     pub cap_style: c_int,
[INFO] [stderr]    |                    ^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]    = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]   --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:79:21
[INFO] [stderr]    |
[INFO] [stderr] 79 |     pub join_style: c_int,
[INFO] [stderr]    |                     ^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]    = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]   --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:80:21
[INFO] [stderr]    |
[INFO] [stderr] 80 |     pub fill_style: c_int,
[INFO] [stderr]    |                     ^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]    = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]   --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:81:20
[INFO] [stderr]    |
[INFO] [stderr] 81 |     pub fill_rule: c_int,
[INFO] [stderr]    |                    ^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]    = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]   --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:82:19
[INFO] [stderr]    |
[INFO] [stderr] 82 |     pub arc_mode: c_int,
[INFO] [stderr]    |                   ^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]    = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]   --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:85:22
[INFO] [stderr]    |
[INFO] [stderr] 85 |     pub ts_x_origin: c_int,
[INFO] [stderr]    |                      ^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]    = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]   --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:86:22
[INFO] [stderr]    |
[INFO] [stderr] 86 |     pub ts_y_origin: c_int,
[INFO] [stderr]    |                      ^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]    = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]   --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:88:25
[INFO] [stderr]    |
[INFO] [stderr] 88 |     pub subwindow_mode: c_int,
[INFO] [stderr]    |                         ^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]    = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]   --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:89:29
[INFO] [stderr]    |
[INFO] [stderr] 89 |     pub graphics_exposures: c_int,
[INFO] [stderr]    |                             ^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]    = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]   --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:90:24
[INFO] [stderr]    |
[INFO] [stderr] 90 |     pub clip_x_origin: c_int,
[INFO] [stderr]    |                        ^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]    = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]   --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:91:24
[INFO] [stderr]    |
[INFO] [stderr] 91 |     pub clip_y_origin: c_int,
[INFO] [stderr]    |                        ^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]    = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]   --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:93:22
[INFO] [stderr]    |
[INFO] [stderr] 93 |     pub dash_offset: c_int,
[INFO] [stderr]    |                      ^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]    = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]   --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:94:17
[INFO] [stderr]    |
[INFO] [stderr] 94 |     pub dashes: c_char,
[INFO] [stderr]    |                 ^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]    = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:105:17
[INFO] [stderr]     |
[INFO] [stderr] 105 |     pub _class: c_int,
[INFO] [stderr]     |                 ^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:106:19
[INFO] [stderr]     |
[INFO] [stderr] 106 |     pub red_mask: c_ulong,
[INFO] [stderr]     |                   ^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:107:21
[INFO] [stderr]     |
[INFO] [stderr] 107 |     pub green_mask: c_ulong,
[INFO] [stderr]     |                     ^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:108:20
[INFO] [stderr]     |
[INFO] [stderr] 108 |     pub blue_mask: c_ulong,
[INFO] [stderr]     |                    ^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:109:23
[INFO] [stderr]     |
[INFO] [stderr] 109 |     pub bits_per_rgb: c_int,
[INFO] [stderr]     |                       ^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:110:22
[INFO] [stderr]     |
[INFO] [stderr] 110 |     pub map_entries: c_int,
[INFO] [stderr]     |                      ^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:115:16
[INFO] [stderr]     |
[INFO] [stderr] 115 |     pub depth: c_int,
[INFO] [stderr]     |                ^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:116:19
[INFO] [stderr]     |
[INFO] [stderr] 116 |     pub nvisuals: c_int,
[INFO] [stderr]     |                   ^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:127:16
[INFO] [stderr]     |
[INFO] [stderr] 127 |     pub width: c_int,
[INFO] [stderr]     |                ^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:128:17
[INFO] [stderr]     |
[INFO] [stderr] 128 |     pub height: c_int,
[INFO] [stderr]     |                 ^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:129:17
[INFO] [stderr]     |
[INFO] [stderr] 129 |     pub mwidth: c_int,
[INFO] [stderr]     |                 ^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:130:18
[INFO] [stderr]     |
[INFO] [stderr] 130 |     pub mheight: c_int,
[INFO] [stderr]     |                  ^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:131:18
[INFO] [stderr]     |
[INFO] [stderr] 131 |     pub ndepths: c_int,
[INFO] [stderr]     |                  ^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:133:21
[INFO] [stderr]     |
[INFO] [stderr] 133 |     pub root_depth: c_int,
[INFO] [stderr]     |                     ^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:137:22
[INFO] [stderr]     |
[INFO] [stderr] 137 |     pub white_pixel: c_ulong,
[INFO] [stderr]     |                      ^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:138:22
[INFO] [stderr]     |
[INFO] [stderr] 138 |     pub black_pixel: c_ulong,
[INFO] [stderr]     |                      ^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:139:19
[INFO] [stderr]     |
[INFO] [stderr] 139 |     pub max_maps: c_int,
[INFO] [stderr]     |                   ^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:140:19
[INFO] [stderr]     |
[INFO] [stderr] 140 |     pub min_maps: c_int,
[INFO] [stderr]     |                   ^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:141:24
[INFO] [stderr]     |
[INFO] [stderr] 141 |     pub backing_store: c_int,
[INFO] [stderr]     |                        ^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:142:22
[INFO] [stderr]     |
[INFO] [stderr] 142 |     pub save_unders: c_int,
[INFO] [stderr]     |                      ^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:143:26
[INFO] [stderr]     |
[INFO] [stderr] 143 |     pub root_input_mask: c_long,
[INFO] [stderr]     |                          ^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:149:16
[INFO] [stderr]     |
[INFO] [stderr] 149 |     pub depth: c_int,
[INFO] [stderr]     |                ^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:150:25
[INFO] [stderr]     |
[INFO] [stderr] 150 |     pub bits_per_pixel: c_int,
[INFO] [stderr]     |                         ^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:151:23
[INFO] [stderr]     |
[INFO] [stderr] 151 |     pub scanline_pad: c_int,
[INFO] [stderr]     |                       ^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:157:27
[INFO] [stderr]     |
[INFO] [stderr] 157 |     pub background_pixel: c_ulong,
[INFO] [stderr]     |                           ^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:159:23
[INFO] [stderr]     |
[INFO] [stderr] 159 |     pub border_pixel: c_ulong,
[INFO] [stderr]     |                       ^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:160:22
[INFO] [stderr]     |
[INFO] [stderr] 160 |     pub bit_gravity: c_int,
[INFO] [stderr]     |                      ^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:161:22
[INFO] [stderr]     |
[INFO] [stderr] 161 |     pub win_gravity: c_int,
[INFO] [stderr]     |                      ^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:162:24
[INFO] [stderr]     |
[INFO] [stderr] 162 |     pub backing_store: c_int,
[INFO] [stderr]     |                        ^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:163:25
[INFO] [stderr]     |
[INFO] [stderr] 163 |     pub backing_planes: c_ulong,
[INFO] [stderr]     |                         ^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:164:24
[INFO] [stderr]     |
[INFO] [stderr] 164 |     pub backing_pixel: c_ulong,
[INFO] [stderr]     |                        ^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:165:21
[INFO] [stderr]     |
[INFO] [stderr] 165 |     pub save_under: c_int,
[INFO] [stderr]     |                     ^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:166:21
[INFO] [stderr]     |
[INFO] [stderr] 166 |     pub event_mask: c_long,
[INFO] [stderr]     |                     ^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:167:32
[INFO] [stderr]     |
[INFO] [stderr] 167 |     pub do_not_propagate_mask: c_long,
[INFO] [stderr]     |                                ^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:168:28
[INFO] [stderr]     |
[INFO] [stderr] 168 |     pub override_redirect: c_int,
[INFO] [stderr]     |                            ^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:175:12
[INFO] [stderr]     |
[INFO] [stderr] 175 |     pub x: c_int,
[INFO] [stderr]     |            ^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:176:12
[INFO] [stderr]     |
[INFO] [stderr] 176 |     pub y: c_int,
[INFO] [stderr]     |            ^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:177:16
[INFO] [stderr]     |
[INFO] [stderr] 177 |     pub width: c_int,
[INFO] [stderr]     |                ^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:178:17
[INFO] [stderr]     |
[INFO] [stderr] 178 |     pub height: c_int,
[INFO] [stderr]     |                 ^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:179:23
[INFO] [stderr]     |
[INFO] [stderr] 179 |     pub border_width: c_int,
[INFO] [stderr]     |                       ^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:180:16
[INFO] [stderr]     |
[INFO] [stderr] 180 |     pub depth: c_int,
[INFO] [stderr]     |                ^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:183:17
[INFO] [stderr]     |
[INFO] [stderr] 183 |     pub _class: c_int,
[INFO] [stderr]     |                 ^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:184:22
[INFO] [stderr]     |
[INFO] [stderr] 184 |     pub bit_gravity: c_int,
[INFO] [stderr]     |                      ^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:185:22
[INFO] [stderr]     |
[INFO] [stderr] 185 |     pub win_gravity: c_int,
[INFO] [stderr]     |                      ^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:186:24
[INFO] [stderr]     |
[INFO] [stderr] 186 |     pub backing_store: c_int,
[INFO] [stderr]     |                        ^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:187:25
[INFO] [stderr]     |
[INFO] [stderr] 187 |     pub backing_planes: c_ulong,
[INFO] [stderr]     |                         ^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:188:24
[INFO] [stderr]     |
[INFO] [stderr] 188 |     pub backing_pixel: c_ulong,
[INFO] [stderr]     |                        ^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:189:21
[INFO] [stderr]     |
[INFO] [stderr] 189 |     pub save_under: c_int,
[INFO] [stderr]     |                     ^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:191:24
[INFO] [stderr]     |
[INFO] [stderr] 191 |     pub map_installed: c_int,
[INFO] [stderr]     |                        ^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:192:20
[INFO] [stderr]     |
[INFO] [stderr] 192 |     pub map_state: c_int,
[INFO] [stderr]     |                    ^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:193:26
[INFO] [stderr]     |
[INFO] [stderr] 193 |     pub all_event_masks: c_long,
[INFO] [stderr]     |                          ^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:194:26
[INFO] [stderr]     |
[INFO] [stderr] 194 |     pub your_event_mask: c_long,
[INFO] [stderr]     |                          ^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:195:32
[INFO] [stderr]     |
[INFO] [stderr] 195 |     pub do_not_propagate_mask: c_long,
[INFO] [stderr]     |                                ^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:196:28
[INFO] [stderr]     |
[INFO] [stderr] 196 |     pub override_redirect: c_int,
[INFO] [stderr]     |                            ^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:202:17
[INFO] [stderr]     |
[INFO] [stderr] 202 |     pub family: c_int,
[INFO] [stderr]     |                 ^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:203:17
[INFO] [stderr]     |
[INFO] [stderr] 203 |     pub length: c_int,
[INFO] [stderr]     |                 ^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:204:23
[INFO] [stderr]     |
[INFO] [stderr] 204 |     pub address: *mut c_char,
[INFO] [stderr]     |                       ^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:209:21
[INFO] [stderr]     |
[INFO] [stderr] 209 |     pub typelength: c_int,
[INFO] [stderr]     |                     ^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:210:22
[INFO] [stderr]     |
[INFO] [stderr] 210 |     pub valuelength: c_int,
[INFO] [stderr]     |                      ^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:211:21
[INFO] [stderr]     |
[INFO] [stderr] 211 |     pub _type: *mut c_char,
[INFO] [stderr]     |                     ^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:212:21
[INFO] [stderr]     |
[INFO] [stderr] 212 |     pub value: *mut c_char,
[INFO] [stderr]     |                     ^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:217:16
[INFO] [stderr]     |
[INFO] [stderr] 217 |     pub width: c_int,
[INFO] [stderr]     |                ^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:218:17
[INFO] [stderr]     |
[INFO] [stderr] 218 |     pub height: c_int,
[INFO] [stderr]     |                 ^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:219:18
[INFO] [stderr]     |
[INFO] [stderr] 219 |     pub xoffset: c_int,
[INFO] [stderr]     |                  ^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:220:17
[INFO] [stderr]     |
[INFO] [stderr] 220 |     pub format: c_int,
[INFO] [stderr]     |                 ^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:221:20
[INFO] [stderr]     |
[INFO] [stderr] 221 |     pub data: *mut c_char,
[INFO] [stderr]     |                    ^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:222:21
[INFO] [stderr]     |
[INFO] [stderr] 222 |     pub byte_order: c_int,
[INFO] [stderr]     |                     ^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:223:22
[INFO] [stderr]     |
[INFO] [stderr] 223 |     pub bitmap_unit: c_int,
[INFO] [stderr]     |                      ^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:224:27
[INFO] [stderr]     |
[INFO] [stderr] 224 |     pub bitmap_bit_order: c_int,
[INFO] [stderr]     |                           ^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:225:21
[INFO] [stderr]     |
[INFO] [stderr] 225 |     pub bitmap_pad: c_int,
[INFO] [stderr]     |                     ^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:226:16
[INFO] [stderr]     |
[INFO] [stderr] 226 |     pub depth: c_int,
[INFO] [stderr]     |                ^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:227:25
[INFO] [stderr]     |
[INFO] [stderr] 227 |     pub bytes_per_line: c_int,
[INFO] [stderr]     |                         ^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:228:25
[INFO] [stderr]     |
[INFO] [stderr] 228 |     pub bits_per_pixel: c_int,
[INFO] [stderr]     |                         ^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:229:19
[INFO] [stderr]     |
[INFO] [stderr] 229 |     pub red_mask: c_ulong,
[INFO] [stderr]     |                   ^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:230:21
[INFO] [stderr]     |
[INFO] [stderr] 230 |     pub green_mask: c_ulong,
[INFO] [stderr]     |                     ^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:231:20
[INFO] [stderr]     |
[INFO] [stderr] 231 |     pub blue_mask: c_ulong,
[INFO] [stderr]     |                    ^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:250:12
[INFO] [stderr]     |
[INFO] [stderr] 250 |     pub x: c_int,
[INFO] [stderr]     |            ^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:251:12
[INFO] [stderr]     |
[INFO] [stderr] 251 |     pub y: c_int,
[INFO] [stderr]     |            ^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:252:16
[INFO] [stderr]     |
[INFO] [stderr] 252 |     pub width: c_int,
[INFO] [stderr]     |                ^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:253:17
[INFO] [stderr]     |
[INFO] [stderr] 253 |     pub height: c_int,
[INFO] [stderr]     |                 ^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:254:23
[INFO] [stderr]     |
[INFO] [stderr] 254 |     pub border_width: c_int,
[INFO] [stderr]     |                       ^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:256:21
[INFO] [stderr]     |
[INFO] [stderr] 256 |     pub stack_mode: c_int,
[INFO] [stderr]     |                     ^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:261:16
[INFO] [stderr]     |
[INFO] [stderr] 261 |     pub pixel: c_ulong,
[INFO] [stderr]     |                ^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:262:14
[INFO] [stderr]     |
[INFO] [stderr] 262 |     pub red: c_ushort,
[INFO] [stderr]     |              ^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:263:16
[INFO] [stderr]     |
[INFO] [stderr] 263 |     pub green: c_ushort,
[INFO] [stderr]     |                ^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:264:15
[INFO] [stderr]     |
[INFO] [stderr] 264 |     pub blue: c_ushort,
[INFO] [stderr]     |               ^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:265:16
[INFO] [stderr]     |
[INFO] [stderr] 265 |     pub flags: c_char,
[INFO] [stderr]     |                ^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:266:14
[INFO] [stderr]     |
[INFO] [stderr] 266 |     pub pad: c_char,
[INFO] [stderr]     |              ^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:271:13
[INFO] [stderr]     |
[INFO] [stderr] 271 |     pub x1: c_short,
[INFO] [stderr]     |             ^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:272:13
[INFO] [stderr]     |
[INFO] [stderr] 272 |     pub y1: c_short,
[INFO] [stderr]     |             ^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:273:13
[INFO] [stderr]     |
[INFO] [stderr] 273 |     pub x2: c_short,
[INFO] [stderr]     |             ^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:274:13
[INFO] [stderr]     |
[INFO] [stderr] 274 |     pub y2: c_short,
[INFO] [stderr]     |             ^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:279:12
[INFO] [stderr]     |
[INFO] [stderr] 279 |     pub x: c_short,
[INFO] [stderr]     |            ^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:280:12
[INFO] [stderr]     |
[INFO] [stderr] 280 |     pub y: c_short,
[INFO] [stderr]     |            ^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:285:12
[INFO] [stderr]     |
[INFO] [stderr] 285 |     pub x: c_short,
[INFO] [stderr]     |            ^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:286:12
[INFO] [stderr]     |
[INFO] [stderr] 286 |     pub y: c_short,
[INFO] [stderr]     |            ^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:287:16
[INFO] [stderr]     |
[INFO] [stderr] 287 |     pub width: c_ushort,
[INFO] [stderr]     |                ^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:288:17
[INFO] [stderr]     |
[INFO] [stderr] 288 |     pub height: c_ushort,
[INFO] [stderr]     |                 ^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:293:12
[INFO] [stderr]     |
[INFO] [stderr] 293 |     pub x: c_short,
[INFO] [stderr]     |            ^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:294:12
[INFO] [stderr]     |
[INFO] [stderr] 294 |     pub y: c_short,
[INFO] [stderr]     |            ^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:295:16
[INFO] [stderr]     |
[INFO] [stderr] 295 |     pub width: c_ushort,
[INFO] [stderr]     |                ^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:296:17
[INFO] [stderr]     |
[INFO] [stderr] 296 |     pub height: c_ushort,
[INFO] [stderr]     |                 ^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:297:17
[INFO] [stderr]     |
[INFO] [stderr] 297 |     pub angle1: c_short,
[INFO] [stderr]     |                 ^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:298:17
[INFO] [stderr]     |
[INFO] [stderr] 298 |     pub angle2: c_short,
[INFO] [stderr]     |                 ^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:303:28
[INFO] [stderr]     |
[INFO] [stderr] 303 |     pub key_click_percent: c_int,
[INFO] [stderr]     |                            ^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:304:23
[INFO] [stderr]     |
[INFO] [stderr] 304 |     pub bell_percent: c_int,
[INFO] [stderr]     |                       ^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:305:21
[INFO] [stderr]     |
[INFO] [stderr] 305 |     pub bell_pitch: c_int,
[INFO] [stderr]     |                     ^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:306:24
[INFO] [stderr]     |
[INFO] [stderr] 306 |     pub bell_duration: c_int,
[INFO] [stderr]     |                        ^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:307:14
[INFO] [stderr]     |
[INFO] [stderr] 307 |     pub led: c_int,
[INFO] [stderr]     |              ^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:308:19
[INFO] [stderr]     |
[INFO] [stderr] 308 |     pub led_mode: c_int,
[INFO] [stderr]     |                   ^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:309:14
[INFO] [stderr]     |
[INFO] [stderr] 309 |     pub key: c_int,
[INFO] [stderr]     |              ^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:310:27
[INFO] [stderr]     |
[INFO] [stderr] 310 |     pub auto_repeat_mode: c_int,
[INFO] [stderr]     |                           ^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:315:28
[INFO] [stderr]     |
[INFO] [stderr] 315 |     pub key_click_percent: c_int,
[INFO] [stderr]     |                            ^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:316:23
[INFO] [stderr]     |
[INFO] [stderr] 316 |     pub bell_percent: c_int,
[INFO] [stderr]     |                       ^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:317:21
[INFO] [stderr]     |
[INFO] [stderr] 317 |     pub bell_pitch: c_uint,
[INFO] [stderr]     |                     ^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:318:24
[INFO] [stderr]     |
[INFO] [stderr] 318 |     pub bell_duration: c_uint,
[INFO] [stderr]     |                        ^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:319:19
[INFO] [stderr]     |
[INFO] [stderr] 319 |     pub led_mask: c_ulong,
[INFO] [stderr]     |                   ^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:320:29
[INFO] [stderr]     |
[INFO] [stderr] 320 |     pub global_auto_repeat: c_int,
[INFO] [stderr]     |                             ^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:321:24
[INFO] [stderr]     |
[INFO] [stderr] 321 |     pub auto_repeats: (c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char),
[INFO] [stderr]     |                        ^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:321:31
[INFO] [stderr]     |
[INFO] [stderr] 321 |     pub auto_repeats: (c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char),
[INFO] [stderr]     |                               ^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:321:38
[INFO] [stderr]     |
[INFO] [stderr] 321 |     pub auto_repeats: (c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char),
[INFO] [stderr]     |                                      ^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:321:45
[INFO] [stderr]     |
[INFO] [stderr] 321 |     pub auto_repeats: (c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char),
[INFO] [stderr]     |                                             ^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:321:52
[INFO] [stderr]     |
[INFO] [stderr] 321 |     pub auto_repeats: (c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char),
[INFO] [stderr]     |                                                    ^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:321:59
[INFO] [stderr]     |
[INFO] [stderr] 321 |     pub auto_repeats: (c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char),
[INFO] [stderr]     |                                                           ^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:321:66
[INFO] [stderr]     |
[INFO] [stderr] 321 |     pub auto_repeats: (c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char),
[INFO] [stderr]     |                                                                  ^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:321:73
[INFO] [stderr]     |
[INFO] [stderr] 321 |     pub auto_repeats: (c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char),
[INFO] [stderr]     |                                                                         ^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:321:80
[INFO] [stderr]     |
[INFO] [stderr] 321 |     pub auto_repeats: (c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char),
[INFO] [stderr]     |                                                                                ^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:321:87
[INFO] [stderr]     |
[INFO] [stderr] 321 |     pub auto_repeats: (c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char),
[INFO] [stderr]     |                                                                                       ^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:321:94
[INFO] [stderr]     |
[INFO] [stderr] 321 |     pub auto_repeats: (c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char),
[INFO] [stderr]     |                                                                                              ^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:321:101
[INFO] [stderr]     |
[INFO] [stderr] 321 |     pub auto_repeats: (c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char),
[INFO] [stderr]     |                                                                                                     ^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:321:108
[INFO] [stderr]     |
[INFO] [stderr] 321 |     pub auto_repeats: (c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char),
[INFO] [stderr]     |                                                                                                            ^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:321:115
[INFO] [stderr]     |
[INFO] [stderr] 321 |     pub auto_repeats: (c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char),
[INFO] [stderr]     |                                                                                                                   ^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:321:122
[INFO] [stderr]     |
[INFO] [stderr] 321 |     pub auto_repeats: (c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char),
[INFO] [stderr]     |                                                                                                                          ^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:321:129
[INFO] [stderr]     |
[INFO] [stderr] 321 |     pub auto_repeats: (c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char),
[INFO] [stderr]     |                                                                                                                                 ^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:321:136
[INFO] [stderr]     |
[INFO] [stderr] 321 |     pub auto_repeats: (c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char),
[INFO] [stderr]     |                                                                                                                                        ^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:321:143
[INFO] [stderr]     |
[INFO] [stderr] 321 |     pub auto_repeats: (c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char),
[INFO] [stderr]     |                                                                                                                                               ^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:321:150
[INFO] [stderr]     |
[INFO] [stderr] 321 |     pub auto_repeats: (c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char),
[INFO] [stderr]     |                                                                                                                                                      ^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:321:157
[INFO] [stderr]     |
[INFO] [stderr] 321 |     pub auto_repeats: (c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char),
[INFO] [stderr]     |                                                                                                                                                             ^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:321:164
[INFO] [stderr]     |
[INFO] [stderr] 321 |     pub auto_repeats: (c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char),
[INFO] [stderr]     |                                                                                                                                                                    ^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:321:171
[INFO] [stderr]     |
[INFO] [stderr] 321 |     pub auto_repeats: (c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char),
[INFO] [stderr]     |                                                                                                                                                                           ^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:321:178
[INFO] [stderr]     |
[INFO] [stderr] 321 |     pub auto_repeats: (c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char),
[INFO] [stderr]     |                                                                                                                                                                                  ^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:321:185
[INFO] [stderr]     |
[INFO] [stderr] 321 |     pub auto_repeats: (c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char),
[INFO] [stderr]     |                                                                                                                                                                                         ^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:321:192
[INFO] [stderr]     |
[INFO] [stderr] 321 |     pub auto_repeats: (c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char),
[INFO] [stderr]     |                                                                                                                                                                                                ^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:321:199
[INFO] [stderr]     |
[INFO] [stderr] 321 |     pub auto_repeats: (c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char),
[INFO] [stderr]     |                                                                                                                                                                                                       ^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:321:206
[INFO] [stderr]     |
[INFO] [stderr] 321 |     pub auto_repeats: (c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char),
[INFO] [stderr]     |                                                                                                                                                                                                              ^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:321:213
[INFO] [stderr]     |
[INFO] [stderr] 321 |     pub auto_repeats: (c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char),
[INFO] [stderr]     |                                                                                                                                                                                                                     ^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:321:220
[INFO] [stderr]     |
[INFO] [stderr] 321 |     pub auto_repeats: (c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char),
[INFO] [stderr]     |                                                                                                                                                                                                                            ^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:321:227
[INFO] [stderr]     |
[INFO] [stderr] 321 |     pub auto_repeats: (c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char),
[INFO] [stderr]     |                                                                                                                                                                                                                                   ^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:321:234
[INFO] [stderr]     |
[INFO] [stderr] 321 |     pub auto_repeats: (c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char),
[INFO] [stderr]     |                                                                                                                                                                                                                                          ^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:321:241
[INFO] [stderr]     |
[INFO] [stderr] 321 |     pub auto_repeats: (c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char),
[INFO] [stderr]     |                                                                                                                                                                                                                                                 ^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:327:12
[INFO] [stderr]     |
[INFO] [stderr] 327 |     pub x: c_short,
[INFO] [stderr]     |            ^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:328:12
[INFO] [stderr]     |
[INFO] [stderr] 328 |     pub y: c_short,
[INFO] [stderr]     |            ^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:333:24
[INFO] [stderr]     |
[INFO] [stderr] 333 |     pub max_keypermod: c_int,
[INFO] [stderr]     |                        ^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:347:16
[INFO] [stderr]     |
[INFO] [stderr] 347 |     pub _type: c_int,
[INFO] [stderr]     |                ^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:348:17
[INFO] [stderr]     |
[INFO] [stderr] 348 |     pub serial: c_ulong,
[INFO] [stderr]     |                 ^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:349:21
[INFO] [stderr]     |
[INFO] [stderr] 349 |     pub send_event: c_int,
[INFO] [stderr]     |                     ^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:355:12
[INFO] [stderr]     |
[INFO] [stderr] 355 |     pub x: c_int,
[INFO] [stderr]     |            ^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:356:12
[INFO] [stderr]     |
[INFO] [stderr] 356 |     pub y: c_int,
[INFO] [stderr]     |            ^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:357:17
[INFO] [stderr]     |
[INFO] [stderr] 357 |     pub x_root: c_int,
[INFO] [stderr]     |                 ^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:358:17
[INFO] [stderr]     |
[INFO] [stderr] 358 |     pub y_root: c_int,
[INFO] [stderr]     |                 ^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:359:16
[INFO] [stderr]     |
[INFO] [stderr] 359 |     pub state: c_uint,
[INFO] [stderr]     |                ^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:360:18
[INFO] [stderr]     |
[INFO] [stderr] 360 |     pub keycode: c_uint,
[INFO] [stderr]     |                  ^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:361:22
[INFO] [stderr]     |
[INFO] [stderr] 361 |     pub same_screen: c_int,
[INFO] [stderr]     |                      ^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:370:16
[INFO] [stderr]     |
[INFO] [stderr] 370 |     pub _type: c_int,
[INFO] [stderr]     |                ^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:371:17
[INFO] [stderr]     |
[INFO] [stderr] 371 |     pub serial: c_ulong,
[INFO] [stderr]     |                 ^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:372:21
[INFO] [stderr]     |
[INFO] [stderr] 372 |     pub send_event: c_int,
[INFO] [stderr]     |                     ^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:378:12
[INFO] [stderr]     |
[INFO] [stderr] 378 |     pub x: c_int,
[INFO] [stderr]     |            ^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:379:12
[INFO] [stderr]     |
[INFO] [stderr] 379 |     pub y: c_int,
[INFO] [stderr]     |            ^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:380:17
[INFO] [stderr]     |
[INFO] [stderr] 380 |     pub x_root: c_int,
[INFO] [stderr]     |                 ^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:381:17
[INFO] [stderr]     |
[INFO] [stderr] 381 |     pub y_root: c_int,
[INFO] [stderr]     |                 ^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:382:16
[INFO] [stderr]     |
[INFO] [stderr] 382 |     pub state: c_uint,
[INFO] [stderr]     |                ^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:383:17
[INFO] [stderr]     |
[INFO] [stderr] 383 |     pub button: c_uint,
[INFO] [stderr]     |                 ^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:384:22
[INFO] [stderr]     |
[INFO] [stderr] 384 |     pub same_screen: c_int,
[INFO] [stderr]     |                      ^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:393:16
[INFO] [stderr]     |
[INFO] [stderr] 393 |     pub _type: c_int,
[INFO] [stderr]     |                ^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:394:17
[INFO] [stderr]     |
[INFO] [stderr] 394 |     pub serial: c_ulong,
[INFO] [stderr]     |                 ^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:395:21
[INFO] [stderr]     |
[INFO] [stderr] 395 |     pub send_event: c_int,
[INFO] [stderr]     |                     ^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:401:12
[INFO] [stderr]     |
[INFO] [stderr] 401 |     pub x: c_int,
[INFO] [stderr]     |            ^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:402:12
[INFO] [stderr]     |
[INFO] [stderr] 402 |     pub y: c_int,
[INFO] [stderr]     |            ^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:403:17
[INFO] [stderr]     |
[INFO] [stderr] 403 |     pub x_root: c_int,
[INFO] [stderr]     |                 ^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:404:17
[INFO] [stderr]     |
[INFO] [stderr] 404 |     pub y_root: c_int,
[INFO] [stderr]     |                 ^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:405:16
[INFO] [stderr]     |
[INFO] [stderr] 405 |     pub state: c_uint,
[INFO] [stderr]     |                ^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:406:18
[INFO] [stderr]     |
[INFO] [stderr] 406 |     pub is_hint: c_char,
[INFO] [stderr]     |                  ^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:407:22
[INFO] [stderr]     |
[INFO] [stderr] 407 |     pub same_screen: c_int,
[INFO] [stderr]     |                      ^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:414:16
[INFO] [stderr]     |
[INFO] [stderr] 414 |     pub _type: c_int,
[INFO] [stderr]     |                ^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:415:17
[INFO] [stderr]     |
[INFO] [stderr] 415 |     pub serial: c_ulong,
[INFO] [stderr]     |                 ^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:416:21
[INFO] [stderr]     |
[INFO] [stderr] 416 |     pub send_event: c_int,
[INFO] [stderr]     |                     ^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:422:12
[INFO] [stderr]     |
[INFO] [stderr] 422 |     pub x: c_int,
[INFO] [stderr]     |            ^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:423:12
[INFO] [stderr]     |
[INFO] [stderr] 423 |     pub y: c_int,
[INFO] [stderr]     |            ^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:424:17
[INFO] [stderr]     |
[INFO] [stderr] 424 |     pub x_root: c_int,
[INFO] [stderr]     |                 ^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:425:17
[INFO] [stderr]     |
[INFO] [stderr] 425 |     pub y_root: c_int,
[INFO] [stderr]     |                 ^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:426:15
[INFO] [stderr]     |
[INFO] [stderr] 426 |     pub mode: c_int,
[INFO] [stderr]     |               ^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:427:17
[INFO] [stderr]     |
[INFO] [stderr] 427 |     pub detail: c_int,
[INFO] [stderr]     |                 ^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:428:22
[INFO] [stderr]     |
[INFO] [stderr] 428 |     pub same_screen: c_int,
[INFO] [stderr]     |                      ^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:429:16
[INFO] [stderr]     |
[INFO] [stderr] 429 |     pub focus: c_int,
[INFO] [stderr]     |                ^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:430:16
[INFO] [stderr]     |
[INFO] [stderr] 430 |     pub state: c_uint,
[INFO] [stderr]     |                ^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:439:16
[INFO] [stderr]     |
[INFO] [stderr] 439 |     pub _type: c_int,
[INFO] [stderr]     |                ^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:440:17
[INFO] [stderr]     |
[INFO] [stderr] 440 |     pub serial: c_ulong,
[INFO] [stderr]     |                 ^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:441:21
[INFO] [stderr]     |
[INFO] [stderr] 441 |     pub send_event: c_int,
[INFO] [stderr]     |                     ^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:444:15
[INFO] [stderr]     |
[INFO] [stderr] 444 |     pub mode: c_int,
[INFO] [stderr]     |               ^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:445:17
[INFO] [stderr]     |
[INFO] [stderr] 445 |     pub detail: c_int,
[INFO] [stderr]     |                 ^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:454:16
[INFO] [stderr]     |
[INFO] [stderr] 454 |     pub _type: c_int,
[INFO] [stderr]     |                ^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:455:17
[INFO] [stderr]     |
[INFO] [stderr] 455 |     pub serial: c_ulong,
[INFO] [stderr]     |                 ^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:456:21
[INFO] [stderr]     |
[INFO] [stderr] 456 |     pub send_event: c_int,
[INFO] [stderr]     |                     ^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:459:22
[INFO] [stderr]     |
[INFO] [stderr] 459 |     pub key_vector: (c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char),
[INFO] [stderr]     |                      ^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:459:29
[INFO] [stderr]     |
[INFO] [stderr] 459 |     pub key_vector: (c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char),
[INFO] [stderr]     |                             ^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:459:36
[INFO] [stderr]     |
[INFO] [stderr] 459 |     pub key_vector: (c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char),
[INFO] [stderr]     |                                    ^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:459:43
[INFO] [stderr]     |
[INFO] [stderr] 459 |     pub key_vector: (c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char),
[INFO] [stderr]     |                                           ^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:459:50
[INFO] [stderr]     |
[INFO] [stderr] 459 |     pub key_vector: (c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char),
[INFO] [stderr]     |                                                  ^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:459:57
[INFO] [stderr]     |
[INFO] [stderr] 459 |     pub key_vector: (c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char),
[INFO] [stderr]     |                                                         ^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:459:64
[INFO] [stderr]     |
[INFO] [stderr] 459 |     pub key_vector: (c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char),
[INFO] [stderr]     |                                                                ^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:459:71
[INFO] [stderr]     |
[INFO] [stderr] 459 |     pub key_vector: (c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char),
[INFO] [stderr]     |                                                                       ^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:459:78
[INFO] [stderr]     |
[INFO] [stderr] 459 |     pub key_vector: (c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char),
[INFO] [stderr]     |                                                                              ^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:459:85
[INFO] [stderr]     |
[INFO] [stderr] 459 |     pub key_vector: (c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char),
[INFO] [stderr]     |                                                                                     ^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:459:92
[INFO] [stderr]     |
[INFO] [stderr] 459 |     pub key_vector: (c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char),
[INFO] [stderr]     |                                                                                            ^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:459:99
[INFO] [stderr]     |
[INFO] [stderr] 459 |     pub key_vector: (c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char),
[INFO] [stderr]     |                                                                                                   ^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:459:106
[INFO] [stderr]     |
[INFO] [stderr] 459 |     pub key_vector: (c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char),
[INFO] [stderr]     |                                                                                                          ^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:459:113
[INFO] [stderr]     |
[INFO] [stderr] 459 |     pub key_vector: (c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char),
[INFO] [stderr]     |                                                                                                                 ^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:459:120
[INFO] [stderr]     |
[INFO] [stderr] 459 |     pub key_vector: (c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char),
[INFO] [stderr]     |                                                                                                                        ^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:459:127
[INFO] [stderr]     |
[INFO] [stderr] 459 |     pub key_vector: (c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char),
[INFO] [stderr]     |                                                                                                                               ^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:459:134
[INFO] [stderr]     |
[INFO] [stderr] 459 |     pub key_vector: (c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char),
[INFO] [stderr]     |                                                                                                                                      ^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:459:141
[INFO] [stderr]     |
[INFO] [stderr] 459 |     pub key_vector: (c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char),
[INFO] [stderr]     |                                                                                                                                             ^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:459:148
[INFO] [stderr]     |
[INFO] [stderr] 459 |     pub key_vector: (c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char),
[INFO] [stderr]     |                                                                                                                                                    ^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:459:155
[INFO] [stderr]     |
[INFO] [stderr] 459 |     pub key_vector: (c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char),
[INFO] [stderr]     |                                                                                                                                                           ^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:459:162
[INFO] [stderr]     |
[INFO] [stderr] 459 |     pub key_vector: (c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char),
[INFO] [stderr]     |                                                                                                                                                                  ^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:459:169
[INFO] [stderr]     |
[INFO] [stderr] 459 |     pub key_vector: (c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char),
[INFO] [stderr]     |                                                                                                                                                                         ^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:459:176
[INFO] [stderr]     |
[INFO] [stderr] 459 |     pub key_vector: (c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char),
[INFO] [stderr]     |                                                                                                                                                                                ^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:459:183
[INFO] [stderr]     |
[INFO] [stderr] 459 |     pub key_vector: (c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char),
[INFO] [stderr]     |                                                                                                                                                                                       ^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:459:190
[INFO] [stderr]     |
[INFO] [stderr] 459 |     pub key_vector: (c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char),
[INFO] [stderr]     |                                                                                                                                                                                              ^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:459:197
[INFO] [stderr]     |
[INFO] [stderr] 459 |     pub key_vector: (c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char),
[INFO] [stderr]     |                                                                                                                                                                                                     ^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:459:204
[INFO] [stderr]     |
[INFO] [stderr] 459 |     pub key_vector: (c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char),
[INFO] [stderr]     |                                                                                                                                                                                                            ^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:459:211
[INFO] [stderr]     |
[INFO] [stderr] 459 |     pub key_vector: (c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char),
[INFO] [stderr]     |                                                                                                                                                                                                                   ^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:459:218
[INFO] [stderr]     |
[INFO] [stderr] 459 |     pub key_vector: (c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char),
[INFO] [stderr]     |                                                                                                                                                                                                                          ^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:459:225
[INFO] [stderr]     |
[INFO] [stderr] 459 |     pub key_vector: (c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char),
[INFO] [stderr]     |                                                                                                                                                                                                                                 ^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:459:232
[INFO] [stderr]     |
[INFO] [stderr] 459 |     pub key_vector: (c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char),
[INFO] [stderr]     |                                                                                                                                                                                                                                        ^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:459:239
[INFO] [stderr]     |
[INFO] [stderr] 459 |     pub key_vector: (c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char,c_char),
[INFO] [stderr]     |                                                                                                                                                                                                                                               ^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:464:16
[INFO] [stderr]     |
[INFO] [stderr] 464 |     pub _type: c_int,
[INFO] [stderr]     |                ^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:465:17
[INFO] [stderr]     |
[INFO] [stderr] 465 |     pub serial: c_ulong,
[INFO] [stderr]     |                 ^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:466:21
[INFO] [stderr]     |
[INFO] [stderr] 466 |     pub send_event: c_int,
[INFO] [stderr]     |                     ^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:469:12
[INFO] [stderr]     |
[INFO] [stderr] 469 |     pub x: c_int,
[INFO] [stderr]     |            ^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:470:12
[INFO] [stderr]     |
[INFO] [stderr] 470 |     pub y: c_int,
[INFO] [stderr]     |            ^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:471:16
[INFO] [stderr]     |
[INFO] [stderr] 471 |     pub width: c_int,
[INFO] [stderr]     |                ^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:472:17
[INFO] [stderr]     |
[INFO] [stderr] 472 |     pub height: c_int,
[INFO] [stderr]     |                 ^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:473:16
[INFO] [stderr]     |
[INFO] [stderr] 473 |     pub count: c_int,
[INFO] [stderr]     |                ^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:478:16
[INFO] [stderr]     |
[INFO] [stderr] 478 |     pub _type: c_int,
[INFO] [stderr]     |                ^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:479:17
[INFO] [stderr]     |
[INFO] [stderr] 479 |     pub serial: c_ulong,
[INFO] [stderr]     |                 ^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:480:21
[INFO] [stderr]     |
[INFO] [stderr] 480 |     pub send_event: c_int,
[INFO] [stderr]     |                     ^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:483:12
[INFO] [stderr]     |
[INFO] [stderr] 483 |     pub x: c_int,
[INFO] [stderr]     |            ^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:484:12
[INFO] [stderr]     |
[INFO] [stderr] 484 |     pub y: c_int,
[INFO] [stderr]     |            ^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:485:16
[INFO] [stderr]     |
[INFO] [stderr] 485 |     pub width: c_int,
[INFO] [stderr]     |                ^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:486:17
[INFO] [stderr]     |
[INFO] [stderr] 486 |     pub height: c_int,
[INFO] [stderr]     |                 ^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:487:16
[INFO] [stderr]     |
[INFO] [stderr] 487 |     pub count: c_int,
[INFO] [stderr]     |                ^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:488:21
[INFO] [stderr]     |
[INFO] [stderr] 488 |     pub major_code: c_int,
[INFO] [stderr]     |                     ^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:489:21
[INFO] [stderr]     |
[INFO] [stderr] 489 |     pub minor_code: c_int,
[INFO] [stderr]     |                     ^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:494:16
[INFO] [stderr]     |
[INFO] [stderr] 494 |     pub _type: c_int,
[INFO] [stderr]     |                ^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:495:17
[INFO] [stderr]     |
[INFO] [stderr] 495 |     pub serial: c_ulong,
[INFO] [stderr]     |                 ^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:496:21
[INFO] [stderr]     |
[INFO] [stderr] 496 |     pub send_event: c_int,
[INFO] [stderr]     |                     ^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:499:21
[INFO] [stderr]     |
[INFO] [stderr] 499 |     pub major_code: c_int,
[INFO] [stderr]     |                     ^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:500:21
[INFO] [stderr]     |
[INFO] [stderr] 500 |     pub minor_code: c_int,
[INFO] [stderr]     |                     ^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:505:16
[INFO] [stderr]     |
[INFO] [stderr] 505 |     pub _type: c_int,
[INFO] [stderr]     |                ^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:506:17
[INFO] [stderr]     |
[INFO] [stderr] 506 |     pub serial: c_ulong,
[INFO] [stderr]     |                 ^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:507:21
[INFO] [stderr]     |
[INFO] [stderr] 507 |     pub send_event: c_int,
[INFO] [stderr]     |                     ^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:510:16
[INFO] [stderr]     |
[INFO] [stderr] 510 |     pub state: c_int,
[INFO] [stderr]     |                ^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:515:16
[INFO] [stderr]     |
[INFO] [stderr] 515 |     pub _type: c_int,
[INFO] [stderr]     |                ^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:516:17
[INFO] [stderr]     |
[INFO] [stderr] 516 |     pub serial: c_ulong,
[INFO] [stderr]     |                 ^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:517:21
[INFO] [stderr]     |
[INFO] [stderr] 517 |     pub send_event: c_int,
[INFO] [stderr]     |                     ^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:521:12
[INFO] [stderr]     |
[INFO] [stderr] 521 |     pub x: c_int,
[INFO] [stderr]     |            ^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:522:12
[INFO] [stderr]     |
[INFO] [stderr] 522 |     pub y: c_int,
[INFO] [stderr]     |            ^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:523:16
[INFO] [stderr]     |
[INFO] [stderr] 523 |     pub width: c_int,
[INFO] [stderr]     |                ^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:524:17
[INFO] [stderr]     |
[INFO] [stderr] 524 |     pub height: c_int,
[INFO] [stderr]     |                 ^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:525:23
[INFO] [stderr]     |
[INFO] [stderr] 525 |     pub border_width: c_int,
[INFO] [stderr]     |                       ^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:526:28
[INFO] [stderr]     |
[INFO] [stderr] 526 |     pub override_redirect: c_int,
[INFO] [stderr]     |                            ^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:531:16
[INFO] [stderr]     |
[INFO] [stderr] 531 |     pub _type: c_int,
[INFO] [stderr]     |                ^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:532:17
[INFO] [stderr]     |
[INFO] [stderr] 532 |     pub serial: c_ulong,
[INFO] [stderr]     |                 ^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:533:21
[INFO] [stderr]     |
[INFO] [stderr] 533 |     pub send_event: c_int,
[INFO] [stderr]     |                     ^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:541:16
[INFO] [stderr]     |
[INFO] [stderr] 541 |     pub _type: c_int,
[INFO] [stderr]     |                ^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:542:17
[INFO] [stderr]     |
[INFO] [stderr] 542 |     pub serial: c_ulong,
[INFO] [stderr]     |                 ^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:543:21
[INFO] [stderr]     |
[INFO] [stderr] 543 |     pub send_event: c_int,
[INFO] [stderr]     |                     ^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:547:25
[INFO] [stderr]     |
[INFO] [stderr] 547 |     pub from_configure: c_int,
[INFO] [stderr]     |                         ^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:552:16
[INFO] [stderr]     |
[INFO] [stderr] 552 |     pub _type: c_int,
[INFO] [stderr]     |                ^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:553:17
[INFO] [stderr]     |
[INFO] [stderr] 553 |     pub serial: c_ulong,
[INFO] [stderr]     |                 ^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:554:21
[INFO] [stderr]     |
[INFO] [stderr] 554 |     pub send_event: c_int,
[INFO] [stderr]     |                     ^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:558:28
[INFO] [stderr]     |
[INFO] [stderr] 558 |     pub override_redirect: c_int,
[INFO] [stderr]     |                            ^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:563:16
[INFO] [stderr]     |
[INFO] [stderr] 563 |     pub _type: c_int,
[INFO] [stderr]     |                ^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:564:17
[INFO] [stderr]     |
[INFO] [stderr] 564 |     pub serial: c_ulong,
[INFO] [stderr]     |                 ^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:565:21
[INFO] [stderr]     |
[INFO] [stderr] 565 |     pub send_event: c_int,
[INFO] [stderr]     |                     ^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:573:16
[INFO] [stderr]     |
[INFO] [stderr] 573 |     pub _type: c_int,
[INFO] [stderr]     |                ^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:574:17
[INFO] [stderr]     |
[INFO] [stderr] 574 |     pub serial: c_ulong,
[INFO] [stderr]     |                 ^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:575:21
[INFO] [stderr]     |
[INFO] [stderr] 575 |     pub send_event: c_int,
[INFO] [stderr]     |                     ^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:580:12
[INFO] [stderr]     |
[INFO] [stderr] 580 |     pub x: c_int,
[INFO] [stderr]     |            ^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:581:12
[INFO] [stderr]     |
[INFO] [stderr] 581 |     pub y: c_int,
[INFO] [stderr]     |            ^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:582:28
[INFO] [stderr]     |
[INFO] [stderr] 582 |     pub override_redirect: c_int,
[INFO] [stderr]     |                            ^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:587:16
[INFO] [stderr]     |
[INFO] [stderr] 587 |     pub _type: c_int,
[INFO] [stderr]     |                ^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:588:17
[INFO] [stderr]     |
[INFO] [stderr] 588 |     pub serial: c_ulong,
[INFO] [stderr]     |                 ^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:589:21
[INFO] [stderr]     |
[INFO] [stderr] 589 |     pub send_event: c_int,
[INFO] [stderr]     |                     ^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:593:12
[INFO] [stderr]     |
[INFO] [stderr] 593 |     pub x: c_int,
[INFO] [stderr]     |            ^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:594:12
[INFO] [stderr]     |
[INFO] [stderr] 594 |     pub y: c_int,
[INFO] [stderr]     |            ^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:595:16
[INFO] [stderr]     |
[INFO] [stderr] 595 |     pub width: c_int,
[INFO] [stderr]     |                ^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:596:17
[INFO] [stderr]     |
[INFO] [stderr] 596 |     pub height: c_int,
[INFO] [stderr]     |                 ^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:597:23
[INFO] [stderr]     |
[INFO] [stderr] 597 |     pub border_width: c_int,
[INFO] [stderr]     |                       ^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:599:28
[INFO] [stderr]     |
[INFO] [stderr] 599 |     pub override_redirect: c_int,
[INFO] [stderr]     |                            ^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:604:16
[INFO] [stderr]     |
[INFO] [stderr] 604 |     pub _type: c_int,
[INFO] [stderr]     |                ^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:605:17
[INFO] [stderr]     |
[INFO] [stderr] 605 |     pub serial: c_ulong,
[INFO] [stderr]     |                 ^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:606:21
[INFO] [stderr]     |
[INFO] [stderr] 606 |     pub send_event: c_int,
[INFO] [stderr]     |                     ^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:610:12
[INFO] [stderr]     |
[INFO] [stderr] 610 |     pub x: c_int,
[INFO] [stderr]     |            ^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:611:12
[INFO] [stderr]     |
[INFO] [stderr] 611 |     pub y: c_int,
[INFO] [stderr]     |            ^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:616:16
[INFO] [stderr]     |
[INFO] [stderr] 616 |     pub _type: c_int,
[INFO] [stderr]     |                ^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:617:17
[INFO] [stderr]     |
[INFO] [stderr] 617 |     pub serial: c_ulong,
[INFO] [stderr]     |                 ^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:618:21
[INFO] [stderr]     |
[INFO] [stderr] 618 |     pub send_event: c_int,
[INFO] [stderr]     |                     ^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:621:16
[INFO] [stderr]     |
[INFO] [stderr] 621 |     pub width: c_int,
[INFO] [stderr]     |                ^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:622:17
[INFO] [stderr]     |
[INFO] [stderr] 622 |     pub height: c_int,
[INFO] [stderr]     |                 ^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:627:16
[INFO] [stderr]     |
[INFO] [stderr] 627 |     pub _type: c_int,
[INFO] [stderr]     |                ^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:628:17
[INFO] [stderr]     |
[INFO] [stderr] 628 |     pub serial: c_ulong,
[INFO] [stderr]     |                 ^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:629:21
[INFO] [stderr]     |
[INFO] [stderr] 629 |     pub send_event: c_int,
[INFO] [stderr]     |                     ^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:633:12
[INFO] [stderr]     |
[INFO] [stderr] 633 |     pub x: c_int,
[INFO] [stderr]     |            ^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:634:12
[INFO] [stderr]     |
[INFO] [stderr] 634 |     pub y: c_int,
[INFO] [stderr]     |            ^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:635:16
[INFO] [stderr]     |
[INFO] [stderr] 635 |     pub width: c_int,
[INFO] [stderr]     |                ^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:636:17
[INFO] [stderr]     |
[INFO] [stderr] 636 |     pub height: c_int,
[INFO] [stderr]     |                 ^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:637:23
[INFO] [stderr]     |
[INFO] [stderr] 637 |     pub border_width: c_int,
[INFO] [stderr]     |                       ^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:639:17
[INFO] [stderr]     |
[INFO] [stderr] 639 |     pub detail: c_int,
[INFO] [stderr]     |                 ^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:640:21
[INFO] [stderr]     |
[INFO] [stderr] 640 |     pub value_mask: c_ulong,
[INFO] [stderr]     |                     ^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:645:16
[INFO] [stderr]     |
[INFO] [stderr] 645 |     pub _type: c_int,
[INFO] [stderr]     |                ^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:646:17
[INFO] [stderr]     |
[INFO] [stderr] 646 |     pub serial: c_ulong,
[INFO] [stderr]     |                 ^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:647:21
[INFO] [stderr]     |
[INFO] [stderr] 647 |     pub send_event: c_int,
[INFO] [stderr]     |                     ^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:651:16
[INFO] [stderr]     |
[INFO] [stderr] 651 |     pub place: c_int,
[INFO] [stderr]     |                ^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:656:16
[INFO] [stderr]     |
[INFO] [stderr] 656 |     pub _type: c_int,
[INFO] [stderr]     |                ^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:657:17
[INFO] [stderr]     |
[INFO] [stderr] 657 |     pub serial: c_ulong,
[INFO] [stderr]     |                 ^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:658:21
[INFO] [stderr]     |
[INFO] [stderr] 658 |     pub send_event: c_int,
[INFO] [stderr]     |                     ^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:662:16
[INFO] [stderr]     |
[INFO] [stderr] 662 |     pub place: c_int,
[INFO] [stderr]     |                ^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:667:16
[INFO] [stderr]     |
[INFO] [stderr] 667 |     pub _type: c_int,
[INFO] [stderr]     |                ^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:668:17
[INFO] [stderr]     |
[INFO] [stderr] 668 |     pub serial: c_ulong,
[INFO] [stderr]     |                 ^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:669:21
[INFO] [stderr]     |
[INFO] [stderr] 669 |     pub send_event: c_int,
[INFO] [stderr]     |                     ^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:674:16
[INFO] [stderr]     |
[INFO] [stderr] 674 |     pub state: c_int,
[INFO] [stderr]     |                ^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:679:16
[INFO] [stderr]     |
[INFO] [stderr] 679 |     pub _type: c_int,
[INFO] [stderr]     |                ^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:680:17
[INFO] [stderr]     |
[INFO] [stderr] 680 |     pub serial: c_ulong,
[INFO] [stderr]     |                 ^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:681:21
[INFO] [stderr]     |
[INFO] [stderr] 681 |     pub send_event: c_int,
[INFO] [stderr]     |                     ^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:690:16
[INFO] [stderr]     |
[INFO] [stderr] 690 |     pub _type: c_int,
[INFO] [stderr]     |                ^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:691:17
[INFO] [stderr]     |
[INFO] [stderr] 691 |     pub serial: c_ulong,
[INFO] [stderr]     |                 ^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:692:21
[INFO] [stderr]     |
[INFO] [stderr] 692 |     pub send_event: c_int,
[INFO] [stderr]     |                     ^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:704:16
[INFO] [stderr]     |
[INFO] [stderr] 704 |     pub _type: c_int,
[INFO] [stderr]     |                ^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:705:17
[INFO] [stderr]     |
[INFO] [stderr] 705 |     pub serial: c_ulong,
[INFO] [stderr]     |                 ^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:706:21
[INFO] [stderr]     |
[INFO] [stderr] 706 |     pub send_event: c_int,
[INFO] [stderr]     |                     ^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:717:16
[INFO] [stderr]     |
[INFO] [stderr] 717 |     pub _type: c_int,
[INFO] [stderr]     |                ^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:718:17
[INFO] [stderr]     |
[INFO] [stderr] 718 |     pub serial: c_ulong,
[INFO] [stderr]     |                 ^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:719:21
[INFO] [stderr]     |
[INFO] [stderr] 719 |     pub send_event: c_int,
[INFO] [stderr]     |                     ^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:723:15
[INFO] [stderr]     |
[INFO] [stderr] 723 |     pub _new: c_int,
[INFO] [stderr]     |               ^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:724:16
[INFO] [stderr]     |
[INFO] [stderr] 724 |     pub state: c_int,
[INFO] [stderr]     |                ^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:729:16
[INFO] [stderr]     |
[INFO] [stderr] 729 |     pub _type: c_int,
[INFO] [stderr]     |                ^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:730:17
[INFO] [stderr]     |
[INFO] [stderr] 730 |     pub serial: c_ulong,
[INFO] [stderr]     |                 ^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:731:21
[INFO] [stderr]     |
[INFO] [stderr] 731 |     pub send_event: c_int,
[INFO] [stderr]     |                     ^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:735:17
[INFO] [stderr]     |
[INFO] [stderr] 735 |     pub format: c_int,
[INFO] [stderr]     |                 ^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:741:16
[INFO] [stderr]     |
[INFO] [stderr] 741 |     pub _type: c_int,
[INFO] [stderr]     |                ^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:742:17
[INFO] [stderr]     |
[INFO] [stderr] 742 |     pub serial: c_ulong,
[INFO] [stderr]     |                 ^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:743:21
[INFO] [stderr]     |
[INFO] [stderr] 743 |     pub send_event: c_int,
[INFO] [stderr]     |                     ^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:746:18
[INFO] [stderr]     |
[INFO] [stderr] 746 |     pub request: c_int,
[INFO] [stderr]     |                  ^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:747:24
[INFO] [stderr]     |
[INFO] [stderr] 747 |     pub first_keycode: c_int,
[INFO] [stderr]     |                        ^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:748:16
[INFO] [stderr]     |
[INFO] [stderr] 748 |     pub count: c_int,
[INFO] [stderr]     |                ^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:753:16
[INFO] [stderr]     |
[INFO] [stderr] 753 |     pub _type: c_int,
[INFO] [stderr]     |                ^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:756:17
[INFO] [stderr]     |
[INFO] [stderr] 756 |     pub serial: c_ulong,
[INFO] [stderr]     |                 ^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:757:21
[INFO] [stderr]     |
[INFO] [stderr] 757 |     pub error_code: c_uchar,
[INFO] [stderr]     |                     ^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:758:23
[INFO] [stderr]     |
[INFO] [stderr] 758 |     pub request_code: c_uchar,
[INFO] [stderr]     |                       ^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:759:21
[INFO] [stderr]     |
[INFO] [stderr] 759 |     pub minor_code: c_uchar,
[INFO] [stderr]     |                     ^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:764:16
[INFO] [stderr]     |
[INFO] [stderr] 764 |     pub _type: c_int,
[INFO] [stderr]     |                ^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:765:17
[INFO] [stderr]     |
[INFO] [stderr] 765 |     pub serial: c_ulong,
[INFO] [stderr]     |                 ^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:766:21
[INFO] [stderr]     |
[INFO] [stderr] 766 |     pub send_event: c_int,
[INFO] [stderr]     |                     ^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:773:16
[INFO] [stderr]     |
[INFO] [stderr] 773 |     pub _type: c_int,
[INFO] [stderr]     |                ^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:774:17
[INFO] [stderr]     |
[INFO] [stderr] 774 |     pub serial: c_ulong,
[INFO] [stderr]     |                 ^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:775:21
[INFO] [stderr]     |
[INFO] [stderr] 775 |     pub send_event: c_int,
[INFO] [stderr]     |                     ^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:777:20
[INFO] [stderr]     |
[INFO] [stderr] 777 |     pub extension: c_int,
[INFO] [stderr]     |                    ^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:778:17
[INFO] [stderr]     |
[INFO] [stderr] 778 |     pub evtype: c_int,
[INFO] [stderr]     |                 ^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:783:16
[INFO] [stderr]     |
[INFO] [stderr] 783 |     pub _type: c_int,
[INFO] [stderr]     |                ^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:784:17
[INFO] [stderr]     |
[INFO] [stderr] 784 |     pub serial: c_ulong,
[INFO] [stderr]     |                 ^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:785:21
[INFO] [stderr]     |
[INFO] [stderr] 785 |     pub send_event: c_int,
[INFO] [stderr]     |                     ^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:787:20
[INFO] [stderr]     |
[INFO] [stderr] 787 |     pub extension: c_int,
[INFO] [stderr]     |                    ^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:788:17
[INFO] [stderr]     |
[INFO] [stderr] 788 |     pub evtype: c_int,
[INFO] [stderr]     |                 ^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:789:17
[INFO] [stderr]     |
[INFO] [stderr] 789 |     pub cookie: c_uint,
[INFO] [stderr]     |                 ^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:799:19
[INFO] [stderr]     |
[INFO] [stderr] 799 |     pub lbearing: c_short,
[INFO] [stderr]     |                   ^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:800:19
[INFO] [stderr]     |
[INFO] [stderr] 800 |     pub rbearing: c_short,
[INFO] [stderr]     |                   ^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:801:16
[INFO] [stderr]     |
[INFO] [stderr] 801 |     pub width: c_short,
[INFO] [stderr]     |                ^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:802:17
[INFO] [stderr]     |
[INFO] [stderr] 802 |     pub ascent: c_short,
[INFO] [stderr]     |                 ^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:803:18
[INFO] [stderr]     |
[INFO] [stderr] 803 |     pub descent: c_short,
[INFO] [stderr]     |                  ^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:804:21
[INFO] [stderr]     |
[INFO] [stderr] 804 |     pub attributes: c_ushort,
[INFO] [stderr]     |                     ^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:810:17
[INFO] [stderr]     |
[INFO] [stderr] 810 |     pub card32: c_ulong,
[INFO] [stderr]     |                 ^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:817:20
[INFO] [stderr]     |
[INFO] [stderr] 817 |     pub direction: c_uint,
[INFO] [stderr]     |                    ^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:818:28
[INFO] [stderr]     |
[INFO] [stderr] 818 |     pub min_char_or_byte2: c_uint,
[INFO] [stderr]     |                            ^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:819:28
[INFO] [stderr]     |
[INFO] [stderr] 819 |     pub max_char_or_byte2: c_uint,
[INFO] [stderr]     |                            ^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:820:20
[INFO] [stderr]     |
[INFO] [stderr] 820 |     pub min_byte1: c_uint,
[INFO] [stderr]     |                    ^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:821:20
[INFO] [stderr]     |
[INFO] [stderr] 821 |     pub max_byte1: c_uint,
[INFO] [stderr]     |                    ^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:822:26
[INFO] [stderr]     |
[INFO] [stderr] 822 |     pub all_chars_exist: c_int,
[INFO] [stderr]     |                          ^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:823:23
[INFO] [stderr]     |
[INFO] [stderr] 823 |     pub default_char: c_uint,
[INFO] [stderr]     |                       ^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:824:23
[INFO] [stderr]     |
[INFO] [stderr] 824 |     pub n_properties: c_int,
[INFO] [stderr]     |                       ^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:829:17
[INFO] [stderr]     |
[INFO] [stderr] 829 |     pub ascent: c_int,
[INFO] [stderr]     |                 ^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:830:18
[INFO] [stderr]     |
[INFO] [stderr] 830 |     pub descent: c_int,
[INFO] [stderr]     |                  ^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:835:21
[INFO] [stderr]     |
[INFO] [stderr] 835 |     pub chars: *mut c_char,
[INFO] [stderr]     |                     ^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:836:17
[INFO] [stderr]     |
[INFO] [stderr] 836 |     pub nchars: c_int,
[INFO] [stderr]     |                 ^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:837:16
[INFO] [stderr]     |
[INFO] [stderr] 837 |     pub delta: c_int,
[INFO] [stderr]     |                ^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:843:16
[INFO] [stderr]     |
[INFO] [stderr] 843 |     pub byte1: c_uchar,
[INFO] [stderr]     |                ^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:844:16
[INFO] [stderr]     |
[INFO] [stderr] 844 |     pub byte2: c_uchar,
[INFO] [stderr]     |                ^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:850:17
[INFO] [stderr]     |
[INFO] [stderr] 850 |     pub nchars: c_int,
[INFO] [stderr]     |                 ^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:851:16
[INFO] [stderr]     |
[INFO] [stderr] 851 |     pub delta: c_int,
[INFO] [stderr]     |                ^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:875:21
[INFO] [stderr]     |
[INFO] [stderr] 875 |     pub chars: *mut c_char,
[INFO] [stderr]     |                     ^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:876:17
[INFO] [stderr]     |
[INFO] [stderr] 876 |     pub nchars: c_int,
[INFO] [stderr]     |                 ^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:877:16
[INFO] [stderr]     |
[INFO] [stderr] 877 |     pub delta: c_int,
[INFO] [stderr]     |                ^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:883:21
[INFO] [stderr]     |
[INFO] [stderr] 883 |     pub chars: *mut wchar_t,
[INFO] [stderr]     |                     ^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:884:17
[INFO] [stderr]     |
[INFO] [stderr] 884 |     pub nchars: c_int,
[INFO] [stderr]     |                 ^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:885:16
[INFO] [stderr]     |
[INFO] [stderr] 885 |     pub delta: c_int,
[INFO] [stderr]     |                ^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:891:24
[INFO] [stderr]     |
[INFO] [stderr] 891 |     pub charset_count: c_int,
[INFO] [stderr]     |                        ^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:892:33
[INFO] [stderr]     |
[INFO] [stderr] 892 |     pub charset_list: *mut *mut c_char,
[INFO] [stderr]     |                                 ^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:896:25
[INFO] [stderr]     |
[INFO] [stderr] 896 | pub type XOrientation = c_uint;
[INFO] [stderr]     |                         ^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:905:26
[INFO] [stderr]     |
[INFO] [stderr] 905 |     pub num_orientation: c_int,
[INFO] [stderr]     |                          ^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:911:19
[INFO] [stderr]     |
[INFO] [stderr] 911 |     pub num_font: c_int,
[INFO] [stderr]     |                   ^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:913:35
[INFO] [stderr]     |
[INFO] [stderr] 913 |     pub font_name_list: *mut *mut c_char,
[INFO] [stderr]     |                                   ^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:930:21
[INFO] [stderr]     |
[INFO] [stderr] 930 | pub type XIMStyle = c_ulong;
[INFO] [stderr]     |                     ^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:934:23
[INFO] [stderr]     |
[INFO] [stderr] 934 |     pub count_styles: c_ushort,
[INFO] [stderr]     |                       ^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:952:24
[INFO] [stderr]     |
[INFO] [stderr] 952 | pub type XIMFeedback = c_ulong;
[INFO] [stderr]     |                        ^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:956:17
[INFO] [stderr]     |
[INFO] [stderr] 956 |     pub length: c_ushort,
[INFO] [stderr]     |                 ^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:958:28
[INFO] [stderr]     |
[INFO] [stderr] 958 |     pub encoding_is_wchar: c_int,
[INFO] [stderr]     |                            ^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:964:28
[INFO] [stderr]     |
[INFO] [stderr] 964 | pub type XIMPreeditState = c_ulong;
[INFO] [stderr]     |                            ^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:973:26
[INFO] [stderr]     |
[INFO] [stderr] 973 | pub type XIMResetState = c_ulong;
[INFO] [stderr]     |                          ^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:975:40
[INFO] [stderr]     |
[INFO] [stderr] 975 | pub type XIMStringConversionFeedback = c_ulong;
[INFO] [stderr]     |                                        ^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:979:17
[INFO] [stderr]     |
[INFO] [stderr] 979 |     pub length: c_ushort,
[INFO] [stderr]     |                 ^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:981:28
[INFO] [stderr]     |
[INFO] [stderr] 981 |     pub encoding_is_wchar: c_int,
[INFO] [stderr]     |                            ^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:987:40
[INFO] [stderr]     |
[INFO] [stderr] 987 | pub type XIMStringConversionPosition = c_ushort;
[INFO] [stderr]     |                                        ^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:989:36
[INFO] [stderr]     |
[INFO] [stderr] 989 | pub type XIMStringConversionType = c_ushort;
[INFO] [stderr]     |                                    ^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:991:41
[INFO] [stderr]     |
[INFO] [stderr] 991 | pub type XIMStringConversionOperation = c_ushort;
[INFO] [stderr]     |                                         ^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:994:30
[INFO] [stderr]     |
[INFO] [stderr] 994 | pub type XIMCaretDirection = c_uint;
[INFO] [stderr]     |                              ^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1013:17
[INFO] [stderr]      |
[INFO] [stderr] 1013 |     pub factor: c_ushort,
[INFO] [stderr]      |                 ^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1021:16
[INFO] [stderr]      |
[INFO] [stderr] 1021 |     pub caret: c_int,
[INFO] [stderr]      |                ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1022:20
[INFO] [stderr]      |
[INFO] [stderr] 1022 |     pub chg_first: c_int,
[INFO] [stderr]      |                    ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1023:21
[INFO] [stderr]      |
[INFO] [stderr] 1023 |     pub chg_length: c_int,
[INFO] [stderr]      |                     ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1030:26
[INFO] [stderr]      |
[INFO] [stderr] 1030 | pub type XIMCaretStyle = c_uint;
[INFO] [stderr]      |                          ^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1037:19
[INFO] [stderr]      |
[INFO] [stderr] 1037 |     pub position: c_int,
[INFO] [stderr]      |                   ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1045:30
[INFO] [stderr]      |
[INFO] [stderr] 1045 | pub type XIMStatusDataType = c_uint;
[INFO] [stderr]      |                              ^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1060:19
[INFO] [stderr]      |
[INFO] [stderr] 1060 |     pub modifier: c_int,
[INFO] [stderr]      |                   ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1061:24
[INFO] [stderr]      |
[INFO] [stderr] 1061 |     pub modifier_mask: c_int,
[INFO] [stderr]      |                        ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1068:22
[INFO] [stderr]      |
[INFO] [stderr] 1068 |     pub num_hot_key: c_int,
[INFO] [stderr]      |                      ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1074:27
[INFO] [stderr]      |
[INFO] [stderr] 1074 | pub type XIMHotKeyState = c_ulong;
[INFO] [stderr]      |                           ^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1078:23
[INFO] [stderr]      |
[INFO] [stderr] 1078 |     pub count_values: c_ushort,
[INFO] [stderr]      |                       ^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1079:37
[INFO] [stderr]      |
[INFO] [stderr] 1079 |     pub supported_values: *mut *mut c_char,
[INFO] [stderr]      |                                     ^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1102:13
[INFO] [stderr]      |
[INFO] [stderr] 1102 |     pub fd: c_int,
[INFO] [stderr]      |             ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1103:19
[INFO] [stderr]      |
[INFO] [stderr] 1103 |     pub private2: c_int,
[INFO] [stderr]      |                   ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1104:30
[INFO] [stderr]      |
[INFO] [stderr] 1104 |     pub proto_major_version: c_int,
[INFO] [stderr]      |                              ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1105:30
[INFO] [stderr]      |
[INFO] [stderr] 1105 |     pub proto_minor_version: c_int,
[INFO] [stderr]      |                              ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1106:22
[INFO] [stderr]      |
[INFO] [stderr] 1106 |     pub vendor: *mut c_char,
[INFO] [stderr]      |                      ^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1110:19
[INFO] [stderr]      |
[INFO] [stderr] 1110 |     pub private6: c_int,
[INFO] [stderr]      |                   ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1112:21
[INFO] [stderr]      |
[INFO] [stderr] 1112 |     pub byte_order: c_int,
[INFO] [stderr]      |                     ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1113:22
[INFO] [stderr]      |
[INFO] [stderr] 1113 |     pub bitmap_unit: c_int,
[INFO] [stderr]      |                      ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1114:21
[INFO] [stderr]      |
[INFO] [stderr] 1114 |     pub bitmap_pad: c_int,
[INFO] [stderr]      |                     ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1115:27
[INFO] [stderr]      |
[INFO] [stderr] 1115 |     pub bitmap_bit_order: c_int,
[INFO] [stderr]      |                           ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1116:19
[INFO] [stderr]      |
[INFO] [stderr] 1116 |     pub nformats: c_int,
[INFO] [stderr]      |                   ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1118:19
[INFO] [stderr]      |
[INFO] [stderr] 1118 |     pub private8: c_int,
[INFO] [stderr]      |                   ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1119:18
[INFO] [stderr]      |
[INFO] [stderr] 1119 |     pub release: c_int,
[INFO] [stderr]      |                  ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1122:15
[INFO] [stderr]      |
[INFO] [stderr] 1122 |     pub qlen: c_int,
[INFO] [stderr]      |               ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1123:28
[INFO] [stderr]      |
[INFO] [stderr] 1123 |     pub last_request_read: c_ulong,
[INFO] [stderr]      |                            ^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1124:18
[INFO] [stderr]      |
[INFO] [stderr] 1124 |     pub request: c_ulong,
[INFO] [stderr]      |                  ^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1129:27
[INFO] [stderr]      |
[INFO] [stderr] 1129 |     pub max_request_size: c_uint,
[INFO] [stderr]      |                           ^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1132:28
[INFO] [stderr]      |
[INFO] [stderr] 1132 |     pub display_name: *mut c_char,
[INFO] [stderr]      |                            ^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1133:25
[INFO] [stderr]      |
[INFO] [stderr] 1133 |     pub default_screen: c_int,
[INFO] [stderr]      |                         ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1134:19
[INFO] [stderr]      |
[INFO] [stderr] 1134 |     pub nscreens: c_int,
[INFO] [stderr]      |                   ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1136:24
[INFO] [stderr]      |
[INFO] [stderr] 1136 |     pub motion_buffer: c_ulong,
[INFO] [stderr]      |                        ^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1137:20
[INFO] [stderr]      |
[INFO] [stderr] 1137 |     pub private16: c_ulong,
[INFO] [stderr]      |                    ^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1138:22
[INFO] [stderr]      |
[INFO] [stderr] 1138 |     pub min_keycode: c_int,
[INFO] [stderr]      |                      ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1139:22
[INFO] [stderr]      |
[INFO] [stderr] 1139 |     pub max_keycode: c_int,
[INFO] [stderr]      |                      ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1142:20
[INFO] [stderr]      |
[INFO] [stderr] 1142 |     pub private19: c_int,
[INFO] [stderr]      |                    ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1143:25
[INFO] [stderr]      |
[INFO] [stderr] 1143 |     pub xdefaults: *mut c_char,
[INFO] [stderr]      |                         ^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1152:17
[INFO] [stderr]      |
[INFO] [stderr] 1152 |     pub screen: c_int,
[INFO] [stderr]      |                 ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1153:16
[INFO] [stderr]      |
[INFO] [stderr] 1153 |     pub depth: c_int,
[INFO] [stderr]      |                ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1154:16
[INFO] [stderr]      |
[INFO] [stderr] 1154 |     pub class: c_int,
[INFO] [stderr]      |                ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1155:19
[INFO] [stderr]      |
[INFO] [stderr] 1155 |     pub red_mask: c_ulong,
[INFO] [stderr]      |                   ^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1156:21
[INFO] [stderr]      |
[INFO] [stderr] 1156 |     pub green_mask: c_ulong,
[INFO] [stderr]      |                     ^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1157:20
[INFO] [stderr]      |
[INFO] [stderr] 1157 |     pub blue_mask: c_ulong,
[INFO] [stderr]      |                    ^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1158:24
[INFO] [stderr]      |
[INFO] [stderr] 1158 |     pub colormap_size: c_int,
[INFO] [stderr]      |                        ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1159:23
[INFO] [stderr]      |
[INFO] [stderr] 1159 |     pub bits_per_rgb: c_int,
[INFO] [stderr]      |                       ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1164:24
[INFO] [stderr]      |
[INFO] [stderr] 1164 |     pub res_name: *mut c_char,
[INFO] [stderr]      |                        ^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1165:25
[INFO] [stderr]      |
[INFO] [stderr] 1165 |     pub res_class: *mut c_char
[INFO] [stderr]      |                         ^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1168:21
[INFO] [stderr]      |
[INFO] [stderr] 1168 | pub static ZPixmap: c_int = 2;  // depth == drawable depth
[INFO] [stderr]      |                     ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1173:31
[INFO] [stderr]      |
[INFO] [stderr] 1173 |     pub fn _Xmblen(arg0: *mut c_char, arg1: c_int) -> c_int;
[INFO] [stderr]      |                               ^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1173:45
[INFO] [stderr]      |
[INFO] [stderr] 1173 |     pub fn _Xmblen(arg0: *mut c_char, arg1: c_int) -> c_int;
[INFO] [stderr]      |                                             ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1173:55
[INFO] [stderr]      |
[INFO] [stderr] 1173 |     pub fn _Xmblen(arg0: *mut c_char, arg1: c_int) -> c_int;
[INFO] [stderr]      |                                                       ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1175:58
[INFO] [stderr]      |
[INFO] [stderr] 1175 |     pub fn XLoadQueryFont(arg0: *mut Display, arg1: *mut c_char) -> *mut XFontStruct;
[INFO] [stderr]      |                                                          ^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1179:98
[INFO] [stderr]      |
[INFO] [stderr] 1179 |     pub fn XGetMotionEvents(arg0: *mut Display, arg1: Window, arg2: Time, arg3: Time, arg4: *mut c_int) -> *mut XTimeCoord;
[INFO] [stderr]      |                                                                                                  ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1181:85
[INFO] [stderr]      |
[INFO] [stderr] 1181 |     pub fn XDeleteModifiermapEntry(arg0: *mut XModifierKeymap, arg1: KeyCode, arg2: c_int) -> *mut XModifierKeymap;
[INFO] [stderr]      |                                                                                     ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1185:85
[INFO] [stderr]      |
[INFO] [stderr] 1185 |     pub fn XInsertModifiermapEntry(arg0: *mut XModifierKeymap, arg1: KeyCode, arg2: c_int) -> *mut XModifierKeymap;
[INFO] [stderr]      |                                                                                     ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1187:34
[INFO] [stderr]      |
[INFO] [stderr] 1187 |     pub fn XNewModifiermap(arg0: c_int) -> *mut XModifierKeymap;
[INFO] [stderr]      |                                  ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1189:70
[INFO] [stderr]      |
[INFO] [stderr] 1189 |     pub fn XCreateImage(arg0: *mut Display, arg1: *mut Visual, arg2: c_uint, arg3: c_int, arg4: c_int, arg5: *mut c_char, arg6: c_uint, arg7: c_uint, arg8: c_int, arg9: c_int) -> *mut XImage;
[INFO] [stderr]      |                                                                      ^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1189:84
[INFO] [stderr]      |
[INFO] [stderr] 1189 |     pub fn XCreateImage(arg0: *mut Display, arg1: *mut Visual, arg2: c_uint, arg3: c_int, arg4: c_int, arg5: *mut c_char, arg6: c_uint, arg7: c_uint, arg8: c_int, arg9: c_int) -> *mut XImage;
[INFO] [stderr]      |                                                                                    ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1189:97
[INFO] [stderr]      |
[INFO] [stderr] 1189 |     pub fn XCreateImage(arg0: *mut Display, arg1: *mut Visual, arg2: c_uint, arg3: c_int, arg4: c_int, arg5: *mut c_char, arg6: c_uint, arg7: c_uint, arg8: c_int, arg9: c_int) -> *mut XImage;
[INFO] [stderr]      |                                                                                                 ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1189:115
[INFO] [stderr]      |
[INFO] [stderr] 1189 |     pub fn XCreateImage(arg0: *mut Display, arg1: *mut Visual, arg2: c_uint, arg3: c_int, arg4: c_int, arg5: *mut c_char, arg6: c_uint, arg7: c_uint, arg8: c_int, arg9: c_int) -> *mut XImage;
[INFO] [stderr]      |                                                                                                                   ^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1189:129
[INFO] [stderr]      |
[INFO] [stderr] 1189 |     pub fn XCreateImage(arg0: *mut Display, arg1: *mut Visual, arg2: c_uint, arg3: c_int, arg4: c_int, arg5: *mut c_char, arg6: c_uint, arg7: c_uint, arg8: c_int, arg9: c_int) -> *mut XImage;
[INFO] [stderr]      |                                                                                                                                 ^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1189:143
[INFO] [stderr]      |
[INFO] [stderr] 1189 |     pub fn XCreateImage(arg0: *mut Display, arg1: *mut Visual, arg2: c_uint, arg3: c_int, arg4: c_int, arg5: *mut c_char, arg6: c_uint, arg7: c_uint, arg8: c_int, arg9: c_int) -> *mut XImage;
[INFO] [stderr]      |                                                                                                                                               ^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1189:157
[INFO] [stderr]      |
[INFO] [stderr] 1189 |     pub fn XCreateImage(arg0: *mut Display, arg1: *mut Visual, arg2: c_uint, arg3: c_int, arg4: c_int, arg5: *mut c_char, arg6: c_uint, arg7: c_uint, arg8: c_int, arg9: c_int) -> *mut XImage;
[INFO] [stderr]      |                                                                                                                                                             ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1189:170
[INFO] [stderr]      |
[INFO] [stderr] 1189 |     pub fn XCreateImage(arg0: *mut Display, arg1: *mut Visual, arg2: c_uint, arg3: c_int, arg4: c_int, arg5: *mut c_char, arg6: c_uint, arg7: c_uint, arg8: c_int, arg9: c_int) -> *mut XImage;
[INFO] [stderr]      |                                                                                                                                                                          ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1191:45
[INFO] [stderr]      |
[INFO] [stderr] 1191 |     pub fn XInitImage(arg0: *mut XImage) -> c_int;
[INFO] [stderr]      |                                             ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1193:64
[INFO] [stderr]      |
[INFO] [stderr] 1193 |     pub fn XGetImage(arg0: *mut Display, arg1: Drawable, arg2: c_int, arg3: c_int, arg4: c_uint, arg5: c_uint, arg6: c_ulong, arg7: c_int) -> *mut XImage;
[INFO] [stderr]      |                                                                ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1193:77
[INFO] [stderr]      |
[INFO] [stderr] 1193 |     pub fn XGetImage(arg0: *mut Display, arg1: Drawable, arg2: c_int, arg3: c_int, arg4: c_uint, arg5: c_uint, arg6: c_ulong, arg7: c_int) -> *mut XImage;
[INFO] [stderr]      |                                                                             ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1193:90
[INFO] [stderr]      |
[INFO] [stderr] 1193 |     pub fn XGetImage(arg0: *mut Display, arg1: Drawable, arg2: c_int, arg3: c_int, arg4: c_uint, arg5: c_uint, arg6: c_ulong, arg7: c_int) -> *mut XImage;
[INFO] [stderr]      |                                                                                          ^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1193:104
[INFO] [stderr]      |
[INFO] [stderr] 1193 |     pub fn XGetImage(arg0: *mut Display, arg1: Drawable, arg2: c_int, arg3: c_int, arg4: c_uint, arg5: c_uint, arg6: c_ulong, arg7: c_int) -> *mut XImage;
[INFO] [stderr]      |                                                                                                        ^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1193:118
[INFO] [stderr]      |
[INFO] [stderr] 1193 |     pub fn XGetImage(arg0: *mut Display, arg1: Drawable, arg2: c_int, arg3: c_int, arg4: c_uint, arg5: c_uint, arg6: c_ulong, arg7: c_int) -> *mut XImage;
[INFO] [stderr]      |                                                                                                                      ^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1193:133
[INFO] [stderr]      |
[INFO] [stderr] 1193 |     pub fn XGetImage(arg0: *mut Display, arg1: Drawable, arg2: c_int, arg3: c_int, arg4: c_uint, arg5: c_uint, arg6: c_ulong, arg7: c_int) -> *mut XImage;
[INFO] [stderr]      |                                                                                                                                     ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1195:67
[INFO] [stderr]      |
[INFO] [stderr] 1195 |     pub fn XGetSubImage(arg0: *mut Display, arg1: Drawable, arg2: c_int, arg3: c_int, arg4: c_uint, arg5: c_uint, arg6: c_ulong, arg7: c_int, arg8: *mut XImage, arg9: c_int, arg10: c_int) -> *mut XImage;
[INFO] [stderr]      |                                                                   ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1195:80
[INFO] [stderr]      |
[INFO] [stderr] 1195 |     pub fn XGetSubImage(arg0: *mut Display, arg1: Drawable, arg2: c_int, arg3: c_int, arg4: c_uint, arg5: c_uint, arg6: c_ulong, arg7: c_int, arg8: *mut XImage, arg9: c_int, arg10: c_int) -> *mut XImage;
[INFO] [stderr]      |                                                                                ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1195:93
[INFO] [stderr]      |
[INFO] [stderr] 1195 |     pub fn XGetSubImage(arg0: *mut Display, arg1: Drawable, arg2: c_int, arg3: c_int, arg4: c_uint, arg5: c_uint, arg6: c_ulong, arg7: c_int, arg8: *mut XImage, arg9: c_int, arg10: c_int) -> *mut XImage;
[INFO] [stderr]      |                                                                                             ^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1195:107
[INFO] [stderr]      |
[INFO] [stderr] 1195 |     pub fn XGetSubImage(arg0: *mut Display, arg1: Drawable, arg2: c_int, arg3: c_int, arg4: c_uint, arg5: c_uint, arg6: c_ulong, arg7: c_int, arg8: *mut XImage, arg9: c_int, arg10: c_int) -> *mut XImage;
[INFO] [stderr]      |                                                                                                           ^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1195:121
[INFO] [stderr]      |
[INFO] [stderr] 1195 |     pub fn XGetSubImage(arg0: *mut Display, arg1: Drawable, arg2: c_int, arg3: c_int, arg4: c_uint, arg5: c_uint, arg6: c_ulong, arg7: c_int, arg8: *mut XImage, arg9: c_int, arg10: c_int) -> *mut XImage;
[INFO] [stderr]      |                                                                                                                         ^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1195:136
[INFO] [stderr]      |
[INFO] [stderr] 1195 |     pub fn XGetSubImage(arg0: *mut Display, arg1: Drawable, arg2: c_int, arg3: c_int, arg4: c_uint, arg5: c_uint, arg6: c_ulong, arg7: c_int, arg8: *mut XImage, arg9: c_int, arg10: c_int) -> *mut XImage;
[INFO] [stderr]      |                                                                                                                                        ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1195:168
[INFO] [stderr]      |
[INFO] [stderr] 1195 |     pub fn XGetSubImage(arg0: *mut Display, arg1: Drawable, arg2: c_int, arg3: c_int, arg4: c_uint, arg5: c_uint, arg6: c_ulong, arg7: c_int, arg8: *mut XImage, arg9: c_int, arg10: c_int) -> *mut XImage;
[INFO] [stderr]      |                                                                                                                                                                        ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1195:182
[INFO] [stderr]      |
[INFO] [stderr] 1195 |     pub fn XGetSubImage(arg0: *mut Display, arg1: Drawable, arg2: c_int, arg3: c_int, arg4: c_uint, arg5: c_uint, arg6: c_ulong, arg7: c_int, arg8: *mut XImage, arg9: c_int, arg10: c_int) -> *mut XImage;
[INFO] [stderr]      |                                                                                                                                                                                      ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1197:36
[INFO] [stderr]      |
[INFO] [stderr] 1197 |     pub fn XOpenDisplay(arg0: *mut c_char) -> *mut Display;
[INFO] [stderr]      |                                    ^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1201:55
[INFO] [stderr]      |
[INFO] [stderr] 1201 |     pub fn XFetchBytes(arg0: *mut Display, arg1: *mut c_int) -> *mut c_char;
[INFO] [stderr]      |                                                       ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1201:70
[INFO] [stderr]      |
[INFO] [stderr] 1201 |     pub fn XFetchBytes(arg0: *mut Display, arg1: *mut c_int) -> *mut c_char;
[INFO] [stderr]      |                                                                      ^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1203:56
[INFO] [stderr]      |
[INFO] [stderr] 1203 |     pub fn XFetchBuffer(arg0: *mut Display, arg1: *mut c_int, arg2: c_int) -> *mut c_char;
[INFO] [stderr]      |                                                        ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1203:69
[INFO] [stderr]      |
[INFO] [stderr] 1203 |     pub fn XFetchBuffer(arg0: *mut Display, arg1: *mut c_int, arg2: c_int) -> *mut c_char;
[INFO] [stderr]      |                                                                     ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1203:84
[INFO] [stderr]      |
[INFO] [stderr] 1203 |     pub fn XFetchBuffer(arg0: *mut Display, arg1: *mut c_int, arg2: c_int) -> *mut c_char;
[INFO] [stderr]      |                                                                                    ^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1205:65
[INFO] [stderr]      |
[INFO] [stderr] 1205 |     pub fn XGetAtomName(arg0: *mut Display, arg1: Atom) -> *mut c_char;
[INFO] [stderr]      |                                                                 ^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1207:69
[INFO] [stderr]      |
[INFO] [stderr] 1207 |     pub fn XGetAtomNames(arg0: *mut Display, arg1: *mut Atom, arg2: c_int, arg3: *mut *mut c_char) -> c_int;
[INFO] [stderr]      |                                                                     ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1207:92
[INFO] [stderr]      |
[INFO] [stderr] 1207 |     pub fn XGetAtomNames(arg0: *mut Display, arg1: *mut Atom, arg2: c_int, arg3: *mut *mut c_char) -> c_int;
[INFO] [stderr]      |                                                                                            ^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1207:103
[INFO] [stderr]      |
[INFO] [stderr] 1207 |     pub fn XGetAtomNames(arg0: *mut Display, arg1: *mut Atom, arg2: c_int, arg3: *mut *mut c_char) -> c_int;
[INFO] [stderr]      |                                                                                                       ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1209:86
[INFO] [stderr]      |
[INFO] [stderr] 1209 |     pub fn XGetClassHint(arg0: *mut Display, arg1: Window, arg2: *mut XClassHint) -> c_int;
[INFO] [stderr]      |                                                                                      ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1211:55
[INFO] [stderr]      |
[INFO] [stderr] 1211 |     pub fn XGetDefault(arg0: *mut Display, arg1: *mut c_char, arg2: *mut c_char) -> *mut c_char;
[INFO] [stderr]      |                                                       ^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1211:74
[INFO] [stderr]      |
[INFO] [stderr] 1211 |     pub fn XGetDefault(arg0: *mut Display, arg1: *mut c_char, arg2: *mut c_char) -> *mut c_char;
[INFO] [stderr]      |                                                                          ^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1211:90
[INFO] [stderr]      |
[INFO] [stderr] 1211 |     pub fn XGetDefault(arg0: *mut Display, arg1: *mut c_char, arg2: *mut c_char) -> *mut c_char;
[INFO] [stderr]      |                                                                                          ^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1213:36
[INFO] [stderr]      |
[INFO] [stderr] 1213 |     pub fn XDisplayName(arg0: *mut c_char) -> *mut c_char;
[INFO] [stderr]      |                                    ^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1213:52
[INFO] [stderr]      |
[INFO] [stderr] 1213 |     pub fn XDisplayName(arg0: *mut c_char) -> *mut c_char;
[INFO] [stderr]      |                                                    ^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1215:50
[INFO] [stderr]      |
[INFO] [stderr] 1215 |     pub fn XKeysymToString(arg0: KeySym) -> *mut c_char;
[INFO] [stderr]      |                                                  ^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1217:51
[INFO] [stderr]      |
[INFO] [stderr] 1217 |     pub fn XSynchronize(arg0: *mut Display, arg1: c_int) -> *mut u8;
[INFO] [stderr]      |                                                   ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1221:55
[INFO] [stderr]      |
[INFO] [stderr] 1221 |     pub fn XInternAtom(arg0: *mut Display, arg1: *mut c_char, arg2: c_int) -> Atom;
[INFO] [stderr]      |                                                       ^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1221:69
[INFO] [stderr]      |
[INFO] [stderr] 1221 |     pub fn XInternAtom(arg0: *mut Display, arg1: *mut c_char, arg2: c_int) -> Atom;
[INFO] [stderr]      |                                                                     ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1223:61
[INFO] [stderr]      |
[INFO] [stderr] 1223 |     pub fn XInternAtoms(arg0: *mut Display, arg1: *mut *mut c_char, arg2: c_int, arg3: c_int, arg4: *mut Atom) -> c_int;
[INFO] [stderr]      |                                                             ^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1223:75
[INFO] [stderr]      |
[INFO] [stderr] 1223 |     pub fn XInternAtoms(arg0: *mut Display, arg1: *mut *mut c_char, arg2: c_int, arg3: c_int, arg4: *mut Atom) -> c_int;
[INFO] [stderr]      |                                                                           ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1223:88
[INFO] [stderr]      |
[INFO] [stderr] 1223 |     pub fn XInternAtoms(arg0: *mut Display, arg1: *mut *mut c_char, arg2: c_int, arg3: c_int, arg4: *mut Atom) -> c_int;
[INFO] [stderr]      |                                                                                        ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1223:115
[INFO] [stderr]      |
[INFO] [stderr] 1223 |     pub fn XInternAtoms(arg0: *mut Display, arg1: *mut *mut c_char, arg2: c_int, arg3: c_int, arg4: *mut Atom) -> c_int;
[INFO] [stderr]      |                                                                                                                   ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1227:87
[INFO] [stderr]      |
[INFO] [stderr] 1227 |     pub fn XCreateColormap(arg0: *mut Display, arg1: Window, arg2: *mut Visual, arg3: c_int) -> Colormap;
[INFO] [stderr]      |                                                                                       ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1229:124
[INFO] [stderr]      |
[INFO] [stderr] 1229 |     pub fn XCreatePixmapCursor(arg0: *mut Display, arg1: Pixmap, arg2: Pixmap, arg3: *mut XColor, arg4: *mut XColor, arg5: c_uint, arg6: c_uint) -> Cursor;
[INFO] [stderr]      |                                                                                                                            ^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1229:138
[INFO] [stderr]      |
[INFO] [stderr] 1229 |     pub fn XCreatePixmapCursor(arg0: *mut Display, arg1: Pixmap, arg2: Pixmap, arg3: *mut XColor, arg4: *mut XColor, arg5: c_uint, arg6: c_uint) -> Cursor;
[INFO] [stderr]      |                                                                                                                                          ^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1231:81
[INFO] [stderr]      |
[INFO] [stderr] 1231 |     pub fn XCreateGlyphCursor(arg0: *mut Display, arg1: Font, arg2: Font, arg3: c_uint, arg4: c_uint, arg5: *mut XColor, arg6: *mut XColor) -> Cursor;
[INFO] [stderr]      |                                                                                 ^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1231:95
[INFO] [stderr]      |
[INFO] [stderr] 1231 |     pub fn XCreateGlyphCursor(arg0: *mut Display, arg1: Font, arg2: Font, arg3: c_uint, arg4: c_uint, arg5: *mut XColor, arg6: *mut XColor) -> Cursor;
[INFO] [stderr]      |                                                                                               ^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1233:56
[INFO] [stderr]      |
[INFO] [stderr] 1233 |     pub fn XCreateFontCursor(arg0: *mut Display, arg1: c_uint) -> Cursor;
[INFO] [stderr]      |                                                        ^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1235:53
[INFO] [stderr]      |
[INFO] [stderr] 1235 |     pub fn XLoadFont(arg0: *mut Display, arg1: *mut c_char) -> Font;
[INFO] [stderr]      |                                                     ^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1237:64
[INFO] [stderr]      |
[INFO] [stderr] 1237 |     pub fn XCreateGC(arg0: *mut Display, arg1: Drawable, arg2: c_ulong, arg3: *mut XGCValues) -> GC;
[INFO] [stderr]      |                                                                ^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1243:68
[INFO] [stderr]      |
[INFO] [stderr] 1243 |     pub fn XCreatePixmap(arg0: *mut Display, arg1: Drawable, arg2: c_uint, arg3: c_uint, arg4: c_uint) -> Pixmap;
[INFO] [stderr]      |                                                                    ^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1243:82
[INFO] [stderr]      |
[INFO] [stderr] 1243 |     pub fn XCreatePixmap(arg0: *mut Display, arg1: Drawable, arg2: c_uint, arg3: c_uint, arg4: c_uint) -> Pixmap;
[INFO] [stderr]      |                                                                                  ^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1243:96
[INFO] [stderr]      |
[INFO] [stderr] 1243 |     pub fn XCreatePixmap(arg0: *mut Display, arg1: Drawable, arg2: c_uint, arg3: c_uint, arg4: c_uint) -> Pixmap;
[INFO] [stderr]      |                                                                                                ^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1245:81
[INFO] [stderr]      |
[INFO] [stderr] 1245 |     pub fn XCreateBitmapFromData(arg0: *mut Display, arg1: Drawable, arg2: *mut c_char, arg3: c_uint, arg4: c_uint) -> Pixmap;
[INFO] [stderr]      |                                                                                 ^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1245:95
[INFO] [stderr]      |
[INFO] [stderr] 1245 |     pub fn XCreateBitmapFromData(arg0: *mut Display, arg1: Drawable, arg2: *mut c_char, arg3: c_uint, arg4: c_uint) -> Pixmap;
[INFO] [stderr]      |                                                                                               ^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1245:109
[INFO] [stderr]      |
[INFO] [stderr] 1245 |     pub fn XCreateBitmapFromData(arg0: *mut Display, arg1: Drawable, arg2: *mut c_char, arg3: c_uint, arg4: c_uint) -> Pixmap;
[INFO] [stderr]      |                                                                                                             ^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1247:87
[INFO] [stderr]      |
[INFO] [stderr] 1247 |     pub fn XCreatePixmapFromBitmapData(arg0: *mut Display, arg1: Drawable, arg2: *mut c_char, arg3: c_uint, arg4: c_uint, arg5: c_ulong, arg6: c_ulong, arg7: c_uint) -> Pixmap;
[INFO] [stderr]      |                                                                                       ^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1247:101
[INFO] [stderr]      |
[INFO] [stderr] 1247 |     pub fn XCreatePixmapFromBitmapData(arg0: *mut Display, arg1: Drawable, arg2: *mut c_char, arg3: c_uint, arg4: c_uint, arg5: c_ulong, arg6: c_ulong, arg7: c_uint) -> Pixmap;
[INFO] [stderr]      |                                                                                                     ^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1247:115
[INFO] [stderr]      |
[INFO] [stderr] 1247 |     pub fn XCreatePixmapFromBitmapData(arg0: *mut Display, arg1: Drawable, arg2: *mut c_char, arg3: c_uint, arg4: c_uint, arg5: c_ulong, arg6: c_ulong, arg7: c_uint) -> Pixmap;
[INFO] [stderr]      |                                                                                                                   ^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1247:129
[INFO] [stderr]      |
[INFO] [stderr] 1247 |     pub fn XCreatePixmapFromBitmapData(arg0: *mut Display, arg1: Drawable, arg2: *mut c_char, arg3: c_uint, arg4: c_uint, arg5: c_ulong, arg6: c_ulong, arg7: c_uint) -> Pixmap;
[INFO] [stderr]      |                                                                                                                                 ^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1247:144
[INFO] [stderr]      |
[INFO] [stderr] 1247 |     pub fn XCreatePixmapFromBitmapData(arg0: *mut Display, arg1: Drawable, arg2: *mut c_char, arg3: c_uint, arg4: c_uint, arg5: c_ulong, arg6: c_ulong, arg7: c_uint) -> Pixmap;
[INFO] [stderr]      |                                                                                                                                                ^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1247:159
[INFO] [stderr]      |
[INFO] [stderr] 1247 |     pub fn XCreatePixmapFromBitmapData(arg0: *mut Display, arg1: Drawable, arg2: *mut c_char, arg3: c_uint, arg4: c_uint, arg5: c_ulong, arg6: c_ulong, arg7: c_uint) -> Pixmap;
[INFO] [stderr]      |                                                                                                                                                               ^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1249:72
[INFO] [stderr]      |
[INFO] [stderr] 1249 |     pub fn XCreateSimpleWindow(arg0: *mut Display, arg1: Window, arg2: c_int, arg3: c_int, arg4: c_uint, arg5: c_uint, arg6: c_uint, arg7: c_ulong, arg8: c_ulong) -> Window;
[INFO] [stderr]      |                                                                        ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1249:85
[INFO] [stderr]      |
[INFO] [stderr] 1249 |     pub fn XCreateSimpleWindow(arg0: *mut Display, arg1: Window, arg2: c_int, arg3: c_int, arg4: c_uint, arg5: c_uint, arg6: c_uint, arg7: c_ulong, arg8: c_ulong) -> Window;
[INFO] [stderr]      |                                                                                     ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1249:98
[INFO] [stderr]      |
[INFO] [stderr] 1249 |     pub fn XCreateSimpleWindow(arg0: *mut Display, arg1: Window, arg2: c_int, arg3: c_int, arg4: c_uint, arg5: c_uint, arg6: c_uint, arg7: c_ulong, arg8: c_ulong) -> Window;
[INFO] [stderr]      |                                                                                                  ^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1249:112
[INFO] [stderr]      |
[INFO] [stderr] 1249 |     pub fn XCreateSimpleWindow(arg0: *mut Display, arg1: Window, arg2: c_int, arg3: c_int, arg4: c_uint, arg5: c_uint, arg6: c_uint, arg7: c_ulong, arg8: c_ulong) -> Window;
[INFO] [stderr]      |                                                                                                                ^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1249:126
[INFO] [stderr]      |
[INFO] [stderr] 1249 |     pub fn XCreateSimpleWindow(arg0: *mut Display, arg1: Window, arg2: c_int, arg3: c_int, arg4: c_uint, arg5: c_uint, arg6: c_uint, arg7: c_ulong, arg8: c_ulong) -> Window;
[INFO] [stderr]      |                                                                                                                              ^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1249:140
[INFO] [stderr]      |
[INFO] [stderr] 1249 |     pub fn XCreateSimpleWindow(arg0: *mut Display, arg1: Window, arg2: c_int, arg3: c_int, arg4: c_uint, arg5: c_uint, arg6: c_uint, arg7: c_ulong, arg8: c_ulong) -> Window;
[INFO] [stderr]      |                                                                                                                                            ^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1249:155
[INFO] [stderr]      |
[INFO] [stderr] 1249 |     pub fn XCreateSimpleWindow(arg0: *mut Display, arg1: Window, arg2: c_int, arg3: c_int, arg4: c_uint, arg5: c_uint, arg6: c_uint, arg7: c_ulong, arg8: c_ulong) -> Window;
[INFO] [stderr]      |                                                                                                                                                           ^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1253:66
[INFO] [stderr]      |
[INFO] [stderr] 1253 |     pub fn XCreateWindow(arg0: *mut Display, arg1: Window, arg2: c_int, arg3: c_int, arg4: c_uint, arg5: c_uint, arg6: c_uint, arg7: c_int, arg8: c_uint, arg9: *mut Visual, arg10: c_ulong, arg11: *mut XSetWindowAttributes) -> Window;
[INFO] [stderr]      |                                                                  ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1253:79
[INFO] [stderr]      |
[INFO] [stderr] 1253 |     pub fn XCreateWindow(arg0: *mut Display, arg1: Window, arg2: c_int, arg3: c_int, arg4: c_uint, arg5: c_uint, arg6: c_uint, arg7: c_int, arg8: c_uint, arg9: *mut Visual, arg10: c_ulong, arg11: *mut XSetWindowAttributes) -> Window;
[INFO] [stderr]      |                                                                               ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1253:92
[INFO] [stderr]      |
[INFO] [stderr] 1253 |     pub fn XCreateWindow(arg0: *mut Display, arg1: Window, arg2: c_int, arg3: c_int, arg4: c_uint, arg5: c_uint, arg6: c_uint, arg7: c_int, arg8: c_uint, arg9: *mut Visual, arg10: c_ulong, arg11: *mut XSetWindowAttributes) -> Window;
[INFO] [stderr]      |                                                                                            ^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1253:106
[INFO] [stderr]      |
[INFO] [stderr] 1253 |     pub fn XCreateWindow(arg0: *mut Display, arg1: Window, arg2: c_int, arg3: c_int, arg4: c_uint, arg5: c_uint, arg6: c_uint, arg7: c_int, arg8: c_uint, arg9: *mut Visual, arg10: c_ulong, arg11: *mut XSetWindowAttributes) -> Window;
[INFO] [stderr]      |                                                                                                          ^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1253:120
[INFO] [stderr]      |
[INFO] [stderr] 1253 |     pub fn XCreateWindow(arg0: *mut Display, arg1: Window, arg2: c_int, arg3: c_int, arg4: c_uint, arg5: c_uint, arg6: c_uint, arg7: c_int, arg8: c_uint, arg9: *mut Visual, arg10: c_ulong, arg11: *mut XSetWindowAttributes) -> Window;
[INFO] [stderr]      |                                                                                                                        ^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1253:134
[INFO] [stderr]      |
[INFO] [stderr] 1253 |     pub fn XCreateWindow(arg0: *mut Display, arg1: Window, arg2: c_int, arg3: c_int, arg4: c_uint, arg5: c_uint, arg6: c_uint, arg7: c_int, arg8: c_uint, arg9: *mut Visual, arg10: c_ulong, arg11: *mut XSetWindowAttributes) -> Window;
[INFO] [stderr]      |                                                                                                                                      ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1253:147
[INFO] [stderr]      |
[INFO] [stderr] 1253 |     pub fn XCreateWindow(arg0: *mut Display, arg1: Window, arg2: c_int, arg3: c_int, arg4: c_uint, arg5: c_uint, arg6: c_uint, arg7: c_int, arg8: c_uint, arg9: *mut Visual, arg10: c_ulong, arg11: *mut XSetWindowAttributes) -> Window;
[INFO] [stderr]      |                                                                                                                                                   ^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1253:181
[INFO] [stderr]      |
[INFO] [stderr] 1253 |     pub fn XCreateWindow(arg0: *mut Display, arg1: Window, arg2: c_int, arg3: c_int, arg4: c_uint, arg5: c_uint, arg6: c_uint, arg7: c_int, arg8: c_uint, arg9: *mut Visual, arg10: c_ulong, arg11: *mut XSetWindowAttributes) -> Window;
[INFO] [stderr]      |                                                                                                                                                                                     ^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1255:81
[INFO] [stderr]      |
[INFO] [stderr] 1255 |     pub fn XListInstalledColormaps(arg0: *mut Display, arg1: Window, arg2: *mut c_int) -> *mut Colormap;
[INFO] [stderr]      |                                                                                 ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1257:54
[INFO] [stderr]      |
[INFO] [stderr] 1257 |     pub fn XListFonts(arg0: *mut Display, arg1: *mut c_char, arg2: c_int, arg3: *mut c_int) -> *mut *mut c_char;
[INFO] [stderr]      |                                                      ^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1257:68
[INFO] [stderr]      |
[INFO] [stderr] 1257 |     pub fn XListFonts(arg0: *mut Display, arg1: *mut c_char, arg2: c_int, arg3: *mut c_int) -> *mut *mut c_char;
[INFO] [stderr]      |                                                                    ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1257:86
[INFO] [stderr]      |
[INFO] [stderr] 1257 |     pub fn XListFonts(arg0: *mut Display, arg1: *mut c_char, arg2: c_int, arg3: *mut c_int) -> *mut *mut c_char;
[INFO] [stderr]      |                                                                                      ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1257:106
[INFO] [stderr]      |
[INFO] [stderr] 1257 |     pub fn XListFonts(arg0: *mut Display, arg1: *mut c_char, arg2: c_int, arg3: *mut c_int) -> *mut *mut c_char;
[INFO] [stderr]      |                                                                                                          ^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1259:62
[INFO] [stderr]      |
[INFO] [stderr] 1259 |     pub fn XListFontsWithInfo(arg0: *mut Display, arg1: *mut c_char, arg2: c_int, arg3: *mut c_int, arg4: *mut *mut XFontStruct) -> *mut *mut c_char;
[INFO] [stderr]      |                                                              ^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1259:76
[INFO] [stderr]      |
[INFO] [stderr] 1259 |     pub fn XListFontsWithInfo(arg0: *mut Display, arg1: *mut c_char, arg2: c_int, arg3: *mut c_int, arg4: *mut *mut XFontStruct) -> *mut *mut c_char;
[INFO] [stderr]      |                                                                            ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1259:94
[INFO] [stderr]      |
[INFO] [stderr] 1259 |     pub fn XListFontsWithInfo(arg0: *mut Display, arg1: *mut c_char, arg2: c_int, arg3: *mut c_int, arg4: *mut *mut XFontStruct) -> *mut *mut c_char;
[INFO] [stderr]      |                                                                                              ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1259:143
[INFO] [stderr]      |
[INFO] [stderr] 1259 |     pub fn XListFontsWithInfo(arg0: *mut Display, arg1: *mut c_char, arg2: c_int, arg3: *mut c_int, arg4: *mut *mut XFontStruct) -> *mut *mut c_char;
[INFO] [stderr]      |                                                                                                                                               ^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1261:56
[INFO] [stderr]      |
[INFO] [stderr] 1261 |     pub fn XGetFontPath(arg0: *mut Display, arg1: *mut c_int) -> *mut *mut c_char;
[INFO] [stderr]      |                                                        ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1261:76
[INFO] [stderr]      |
[INFO] [stderr] 1261 |     pub fn XGetFontPath(arg0: *mut Display, arg1: *mut c_int) -> *mut *mut c_char;
[INFO] [stderr]      |                                                                            ^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1263:59
[INFO] [stderr]      |
[INFO] [stderr] 1263 |     pub fn XListExtensions(arg0: *mut Display, arg1: *mut c_int) -> *mut *mut c_char;
[INFO] [stderr]      |                                                           ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1263:79
[INFO] [stderr]      |
[INFO] [stderr] 1263 |     pub fn XListExtensions(arg0: *mut Display, arg1: *mut c_int) -> *mut *mut c_char;
[INFO] [stderr]      |                                                                               ^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1265:73
[INFO] [stderr]      |
[INFO] [stderr] 1265 |     pub fn XListProperties(arg0: *mut Display, arg1: Window, arg2: *mut c_int) -> *mut Atom;
[INFO] [stderr]      |                                                                         ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1267:54
[INFO] [stderr]      |
[INFO] [stderr] 1267 |     pub fn XListHosts(arg0: *mut Display, arg1: *mut c_int, arg2: *mut c_int) -> *mut XHostAddress;
[INFO] [stderr]      |                                                      ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1267:72
[INFO] [stderr]      |
[INFO] [stderr] 1267 |     pub fn XListHosts(arg0: *mut Display, arg1: *mut c_int, arg2: *mut c_int) -> *mut XHostAddress;
[INFO] [stderr]      |                                                                        ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1269:70
[INFO] [stderr]      |
[INFO] [stderr] 1269 |     pub fn XKeycodeToKeysym(arg0: *mut Display, arg1: KeyCode, arg2: c_int) -> KeySym;
[INFO] [stderr]      |                                                                      ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1271:54
[INFO] [stderr]      |
[INFO] [stderr] 1271 |     pub fn XLookupKeysym(arg0: *mut XKeyEvent, arg1: c_int) -> KeySym;
[INFO] [stderr]      |                                                      ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1273:73
[INFO] [stderr]      |
[INFO] [stderr] 1273 |     pub fn XGetKeyboardMapping(arg0: *mut Display, arg1: KeyCode, arg2: c_int, arg3: *mut c_int) -> *mut KeySym;
[INFO] [stderr]      |                                                                         ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1273:91
[INFO] [stderr]      |
[INFO] [stderr] 1273 |     pub fn XGetKeyboardMapping(arg0: *mut Display, arg1: KeyCode, arg2: c_int, arg3: *mut c_int) -> *mut KeySym;
[INFO] [stderr]      |                                                                                           ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1275:39
[INFO] [stderr]      |
[INFO] [stderr] 1275 |     pub fn XStringToKeysym(arg0: *mut c_char) -> KeySym;
[INFO] [stderr]      |                                       ^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1277:51
[INFO] [stderr]      |
[INFO] [stderr] 1277 |     pub fn XMaxRequestSize(arg0: *mut Display) -> c_long;
[INFO] [stderr]      |                                                   ^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1279:59
[INFO] [stderr]      |
[INFO] [stderr] 1279 |     pub fn XExtendedMaxRequestSize(arg0: *mut Display) -> c_long;
[INFO] [stderr]      |                                                           ^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1281:63
[INFO] [stderr]      |
[INFO] [stderr] 1281 |     pub fn XResourceManagerString(arg0: *mut Display) -> *mut c_char;
[INFO] [stderr]      |                                                               ^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1283:61
[INFO] [stderr]      |
[INFO] [stderr] 1283 |     pub fn XScreenResourceString(arg0: *mut Screen) -> *mut c_char;
[INFO] [stderr]      |                                                             ^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1285:60
[INFO] [stderr]      |
[INFO] [stderr] 1285 |     pub fn XDisplayMotionBufferSize(arg0: *mut Display) -> c_ulong;
[INFO] [stderr]      |                                                            ^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1289:30
[INFO] [stderr]      |
[INFO] [stderr] 1289 |     pub fn XInitThreads() -> c_int;
[INFO] [stderr]      |                              ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1295:58
[INFO] [stderr]      |
[INFO] [stderr] 1295 |     pub fn XInitExtension(arg0: *mut Display, arg1: *mut c_char) -> *mut XExtCodes;
[INFO] [stderr]      |                                                          ^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1299:65
[INFO] [stderr]      |
[INFO] [stderr] 1299 |     pub fn XFindOnExtensionList(arg0: *mut *mut XExtData, arg1: c_int) -> *mut XExtData;
[INFO] [stderr]      |                                                                 ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1303:50
[INFO] [stderr]      |
[INFO] [stderr] 1303 |     pub fn XRootWindow(arg0: *mut Display, arg1: c_int) -> Window;
[INFO] [stderr]      |                                                  ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1309:53
[INFO] [stderr]      |
[INFO] [stderr] 1309 |     pub fn XDefaultVisual(arg0: *mut Display, arg1: c_int) -> *mut Visual;
[INFO] [stderr]      |                                                     ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1313:49
[INFO] [stderr]      |
[INFO] [stderr] 1313 |     pub fn XDefaultGC(arg0: *mut Display, arg1: c_int) -> GC;
[INFO] [stderr]      |                                                 ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1317:50
[INFO] [stderr]      |
[INFO] [stderr] 1317 |     pub fn XBlackPixel(arg0: *mut Display, arg1: c_int) -> c_ulong;
[INFO] [stderr]      |                                                  ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1317:60
[INFO] [stderr]      |
[INFO] [stderr] 1317 |     pub fn XBlackPixel(arg0: *mut Display, arg1: c_int) -> c_ulong;
[INFO] [stderr]      |                                                            ^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1319:50
[INFO] [stderr]      |
[INFO] [stderr] 1319 |     pub fn XWhitePixel(arg0: *mut Display, arg1: c_int) -> c_ulong;
[INFO] [stderr]      |                                                  ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1319:60
[INFO] [stderr]      |
[INFO] [stderr] 1319 |     pub fn XWhitePixel(arg0: *mut Display, arg1: c_int) -> c_ulong;
[INFO] [stderr]      |                                                            ^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1321:28
[INFO] [stderr]      |
[INFO] [stderr] 1321 |     pub fn XAllPlanes() -> c_ulong;
[INFO] [stderr]      |                            ^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1323:54
[INFO] [stderr]      |
[INFO] [stderr] 1323 |     pub fn XBlackPixelOfScreen(arg0: *mut Screen) -> c_ulong;
[INFO] [stderr]      |                                                      ^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1325:54
[INFO] [stderr]      |
[INFO] [stderr] 1325 |     pub fn XWhitePixelOfScreen(arg0: *mut Screen) -> c_ulong;
[INFO] [stderr]      |                                                      ^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1327:48
[INFO] [stderr]      |
[INFO] [stderr] 1327 |     pub fn XNextRequest(arg0: *mut Display) -> c_ulong;
[INFO] [stderr]      |                                                ^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1329:62
[INFO] [stderr]      |
[INFO] [stderr] 1329 |     pub fn XLastKnownRequestProcessed(arg0: *mut Display) -> c_ulong;
[INFO] [stderr]      |                                                              ^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1331:54
[INFO] [stderr]      |
[INFO] [stderr] 1331 |     pub fn XServerVendor(arg0: *mut Display) -> *mut c_char;
[INFO] [stderr]      |                                                      ^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1333:55
[INFO] [stderr]      |
[INFO] [stderr] 1333 |     pub fn XDisplayString(arg0: *mut Display) -> *mut c_char;
[INFO] [stderr]      |                                                       ^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1335:55
[INFO] [stderr]      |
[INFO] [stderr] 1335 |     pub fn XDefaultColormap(arg0: *mut Display, arg1: c_int) -> Colormap;
[INFO] [stderr]      |                                                       ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1341:55
[INFO] [stderr]      |
[INFO] [stderr] 1341 |     pub fn XScreenOfDisplay(arg0: *mut Display, arg1: c_int) -> *mut Screen;
[INFO] [stderr]      |                                                       ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1345:53
[INFO] [stderr]      |
[INFO] [stderr] 1345 |     pub fn XEventMaskOfScreen(arg0: *mut Screen) -> c_long;
[INFO] [stderr]      |                                                     ^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1347:56
[INFO] [stderr]      |
[INFO] [stderr] 1347 |     pub fn XScreenNumberOfScreen(arg0: *mut Screen) -> c_int;
[INFO] [stderr]      |                                                        ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1353:62
[INFO] [stderr]      |
[INFO] [stderr] 1353 |     pub fn XListPixmapFormats(arg0: *mut Display, arg1: *mut c_int) -> *mut XPixmapFormatValues;
[INFO] [stderr]      |                                                              ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1355:50
[INFO] [stderr]      |
[INFO] [stderr] 1355 |     pub fn XListDepths(arg0: *mut Display, arg1: c_int, arg2: *mut c_int) -> *mut c_int;
[INFO] [stderr]      |                                                  ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1355:68
[INFO] [stderr]      |
[INFO] [stderr] 1355 |     pub fn XListDepths(arg0: *mut Display, arg1: c_int, arg2: *mut c_int) -> *mut c_int;
[INFO] [stderr]      |                                                                    ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1355:83
[INFO] [stderr]      |
[INFO] [stderr] 1355 |     pub fn XListDepths(arg0: *mut Display, arg1: c_int, arg2: *mut c_int) -> *mut c_int;
[INFO] [stderr]      |                                                                                   ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1357:73
[INFO] [stderr]      |
[INFO] [stderr] 1357 |     pub fn XReconfigureWMWindow(arg0: *mut Display, arg1: Window, arg2: c_int, arg3: c_uint, arg4: *mut XWindowChanges) -> c_int;
[INFO] [stderr]      |                                                                         ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1357:86
[INFO] [stderr]      |
[INFO] [stderr] 1357 |     pub fn XReconfigureWMWindow(arg0: *mut Display, arg1: Window, arg2: c_int, arg3: c_uint, arg4: *mut XWindowChanges) -> c_int;
[INFO] [stderr]      |                                                                                      ^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1357:124
[INFO] [stderr]      |
[INFO] [stderr] 1357 |     pub fn XReconfigureWMWindow(arg0: *mut Display, arg1: Window, arg2: c_int, arg3: c_uint, arg4: *mut XWindowChanges) -> c_int;
[INFO] [stderr]      |                                                                                                                            ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1359:95
[INFO] [stderr]      |
[INFO] [stderr] 1359 |     pub fn XGetWMProtocols(arg0: *mut Display, arg1: Window, arg2: *mut *mut Atom, arg3: *mut c_int) -> c_int;
[INFO] [stderr]      |                                                                                               ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1359:105
[INFO] [stderr]      |
[INFO] [stderr] 1359 |     pub fn XGetWMProtocols(arg0: *mut Display, arg1: Window, arg2: *mut *mut Atom, arg3: *mut c_int) -> c_int;
[INFO] [stderr]      |                                                                                                         ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1361:85
[INFO] [stderr]      |
[INFO] [stderr] 1361 |     pub fn XSetWMProtocols(arg0: *mut Display, arg1: Window, arg2: *mut Atom, arg3: c_int) -> c_int;
[INFO] [stderr]      |                                                                                     ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1361:95
[INFO] [stderr]      |
[INFO] [stderr] 1361 |     pub fn XSetWMProtocols(arg0: *mut Display, arg1: Window, arg2: *mut Atom, arg3: c_int) -> c_int;
[INFO] [stderr]      |                                                                                               ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1363:67
[INFO] [stderr]      |
[INFO] [stderr] 1363 |     pub fn XIconifyWindow(arg0: *mut Display, arg1: Window, arg2: c_int) -> c_int;
[INFO] [stderr]      |                                                                   ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1363:77
[INFO] [stderr]      |
[INFO] [stderr] 1363 |     pub fn XIconifyWindow(arg0: *mut Display, arg1: Window, arg2: c_int) -> c_int;
[INFO] [stderr]      |                                                                             ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1365:68
[INFO] [stderr]      |
[INFO] [stderr] 1365 |     pub fn XWithdrawWindow(arg0: *mut Display, arg1: Window, arg2: c_int) -> c_int;
[INFO] [stderr]      |                                                                    ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1365:78
[INFO] [stderr]      |
[INFO] [stderr] 1365 |     pub fn XWithdrawWindow(arg0: *mut Display, arg1: Window, arg2: c_int) -> c_int;
[INFO] [stderr]      |                                                                              ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1367:79
[INFO] [stderr]      |
[INFO] [stderr] 1367 |     pub fn XGetCommand(arg0: *mut Display, arg1: Window, arg2: *mut *mut *mut c_char, arg3: *mut c_int) -> c_int;
[INFO] [stderr]      |                                                                               ^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1367:98
[INFO] [stderr]      |
[INFO] [stderr] 1367 |     pub fn XGetCommand(arg0: *mut Display, arg1: Window, arg2: *mut *mut *mut c_char, arg3: *mut c_int) -> c_int;
[INFO] [stderr]      |                                                                                                  ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1367:108
[INFO] [stderr]      |
[INFO] [stderr] 1367 |     pub fn XGetCommand(arg0: *mut Display, arg1: Window, arg2: *mut *mut *mut c_char, arg3: *mut c_int) -> c_int;
[INFO] [stderr]      |                                                                                                            ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1369:103
[INFO] [stderr]      |
[INFO] [stderr] 1369 |     pub fn XGetWMColormapWindows(arg0: *mut Display, arg1: Window, arg2: *mut *mut Window, arg3: *mut c_int) -> c_int;
[INFO] [stderr]      |                                                                                                       ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1369:113
[INFO] [stderr]      |
[INFO] [stderr] 1369 |     pub fn XGetWMColormapWindows(arg0: *mut Display, arg1: Window, arg2: *mut *mut Window, arg3: *mut c_int) -> c_int;
[INFO] [stderr]      |                                                                                                                 ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1371:93
[INFO] [stderr]      |
[INFO] [stderr] 1371 |     pub fn XSetWMColormapWindows(arg0: *mut Display, arg1: Window, arg2: *mut Window, arg3: c_int) -> c_int;
[INFO] [stderr]      |                                                                                             ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1371:103
[INFO] [stderr]      |
[INFO] [stderr] 1371 |     pub fn XSetWMColormapWindows(arg0: *mut Display, arg1: Window, arg2: *mut Window, arg3: c_int) -> c_int;
[INFO] [stderr]      |                                                                                                       ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1373:44
[INFO] [stderr]      |
[INFO] [stderr] 1373 |     pub fn XFreeStringList(arg0: *mut *mut c_char);
[INFO] [stderr]      |                                            ^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1375:84
[INFO] [stderr]      |
[INFO] [stderr] 1375 |     pub fn XSetTransientForHint(arg0: *mut Display, arg1: Window, arg2: Window) -> c_int;
[INFO] [stderr]      |                                                                                    ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1377:56
[INFO] [stderr]      |
[INFO] [stderr] 1377 |     pub fn XActivateScreenSaver(arg0: *mut Display) -> c_int;
[INFO] [stderr]      |                                                        ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1379:69
[INFO] [stderr]      |
[INFO] [stderr] 1379 |     pub fn XAddHost(arg0: *mut Display, arg1: *mut XHostAddress) -> c_int;
[INFO] [stderr]      |                                                                     ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1381:73
[INFO] [stderr]      |
[INFO] [stderr] 1381 |     pub fn XAddHosts(arg0: *mut Display, arg1: *mut XHostAddress, arg2: c_int) -> c_int;
[INFO] [stderr]      |                                                                         ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1381:83
[INFO] [stderr]      |
[INFO] [stderr] 1381 |     pub fn XAddHosts(arg0: *mut Display, arg1: *mut XHostAddress, arg2: c_int) -> c_int;
[INFO] [stderr]      |                                                                                   ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1383:90
[INFO] [stderr]      |
[INFO] [stderr] 1383 |     pub fn XAddToExtensionList(arg0: *mut *mut struct__XExtData, arg1: *mut XExtData) -> c_int;
[INFO] [stderr]      |                                                                                          ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1385:63
[INFO] [stderr]      |
[INFO] [stderr] 1385 |     pub fn XAddToSaveSet(arg0: *mut Display, arg1: Window) -> c_int;
[INFO] [stderr]      |                                                               ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1387:82
[INFO] [stderr]      |
[INFO] [stderr] 1387 |     pub fn XAllocColor(arg0: *mut Display, arg1: Colormap, arg2: *mut XColor) -> c_int;
[INFO] [stderr]      |                                                                                  ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1389:71
[INFO] [stderr]      |
[INFO] [stderr] 1389 |     pub fn XAllocColorCells(arg0: *mut Display, arg1: Colormap, arg2: c_int, arg3: *mut c_ulong, arg4: c_uint, arg5: *mut c_ulong, arg6: c_uint) -> c_int;
[INFO] [stderr]      |                                                                       ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1389:89
[INFO] [stderr]      |
[INFO] [stderr] 1389 |     pub fn XAllocColorCells(arg0: *mut Display, arg1: Colormap, arg2: c_int, arg3: *mut c_ulong, arg4: c_uint, arg5: *mut c_ulong, arg6: c_uint) -> c_int;
[INFO] [stderr]      |                                                                                         ^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1389:104
[INFO] [stderr]      |
[INFO] [stderr] 1389 |     pub fn XAllocColorCells(arg0: *mut Display, arg1: Colormap, arg2: c_int, arg3: *mut c_ulong, arg4: c_uint, arg5: *mut c_ulong, arg6: c_uint) -> c_int;
[INFO] [stderr]      |                                                                                                        ^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1389:123
[INFO] [stderr]      |
[INFO] [stderr] 1389 |     pub fn XAllocColorCells(arg0: *mut Display, arg1: Colormap, arg2: c_int, arg3: *mut c_ulong, arg4: c_uint, arg5: *mut c_ulong, arg6: c_uint) -> c_int;
[INFO] [stderr]      |                                                                                                                           ^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1389:138
[INFO] [stderr]      |
[INFO] [stderr] 1389 |     pub fn XAllocColorCells(arg0: *mut Display, arg1: Colormap, arg2: c_int, arg3: *mut c_ulong, arg4: c_uint, arg5: *mut c_ulong, arg6: c_uint) -> c_int;
[INFO] [stderr]      |                                                                                                                                          ^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1389:149
[INFO] [stderr]      |
[INFO] [stderr] 1389 |     pub fn XAllocColorCells(arg0: *mut Display, arg1: Colormap, arg2: c_int, arg3: *mut c_ulong, arg4: c_uint, arg5: *mut c_ulong, arg6: c_uint) -> c_int;
[INFO] [stderr]      |                                                                                                                                                     ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1391:72
[INFO] [stderr]      |
[INFO] [stderr] 1391 |     pub fn XAllocColorPlanes(arg0: *mut Display, arg1: Colormap, arg2: c_int, arg3: *mut c_ulong, arg4: c_int, arg5: c_int, arg6: c_int, arg7: c_int, arg8: *mut c_ulong, arg9: *mut c_ulong, arg10: *mut c_ulong) -> c_int;
[INFO] [stderr]      |                                                                        ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1391:90
[INFO] [stderr]      |
[INFO] [stderr] 1391 |     pub fn XAllocColorPlanes(arg0: *mut Display, arg1: Colormap, arg2: c_int, arg3: *mut c_ulong, arg4: c_int, arg5: c_int, arg6: c_int, arg7: c_int, arg8: *mut c_ulong, arg9: *mut c_ulong, arg10: *mut c_ulong) -> c_int;
[INFO] [stderr]      |                                                                                          ^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1391:105
[INFO] [stderr]      |
[INFO] [stderr] 1391 |     pub fn XAllocColorPlanes(arg0: *mut Display, arg1: Colormap, arg2: c_int, arg3: *mut c_ulong, arg4: c_int, arg5: c_int, arg6: c_int, arg7: c_int, arg8: *mut c_ulong, arg9: *mut c_ulong, arg10: *mut c_ulong) -> c_int;
[INFO] [stderr]      |                                                                                                         ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1391:118
[INFO] [stderr]      |
[INFO] [stderr] 1391 |     pub fn XAllocColorPlanes(arg0: *mut Display, arg1: Colormap, arg2: c_int, arg3: *mut c_ulong, arg4: c_int, arg5: c_int, arg6: c_int, arg7: c_int, arg8: *mut c_ulong, arg9: *mut c_ulong, arg10: *mut c_ulong) -> c_int;
[INFO] [stderr]      |                                                                                                                      ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1391:131
[INFO] [stderr]      |
[INFO] [stderr] 1391 |     pub fn XAllocColorPlanes(arg0: *mut Display, arg1: Colormap, arg2: c_int, arg3: *mut c_ulong, arg4: c_int, arg5: c_int, arg6: c_int, arg7: c_int, arg8: *mut c_ulong, arg9: *mut c_ulong, arg10: *mut c_ulong) -> c_int;
[INFO] [stderr]      |                                                                                                                                   ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1391:144
[INFO] [stderr]      |
[INFO] [stderr] 1391 |     pub fn XAllocColorPlanes(arg0: *mut Display, arg1: Colormap, arg2: c_int, arg3: *mut c_ulong, arg4: c_int, arg5: c_int, arg6: c_int, arg7: c_int, arg8: *mut c_ulong, arg9: *mut c_ulong, arg10: *mut c_ulong) -> c_int;
[INFO] [stderr]      |                                                                                                                                                ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1391:162
[INFO] [stderr]      |
[INFO] [stderr] 1391 |     pub fn XAllocColorPlanes(arg0: *mut Display, arg1: Colormap, arg2: c_int, arg3: *mut c_ulong, arg4: c_int, arg5: c_int, arg6: c_int, arg7: c_int, arg8: *mut c_ulong, arg9: *mut c_ulong, arg10: *mut c_ulong) -> c_int;
[INFO] [stderr]      |                                                                                                                                                                  ^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1391:182
[INFO] [stderr]      |
[INFO] [stderr] 1391 |     pub fn XAllocColorPlanes(arg0: *mut Display, arg1: Colormap, arg2: c_int, arg3: *mut c_ulong, arg4: c_int, arg5: c_int, arg6: c_int, arg7: c_int, arg8: *mut c_ulong, arg9: *mut c_ulong, arg10: *mut c_ulong) -> c_int;
[INFO] [stderr]      |                                                                                                                                                                                      ^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1391:203
[INFO] [stderr]      |
[INFO] [stderr] 1391 |     pub fn XAllocColorPlanes(arg0: *mut Display, arg1: Colormap, arg2: c_int, arg3: *mut c_ulong, arg4: c_int, arg5: c_int, arg6: c_int, arg7: c_int, arg8: *mut c_ulong, arg9: *mut c_ulong, arg10: *mut c_ulong) -> c_int;
[INFO] [stderr]      |                                                                                                                                                                                                           ^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1391:215
[INFO] [stderr]      |
[INFO] [stderr] 1391 |     pub fn XAllocColorPlanes(arg0: *mut Display, arg1: Colormap, arg2: c_int, arg3: *mut c_ulong, arg4: c_int, arg5: c_int, arg6: c_int, arg7: c_int, arg8: *mut c_ulong, arg9: *mut c_ulong, arg10: *mut c_ulong) -> c_int;
[INFO] [stderr]      |                                                                                                                                                                                                                       ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1393:76
[INFO] [stderr]      |
[INFO] [stderr] 1393 |     pub fn XAllocNamedColor(arg0: *mut Display, arg1: Colormap, arg2: *mut c_char, arg3: *mut XColor, arg4: *mut XColor) -> c_int;
[INFO] [stderr]      |                                                                            ^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1393:125
[INFO] [stderr]      |
[INFO] [stderr] 1393 |     pub fn XAllocNamedColor(arg0: *mut Display, arg1: Colormap, arg2: *mut c_char, arg3: *mut XColor, arg4: *mut XColor) -> c_int;
[INFO] [stderr]      |                                                                                                                             ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1395:51
[INFO] [stderr]      |
[INFO] [stderr] 1395 |     pub fn XAllowEvents(arg0: *mut Display, arg1: c_int, arg2: Time) -> c_int;
[INFO] [stderr]      |                                                   ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1395:73
[INFO] [stderr]      |
[INFO] [stderr] 1395 |     pub fn XAllowEvents(arg0: *mut Display, arg1: c_int, arg2: Time) -> c_int;
[INFO] [stderr]      |                                                                         ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1397:50
[INFO] [stderr]      |
[INFO] [stderr] 1397 |     pub fn XAutoRepeatOff(arg0: *mut Display) -> c_int;
[INFO] [stderr]      |                                                  ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1399:49
[INFO] [stderr]      |
[INFO] [stderr] 1399 |     pub fn XAutoRepeatOn(arg0: *mut Display) -> c_int;
[INFO] [stderr]      |                                                 ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1401:44
[INFO] [stderr]      |
[INFO] [stderr] 1401 |     pub fn XBell(arg0: *mut Display, arg1: c_int) -> c_int;
[INFO] [stderr]      |                                            ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1401:54
[INFO] [stderr]      |
[INFO] [stderr] 1401 |     pub fn XBell(arg0: *mut Display, arg1: c_int) -> c_int;
[INFO] [stderr]      |                                                      ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1403:51
[INFO] [stderr]      |
[INFO] [stderr] 1403 |     pub fn XBitmapBitOrder(arg0: *mut Display) -> c_int;
[INFO] [stderr]      |                                                   ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1405:46
[INFO] [stderr]      |
[INFO] [stderr] 1405 |     pub fn XBitmapPad(arg0: *mut Display) -> c_int;
[INFO] [stderr]      |                                              ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1407:47
[INFO] [stderr]      |
[INFO] [stderr] 1407 |     pub fn XBitmapUnit(arg0: *mut Display) -> c_int;
[INFO] [stderr]      |                                               ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1409:49
[INFO] [stderr]      |
[INFO] [stderr] 1409 |     pub fn XCellsOfScreen(arg0: *mut Screen) -> c_int;
[INFO] [stderr]      |                                                 ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1411:63
[INFO] [stderr]      |
[INFO] [stderr] 1411 |     pub fn XChangeActivePointerGrab(arg0: *mut Display, arg1: c_uint, arg2: Cursor, arg3: Time) -> c_int;
[INFO] [stderr]      |                                                               ^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1411:100
[INFO] [stderr]      |
[INFO] [stderr] 1411 |     pub fn XChangeActivePointerGrab(arg0: *mut Display, arg1: c_uint, arg2: Cursor, arg3: Time) -> c_int;
[INFO] [stderr]      |                                                                                                    ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1413:58
[INFO] [stderr]      |
[INFO] [stderr] 1413 |     pub fn XChangeGC(arg0: *mut Display, arg1: GC, arg2: c_ulong, arg3: *mut XGCValues) -> c_int;
[INFO] [stderr]      |                                                          ^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1413:92
[INFO] [stderr]      |
[INFO] [stderr] 1413 |     pub fn XChangeGC(arg0: *mut Display, arg1: GC, arg2: c_ulong, arg3: *mut XGCValues) -> c_int;
[INFO] [stderr]      |                                                                                            ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1415:61
[INFO] [stderr]      |
[INFO] [stderr] 1415 |     pub fn XChangeKeyboardControl(arg0: *mut Display, arg1: c_ulong, arg2: *mut XKeyboardControl) -> c_int;
[INFO] [stderr]      |                                                             ^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1415:102
[INFO] [stderr]      |
[INFO] [stderr] 1415 |     pub fn XChangeKeyboardControl(arg0: *mut Display, arg1: c_ulong, arg2: *mut XKeyboardControl) -> c_int;
[INFO] [stderr]      |                                                                                                      ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1417:61
[INFO] [stderr]      |
[INFO] [stderr] 1417 |     pub fn XChangeKeyboardMapping(arg0: *mut Display, arg1: c_int, arg2: c_int, arg3: *mut KeySym, arg4: c_int) -> c_int;
[INFO] [stderr]      |                                                             ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1417:74
[INFO] [stderr]      |
[INFO] [stderr] 1417 |     pub fn XChangeKeyboardMapping(arg0: *mut Display, arg1: c_int, arg2: c_int, arg3: *mut KeySym, arg4: c_int) -> c_int;
[INFO] [stderr]      |                                                                          ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1417:106
[INFO] [stderr]      |
[INFO] [stderr] 1417 |     pub fn XChangeKeyboardMapping(arg0: *mut Display, arg1: c_int, arg2: c_int, arg3: *mut KeySym, arg4: c_int) -> c_int;
[INFO] [stderr]      |                                                                                                          ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1417:116
[INFO] [stderr]      |
[INFO] [stderr] 1417 |     pub fn XChangeKeyboardMapping(arg0: *mut Display, arg1: c_int, arg2: c_int, arg3: *mut KeySym, arg4: c_int) -> c_int;
[INFO] [stderr]      |                                                                                                                    ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1419:60
[INFO] [stderr]      |
[INFO] [stderr] 1419 |     pub fn XChangePointerControl(arg0: *mut Display, arg1: c_int, arg2: c_int, arg3: c_int, arg4: c_int, arg5: c_int) -> c_int;
[INFO] [stderr]      |                                                            ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1419:73
[INFO] [stderr]      |
[INFO] [stderr] 1419 |     pub fn XChangePointerControl(arg0: *mut Display, arg1: c_int, arg2: c_int, arg3: c_int, arg4: c_int, arg5: c_int) -> c_int;
[INFO] [stderr]      |                                                                         ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1419:86
[INFO] [stderr]      |
[INFO] [stderr] 1419 |     pub fn XChangePointerControl(arg0: *mut Display, arg1: c_int, arg2: c_int, arg3: c_int, arg4: c_int, arg5: c_int) -> c_int;
[INFO] [stderr]      |                                                                                      ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1419:99
[INFO] [stderr]      |
[INFO] [stderr] 1419 |     pub fn XChangePointerControl(arg0: *mut Display, arg1: c_int, arg2: c_int, arg3: c_int, arg4: c_int, arg5: c_int) -> c_int;
[INFO] [stderr]      |                                                                                                   ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1419:112
[INFO] [stderr]      |
[INFO] [stderr] 1419 |     pub fn XChangePointerControl(arg0: *mut Display, arg1: c_int, arg2: c_int, arg3: c_int, arg4: c_int, arg5: c_int) -> c_int;
[INFO] [stderr]      |                                                                                                                ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1419:122
[INFO] [stderr]      |
[INFO] [stderr] 1419 |     pub fn XChangePointerControl(arg0: *mut Display, arg1: c_int, arg2: c_int, arg3: c_int, arg4: c_int, arg5: c_int) -> c_int;
[INFO] [stderr]      |                                                                                                                          ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1421:92
[INFO] [stderr]      |
[INFO] [stderr] 1421 |     pub fn XChangeProperty(arg0: *mut Display, arg1: Window, arg2: Atom, arg3: Atom, arg4: c_int, arg5: c_int, arg6: *mut c_uchar, arg7: c_int) -> c_int;
[INFO] [stderr]      |                                                                                            ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1421:105
[INFO] [stderr]      |
[INFO] [stderr] 1421 |     pub fn XChangeProperty(arg0: *mut Display, arg1: Window, arg2: Atom, arg3: Atom, arg4: c_int, arg5: c_int, arg6: *mut c_uchar, arg7: c_int) -> c_int;
[INFO] [stderr]      |                                                                                                         ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1421:123
[INFO] [stderr]      |
[INFO] [stderr] 1421 |     pub fn XChangeProperty(arg0: *mut Display, arg1: Window, arg2: Atom, arg3: Atom, arg4: c_int, arg5: c_int, arg6: *mut c_uchar, arg7: c_int) -> c_int;
[INFO] [stderr]      |                                                                                                                           ^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1421:138
[INFO] [stderr]      |
[INFO] [stderr] 1421 |     pub fn XChangeProperty(arg0: *mut Display, arg1: Window, arg2: Atom, arg3: Atom, arg4: c_int, arg5: c_int, arg6: *mut c_uchar, arg7: c_int) -> c_int;
[INFO] [stderr]      |                                                                                                                                          ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1421:148
[INFO] [stderr]      |
[INFO] [stderr] 1421 |     pub fn XChangeProperty(arg0: *mut Display, arg1: Window, arg2: Atom, arg3: Atom, arg4: c_int, arg5: c_int, arg6: *mut c_uchar, arg7: c_int) -> c_int;
[INFO] [stderr]      |                                                                                                                                                    ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1423:67
[INFO] [stderr]      |
[INFO] [stderr] 1423 |     pub fn XChangeSaveSet(arg0: *mut Display, arg1: Window, arg2: c_int) -> c_int;
[INFO] [stderr]      |                                                                   ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1423:77
[INFO] [stderr]      |
[INFO] [stderr] 1423 |     pub fn XChangeSaveSet(arg0: *mut Display, arg1: Window, arg2: c_int) -> c_int;
[INFO] [stderr]      |                                                                             ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1425:76
[INFO] [stderr]      |
[INFO] [stderr] 1425 |     pub fn XChangeWindowAttributes(arg0: *mut Display, arg1: Window, arg2: c_ulong, arg3: *mut XSetWindowAttributes) -> c_int;
[INFO] [stderr]      |                                                                            ^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1425:121
[INFO] [stderr]      |
[INFO] [stderr] 1425 |     pub fn XChangeWindowAttributes(arg0: *mut Display, arg1: Window, arg2: c_ulong, arg3: *mut XSetWindowAttributes) -> c_int;
[INFO] [stderr]      |                                                                                                                         ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1427:99
[INFO] [stderr]      |
[INFO] [stderr] 1427 |     pub fn XCheckIfEvent(arg0: *mut Display, arg1: *mut XEvent, arg2: *mut u8, arg3: XPointer) -> c_int;
[INFO] [stderr]      |                                                                                                   ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1429:54
[INFO] [stderr]      |
[INFO] [stderr] 1429 |     pub fn XCheckMaskEvent(arg0: *mut Display, arg1: c_long, arg2: *mut XEvent) -> c_int;
[INFO] [stderr]      |                                                      ^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1429:84
[INFO] [stderr]      |
[INFO] [stderr] 1429 |     pub fn XCheckMaskEvent(arg0: *mut Display, arg1: c_long, arg2: *mut XEvent) -> c_int;
[INFO] [stderr]      |                                                                                    ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1431:55
[INFO] [stderr]      |
[INFO] [stderr] 1431 |     pub fn XCheckTypedEvent(arg0: *mut Display, arg1: c_int, arg2: *mut XEvent) -> c_int;
[INFO] [stderr]      |                                                       ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1431:84
[INFO] [stderr]      |
[INFO] [stderr] 1431 |     pub fn XCheckTypedEvent(arg0: *mut Display, arg1: c_int, arg2: *mut XEvent) -> c_int;
[INFO] [stderr]      |                                                                                    ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1433:75
[INFO] [stderr]      |
[INFO] [stderr] 1433 |     pub fn XCheckTypedWindowEvent(arg0: *mut Display, arg1: Window, arg2: c_int, arg3: *mut XEvent) -> c_int;
[INFO] [stderr]      |                                                                           ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1433:104
[INFO] [stderr]      |
[INFO] [stderr] 1433 |     pub fn XCheckTypedWindowEvent(arg0: *mut Display, arg1: Window, arg2: c_int, arg3: *mut XEvent) -> c_int;
[INFO] [stderr]      |                                                                                                        ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1435:70
[INFO] [stderr]      |
[INFO] [stderr] 1435 |     pub fn XCheckWindowEvent(arg0: *mut Display, arg1: Window, arg2: c_long, arg3: *mut XEvent) -> c_int;
[INFO] [stderr]      |                                                                      ^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1435:100
[INFO] [stderr]      |
[INFO] [stderr] 1435 |     pub fn XCheckWindowEvent(arg0: *mut Display, arg1: Window, arg2: c_long, arg3: *mut XEvent) -> c_int;
[INFO] [stderr]      |                                                                                                    ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1437:73
[INFO] [stderr]      |
[INFO] [stderr] 1437 |     pub fn XCirculateSubwindows(arg0: *mut Display, arg1: Window, arg2: c_int) -> c_int;
[INFO] [stderr]      |                                                                         ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1437:83
[INFO] [stderr]      |
[INFO] [stderr] 1437 |     pub fn XCirculateSubwindows(arg0: *mut Display, arg1: Window, arg2: c_int) -> c_int;
[INFO] [stderr]      |                                                                                   ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1439:74
[INFO] [stderr]      |
[INFO] [stderr] 1439 |     pub fn XCirculateSubwindowsDown(arg0: *mut Display, arg1: Window) -> c_int;
[INFO] [stderr]      |                                                                          ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1441:72
[INFO] [stderr]      |
[INFO] [stderr] 1441 |     pub fn XCirculateSubwindowsUp(arg0: *mut Display, arg1: Window) -> c_int;
[INFO] [stderr]      |                                                                        ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1443:63
[INFO] [stderr]      |
[INFO] [stderr] 1443 |     pub fn XClearArea(arg0: *mut Display, arg1: Window, arg2: c_int, arg3: c_int, arg4: c_uint, arg5: c_uint, arg6: c_int) -> c_int;
[INFO] [stderr]      |                                                               ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1443:76
[INFO] [stderr]      |
[INFO] [stderr] 1443 |     pub fn XClearArea(arg0: *mut Display, arg1: Window, arg2: c_int, arg3: c_int, arg4: c_uint, arg5: c_uint, arg6: c_int) -> c_int;
[INFO] [stderr]      |                                                                            ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1443:89
[INFO] [stderr]      |
[INFO] [stderr] 1443 |     pub fn XClearArea(arg0: *mut Display, arg1: Window, arg2: c_int, arg3: c_int, arg4: c_uint, arg5: c_uint, arg6: c_int) -> c_int;
[INFO] [stderr]      |                                                                                         ^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1443:103
[INFO] [stderr]      |
[INFO] [stderr] 1443 |     pub fn XClearArea(arg0: *mut Display, arg1: Window, arg2: c_int, arg3: c_int, arg4: c_uint, arg5: c_uint, arg6: c_int) -> c_int;
[INFO] [stderr]      |                                                                                                       ^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1443:117
[INFO] [stderr]      |
[INFO] [stderr] 1443 |     pub fn XClearArea(arg0: *mut Display, arg1: Window, arg2: c_int, arg3: c_int, arg4: c_uint, arg5: c_uint, arg6: c_int) -> c_int;
[INFO] [stderr]      |                                                                                                                     ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1443:127
[INFO] [stderr]      |
[INFO] [stderr] 1443 |     pub fn XClearArea(arg0: *mut Display, arg1: Window, arg2: c_int, arg3: c_int, arg4: c_uint, arg5: c_uint, arg6: c_int) -> c_int;
[INFO] [stderr]      |                                                                                                                               ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1445:62
[INFO] [stderr]      |
[INFO] [stderr] 1445 |     pub fn XClearWindow(arg0: *mut Display, arg1: Window) -> c_int;
[INFO] [stderr]      |                                                              ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1447:49
[INFO] [stderr]      |
[INFO] [stderr] 1447 |     pub fn XCloseDisplay(arg0: *mut Display) -> c_int;
[INFO] [stderr]      |                                                 ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1449:69
[INFO] [stderr]      |
[INFO] [stderr] 1449 |     pub fn XConfigureWindow(arg0: *mut Display, arg1: Window, arg2: c_uint, arg3: *mut XWindowChanges) -> c_int;
[INFO] [stderr]      |                                                                     ^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1449:107
[INFO] [stderr]      |
[INFO] [stderr] 1449 |     pub fn XConfigureWindow(arg0: *mut Display, arg1: Window, arg2: c_uint, arg3: *mut XWindowChanges) -> c_int;
[INFO] [stderr]      |                                                                                                           ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1451:53
[INFO] [stderr]      |
[INFO] [stderr] 1451 |     pub fn XConnectionNumber(arg0: *mut Display) -> c_int;
[INFO] [stderr]      |                                                     ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1453:115
[INFO] [stderr]      |
[INFO] [stderr] 1453 |     pub fn XConvertSelection(arg0: *mut Display, arg1: Atom, arg2: Atom, arg3: Atom, arg4: Window, arg5: Time) -> c_int;
[INFO] [stderr]      |                                                                                                                   ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1455:90
[INFO] [stderr]      |
[INFO] [stderr] 1455 |     pub fn XCopyArea(arg0: *mut Display, arg1: Drawable, arg2: Drawable, arg3: GC, arg4: c_int, arg5: c_int, arg6: c_uint, arg7: c_uint, arg8: c_int, arg9: c_int) -> c_int;
[INFO] [stderr]      |                                                                                          ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1455:103
[INFO] [stderr]      |
[INFO] [stderr] 1455 |     pub fn XCopyArea(arg0: *mut Display, arg1: Drawable, arg2: Drawable, arg3: GC, arg4: c_int, arg5: c_int, arg6: c_uint, arg7: c_uint, arg8: c_int, arg9: c_int) -> c_int;
[INFO] [stderr]      |                                                                                                       ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1455:116
[INFO] [stderr]      |
[INFO] [stderr] 1455 |     pub fn XCopyArea(arg0: *mut Display, arg1: Drawable, arg2: Drawable, arg3: GC, arg4: c_int, arg5: c_int, arg6: c_uint, arg7: c_uint, arg8: c_int, arg9: c_int) -> c_int;
[INFO] [stderr]      |                                                                                                                    ^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1455:130
[INFO] [stderr]      |
[INFO] [stderr] 1455 |     pub fn XCopyArea(arg0: *mut Display, arg1: Drawable, arg2: Drawable, arg3: GC, arg4: c_int, arg5: c_int, arg6: c_uint, arg7: c_uint, arg8: c_int, arg9: c_int) -> c_int;
[INFO] [stderr]      |                                                                                                                                  ^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1455:144
[INFO] [stderr]      |
[INFO] [stderr] 1455 |     pub fn XCopyArea(arg0: *mut Display, arg1: Drawable, arg2: Drawable, arg3: GC, arg4: c_int, arg5: c_int, arg6: c_uint, arg7: c_uint, arg8: c_int, arg9: c_int) -> c_int;
[INFO] [stderr]      |                                                                                                                                                ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1455:157
[INFO] [stderr]      |
[INFO] [stderr] 1455 |     pub fn XCopyArea(arg0: *mut Display, arg1: Drawable, arg2: Drawable, arg3: GC, arg4: c_int, arg5: c_int, arg6: c_uint, arg7: c_uint, arg8: c_int, arg9: c_int) -> c_int;
[INFO] [stderr]      |                                                                                                                                                             ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1455:167
[INFO] [stderr]      |
[INFO] [stderr] 1455 |     pub fn XCopyArea(arg0: *mut Display, arg1: Drawable, arg2: Drawable, arg3: GC, arg4: c_int, arg5: c_int, arg6: c_uint, arg7: c_uint, arg8: c_int, arg9: c_int) -> c_int;
[INFO] [stderr]      |                                                                                                                                                                       ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1457:56
[INFO] [stderr]      |
[INFO] [stderr] 1457 |     pub fn XCopyGC(arg0: *mut Display, arg1: GC, arg2: c_ulong, arg3: GC) -> c_int;
[INFO] [stderr]      |                                                        ^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1457:78
[INFO] [stderr]      |
[INFO] [stderr] 1457 |     pub fn XCopyGC(arg0: *mut Display, arg1: GC, arg2: c_ulong, arg3: GC) -> c_int;
[INFO] [stderr]      |                                                                              ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1459:91
[INFO] [stderr]      |
[INFO] [stderr] 1459 |     pub fn XCopyPlane(arg0: *mut Display, arg1: Drawable, arg2: Drawable, arg3: GC, arg4: c_int, arg5: c_int, arg6: c_uint, arg7: c_uint, arg8: c_int, arg9: c_int, arg10: c_ulong) -> c_int;
[INFO] [stderr]      |                                                                                           ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1459:104
[INFO] [stderr]      |
[INFO] [stderr] 1459 |     pub fn XCopyPlane(arg0: *mut Display, arg1: Drawable, arg2: Drawable, arg3: GC, arg4: c_int, arg5: c_int, arg6: c_uint, arg7: c_uint, arg8: c_int, arg9: c_int, arg10: c_ulong) -> c_int;
[INFO] [stderr]      |                                                                                                        ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1459:117
[INFO] [stderr]      |
[INFO] [stderr] 1459 |     pub fn XCopyPlane(arg0: *mut Display, arg1: Drawable, arg2: Drawable, arg3: GC, arg4: c_int, arg5: c_int, arg6: c_uint, arg7: c_uint, arg8: c_int, arg9: c_int, arg10: c_ulong) -> c_int;
[INFO] [stderr]      |                                                                                                                     ^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1459:131
[INFO] [stderr]      |
[INFO] [stderr] 1459 |     pub fn XCopyPlane(arg0: *mut Display, arg1: Drawable, arg2: Drawable, arg3: GC, arg4: c_int, arg5: c_int, arg6: c_uint, arg7: c_uint, arg8: c_int, arg9: c_int, arg10: c_ulong) -> c_int;
[INFO] [stderr]      |                                                                                                                                   ^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1459:145
[INFO] [stderr]      |
[INFO] [stderr] 1459 |     pub fn XCopyPlane(arg0: *mut Display, arg1: Drawable, arg2: Drawable, arg3: GC, arg4: c_int, arg5: c_int, arg6: c_uint, arg7: c_uint, arg8: c_int, arg9: c_int, arg10: c_ulong) -> c_int;
[INFO] [stderr]      |                                                                                                                                                 ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1459:158
[INFO] [stderr]      |
[INFO] [stderr] 1459 |     pub fn XCopyPlane(arg0: *mut Display, arg1: Drawable, arg2: Drawable, arg3: GC, arg4: c_int, arg5: c_int, arg6: c_uint, arg7: c_uint, arg8: c_int, arg9: c_int, arg10: c_ulong) -> c_int;
[INFO] [stderr]      |                                                                                                                                                              ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1459:172
[INFO] [stderr]      |
[INFO] [stderr] 1459 |     pub fn XCopyPlane(arg0: *mut Display, arg1: Drawable, arg2: Drawable, arg3: GC, arg4: c_int, arg5: c_int, arg6: c_uint, arg7: c_uint, arg8: c_int, arg9: c_int, arg10: c_ulong) -> c_int;
[INFO] [stderr]      |                                                                                                                                                                            ^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1459:184
[INFO] [stderr]      |
[INFO] [stderr] 1459 |     pub fn XCopyPlane(arg0: *mut Display, arg1: Drawable, arg2: Drawable, arg3: GC, arg4: c_int, arg5: c_int, arg6: c_uint, arg7: c_uint, arg8: c_int, arg9: c_int, arg10: c_ulong) -> c_int;
[INFO] [stderr]      |                                                                                                                                                                                        ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1461:52
[INFO] [stderr]      |
[INFO] [stderr] 1461 |     pub fn XDefaultDepth(arg0: *mut Display, arg1: c_int) -> c_int;
[INFO] [stderr]      |                                                    ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1461:62
[INFO] [stderr]      |
[INFO] [stderr] 1461 |     pub fn XDefaultDepth(arg0: *mut Display, arg1: c_int) -> c_int;
[INFO] [stderr]      |                                                              ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1463:56
[INFO] [stderr]      |
[INFO] [stderr] 1463 |     pub fn XDefaultDepthOfScreen(arg0: *mut Screen) -> c_int;
[INFO] [stderr]      |                                                        ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1465:50
[INFO] [stderr]      |
[INFO] [stderr] 1465 |     pub fn XDefaultScreen(arg0: *mut Display) -> c_int;
[INFO] [stderr]      |                                                  ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1467:77
[INFO] [stderr]      |
[INFO] [stderr] 1467 |     pub fn XDefineCursor(arg0: *mut Display, arg1: Window, arg2: Cursor) -> c_int;
[INFO] [stderr]      |                                                                             ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1469:77
[INFO] [stderr]      |
[INFO] [stderr] 1469 |     pub fn XDeleteProperty(arg0: *mut Display, arg1: Window, arg2: Atom) -> c_int;
[INFO] [stderr]      |                                                                             ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1471:64
[INFO] [stderr]      |
[INFO] [stderr] 1471 |     pub fn XDestroyWindow(arg0: *mut Display, arg1: Window) -> c_int;
[INFO] [stderr]      |                                                                ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1473:68
[INFO] [stderr]      |
[INFO] [stderr] 1473 |     pub fn XDestroySubwindows(arg0: *mut Display, arg1: Window) -> c_int;
[INFO] [stderr]      |                                                                    ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1475:52
[INFO] [stderr]      |
[INFO] [stderr] 1475 |     pub fn XDoesBackingStore(arg0: *mut Screen) -> c_int;
[INFO] [stderr]      |                                                    ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1477:50
[INFO] [stderr]      |
[INFO] [stderr] 1477 |     pub fn XDoesSaveUnders(arg0: *mut Screen) -> c_int;
[INFO] [stderr]      |                                                  ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1479:57
[INFO] [stderr]      |
[INFO] [stderr] 1479 |     pub fn XDisableAccessControl(arg0: *mut Display) -> c_int;
[INFO] [stderr]      |                                                         ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1481:52
[INFO] [stderr]      |
[INFO] [stderr] 1481 |     pub fn XDisplayCells(arg0: *mut Display, arg1: c_int) -> c_int;
[INFO] [stderr]      |                                                    ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1481:62
[INFO] [stderr]      |
[INFO] [stderr] 1481 |     pub fn XDisplayCells(arg0: *mut Display, arg1: c_int) -> c_int;
[INFO] [stderr]      |                                                              ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1483:53
[INFO] [stderr]      |
[INFO] [stderr] 1483 |     pub fn XDisplayHeight(arg0: *mut Display, arg1: c_int) -> c_int;
[INFO] [stderr]      |                                                     ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1483:63
[INFO] [stderr]      |
[INFO] [stderr] 1483 |     pub fn XDisplayHeight(arg0: *mut Display, arg1: c_int) -> c_int;
[INFO] [stderr]      |                                                               ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1485:55
[INFO] [stderr]      |
[INFO] [stderr] 1485 |     pub fn XDisplayHeightMM(arg0: *mut Display, arg1: c_int) -> c_int;
[INFO] [stderr]      |                                                       ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1485:65
[INFO] [stderr]      |
[INFO] [stderr] 1485 |     pub fn XDisplayHeightMM(arg0: *mut Display, arg1: c_int) -> c_int;
[INFO] [stderr]      |                                                                 ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1487:60
[INFO] [stderr]      |
[INFO] [stderr] 1487 |     pub fn XDisplayKeycodes(arg0: *mut Display, arg1: *mut c_int, arg2: *mut c_int) -> c_int;
[INFO] [stderr]      |                                                            ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1487:78
[INFO] [stderr]      |
[INFO] [stderr] 1487 |     pub fn XDisplayKeycodes(arg0: *mut Display, arg1: *mut c_int, arg2: *mut c_int) -> c_int;
[INFO] [stderr]      |                                                                              ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1487:88
[INFO] [stderr]      |
[INFO] [stderr] 1487 |     pub fn XDisplayKeycodes(arg0: *mut Display, arg1: *mut c_int, arg2: *mut c_int) -> c_int;
[INFO] [stderr]      |                                                                                        ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1489:53
[INFO] [stderr]      |
[INFO] [stderr] 1489 |     pub fn XDisplayPlanes(arg0: *mut Display, arg1: c_int) -> c_int;
[INFO] [stderr]      |                                                     ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1489:63
[INFO] [stderr]      |
[INFO] [stderr] 1489 |     pub fn XDisplayPlanes(arg0: *mut Display, arg1: c_int) -> c_int;
[INFO] [stderr]      |                                                               ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1491:52
[INFO] [stderr]      |
[INFO] [stderr] 1491 |     pub fn XDisplayWidth(arg0: *mut Display, arg1: c_int) -> c_int;
[INFO] [stderr]      |                                                    ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1491:62
[INFO] [stderr]      |
[INFO] [stderr] 1491 |     pub fn XDisplayWidth(arg0: *mut Display, arg1: c_int) -> c_int;
[INFO] [stderr]      |                                                              ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1493:54
[INFO] [stderr]      |
[INFO] [stderr] 1493 |     pub fn XDisplayWidthMM(arg0: *mut Display, arg1: c_int) -> c_int;
[INFO] [stderr]      |                                                      ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1493:64
[INFO] [stderr]      |
[INFO] [stderr] 1493 |     pub fn XDisplayWidthMM(arg0: *mut Display, arg1: c_int) -> c_int;
[INFO] [stderr]      |                                                                ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1495:73
[INFO] [stderr]      |
[INFO] [stderr] 1495 |     pub fn XDrawArc(arg0: *mut Display, arg1: Drawable, arg2: GC, arg3: c_int, arg4: c_int, arg5: c_uint, arg6: c_uint, arg7: c_int, arg8: c_int) -> c_int;
[INFO] [stderr]      |                                                                         ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1495:86
[INFO] [stderr]      |
[INFO] [stderr] 1495 |     pub fn XDrawArc(arg0: *mut Display, arg1: Drawable, arg2: GC, arg3: c_int, arg4: c_int, arg5: c_uint, arg6: c_uint, arg7: c_int, arg8: c_int) -> c_int;
[INFO] [stderr]      |                                                                                      ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1495:99
[INFO] [stderr]      |
[INFO] [stderr] 1495 |     pub fn XDrawArc(arg0: *mut Display, arg1: Drawable, arg2: GC, arg3: c_int, arg4: c_int, arg5: c_uint, arg6: c_uint, arg7: c_int, arg8: c_int) -> c_int;
[INFO] [stderr]      |                                                                                                   ^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1495:113
[INFO] [stderr]      |
[INFO] [stderr] 1495 |     pub fn XDrawArc(arg0: *mut Display, arg1: Drawable, arg2: GC, arg3: c_int, arg4: c_int, arg5: c_uint, arg6: c_uint, arg7: c_int, arg8: c_int) -> c_int;
[INFO] [stderr]      |                                                                                                                 ^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1495:127
[INFO] [stderr]      |
[INFO] [stderr] 1495 |     pub fn XDrawArc(arg0: *mut Display, arg1: Drawable, arg2: GC, arg3: c_int, arg4: c_int, arg5: c_uint, arg6: c_uint, arg7: c_int, arg8: c_int) -> c_int;
[INFO] [stderr]      |                                                                                                                               ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1495:140
[INFO] [stderr]      |
[INFO] [stderr] 1495 |     pub fn XDrawArc(arg0: *mut Display, arg1: Drawable, arg2: GC, arg3: c_int, arg4: c_int, arg5: c_uint, arg6: c_uint, arg7: c_int, arg8: c_int) -> c_int;
[INFO] [stderr]      |                                                                                                                                            ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1495:150
[INFO] [stderr]      |
[INFO] [stderr] 1495 |     pub fn XDrawArc(arg0: *mut Display, arg1: Drawable, arg2: GC, arg3: c_int, arg4: c_int, arg5: c_uint, arg6: c_uint, arg7: c_int, arg8: c_int) -> c_int;
[INFO] [stderr]      |                                                                                                                                                      ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1497:91
[INFO] [stderr]      |
[INFO] [stderr] 1497 |     pub fn XDrawArcs(arg0: *mut Display, arg1: Drawable, arg2: GC, arg3: *mut XArc, arg4: c_int) -> c_int;
[INFO] [stderr]      |                                                                                           ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1497:101
[INFO] [stderr]      |
[INFO] [stderr] 1497 |     pub fn XDrawArcs(arg0: *mut Display, arg1: Drawable, arg2: GC, arg3: *mut XArc, arg4: c_int) -> c_int;
[INFO] [stderr]      |                                                                                                     ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1499:81
[INFO] [stderr]      |
[INFO] [stderr] 1499 |     pub fn XDrawImageString(arg0: *mut Display, arg1: Drawable, arg2: GC, arg3: c_int, arg4: c_int, arg5: *mut c_char, arg6: c_int) -> c_int;
[INFO] [stderr]      |                                                                                 ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1499:94
[INFO] [stderr]      |
[INFO] [stderr] 1499 |     pub fn XDrawImageString(arg0: *mut Display, arg1: Drawable, arg2: GC, arg3: c_int, arg4: c_int, arg5: *mut c_char, arg6: c_int) -> c_int;
[INFO] [stderr]      |                                                                                              ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1499:112
[INFO] [stderr]      |
[INFO] [stderr] 1499 |     pub fn XDrawImageString(arg0: *mut Display, arg1: Drawable, arg2: GC, arg3: c_int, arg4: c_int, arg5: *mut c_char, arg6: c_int) -> c_int;
[INFO] [stderr]      |                                                                                                                ^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1499:126
[INFO] [stderr]      |
[INFO] [stderr] 1499 |     pub fn XDrawImageString(arg0: *mut Display, arg1: Drawable, arg2: GC, arg3: c_int, arg4: c_int, arg5: *mut c_char, arg6: c_int) -> c_int;
[INFO] [stderr]      |                                                                                                                              ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1499:136
[INFO] [stderr]      |
[INFO] [stderr] 1499 |     pub fn XDrawImageString(arg0: *mut Display, arg1: Drawable, arg2: GC, arg3: c_int, arg4: c_int, arg5: *mut c_char, arg6: c_int) -> c_int;
[INFO] [stderr]      |                                                                                                                                        ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1501:83
[INFO] [stderr]      |
[INFO] [stderr] 1501 |     pub fn XDrawImageString16(arg0: *mut Display, arg1: Drawable, arg2: GC, arg3: c_int, arg4: c_int, arg5: *mut XChar2b, arg6: c_int) -> c_int;
[INFO] [stderr]      |                                                                                   ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1501:96
[INFO] [stderr]      |
[INFO] [stderr] 1501 |     pub fn XDrawImageString16(arg0: *mut Display, arg1: Drawable, arg2: GC, arg3: c_int, arg4: c_int, arg5: *mut XChar2b, arg6: c_int) -> c_int;
[INFO] [stderr]      |                                                                                                ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1501:129
[INFO] [stderr]      |
[INFO] [stderr] 1501 |     pub fn XDrawImageString16(arg0: *mut Display, arg1: Drawable, arg2: GC, arg3: c_int, arg4: c_int, arg5: *mut XChar2b, arg6: c_int) -> c_int;
[INFO] [stderr]      |                                                                                                                                 ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1501:139
[INFO] [stderr]      |
[INFO] [stderr] 1501 |     pub fn XDrawImageString16(arg0: *mut Display, arg1: Drawable, arg2: GC, arg3: c_int, arg4: c_int, arg5: *mut XChar2b, arg6: c_int) -> c_int;
[INFO] [stderr]      |                                                                                                                                           ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1503:74
[INFO] [stderr]      |
[INFO] [stderr] 1503 |     pub fn XDrawLine(arg0: *mut Display, arg1: Drawable, arg2: GC, arg3: c_int, arg4: c_int, arg5: c_int, arg6: c_int) -> c_int;
[INFO] [stderr]      |                                                                          ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1503:87
[INFO] [stderr]      |
[INFO] [stderr] 1503 |     pub fn XDrawLine(arg0: *mut Display, arg1: Drawable, arg2: GC, arg3: c_int, arg4: c_int, arg5: c_int, arg6: c_int) -> c_int;
[INFO] [stderr]      |                                                                                       ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1503:100
[INFO] [stderr]      |
[INFO] [stderr] 1503 |     pub fn XDrawLine(arg0: *mut Display, arg1: Drawable, arg2: GC, arg3: c_int, arg4: c_int, arg5: c_int, arg6: c_int) -> c_int;
[INFO] [stderr]      |                                                                                                    ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1503:113
[INFO] [stderr]      |
[INFO] [stderr] 1503 |     pub fn XDrawLine(arg0: *mut Display, arg1: Drawable, arg2: GC, arg3: c_int, arg4: c_int, arg5: c_int, arg6: c_int) -> c_int;
[INFO] [stderr]      |                                                                                                                 ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1503:123
[INFO] [stderr]      |
[INFO] [stderr] 1503 |     pub fn XDrawLine(arg0: *mut Display, arg1: Drawable, arg2: GC, arg3: c_int, arg4: c_int, arg5: c_int, arg6: c_int) -> c_int;
[INFO] [stderr]      |                                                                                                                           ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1505:94
[INFO] [stderr]      |
[INFO] [stderr] 1505 |     pub fn XDrawLines(arg0: *mut Display, arg1: Drawable, arg2: GC, arg3: *mut XPoint, arg4: c_int, arg5: c_int) -> c_int;
[INFO] [stderr]      |                                                                                              ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1505:107
[INFO] [stderr]      |
[INFO] [stderr] 1505 |     pub fn XDrawLines(arg0: *mut Display, arg1: Drawable, arg2: GC, arg3: *mut XPoint, arg4: c_int, arg5: c_int) -> c_int;
[INFO] [stderr]      |                                                                                                           ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1505:117
[INFO] [stderr]      |
[INFO] [stderr] 1505 |     pub fn XDrawLines(arg0: *mut Display, arg1: Drawable, arg2: GC, arg3: *mut XPoint, arg4: c_int, arg5: c_int) -> c_int;
[INFO] [stderr]      |                                                                                                                     ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1507:75
[INFO] [stderr]      |
[INFO] [stderr] 1507 |     pub fn XDrawPoint(arg0: *mut Display, arg1: Drawable, arg2: GC, arg3: c_int, arg4: c_int) -> c_int;
[INFO] [stderr]      |                                                                           ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1507:88
[INFO] [stderr]      |
[INFO] [stderr] 1507 |     pub fn XDrawPoint(arg0: *mut Display, arg1: Drawable, arg2: GC, arg3: c_int, arg4: c_int) -> c_int;
[INFO] [stderr]      |                                                                                        ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1507:98
[INFO] [stderr]      |
[INFO] [stderr] 1507 |     pub fn XDrawPoint(arg0: *mut Display, arg1: Drawable, arg2: GC, arg3: c_int, arg4: c_int) -> c_int;
[INFO] [stderr]      |                                                                                                  ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1509:95
[INFO] [stderr]      |
[INFO] [stderr] 1509 |     pub fn XDrawPoints(arg0: *mut Display, arg1: Drawable, arg2: GC, arg3: *mut XPoint, arg4: c_int, arg5: c_int) -> c_int;
[INFO] [stderr]      |                                                                                               ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1509:108
[INFO] [stderr]      |
[INFO] [stderr] 1509 |     pub fn XDrawPoints(arg0: *mut Display, arg1: Drawable, arg2: GC, arg3: *mut XPoint, arg4: c_int, arg5: c_int) -> c_int;
[INFO] [stderr]      |                                                                                                            ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1509:118
[INFO] [stderr]      |
[INFO] [stderr] 1509 |     pub fn XDrawPoints(arg0: *mut Display, arg1: Drawable, arg2: GC, arg3: *mut XPoint, arg4: c_int, arg5: c_int) -> c_int;
[INFO] [stderr]      |                                                                                                                      ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1511:79
[INFO] [stderr]      |
[INFO] [stderr] 1511 |     pub fn XDrawRectangle(arg0: *mut Display, arg1: Drawable, arg2: GC, arg3: c_int, arg4: c_int, arg5: c_uint, arg6: c_uint) -> c_int;
[INFO] [stderr]      |                                                                               ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1511:92
[INFO] [stderr]      |
[INFO] [stderr] 1511 |     pub fn XDrawRectangle(arg0: *mut Display, arg1: Drawable, arg2: GC, arg3: c_int, arg4: c_int, arg5: c_uint, arg6: c_uint) -> c_int;
[INFO] [stderr]      |                                                                                            ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1511:105
[INFO] [stderr]      |
[INFO] [stderr] 1511 |     pub fn XDrawRectangle(arg0: *mut Display, arg1: Drawable, arg2: GC, arg3: c_int, arg4: c_int, arg5: c_uint, arg6: c_uint) -> c_int;
[INFO] [stderr]      |                                                                                                         ^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1511:119
[INFO] [stderr]      |
[INFO] [stderr] 1511 |     pub fn XDrawRectangle(arg0: *mut Display, arg1: Drawable, arg2: GC, arg3: c_int, arg4: c_int, arg5: c_uint, arg6: c_uint) -> c_int;
[INFO] [stderr]      |                                                                                                                       ^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1511:130
[INFO] [stderr]      |
[INFO] [stderr] 1511 |     pub fn XDrawRectangle(arg0: *mut Display, arg1: Drawable, arg2: GC, arg3: c_int, arg4: c_int, arg5: c_uint, arg6: c_uint) -> c_int;
[INFO] [stderr]      |                                                                                                                                  ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1513:103
[INFO] [stderr]      |
[INFO] [stderr] 1513 |     pub fn XDrawRectangles(arg0: *mut Display, arg1: Drawable, arg2: GC, arg3: *mut XRectangle, arg4: c_int) -> c_int;
[INFO] [stderr]      |                                                                                                       ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1513:113
[INFO] [stderr]      |
[INFO] [stderr] 1513 |     pub fn XDrawRectangles(arg0: *mut Display, arg1: Drawable, arg2: GC, arg3: *mut XRectangle, arg4: c_int) -> c_int;
[INFO] [stderr]      |                                                                                                                 ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1515:99
[INFO] [stderr]      |
[INFO] [stderr] 1515 |     pub fn XDrawSegments(arg0: *mut Display, arg1: Drawable, arg2: GC, arg3: *mut XSegment, arg4: c_int) -> c_int;
[INFO] [stderr]      |                                                                                                   ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1515:109
[INFO] [stderr]      |
[INFO] [stderr] 1515 |     pub fn XDrawSegments(arg0: *mut Display, arg1: Drawable, arg2: GC, arg3: *mut XSegment, arg4: c_int) -> c_int;
[INFO] [stderr]      |                                                                                                             ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1517:76
[INFO] [stderr]      |
[INFO] [stderr] 1517 |     pub fn XDrawString(arg0: *mut Display, arg1: Drawable, arg2: GC, arg3: c_int, arg4: c_int, arg5: *mut c_char, arg6: c_int) -> c_int;
[INFO] [stderr]      |                                                                            ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1517:89
[INFO] [stderr]      |
[INFO] [stderr] 1517 |     pub fn XDrawString(arg0: *mut Display, arg1: Drawable, arg2: GC, arg3: c_int, arg4: c_int, arg5: *mut c_char, arg6: c_int) -> c_int;
[INFO] [stderr]      |                                                                                         ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1517:107
[INFO] [stderr]      |
[INFO] [stderr] 1517 |     pub fn XDrawString(arg0: *mut Display, arg1: Drawable, arg2: GC, arg3: c_int, arg4: c_int, arg5: *mut c_char, arg6: c_int) -> c_int;
[INFO] [stderr]      |                                                                                                           ^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1517:121
[INFO] [stderr]      |
[INFO] [stderr] 1517 |     pub fn XDrawString(arg0: *mut Display, arg1: Drawable, arg2: GC, arg3: c_int, arg4: c_int, arg5: *mut c_char, arg6: c_int) -> c_int;
[INFO] [stderr]      |                                                                                                                         ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1517:131
[INFO] [stderr]      |
[INFO] [stderr] 1517 |     pub fn XDrawString(arg0: *mut Display, arg1: Drawable, arg2: GC, arg3: c_int, arg4: c_int, arg5: *mut c_char, arg6: c_int) -> c_int;
[INFO] [stderr]      |                                                                                                                                   ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1519:78
[INFO] [stderr]      |
[INFO] [stderr] 1519 |     pub fn XDrawString16(arg0: *mut Display, arg1: Drawable, arg2: GC, arg3: c_int, arg4: c_int, arg5: *mut XChar2b, arg6: c_int) -> c_int;
[INFO] [stderr]      |                                                                              ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1519:91
[INFO] [stderr]      |
[INFO] [stderr] 1519 |     pub fn XDrawString16(arg0: *mut Display, arg1: Drawable, arg2: GC, arg3: c_int, arg4: c_int, arg5: *mut XChar2b, arg6: c_int) -> c_int;
[INFO] [stderr]      |                                                                                           ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1519:124
[INFO] [stderr]      |
[INFO] [stderr] 1519 |     pub fn XDrawString16(arg0: *mut Display, arg1: Drawable, arg2: GC, arg3: c_int, arg4: c_int, arg5: *mut XChar2b, arg6: c_int) -> c_int;
[INFO] [stderr]      |                                                                                                                            ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1519:134
[INFO] [stderr]      |
[INFO] [stderr] 1519 |     pub fn XDrawString16(arg0: *mut Display, arg1: Drawable, arg2: GC, arg3: c_int, arg4: c_int, arg5: *mut XChar2b, arg6: c_int) -> c_int;
[INFO] [stderr]      |                                                                                                                                      ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1521:74
[INFO] [stderr]      |
[INFO] [stderr] 1521 |     pub fn XDrawText(arg0: *mut Display, arg1: Drawable, arg2: GC, arg3: c_int, arg4: c_int, arg5: *mut XTextItem, arg6: c_int) -> c_int;
[INFO] [stderr]      |                                                                          ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1521:87
[INFO] [stderr]      |
[INFO] [stderr] 1521 |     pub fn XDrawText(arg0: *mut Display, arg1: Drawable, arg2: GC, arg3: c_int, arg4: c_int, arg5: *mut XTextItem, arg6: c_int) -> c_int;
[INFO] [stderr]      |                                                                                       ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1521:122
[INFO] [stderr]      |
[INFO] [stderr] 1521 |     pub fn XDrawText(arg0: *mut Display, arg1: Drawable, arg2: GC, arg3: c_int, arg4: c_int, arg5: *mut XTextItem, arg6: c_int) -> c_int;
[INFO] [stderr]      |                                                                                                                          ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1521:132
[INFO] [stderr]      |
[INFO] [stderr] 1521 |     pub fn XDrawText(arg0: *mut Display, arg1: Drawable, arg2: GC, arg3: c_int, arg4: c_int, arg5: *mut XTextItem, arg6: c_int) -> c_int;
[INFO] [stderr]      |                                                                                                                                    ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1523:76
[INFO] [stderr]      |
[INFO] [stderr] 1523 |     pub fn XDrawText16(arg0: *mut Display, arg1: Drawable, arg2: GC, arg3: c_int, arg4: c_int, arg5: *mut XTextItem16, arg6: c_int) -> c_int;
[INFO] [stderr]      |                                                                            ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1523:89
[INFO] [stderr]      |
[INFO] [stderr] 1523 |     pub fn XDrawText16(arg0: *mut Display, arg1: Drawable, arg2: GC, arg3: c_int, arg4: c_int, arg5: *mut XTextItem16, arg6: c_int) -> c_int;
[INFO] [stderr]      |                                                                                         ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1523:126
[INFO] [stderr]      |
[INFO] [stderr] 1523 |     pub fn XDrawText16(arg0: *mut Display, arg1: Drawable, arg2: GC, arg3: c_int, arg4: c_int, arg5: *mut XTextItem16, arg6: c_int) -> c_int;
[INFO] [stderr]      |                                                                                                                              ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1523:136
[INFO] [stderr]      |
[INFO] [stderr] 1523 |     pub fn XDrawText16(arg0: *mut Display, arg1: Drawable, arg2: GC, arg3: c_int, arg4: c_int, arg5: *mut XTextItem16, arg6: c_int) -> c_int;
[INFO] [stderr]      |                                                                                                                                        ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1525:56
[INFO] [stderr]      |
[INFO] [stderr] 1525 |     pub fn XEnableAccessControl(arg0: *mut Display) -> c_int;
[INFO] [stderr]      |                                                        ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1527:52
[INFO] [stderr]      |
[INFO] [stderr] 1527 |     pub fn XEventsQueued(arg0: *mut Display, arg1: c_int) -> c_int;
[INFO] [stderr]      |                                                    ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1527:62
[INFO] [stderr]      |
[INFO] [stderr] 1527 |     pub fn XEventsQueued(arg0: *mut Display, arg1: c_int) -> c_int;
[INFO] [stderr]      |                                                              ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1529:73
[INFO] [stderr]      |
[INFO] [stderr] 1529 |     pub fn XFetchName(arg0: *mut Display, arg1: Window, arg2: *mut *mut c_char) -> c_int;
[INFO] [stderr]      |                                                                         ^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1529:84
[INFO] [stderr]      |
[INFO] [stderr] 1529 |     pub fn XFetchName(arg0: *mut Display, arg1: Window, arg2: *mut *mut c_char) -> c_int;
[INFO] [stderr]      |                                                                                    ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1531:73
[INFO] [stderr]      |
[INFO] [stderr] 1531 |     pub fn XFillArc(arg0: *mut Display, arg1: Drawable, arg2: GC, arg3: c_int, arg4: c_int, arg5: c_uint, arg6: c_uint, arg7: c_int, arg8: c_int) -> c_int;
[INFO] [stderr]      |                                                                         ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1531:86
[INFO] [stderr]      |
[INFO] [stderr] 1531 |     pub fn XFillArc(arg0: *mut Display, arg1: Drawable, arg2: GC, arg3: c_int, arg4: c_int, arg5: c_uint, arg6: c_uint, arg7: c_int, arg8: c_int) -> c_int;
[INFO] [stderr]      |                                                                                      ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1531:99
[INFO] [stderr]      |
[INFO] [stderr] 1531 |     pub fn XFillArc(arg0: *mut Display, arg1: Drawable, arg2: GC, arg3: c_int, arg4: c_int, arg5: c_uint, arg6: c_uint, arg7: c_int, arg8: c_int) -> c_int;
[INFO] [stderr]      |                                                                                                   ^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1531:113
[INFO] [stderr]      |
[INFO] [stderr] 1531 |     pub fn XFillArc(arg0: *mut Display, arg1: Drawable, arg2: GC, arg3: c_int, arg4: c_int, arg5: c_uint, arg6: c_uint, arg7: c_int, arg8: c_int) -> c_int;
[INFO] [stderr]      |                                                                                                                 ^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1531:127
[INFO] [stderr]      |
[INFO] [stderr] 1531 |     pub fn XFillArc(arg0: *mut Display, arg1: Drawable, arg2: GC, arg3: c_int, arg4: c_int, arg5: c_uint, arg6: c_uint, arg7: c_int, arg8: c_int) -> c_int;
[INFO] [stderr]      |                                                                                                                               ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1531:140
[INFO] [stderr]      |
[INFO] [stderr] 1531 |     pub fn XFillArc(arg0: *mut Display, arg1: Drawable, arg2: GC, arg3: c_int, arg4: c_int, arg5: c_uint, arg6: c_uint, arg7: c_int, arg8: c_int) -> c_int;
[INFO] [stderr]      |                                                                                                                                            ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1531:150
[INFO] [stderr]      |
[INFO] [stderr] 1531 |     pub fn XFillArc(arg0: *mut Display, arg1: Drawable, arg2: GC, arg3: c_int, arg4: c_int, arg5: c_uint, arg6: c_uint, arg7: c_int, arg8: c_int) -> c_int;
[INFO] [stderr]      |                                                                                                                                                      ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1533:91
[INFO] [stderr]      |
[INFO] [stderr] 1533 |     pub fn XFillArcs(arg0: *mut Display, arg1: Drawable, arg2: GC, arg3: *mut XArc, arg4: c_int) -> c_int;
[INFO] [stderr]      |                                                                                           ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1533:101
[INFO] [stderr]      |
[INFO] [stderr] 1533 |     pub fn XFillArcs(arg0: *mut Display, arg1: Drawable, arg2: GC, arg3: *mut XArc, arg4: c_int) -> c_int;
[INFO] [stderr]      |                                                                                                     ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1535:96
[INFO] [stderr]      |
[INFO] [stderr] 1535 |     pub fn XFillPolygon(arg0: *mut Display, arg1: Drawable, arg2: GC, arg3: *mut XPoint, arg4: c_int, arg5: c_int, arg6: c_int) -> c_int;
[INFO] [stderr]      |                                                                                                ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1535:109
[INFO] [stderr]      |
[INFO] [stderr] 1535 |     pub fn XFillPolygon(arg0: *mut Display, arg1: Drawable, arg2: GC, arg3: *mut XPoint, arg4: c_int, arg5: c_int, arg6: c_int) -> c_int;
[INFO] [stderr]      |                                                                                                             ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1535:122
[INFO] [stderr]      |
[INFO] [stderr] 1535 |     pub fn XFillPolygon(arg0: *mut Display, arg1: Drawable, arg2: GC, arg3: *mut XPoint, arg4: c_int, arg5: c_int, arg6: c_int) -> c_int;
[INFO] [stderr]      |                                                                                                                          ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1535:132
[INFO] [stderr]      |
[INFO] [stderr] 1535 |     pub fn XFillPolygon(arg0: *mut Display, arg1: Drawable, arg2: GC, arg3: *mut XPoint, arg4: c_int, arg5: c_int, arg6: c_int) -> c_int;
[INFO] [stderr]      |                                                                                                                                    ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1537:79
[INFO] [stderr]      |
[INFO] [stderr] 1537 |     pub fn XFillRectangle(arg0: *mut Display, arg1: Drawable, arg2: GC, arg3: c_int, arg4: c_int, arg5: c_uint, arg6: c_uint) -> c_int;
[INFO] [stderr]      |                                                                               ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1537:92
[INFO] [stderr]      |
[INFO] [stderr] 1537 |     pub fn XFillRectangle(arg0: *mut Display, arg1: Drawable, arg2: GC, arg3: c_int, arg4: c_int, arg5: c_uint, arg6: c_uint) -> c_int;
[INFO] [stderr]      |                                                                                            ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1537:105
[INFO] [stderr]      |
[INFO] [stderr] 1537 |     pub fn XFillRectangle(arg0: *mut Display, arg1: Drawable, arg2: GC, arg3: c_int, arg4: c_int, arg5: c_uint, arg6: c_uint) -> c_int;
[INFO] [stderr]      |                                                                                                         ^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1537:119
[INFO] [stderr]      |
[INFO] [stderr] 1537 |     pub fn XFillRectangle(arg0: *mut Display, arg1: Drawable, arg2: GC, arg3: c_int, arg4: c_int, arg5: c_uint, arg6: c_uint) -> c_int;
[INFO] [stderr]      |                                                                                                                       ^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1537:130
[INFO] [stderr]      |
[INFO] [stderr] 1537 |     pub fn XFillRectangle(arg0: *mut Display, arg1: Drawable, arg2: GC, arg3: c_int, arg4: c_int, arg5: c_uint, arg6: c_uint) -> c_int;
[INFO] [stderr]      |                                                                                                                                  ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1539:103
[INFO] [stderr]      |
[INFO] [stderr] 1539 |     pub fn XFillRectangles(arg0: *mut Display, arg1: Drawable, arg2: GC, arg3: *mut XRectangle, arg4: c_int) -> c_int;
[INFO] [stderr]      |                                                                                                       ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1539:113
[INFO] [stderr]      |
[INFO] [stderr] 1539 |     pub fn XFillRectangles(arg0: *mut Display, arg1: Drawable, arg2: GC, arg3: *mut XRectangle, arg4: c_int) -> c_int;
[INFO] [stderr]      |                                                                                                                 ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1541:42
[INFO] [stderr]      |
[INFO] [stderr] 1541 |     pub fn XFlush(arg0: *mut Display) -> c_int;
[INFO] [stderr]      |                                          ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1543:56
[INFO] [stderr]      |
[INFO] [stderr] 1543 |     pub fn XForceScreenSaver(arg0: *mut Display, arg1: c_int) -> c_int;
[INFO] [stderr]      |                                                        ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1543:66
[INFO] [stderr]      |
[INFO] [stderr] 1543 |     pub fn XForceScreenSaver(arg0: *mut Display, arg1: c_int) -> c_int;
[INFO] [stderr]      |                                                                  ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1545:40
[INFO] [stderr]      |
[INFO] [stderr] 1545 |     pub fn XFree(arg0: *mut c_void) -> c_int;
[INFO] [stderr]      |                                        ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1547:65
[INFO] [stderr]      |
[INFO] [stderr] 1547 |     pub fn XFreeColormap(arg0: *mut Display, arg1: Colormap) -> c_int;
[INFO] [stderr]      |                                                                 ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1549:71
[INFO] [stderr]      |
[INFO] [stderr] 1549 |     pub fn XFreeColors(arg0: *mut Display, arg1: Colormap, arg2: *mut c_ulong, arg3: c_int, arg4: c_ulong) -> c_int;
[INFO] [stderr]      |                                                                       ^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1549:86
[INFO] [stderr]      |
[INFO] [stderr] 1549 |     pub fn XFreeColors(arg0: *mut Display, arg1: Colormap, arg2: *mut c_ulong, arg3: c_int, arg4: c_ulong) -> c_int;
[INFO] [stderr]      |                                                                                      ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1549:99
[INFO] [stderr]      |
[INFO] [stderr] 1549 |     pub fn XFreeColors(arg0: *mut Display, arg1: Colormap, arg2: *mut c_ulong, arg3: c_int, arg4: c_ulong) -> c_int;
[INFO] [stderr]      |                                                                                                   ^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1549:111
[INFO] [stderr]      |
[INFO] [stderr] 1549 |     pub fn XFreeColors(arg0: *mut Display, arg1: Colormap, arg2: *mut c_ulong, arg3: c_int, arg4: c_ulong) -> c_int;
[INFO] [stderr]      |                                                                                                               ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1551:61
[INFO] [stderr]      |
[INFO] [stderr] 1551 |     pub fn XFreeCursor(arg0: *mut Display, arg1: Cursor) -> c_int;
[INFO] [stderr]      |                                                             ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1553:47
[INFO] [stderr]      |
[INFO] [stderr] 1553 |     pub fn XFreeExtensionList(arg0: *mut *mut c_char) -> c_int;
[INFO] [stderr]      |                                               ^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1553:58
[INFO] [stderr]      |
[INFO] [stderr] 1553 |     pub fn XFreeExtensionList(arg0: *mut *mut c_char) -> c_int;
[INFO] [stderr]      |                                                          ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1555:69
[INFO] [stderr]      |
[INFO] [stderr] 1555 |     pub fn XFreeFont(arg0: *mut Display, arg1: *mut XFontStruct) -> c_int;
[INFO] [stderr]      |                                                                     ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1557:42
[INFO] [stderr]      |
[INFO] [stderr] 1557 |     pub fn XFreeFontInfo(arg0: *mut *mut c_char, arg1: *mut XFontStruct, arg2: c_int) -> c_int;
[INFO] [stderr]      |                                          ^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1557:80
[INFO] [stderr]      |
[INFO] [stderr] 1557 |     pub fn XFreeFontInfo(arg0: *mut *mut c_char, arg1: *mut XFontStruct, arg2: c_int) -> c_int;
[INFO] [stderr]      |                                                                                ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1557:90
[INFO] [stderr]      |
[INFO] [stderr] 1557 |     pub fn XFreeFontInfo(arg0: *mut *mut c_char, arg1: *mut XFontStruct, arg2: c_int) -> c_int;
[INFO] [stderr]      |                                                                                          ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1559:43
[INFO] [stderr]      |
[INFO] [stderr] 1559 |     pub fn XFreeFontNames(arg0: *mut *mut c_char) -> c_int;
[INFO] [stderr]      |                                           ^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1559:54
[INFO] [stderr]      |
[INFO] [stderr] 1559 |     pub fn XFreeFontNames(arg0: *mut *mut c_char) -> c_int;
[INFO] [stderr]      |                                                      ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1561:42
[INFO] [stderr]      |
[INFO] [stderr] 1561 |     pub fn XFreeFontPath(arg0: *mut *mut c_char) -> c_int;
[INFO] [stderr]      |                                          ^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1561:53
[INFO] [stderr]      |
[INFO] [stderr] 1561 |     pub fn XFreeFontPath(arg0: *mut *mut c_char) -> c_int;
[INFO] [stderr]      |                                                     ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1563:53
[INFO] [stderr]      |
[INFO] [stderr] 1563 |     pub fn XFreeGC(arg0: *mut Display, arg1: GC) -> c_int;
[INFO] [stderr]      |                                                     ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1565:60
[INFO] [stderr]      |
[INFO] [stderr] 1565 |     pub fn XFreeModifiermap(arg0: *mut XModifierKeymap) -> c_int;
[INFO] [stderr]      |                                                            ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1567:61
[INFO] [stderr]      |
[INFO] [stderr] 1567 |     pub fn XFreePixmap(arg0: *mut Display, arg1: Pixmap) -> c_int;
[INFO] [stderr]      |                                                             ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1569:48
[INFO] [stderr]      |
[INFO] [stderr] 1569 |     pub fn XGeometry(arg0: *mut Display, arg1: c_int, arg2: *mut c_char, arg3: *mut c_char, arg4: c_uint, arg5: c_uint, arg6: c_uint, arg7: c_int, arg8: c_int, arg9: *mut c_int, arg10: *mut c_int, arg11: *mut c_int, arg12: *mut c_int) -> c_int;
[INFO] [stderr]      |                                                ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1569:66
[INFO] [stderr]      |
[INFO] [stderr] 1569 |     pub fn XGeometry(arg0: *mut Display, arg1: c_int, arg2: *mut c_char, arg3: *mut c_char, arg4: c_uint, arg5: c_uint, arg6: c_uint, arg7: c_int, arg8: c_int, arg9: *mut c_int, arg10: *mut c_int, arg11: *mut c_int, arg12: *mut c_int) -> c_int;
[INFO] [stderr]      |                                                                  ^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1569:85
[INFO] [stderr]      |
[INFO] [stderr] 1569 |     pub fn XGeometry(arg0: *mut Display, arg1: c_int, arg2: *mut c_char, arg3: *mut c_char, arg4: c_uint, arg5: c_uint, arg6: c_uint, arg7: c_int, arg8: c_int, arg9: *mut c_int, arg10: *mut c_int, arg11: *mut c_int, arg12: *mut c_int) -> c_int;
[INFO] [stderr]      |                                                                                     ^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1569:99
[INFO] [stderr]      |
[INFO] [stderr] 1569 |     pub fn XGeometry(arg0: *mut Display, arg1: c_int, arg2: *mut c_char, arg3: *mut c_char, arg4: c_uint, arg5: c_uint, arg6: c_uint, arg7: c_int, arg8: c_int, arg9: *mut c_int, arg10: *mut c_int, arg11: *mut c_int, arg12: *mut c_int) -> c_int;
[INFO] [stderr]      |                                                                                                   ^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1569:113
[INFO] [stderr]      |
[INFO] [stderr] 1569 |     pub fn XGeometry(arg0: *mut Display, arg1: c_int, arg2: *mut c_char, arg3: *mut c_char, arg4: c_uint, arg5: c_uint, arg6: c_uint, arg7: c_int, arg8: c_int, arg9: *mut c_int, arg10: *mut c_int, arg11: *mut c_int, arg12: *mut c_int) -> c_int;
[INFO] [stderr]      |                                                                                                                 ^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1569:127
[INFO] [stderr]      |
[INFO] [stderr] 1569 |     pub fn XGeometry(arg0: *mut Display, arg1: c_int, arg2: *mut c_char, arg3: *mut c_char, arg4: c_uint, arg5: c_uint, arg6: c_uint, arg7: c_int, arg8: c_int, arg9: *mut c_int, arg10: *mut c_int, arg11: *mut c_int, arg12: *mut c_int) -> c_int;
[INFO] [stderr]      |                                                                                                                               ^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1569:141
[INFO] [stderr]      |
[INFO] [stderr] 1569 |     pub fn XGeometry(arg0: *mut Display, arg1: c_int, arg2: *mut c_char, arg3: *mut c_char, arg4: c_uint, arg5: c_uint, arg6: c_uint, arg7: c_int, arg8: c_int, arg9: *mut c_int, arg10: *mut c_int, arg11: *mut c_int, arg12: *mut c_int) -> c_int;
[INFO] [stderr]      |                                                                                                                                             ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1569:154
[INFO] [stderr]      |
[INFO] [stderr] 1569 |     pub fn XGeometry(arg0: *mut Display, arg1: c_int, arg2: *mut c_char, arg3: *mut c_char, arg4: c_uint, arg5: c_uint, arg6: c_uint, arg7: c_int, arg8: c_int, arg9: *mut c_int, arg10: *mut c_int, arg11: *mut c_int, arg12: *mut c_int) -> c_int;
[INFO] [stderr]      |                                                                                                                                                          ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1569:172
[INFO] [stderr]      |
[INFO] [stderr] 1569 |     pub fn XGeometry(arg0: *mut Display, arg1: c_int, arg2: *mut c_char, arg3: *mut c_char, arg4: c_uint, arg5: c_uint, arg6: c_uint, arg7: c_int, arg8: c_int, arg9: *mut c_int, arg10: *mut c_int, arg11: *mut c_int, arg12: *mut c_int) -> c_int;
[INFO] [stderr]      |                                                                                                                                                                            ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1569:191
[INFO] [stderr]      |
[INFO] [stderr] 1569 |     pub fn XGeometry(arg0: *mut Display, arg1: c_int, arg2: *mut c_char, arg3: *mut c_char, arg4: c_uint, arg5: c_uint, arg6: c_uint, arg7: c_int, arg8: c_int, arg9: *mut c_int, arg10: *mut c_int, arg11: *mut c_int, arg12: *mut c_int) -> c_int;
[INFO] [stderr]      |                                                                                                                                                                                               ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1569:210
[INFO] [stderr]      |
[INFO] [stderr] 1569 |     pub fn XGeometry(arg0: *mut Display, arg1: c_int, arg2: *mut c_char, arg3: *mut c_char, arg4: c_uint, arg5: c_uint, arg6: c_uint, arg7: c_int, arg8: c_int, arg9: *mut c_int, arg10: *mut c_int, arg11: *mut c_int, arg12: *mut c_int) -> c_int;
[INFO] [stderr]      |                                                                                                                                                                                                                  ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1569:229
[INFO] [stderr]      |
[INFO] [stderr] 1569 |     pub fn XGeometry(arg0: *mut Display, arg1: c_int, arg2: *mut c_char, arg3: *mut c_char, arg4: c_uint, arg5: c_uint, arg6: c_uint, arg7: c_int, arg8: c_int, arg9: *mut c_int, arg10: *mut c_int, arg11: *mut c_int, arg12: *mut c_int) -> c_int;
[INFO] [stderr]      |                                                                                                                                                                                                                                     ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1569:239
[INFO] [stderr]      |
[INFO] [stderr] 1569 |     pub fn XGeometry(arg0: *mut Display, arg1: c_int, arg2: *mut c_char, arg3: *mut c_char, arg4: c_uint, arg5: c_uint, arg6: c_uint, arg7: c_int, arg8: c_int, arg9: *mut c_int, arg10: *mut c_int, arg11: *mut c_int, arg12: *mut c_int) -> c_int;
[INFO] [stderr]      |                                                                                                                                                                                                                                               ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1571:65
[INFO] [stderr]      |
[INFO] [stderr] 1571 |     pub fn XGetErrorDatabaseText(arg0: *mut Display, arg1: *mut c_char, arg2: *mut c_char, arg3: *mut c_char, arg4: *mut c_char, arg5: c_int) -> c_int;
[INFO] [stderr]      |                                                                 ^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1571:84
[INFO] [stderr]      |
[INFO] [stderr] 1571 |     pub fn XGetErrorDatabaseText(arg0: *mut Display, arg1: *mut c_char, arg2: *mut c_char, arg3: *mut c_char, arg4: *mut c_char, arg5: c_int) -> c_int;
[INFO] [stderr]      |                                                                                    ^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1571:103
[INFO] [stderr]      |
[INFO] [stderr] 1571 |     pub fn XGetErrorDatabaseText(arg0: *mut Display, arg1: *mut c_char, arg2: *mut c_char, arg3: *mut c_char, arg4: *mut c_char, arg5: c_int) -> c_int;
[INFO] [stderr]      |                                                                                                       ^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1571:122
[INFO] [stderr]      |
[INFO] [stderr] 1571 |     pub fn XGetErrorDatabaseText(arg0: *mut Display, arg1: *mut c_char, arg2: *mut c_char, arg3: *mut c_char, arg4: *mut c_char, arg5: c_int) -> c_int;
[INFO] [stderr]      |                                                                                                                          ^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1571:136
[INFO] [stderr]      |
[INFO] [stderr] 1571 |     pub fn XGetErrorDatabaseText(arg0: *mut Display, arg1: *mut c_char, arg2: *mut c_char, arg3: *mut c_char, arg4: *mut c_char, arg5: c_int) -> c_int;
[INFO] [stderr]      |                                                                                                                                        ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1571:146
[INFO] [stderr]      |
[INFO] [stderr] 1571 |     pub fn XGetErrorDatabaseText(arg0: *mut Display, arg1: *mut c_char, arg2: *mut c_char, arg3: *mut c_char, arg4: *mut c_char, arg5: c_int) -> c_int;
[INFO] [stderr]      |                                                                                                                                                  ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1573:52
[INFO] [stderr]      |
[INFO] [stderr] 1573 |     pub fn XGetErrorText(arg0: *mut Display, arg1: c_int, arg2: *mut c_char, arg3: c_int) -> c_int;
[INFO] [stderr]      |                                                    ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1573:70
[INFO] [stderr]      |
[INFO] [stderr] 1573 |     pub fn XGetErrorText(arg0: *mut Display, arg1: c_int, arg2: *mut c_char, arg3: c_int) -> c_int;
[INFO] [stderr]      |                                                                      ^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1573:84
[INFO] [stderr]      |
[INFO] [stderr] 1573 |     pub fn XGetErrorText(arg0: *mut Display, arg1: c_int, arg2: *mut c_char, arg3: c_int) -> c_int;
[INFO] [stderr]      |                                                                                    ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1573:94
[INFO] [stderr]      |
[INFO] [stderr] 1573 |     pub fn XGetErrorText(arg0: *mut Display, arg1: c_int, arg2: *mut c_char, arg3: c_int) -> c_int;
[INFO] [stderr]      |                                                                                              ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1575:76
[INFO] [stderr]      |
[INFO] [stderr] 1575 |     pub fn XGetFontProperty(arg0: *mut XFontStruct, arg1: Atom, arg2: *mut c_ulong) -> c_int;
[INFO] [stderr]      |                                                                            ^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1575:88
[INFO] [stderr]      |
[INFO] [stderr] 1575 |     pub fn XGetFontProperty(arg0: *mut XFontStruct, arg1: Atom, arg2: *mut c_ulong) -> c_int;
[INFO] [stderr]      |                                                                                        ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1577:61
[INFO] [stderr]      |
[INFO] [stderr] 1577 |     pub fn XGetGCValues(arg0: *mut Display, arg1: GC, arg2: c_ulong, arg3: *mut XGCValues) -> c_int;
[INFO] [stderr]      |                                                             ^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1577:95
[INFO] [stderr]      |
[INFO] [stderr] 1577 |     pub fn XGetGCValues(arg0: *mut Display, arg1: GC, arg2: c_ulong, arg3: *mut XGCValues) -> c_int;
[INFO] [stderr]      |                                                                                               ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1579:91
[INFO] [stderr]      |
[INFO] [stderr] 1579 |     pub fn XGetGeometry(arg0: *mut Display, arg1: Drawable, arg2: *mut Window, arg3: *mut c_int, arg4: *mut c_int, arg5: *mut c_uint, arg6: *mut c_uint, arg7: *mut c_uint, arg8: *mut c_uint) -> c_int;
[INFO] [stderr]      |                                                                                           ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1579:109
[INFO] [stderr]      |
[INFO] [stderr] 1579 |     pub fn XGetGeometry(arg0: *mut Display, arg1: Drawable, arg2: *mut Window, arg3: *mut c_int, arg4: *mut c_int, arg5: *mut c_uint, arg6: *mut c_uint, arg7: *mut c_uint, arg8: *mut c_uint) -> c_int;
[INFO] [stderr]      |                                                                                                             ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1579:127
[INFO] [stderr]      |
[INFO] [stderr] 1579 |     pub fn XGetGeometry(arg0: *mut Display, arg1: Drawable, arg2: *mut Window, arg3: *mut c_int, arg4: *mut c_int, arg5: *mut c_uint, arg6: *mut c_uint, arg7: *mut c_uint, arg8: *mut c_uint) -> c_int;
[INFO] [stderr]      |                                                                                                                               ^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1579:146
[INFO] [stderr]      |
[INFO] [stderr] 1579 |     pub fn XGetGeometry(arg0: *mut Display, arg1: Drawable, arg2: *mut Window, arg3: *mut c_int, arg4: *mut c_int, arg5: *mut c_uint, arg6: *mut c_uint, arg7: *mut c_uint, arg8: *mut c_uint) -> c_int;
[INFO] [stderr]      |                                                                                                                                                  ^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1579:165
[INFO] [stderr]      |
[INFO] [stderr] 1579 |     pub fn XGetGeometry(arg0: *mut Display, arg1: Drawable, arg2: *mut Window, arg3: *mut c_int, arg4: *mut c_int, arg5: *mut c_uint, arg6: *mut c_uint, arg7: *mut c_uint, arg8: *mut c_uint) -> c_int;
[INFO] [stderr]      |                                                                                                                                                                     ^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1579:184
[INFO] [stderr]      |
[INFO] [stderr] 1579 |     pub fn XGetGeometry(arg0: *mut Display, arg1: Drawable, arg2: *mut Window, arg3: *mut c_int, arg4: *mut c_int, arg5: *mut c_uint, arg6: *mut c_uint, arg7: *mut c_uint, arg8: *mut c_uint) -> c_int;
[INFO] [stderr]      |                                                                                                                                                                                        ^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1579:195
[INFO] [stderr]      |
[INFO] [stderr] 1579 |     pub fn XGetGeometry(arg0: *mut Display, arg1: Drawable, arg2: *mut Window, arg3: *mut c_int, arg4: *mut c_int, arg5: *mut c_uint, arg6: *mut c_uint, arg7: *mut c_uint, arg8: *mut c_uint) -> c_int;
[INFO] [stderr]      |                                                                                                                                                                                                   ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1581:75
[INFO] [stderr]      |
[INFO] [stderr] 1581 |     pub fn XGetIconName(arg0: *mut Display, arg1: Window, arg2: *mut *mut c_char) -> c_int;
[INFO] [stderr]      |                                                                           ^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1581:86
[INFO] [stderr]      |
[INFO] [stderr] 1581 |     pub fn XGetIconName(arg0: *mut Display, arg1: Window, arg2: *mut *mut c_char) -> c_int;
[INFO] [stderr]      |                                                                                      ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1583:77
[INFO] [stderr]      |
[INFO] [stderr] 1583 |     pub fn XGetInputFocus(arg0: *mut Display, arg1: *mut Window, arg2: *mut c_int) -> c_int;
[INFO] [stderr]      |                                                                             ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1583:87
[INFO] [stderr]      |
[INFO] [stderr] 1583 |     pub fn XGetInputFocus(arg0: *mut Display, arg1: *mut Window, arg2: *mut c_int) -> c_int;
[INFO] [stderr]      |                                                                                       ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1585:82
[INFO] [stderr]      |
[INFO] [stderr] 1585 |     pub fn XGetKeyboardControl(arg0: *mut Display, arg1: *mut XKeyboardState) -> c_int;
[INFO] [stderr]      |                                                                                  ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1587:62
[INFO] [stderr]      |
[INFO] [stderr] 1587 |     pub fn XGetPointerControl(arg0: *mut Display, arg1: *mut c_int, arg2: *mut c_int, arg3: *mut c_int) -> c_int;
[INFO] [stderr]      |                                                              ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1587:80
[INFO] [stderr]      |
[INFO] [stderr] 1587 |     pub fn XGetPointerControl(arg0: *mut Display, arg1: *mut c_int, arg2: *mut c_int, arg3: *mut c_int) -> c_int;
[INFO] [stderr]      |                                                                                ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1587:98
[INFO] [stderr]      |
[INFO] [stderr] 1587 |     pub fn XGetPointerControl(arg0: *mut Display, arg1: *mut c_int, arg2: *mut c_int, arg3: *mut c_int) -> c_int;
[INFO] [stderr]      |                                                                                                  ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1587:108
[INFO] [stderr]      |
[INFO] [stderr] 1587 |     pub fn XGetPointerControl(arg0: *mut Display, arg1: *mut c_int, arg2: *mut c_int, arg3: *mut c_int) -> c_int;
[INFO] [stderr]      |                                                                                                            ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1589:62
[INFO] [stderr]      |
[INFO] [stderr] 1589 |     pub fn XGetPointerMapping(arg0: *mut Display, arg1: *mut c_uchar, arg2: c_int) -> c_int;
[INFO] [stderr]      |                                                              ^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1589:77
[INFO] [stderr]      |
[INFO] [stderr] 1589 |     pub fn XGetPointerMapping(arg0: *mut Display, arg1: *mut c_uchar, arg2: c_int) -> c_int;
[INFO] [stderr]      |                                                                             ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1589:87
[INFO] [stderr]      |
[INFO] [stderr] 1589 |     pub fn XGetPointerMapping(arg0: *mut Display, arg1: *mut c_uchar, arg2: c_int) -> c_int;
[INFO] [stderr]      |                                                                                       ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1591:59
[INFO] [stderr]      |
[INFO] [stderr] 1591 |     pub fn XGetScreenSaver(arg0: *mut Display, arg1: *mut c_int, arg2: *mut c_int, arg3: *mut c_int, arg4: *mut c_int) -> c_int;
[INFO] [stderr]      |                                                           ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1591:77
[INFO] [stderr]      |
[INFO] [stderr] 1591 |     pub fn XGetScreenSaver(arg0: *mut Display, arg1: *mut c_int, arg2: *mut c_int, arg3: *mut c_int, arg4: *mut c_int) -> c_int;
[INFO] [stderr]      |                                                                             ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1591:95
[INFO] [stderr]      |
[INFO] [stderr] 1591 |     pub fn XGetScreenSaver(arg0: *mut Display, arg1: *mut c_int, arg2: *mut c_int, arg3: *mut c_int, arg4: *mut c_int) -> c_int;
[INFO] [stderr]      |                                                                                               ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1591:113
[INFO] [stderr]      |
[INFO] [stderr] 1591 |     pub fn XGetScreenSaver(arg0: *mut Display, arg1: *mut c_int, arg2: *mut c_int, arg3: *mut c_int, arg4: *mut c_int) -> c_int;
[INFO] [stderr]      |                                                                                                                 ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1591:123
[INFO] [stderr]      |
[INFO] [stderr] 1591 |     pub fn XGetScreenSaver(arg0: *mut Display, arg1: *mut c_int, arg2: *mut c_int, arg3: *mut c_int, arg4: *mut c_int) -> c_int;
[INFO] [stderr]      |                                                                                                                           ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1593:89
[INFO] [stderr]      |
[INFO] [stderr] 1593 |     pub fn XGetTransientForHint(arg0: *mut Display, arg1: Window, arg2: *mut Window) -> c_int;
[INFO] [stderr]      |                                                                                         ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1595:83
[INFO] [stderr]      |
[INFO] [stderr] 1595 |     pub fn XGetWindowProperty(arg0: *mut Display, arg1: Window, arg2: Atom, arg3: c_long, arg4: c_long, arg5: c_int, arg6: Atom, arg7: *mut Atom, arg8: *mut c_int, arg9: *mut c_ulong, arg10: *mut c_ulong, arg11: *mut *mut c_uchar) -> c_int;
[INFO] [stderr]      |                                                                                   ^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1595:97
[INFO] [stderr]      |
[INFO] [stderr] 1595 |     pub fn XGetWindowProperty(arg0: *mut Display, arg1: Window, arg2: Atom, arg3: c_long, arg4: c_long, arg5: c_int, arg6: Atom, arg7: *mut Atom, arg8: *mut c_int, arg9: *mut c_ulong, arg10: *mut c_ulong, arg11: *mut *mut c_uchar) -> c_int;
[INFO] [stderr]      |                                                                                                 ^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1595:111
[INFO] [stderr]      |
[INFO] [stderr] 1595 |     pub fn XGetWindowProperty(arg0: *mut Display, arg1: Window, arg2: Atom, arg3: c_long, arg4: c_long, arg5: c_int, arg6: Atom, arg7: *mut Atom, arg8: *mut c_int, arg9: *mut c_ulong, arg10: *mut c_ulong, arg11: *mut *mut c_uchar) -> c_int;
[INFO] [stderr]      |                                                                                                               ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1595:158
[INFO] [stderr]      |
[INFO] [stderr] 1595 |     pub fn XGetWindowProperty(arg0: *mut Display, arg1: Window, arg2: Atom, arg3: c_long, arg4: c_long, arg5: c_int, arg6: Atom, arg7: *mut Atom, arg8: *mut c_int, arg9: *mut c_ulong, arg10: *mut c_ulong, arg11: *mut *mut c_uchar) -> c_int;
[INFO] [stderr]      |                                                                                                                                                              ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1595:176
[INFO] [stderr]      |
[INFO] [stderr] 1595 |     pub fn XGetWindowProperty(arg0: *mut Display, arg1: Window, arg2: Atom, arg3: c_long, arg4: c_long, arg5: c_int, arg6: Atom, arg7: *mut Atom, arg8: *mut c_int, arg9: *mut c_ulong, arg10: *mut c_ulong, arg11: *mut *mut c_uchar) -> c_int;
[INFO] [stderr]      |                                                                                                                                                                                ^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1595:197
[INFO] [stderr]      |
[INFO] [stderr] 1595 |     pub fn XGetWindowProperty(arg0: *mut Display, arg1: Window, arg2: Atom, arg3: c_long, arg4: c_long, arg5: c_int, arg6: Atom, arg7: *mut Atom, arg8: *mut c_int, arg9: *mut c_ulong, arg10: *mut c_ulong, arg11: *mut *mut c_uchar) -> c_int;
[INFO] [stderr]      |                                                                                                                                                                                                     ^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1595:223
[INFO] [stderr]      |
[INFO] [stderr] 1595 |     pub fn XGetWindowProperty(arg0: *mut Display, arg1: Window, arg2: Atom, arg3: c_long, arg4: c_long, arg5: c_int, arg6: Atom, arg7: *mut Atom, arg8: *mut c_int, arg9: *mut c_ulong, arg10: *mut c_ulong, arg11: *mut *mut c_uchar) -> c_int;
[INFO] [stderr]      |                                                                                                                                                                                                                               ^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1595:235
[INFO] [stderr]      |
[INFO] [stderr] 1595 |     pub fn XGetWindowProperty(arg0: *mut Display, arg1: Window, arg2: Atom, arg3: c_long, arg4: c_long, arg5: c_int, arg6: Atom, arg7: *mut Atom, arg8: *mut c_int, arg9: *mut c_ulong, arg10: *mut c_ulong, arg11: *mut *mut c_uchar) -> c_int;
[INFO] [stderr]      |                                                                                                                                                                                                                                           ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1597:100
[INFO] [stderr]      |
[INFO] [stderr] 1597 |     pub fn XGetWindowAttributes(arg0: *mut Display, arg1: Window, arg2: *mut XWindowAttributes) -> c_int;
[INFO] [stderr]      |                                                                                                    ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1599:50
[INFO] [stderr]      |
[INFO] [stderr] 1599 |     pub fn XGrabButton(arg0: *mut Display, arg1: c_uint, arg2: c_uint, arg3: Window, arg4: c_int, arg5: c_uint, arg6: c_int, arg7: c_int, arg8: Window, arg9: Cursor) -> c_int;
[INFO] [stderr]      |                                                  ^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1599:64
[INFO] [stderr]      |
[INFO] [stderr] 1599 |     pub fn XGrabButton(arg0: *mut Display, arg1: c_uint, arg2: c_uint, arg3: Window, arg4: c_int, arg5: c_uint, arg6: c_int, arg7: c_int, arg8: Window, arg9: Cursor) -> c_int;
[INFO] [stderr]      |                                                                ^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1599:92
[INFO] [stderr]      |
[INFO] [stderr] 1599 |     pub fn XGrabButton(arg0: *mut Display, arg1: c_uint, arg2: c_uint, arg3: Window, arg4: c_int, arg5: c_uint, arg6: c_int, arg7: c_int, arg8: Window, arg9: Cursor) -> c_int;
[INFO] [stderr]      |                                                                                            ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1599:105
[INFO] [stderr]      |
[INFO] [stderr] 1599 |     pub fn XGrabButton(arg0: *mut Display, arg1: c_uint, arg2: c_uint, arg3: Window, arg4: c_int, arg5: c_uint, arg6: c_int, arg7: c_int, arg8: Window, arg9: Cursor) -> c_int;
[INFO] [stderr]      |                                                                                                         ^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1599:119
[INFO] [stderr]      |
[INFO] [stderr] 1599 |     pub fn XGrabButton(arg0: *mut Display, arg1: c_uint, arg2: c_uint, arg3: Window, arg4: c_int, arg5: c_uint, arg6: c_int, arg7: c_int, arg8: Window, arg9: Cursor) -> c_int;
[INFO] [stderr]      |                                                                                                                       ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1599:132
[INFO] [stderr]      |
[INFO] [stderr] 1599 |     pub fn XGrabButton(arg0: *mut Display, arg1: c_uint, arg2: c_uint, arg3: Window, arg4: c_int, arg5: c_uint, arg6: c_int, arg7: c_int, arg8: Window, arg9: Cursor) -> c_int;
[INFO] [stderr]      |                                                                                                                                    ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1599:170
[INFO] [stderr]      |
[INFO] [stderr] 1599 |     pub fn XGrabButton(arg0: *mut Display, arg1: c_uint, arg2: c_uint, arg3: Window, arg4: c_int, arg5: c_uint, arg6: c_int, arg7: c_int, arg8: Window, arg9: Cursor) -> c_int;
[INFO] [stderr]      |                                                                                                                                                                          ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1601:47
[INFO] [stderr]      |
[INFO] [stderr] 1601 |     pub fn XGrabKey(arg0: *mut Display, arg1: c_int, arg2: c_uint, arg3: Window, arg4: c_int, arg5: c_int, arg6: c_int) -> c_int;
[INFO] [stderr]      |                                               ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1601:60
[INFO] [stderr]      |
[INFO] [stderr] 1601 |     pub fn XGrabKey(arg0: *mut Display, arg1: c_int, arg2: c_uint, arg3: Window, arg4: c_int, arg5: c_int, arg6: c_int) -> c_int;
[INFO] [stderr]      |                                                            ^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1601:88
[INFO] [stderr]      |
[INFO] [stderr] 1601 |     pub fn XGrabKey(arg0: *mut Display, arg1: c_int, arg2: c_uint, arg3: Window, arg4: c_int, arg5: c_int, arg6: c_int) -> c_int;
[INFO] [stderr]      |                                                                                        ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1601:101
[INFO] [stderr]      |
[INFO] [stderr] 1601 |     pub fn XGrabKey(arg0: *mut Display, arg1: c_int, arg2: c_uint, arg3: Window, arg4: c_int, arg5: c_int, arg6: c_int) -> c_int;
[INFO] [stderr]      |                                                                                                     ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1601:114
[INFO] [stderr]      |
[INFO] [stderr] 1601 |     pub fn XGrabKey(arg0: *mut Display, arg1: c_int, arg2: c_uint, arg3: Window, arg4: c_int, arg5: c_int, arg6: c_int) -> c_int;
[INFO] [stderr]      |                                                                                                                  ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1601:124
[INFO] [stderr]      |
[INFO] [stderr] 1601 |     pub fn XGrabKey(arg0: *mut Display, arg1: c_int, arg2: c_uint, arg3: Window, arg4: c_int, arg5: c_int, arg6: c_int) -> c_int;
[INFO] [stderr]      |                                                                                                                            ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1603:66
[INFO] [stderr]      |
[INFO] [stderr] 1603 |     pub fn XGrabKeyboard(arg0: *mut Display, arg1: Window, arg2: c_int, arg3: c_int, arg4: c_int, arg5: Time) -> c_int;
[INFO] [stderr]      |                                                                  ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1603:79
[INFO] [stderr]      |
[INFO] [stderr] 1603 |     pub fn XGrabKeyboard(arg0: *mut Display, arg1: Window, arg2: c_int, arg3: c_int, arg4: c_int, arg5: Time) -> c_int;
[INFO] [stderr]      |                                                                               ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1603:92
[INFO] [stderr]      |
[INFO] [stderr] 1603 |     pub fn XGrabKeyboard(arg0: *mut Display, arg1: Window, arg2: c_int, arg3: c_int, arg4: c_int, arg5: Time) -> c_int;
[INFO] [stderr]      |                                                                                            ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1603:114
[INFO] [stderr]      |
[INFO] [stderr] 1603 |     pub fn XGrabKeyboard(arg0: *mut Display, arg1: Window, arg2: c_int, arg3: c_int, arg4: c_int, arg5: Time) -> c_int;
[INFO] [stderr]      |                                                                                                                  ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1605:65
[INFO] [stderr]      |
[INFO] [stderr] 1605 |     pub fn XGrabPointer(arg0: *mut Display, arg1: Window, arg2: c_int, arg3: c_uint, arg4: c_int, arg5: c_int, arg6: Window, arg7: Cursor, arg8: Time) -> c_int;
[INFO] [stderr]      |                                                                 ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1605:78
[INFO] [stderr]      |
[INFO] [stderr] 1605 |     pub fn XGrabPointer(arg0: *mut Display, arg1: Window, arg2: c_int, arg3: c_uint, arg4: c_int, arg5: c_int, arg6: Window, arg7: Cursor, arg8: Time) -> c_int;
[INFO] [stderr]      |                                                                              ^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1605:92
[INFO] [stderr]      |
[INFO] [stderr] 1605 |     pub fn XGrabPointer(arg0: *mut Display, arg1: Window, arg2: c_int, arg3: c_uint, arg4: c_int, arg5: c_int, arg6: Window, arg7: Cursor, arg8: Time) -> c_int;
[INFO] [stderr]      |                                                                                            ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1605:105
[INFO] [stderr]      |
[INFO] [stderr] 1605 |     pub fn XGrabPointer(arg0: *mut Display, arg1: Window, arg2: c_int, arg3: c_uint, arg4: c_int, arg5: c_int, arg6: Window, arg7: Cursor, arg8: Time) -> c_int;
[INFO] [stderr]      |                                                                                                         ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1605:155
[INFO] [stderr]      |
[INFO] [stderr] 1605 |     pub fn XGrabPointer(arg0: *mut Display, arg1: Window, arg2: c_int, arg3: c_uint, arg4: c_int, arg5: c_int, arg6: Window, arg7: Cursor, arg8: Time) -> c_int;
[INFO] [stderr]      |                                                                                                                                                           ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1607:47
[INFO] [stderr]      |
[INFO] [stderr] 1607 |     pub fn XGrabServer(arg0: *mut Display) -> c_int;
[INFO] [stderr]      |                                               ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1609:52
[INFO] [stderr]      |
[INFO] [stderr] 1609 |     pub fn XHeightMMOfScreen(arg0: *mut Screen) -> c_int;
[INFO] [stderr]      |                                                    ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1611:50
[INFO] [stderr]      |
[INFO] [stderr] 1611 |     pub fn XHeightOfScreen(arg0: *mut Screen) -> c_int;
[INFO] [stderr]      |                                                  ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1613:94
[INFO] [stderr]      |
[INFO] [stderr] 1613 |     pub fn XIfEvent(arg0: *mut Display, arg1: *mut XEvent, arg2: *mut u8, arg3: XPointer) -> c_int;
[INFO] [stderr]      |                                                                                              ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1615:51
[INFO] [stderr]      |
[INFO] [stderr] 1615 |     pub fn XImageByteOrder(arg0: *mut Display) -> c_int;
[INFO] [stderr]      |                                                   ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1617:68
[INFO] [stderr]      |
[INFO] [stderr] 1617 |     pub fn XInstallColormap(arg0: *mut Display, arg1: Colormap) -> c_int;
[INFO] [stderr]      |                                                                    ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1621:58
[INFO] [stderr]      |
[INFO] [stderr] 1621 |     pub fn XKillClient(arg0: *mut Display, arg1: XID) -> c_int;
[INFO] [stderr]      |                                                          ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1623:72
[INFO] [stderr]      |
[INFO] [stderr] 1623 |     pub fn XLookupColor(arg0: *mut Display, arg1: Colormap, arg2: *mut c_char, arg3: *mut XColor, arg4: *mut XColor) -> c_int;
[INFO] [stderr]      |                                                                        ^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1623:121
[INFO] [stderr]      |
[INFO] [stderr] 1623 |     pub fn XLookupColor(arg0: *mut Display, arg1: Colormap, arg2: *mut c_char, arg3: *mut XColor, arg4: *mut XColor) -> c_int;
[INFO] [stderr]      |                                                                                                                         ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1625:62
[INFO] [stderr]      |
[INFO] [stderr] 1625 |     pub fn XLowerWindow(arg0: *mut Display, arg1: Window) -> c_int;
[INFO] [stderr]      |                                                              ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1627:60
[INFO] [stderr]      |
[INFO] [stderr] 1627 |     pub fn XMapRaised(arg0: *mut Display, arg1: Window) -> c_int;
[INFO] [stderr]      |                                                            ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1629:64
[INFO] [stderr]      |
[INFO] [stderr] 1629 |     pub fn XMapSubwindows(arg0: *mut Display, arg1: Window) -> c_int;
[INFO] [stderr]      |                                                                ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1631:60
[INFO] [stderr]      |
[INFO] [stderr] 1631 |     pub fn XMapWindow(arg0: *mut Display, arg1: Window) -> c_int;
[INFO] [stderr]      |                                                            ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1633:49
[INFO] [stderr]      |
[INFO] [stderr] 1633 |     pub fn XMaskEvent(arg0: *mut Display, arg1: c_long, arg2: *mut XEvent) -> c_int;
[INFO] [stderr]      |                                                 ^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1633:79
[INFO] [stderr]      |
[INFO] [stderr] 1633 |     pub fn XMaskEvent(arg0: *mut Display, arg1: c_long, arg2: *mut XEvent) -> c_int;
[INFO] [stderr]      |                                                                               ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1635:52
[INFO] [stderr]      |
[INFO] [stderr] 1635 |     pub fn XMaxCmapsOfScreen(arg0: *mut Screen) -> c_int;
[INFO] [stderr]      |                                                    ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1637:52
[INFO] [stderr]      |
[INFO] [stderr] 1637 |     pub fn XMinCmapsOfScreen(arg0: *mut Screen) -> c_int;
[INFO] [stderr]      |                                                    ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1639:70
[INFO] [stderr]      |
[INFO] [stderr] 1639 |     pub fn XMoveResizeWindow(arg0: *mut Display, arg1: Window, arg2: c_int, arg3: c_int, arg4: c_uint, arg5: c_uint) -> c_int;
[INFO] [stderr]      |                                                                      ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1639:83
[INFO] [stderr]      |
[INFO] [stderr] 1639 |     pub fn XMoveResizeWindow(arg0: *mut Display, arg1: Window, arg2: c_int, arg3: c_int, arg4: c_uint, arg5: c_uint) -> c_int;
[INFO] [stderr]      |                                                                                   ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1639:96
[INFO] [stderr]      |
[INFO] [stderr] 1639 |     pub fn XMoveResizeWindow(arg0: *mut Display, arg1: Window, arg2: c_int, arg3: c_int, arg4: c_uint, arg5: c_uint) -> c_int;
[INFO] [stderr]      |                                                                                                ^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1639:110
[INFO] [stderr]      |
[INFO] [stderr] 1639 |     pub fn XMoveResizeWindow(arg0: *mut Display, arg1: Window, arg2: c_int, arg3: c_int, arg4: c_uint, arg5: c_uint) -> c_int;
[INFO] [stderr]      |                                                                                                              ^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1639:121
[INFO] [stderr]      |
[INFO] [stderr] 1639 |     pub fn XMoveResizeWindow(arg0: *mut Display, arg1: Window, arg2: c_int, arg3: c_int, arg4: c_uint, arg5: c_uint) -> c_int;
[INFO] [stderr]      |                                                                                                                         ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1641:64
[INFO] [stderr]      |
[INFO] [stderr] 1641 |     pub fn XMoveWindow(arg0: *mut Display, arg1: Window, arg2: c_int, arg3: c_int) -> c_int;
[INFO] [stderr]      |                                                                ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1641:77
[INFO] [stderr]      |
[INFO] [stderr] 1641 |     pub fn XMoveWindow(arg0: *mut Display, arg1: Window, arg2: c_int, arg3: c_int) -> c_int;
[INFO] [stderr]      |                                                                             ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1641:87
[INFO] [stderr]      |
[INFO] [stderr] 1641 |     pub fn XMoveWindow(arg0: *mut Display, arg1: Window, arg2: c_int, arg3: c_int) -> c_int;
[INFO] [stderr]      |                                                                                       ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1643:65
[INFO] [stderr]      |
[INFO] [stderr] 1643 |     pub fn XNextEvent(arg0: *mut Display, arg1: *mut XEvent) -> c_int;
[INFO] [stderr]      |                                                                 ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1645:41
[INFO] [stderr]      |
[INFO] [stderr] 1645 |     pub fn XNoOp(arg0: *mut Display) -> c_int;
[INFO] [stderr]      |                                         ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1647:71
[INFO] [stderr]      |
[INFO] [stderr] 1647 |     pub fn XParseColor(arg0: *mut Display, arg1: Colormap, arg2: *mut c_char, arg3: *mut XColor) -> c_int;
[INFO] [stderr]      |                                                                       ^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1647:101
[INFO] [stderr]      |
[INFO] [stderr] 1647 |     pub fn XParseColor(arg0: *mut Display, arg1: Colormap, arg2: *mut c_char, arg3: *mut XColor) -> c_int;
[INFO] [stderr]      |                                                                                                     ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1649:38
[INFO] [stderr]      |
[INFO] [stderr] 1649 |     pub fn XParseGeometry(arg0: *mut c_char, arg1: *mut c_int, arg2: *mut c_int, arg3: *mut c_uint, arg4: *mut c_uint) -> c_int;
[INFO] [stderr]      |                                      ^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1649:57
[INFO] [stderr]      |
[INFO] [stderr] 1649 |     pub fn XParseGeometry(arg0: *mut c_char, arg1: *mut c_int, arg2: *mut c_int, arg3: *mut c_uint, arg4: *mut c_uint) -> c_int;
[INFO] [stderr]      |                                                         ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1649:75
[INFO] [stderr]      |
[INFO] [stderr] 1649 |     pub fn XParseGeometry(arg0: *mut c_char, arg1: *mut c_int, arg2: *mut c_int, arg3: *mut c_uint, arg4: *mut c_uint) -> c_int;
[INFO] [stderr]      |                                                                           ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1649:93
[INFO] [stderr]      |
[INFO] [stderr] 1649 |     pub fn XParseGeometry(arg0: *mut c_char, arg1: *mut c_int, arg2: *mut c_int, arg3: *mut c_uint, arg4: *mut c_uint) -> c_int;
[INFO] [stderr]      |                                                                                             ^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1649:112
[INFO] [stderr]      |
[INFO] [stderr] 1649 |     pub fn XParseGeometry(arg0: *mut c_char, arg1: *mut c_int, arg2: *mut c_int, arg3: *mut c_uint, arg4: *mut c_uint) -> c_int;
[INFO] [stderr]      |                                                                                                                ^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1649:123
[INFO] [stderr]      |
[INFO] [stderr] 1649 |     pub fn XParseGeometry(arg0: *mut c_char, arg1: *mut c_int, arg2: *mut c_int, arg3: *mut c_uint, arg4: *mut c_uint) -> c_int;
[INFO] [stderr]      |                                                                                                                           ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr]     Checking xinerama v0.0.1 (https://github.com/Kintaro/rust-xinerama.git#3d0e3cbf)
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1651:65
[INFO] [stderr]      |
[INFO] [stderr] 1651 |     pub fn XPeekEvent(arg0: *mut Display, arg1: *mut XEvent) -> c_int;
[INFO] [stderr]      |                                                                 ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1653:98
[INFO] [stderr]      |
[INFO] [stderr] 1653 |     pub fn XPeekIfEvent(arg0: *mut Display, arg1: *mut XEvent, arg2: *mut u8, arg3: XPointer) -> c_int;
[INFO] [stderr]      |                                                                                                  ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1655:44
[INFO] [stderr]      |
[INFO] [stderr] 1655 |     pub fn XPending(arg0: *mut Display) -> c_int;
[INFO] [stderr]      |                                            ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1657:50
[INFO] [stderr]      |
[INFO] [stderr] 1657 |     pub fn XPlanesOfScreen(arg0: *mut Screen) -> c_int;
[INFO] [stderr]      |                                                  ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1659:53
[INFO] [stderr]      |
[INFO] [stderr] 1659 |     pub fn XProtocolRevision(arg0: *mut Display) -> c_int;
[INFO] [stderr]      |                                                     ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1661:52
[INFO] [stderr]      |
[INFO] [stderr] 1661 |     pub fn XProtocolVersion(arg0: *mut Display) -> c_int;
[INFO] [stderr]      |                                                    ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1663:68
[INFO] [stderr]      |
[INFO] [stderr] 1663 |     pub fn XPutBackEvent(arg0: *mut Display, arg1: *mut XEvent) -> c_int;
[INFO] [stderr]      |                                                                    ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1665:93
[INFO] [stderr]      |
[INFO] [stderr] 1665 |     pub fn XPutImage(arg0: *mut Display, arg1: Drawable, arg2: GC, arg3: *mut XImage, arg4: c_int, arg5: c_int, arg6: c_int, arg7: c_int, arg8: c_uint, arg9: c_uint) -> c_int;
[INFO] [stderr]      |                                                                                             ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1665:106
[INFO] [stderr]      |
[INFO] [stderr] 1665 |     pub fn XPutImage(arg0: *mut Display, arg1: Drawable, arg2: GC, arg3: *mut XImage, arg4: c_int, arg5: c_int, arg6: c_int, arg7: c_int, arg8: c_uint, arg9: c_uint) -> c_int;
[INFO] [stderr]      |                                                                                                          ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1665:119
[INFO] [stderr]      |
[INFO] [stderr] 1665 |     pub fn XPutImage(arg0: *mut Display, arg1: Drawable, arg2: GC, arg3: *mut XImage, arg4: c_int, arg5: c_int, arg6: c_int, arg7: c_int, arg8: c_uint, arg9: c_uint) -> c_int;
[INFO] [stderr]      |                                                                                                                       ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1665:132
[INFO] [stderr]      |
[INFO] [stderr] 1665 |     pub fn XPutImage(arg0: *mut Display, arg1: Drawable, arg2: GC, arg3: *mut XImage, arg4: c_int, arg5: c_int, arg6: c_int, arg7: c_int, arg8: c_uint, arg9: c_uint) -> c_int;
[INFO] [stderr]      |                                                                                                                                    ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1665:145
[INFO] [stderr]      |
[INFO] [stderr] 1665 |     pub fn XPutImage(arg0: *mut Display, arg1: Drawable, arg2: GC, arg3: *mut XImage, arg4: c_int, arg5: c_int, arg6: c_int, arg7: c_int, arg8: c_uint, arg9: c_uint) -> c_int;
[INFO] [stderr]      |                                                                                                                                                 ^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1665:159
[INFO] [stderr]      |
[INFO] [stderr] 1665 |     pub fn XPutImage(arg0: *mut Display, arg1: Drawable, arg2: GC, arg3: *mut XImage, arg4: c_int, arg5: c_int, arg6: c_int, arg7: c_int, arg8: c_uint, arg9: c_uint) -> c_int;
[INFO] [stderr]      |                                                                                                                                                               ^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1665:170
[INFO] [stderr]      |
[INFO] [stderr] 1665 |     pub fn XPutImage(arg0: *mut Display, arg1: Drawable, arg2: GC, arg3: *mut XImage, arg4: c_int, arg5: c_int, arg6: c_int, arg7: c_int, arg8: c_uint, arg9: c_uint) -> c_int;
[INFO] [stderr]      |                                                                                                                                                                          ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1667:44
[INFO] [stderr]      |
[INFO] [stderr] 1667 |     pub fn XQLength(arg0: *mut Display) -> c_int;
[INFO] [stderr]      |                                            ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1669:71
[INFO] [stderr]      |
[INFO] [stderr] 1669 |     pub fn XQueryBestCursor(arg0: *mut Display, arg1: Drawable, arg2: c_uint, arg3: c_uint, arg4: *mut c_uint, arg5: *mut c_uint) -> c_int;
[INFO] [stderr]      |                                                                       ^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1669:85
[INFO] [stderr]      |
[INFO] [stderr] 1669 |     pub fn XQueryBestCursor(arg0: *mut Display, arg1: Drawable, arg2: c_uint, arg3: c_uint, arg4: *mut c_uint, arg5: *mut c_uint) -> c_int;
[INFO] [stderr]      |                                                                                     ^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1669:104
[INFO] [stderr]      |
[INFO] [stderr] 1669 |     pub fn XQueryBestCursor(arg0: *mut Display, arg1: Drawable, arg2: c_uint, arg3: c_uint, arg4: *mut c_uint, arg5: *mut c_uint) -> c_int;
[INFO] [stderr]      |                                                                                                        ^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1669:123
[INFO] [stderr]      |
[INFO] [stderr] 1669 |     pub fn XQueryBestCursor(arg0: *mut Display, arg1: Drawable, arg2: c_uint, arg3: c_uint, arg4: *mut c_uint, arg5: *mut c_uint) -> c_int;
[INFO] [stderr]      |                                                                                                                           ^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1669:134
[INFO] [stderr]      |
[INFO] [stderr] 1669 |     pub fn XQueryBestCursor(arg0: *mut Display, arg1: Drawable, arg2: c_uint, arg3: c_uint, arg4: *mut c_uint, arg5: *mut c_uint) -> c_int;
[INFO] [stderr]      |                                                                                                                                      ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1671:53
[INFO] [stderr]      |
[INFO] [stderr] 1671 |     pub fn XQueryBestSize(arg0: *mut Display, arg1: c_int, arg2: Drawable, arg3: c_uint, arg4: c_uint, arg5: *mut c_uint, arg6: *mut c_uint) -> c_int;
[INFO] [stderr]      |                                                     ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1671:82
[INFO] [stderr]      |
[INFO] [stderr] 1671 |     pub fn XQueryBestSize(arg0: *mut Display, arg1: c_int, arg2: Drawable, arg3: c_uint, arg4: c_uint, arg5: *mut c_uint, arg6: *mut c_uint) -> c_int;
[INFO] [stderr]      |                                                                                  ^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1671:96
[INFO] [stderr]      |
[INFO] [stderr] 1671 |     pub fn XQueryBestSize(arg0: *mut Display, arg1: c_int, arg2: Drawable, arg3: c_uint, arg4: c_uint, arg5: *mut c_uint, arg6: *mut c_uint) -> c_int;
[INFO] [stderr]      |                                                                                                ^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1671:115
[INFO] [stderr]      |
[INFO] [stderr] 1671 |     pub fn XQueryBestSize(arg0: *mut Display, arg1: c_int, arg2: Drawable, arg3: c_uint, arg4: c_uint, arg5: *mut c_uint, arg6: *mut c_uint) -> c_int;
[INFO] [stderr]      |                                                                                                                   ^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1671:134
[INFO] [stderr]      |
[INFO] [stderr] 1671 |     pub fn XQueryBestSize(arg0: *mut Display, arg1: c_int, arg2: Drawable, arg3: c_uint, arg4: c_uint, arg5: *mut c_uint, arg6: *mut c_uint) -> c_int;
[INFO] [stderr]      |                                                                                                                                      ^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1671:145
[INFO] [stderr]      |
[INFO] [stderr] 1671 |     pub fn XQueryBestSize(arg0: *mut Display, arg1: c_int, arg2: Drawable, arg3: c_uint, arg4: c_uint, arg5: *mut c_uint, arg6: *mut c_uint) -> c_int;
[INFO] [stderr]      |                                                                                                                                                 ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1673:72
[INFO] [stderr]      |
[INFO] [stderr] 1673 |     pub fn XQueryBestStipple(arg0: *mut Display, arg1: Drawable, arg2: c_uint, arg3: c_uint, arg4: *mut c_uint, arg5: *mut c_uint) -> c_int;
[INFO] [stderr]      |                                                                        ^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1673:86
[INFO] [stderr]      |
[INFO] [stderr] 1673 |     pub fn XQueryBestStipple(arg0: *mut Display, arg1: Drawable, arg2: c_uint, arg3: c_uint, arg4: *mut c_uint, arg5: *mut c_uint) -> c_int;
[INFO] [stderr]      |                                                                                      ^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1673:105
[INFO] [stderr]      |
[INFO] [stderr] 1673 |     pub fn XQueryBestStipple(arg0: *mut Display, arg1: Drawable, arg2: c_uint, arg3: c_uint, arg4: *mut c_uint, arg5: *mut c_uint) -> c_int;
[INFO] [stderr]      |                                                                                                         ^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1673:124
[INFO] [stderr]      |
[INFO] [stderr] 1673 |     pub fn XQueryBestStipple(arg0: *mut Display, arg1: Drawable, arg2: c_uint, arg3: c_uint, arg4: *mut c_uint, arg5: *mut c_uint) -> c_int;
[INFO] [stderr]      |                                                                                                                            ^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1673:135
[INFO] [stderr]      |
[INFO] [stderr] 1673 |     pub fn XQueryBestStipple(arg0: *mut Display, arg1: Drawable, arg2: c_uint, arg3: c_uint, arg4: *mut c_uint, arg5: *mut c_uint) -> c_int;
[INFO] [stderr]      |                                                                                                                                       ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1675:69
[INFO] [stderr]      |
[INFO] [stderr] 1675 |     pub fn XQueryBestTile(arg0: *mut Display, arg1: Drawable, arg2: c_uint, arg3: c_uint, arg4: *mut c_uint, arg5: *mut c_uint) -> c_int;
[INFO] [stderr]      |                                                                     ^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1675:83
[INFO] [stderr]      |
[INFO] [stderr] 1675 |     pub fn XQueryBestTile(arg0: *mut Display, arg1: Drawable, arg2: c_uint, arg3: c_uint, arg4: *mut c_uint, arg5: *mut c_uint) -> c_int;
[INFO] [stderr]      |                                                                                   ^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1675:102
[INFO] [stderr]      |
[INFO] [stderr] 1675 |     pub fn XQueryBestTile(arg0: *mut Display, arg1: Drawable, arg2: c_uint, arg3: c_uint, arg4: *mut c_uint, arg5: *mut c_uint) -> c_int;
[INFO] [stderr]      |                                                                                                      ^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1675:121
[INFO] [stderr]      |
[INFO] [stderr] 1675 |     pub fn XQueryBestTile(arg0: *mut Display, arg1: Drawable, arg2: c_uint, arg3: c_uint, arg4: *mut c_uint, arg5: *mut c_uint) -> c_int;
[INFO] [stderr]      |                                                                                                                         ^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1675:132
[INFO] [stderr]      |
[INFO] [stderr] 1675 |     pub fn XQueryBestTile(arg0: *mut Display, arg1: Drawable, arg2: c_uint, arg3: c_uint, arg4: *mut c_uint, arg5: *mut c_uint) -> c_int;
[INFO] [stderr]      |                                                                                                                                    ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1677:82
[INFO] [stderr]      |
[INFO] [stderr] 1677 |     pub fn XQueryColor(arg0: *mut Display, arg1: Colormap, arg2: *mut XColor) -> c_int;
[INFO] [stderr]      |                                                                                  ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1679:86
[INFO] [stderr]      |
[INFO] [stderr] 1679 |     pub fn XQueryColors(arg0: *mut Display, arg1: Colormap, arg2: *mut XColor, arg3: c_int) -> c_int;
[INFO] [stderr]      |                                                                                      ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1679:96
[INFO] [stderr]      |
[INFO] [stderr] 1679 |     pub fn XQueryColors(arg0: *mut Display, arg1: Colormap, arg2: *mut XColor, arg3: c_int) -> c_int;
[INFO] [stderr]      |                                                                                                ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1681:59
[INFO] [stderr]      |
[INFO] [stderr] 1681 |     pub fn XQueryExtension(arg0: *mut Display, arg1: *mut c_char, arg2: *mut c_int, arg3: *mut c_int, arg4: *mut c_int) -> c_int;
[INFO] [stderr]      |                                                           ^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1681:78
[INFO] [stderr]      |
[INFO] [stderr] 1681 |     pub fn XQueryExtension(arg0: *mut Display, arg1: *mut c_char, arg2: *mut c_int, arg3: *mut c_int, arg4: *mut c_int) -> c_int;
[INFO] [stderr]      |                                                                              ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1681:96
[INFO] [stderr]      |
[INFO] [stderr] 1681 |     pub fn XQueryExtension(arg0: *mut Display, arg1: *mut c_char, arg2: *mut c_int, arg3: *mut c_int, arg4: *mut c_int) -> c_int;
[INFO] [stderr]      |                                                                                                ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1681:114
[INFO] [stderr]      |
[INFO] [stderr] 1681 |     pub fn XQueryExtension(arg0: *mut Display, arg1: *mut c_char, arg2: *mut c_int, arg3: *mut c_int, arg4: *mut c_int) -> c_int;
[INFO] [stderr]      |                                                                                                                  ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1681:124
[INFO] [stderr]      |
[INFO] [stderr] 1681 |     pub fn XQueryExtension(arg0: *mut Display, arg1: *mut c_char, arg2: *mut c_int, arg3: *mut c_int, arg4: *mut c_int) -> c_int;
[INFO] [stderr]      |                                                                                                                            ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1683:56
[INFO] [stderr]      |
[INFO] [stderr] 1683 |     pub fn XQueryKeymap(arg0: *mut Display, arg1: *mut c_char) -> c_int;
[INFO] [stderr]      |                                                        ^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1683:67
[INFO] [stderr]      |
[INFO] [stderr] 1683 |     pub fn XQueryKeymap(arg0: *mut Display, arg1: *mut c_char) -> c_int;
[INFO] [stderr]      |                                                                   ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1685:109
[INFO] [stderr]      |
[INFO] [stderr] 1685 |     pub fn XQueryPointer(arg0: *mut Display, arg1: Window, arg2: *mut Window, arg3: *mut Window, arg4: *mut c_int, arg5: *mut c_int, arg6: *mut c_int, arg7: *mut c_int, arg8: *mut c_uint) -> c_int;
[INFO] [stderr]      |                                                                                                             ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1685:127
[INFO] [stderr]      |
[INFO] [stderr] 1685 |     pub fn XQueryPointer(arg0: *mut Display, arg1: Window, arg2: *mut Window, arg3: *mut Window, arg4: *mut c_int, arg5: *mut c_int, arg6: *mut c_int, arg7: *mut c_int, arg8: *mut c_uint) -> c_int;
[INFO] [stderr]      |                                                                                                                               ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1685:145
[INFO] [stderr]      |
[INFO] [stderr] 1685 |     pub fn XQueryPointer(arg0: *mut Display, arg1: Window, arg2: *mut Window, arg3: *mut Window, arg4: *mut c_int, arg5: *mut c_int, arg6: *mut c_int, arg7: *mut c_int, arg8: *mut c_uint) -> c_int;
[INFO] [stderr]      |                                                                                                                                                 ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1685:163
[INFO] [stderr]      |
[INFO] [stderr] 1685 |     pub fn XQueryPointer(arg0: *mut Display, arg1: Window, arg2: *mut Window, arg3: *mut Window, arg4: *mut c_int, arg5: *mut c_int, arg6: *mut c_int, arg7: *mut c_int, arg8: *mut c_uint) -> c_int;
[INFO] [stderr]      |                                                                                                                                                                   ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1685:181
[INFO] [stderr]      |
[INFO] [stderr] 1685 |     pub fn XQueryPointer(arg0: *mut Display, arg1: Window, arg2: *mut Window, arg3: *mut Window, arg4: *mut c_int, arg5: *mut c_int, arg6: *mut c_int, arg7: *mut c_int, arg8: *mut c_uint) -> c_int;
[INFO] [stderr]      |                                                                                                                                                                                     ^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1685:192
[INFO] [stderr]      |
[INFO] [stderr] 1685 |     pub fn XQueryPointer(arg0: *mut Display, arg1: Window, arg2: *mut Window, arg3: *mut Window, arg4: *mut c_int, arg5: *mut c_int, arg6: *mut c_int, arg7: *mut c_int, arg8: *mut c_uint) -> c_int;
[INFO] [stderr]      |                                                                                                                                                                                                ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1687:72
[INFO] [stderr]      |
[INFO] [stderr] 1687 |     pub fn XQueryTextExtents(arg0: *mut Display, arg1: XID, arg2: *mut c_char, arg3: c_int, arg4: *mut c_int, arg5: *mut c_int, arg6: *mut c_int, arg7: *mut XCharStruct) -> c_int;
[INFO] [stderr]      |                                                                        ^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1687:86
[INFO] [stderr]      |
[INFO] [stderr] 1687 |     pub fn XQueryTextExtents(arg0: *mut Display, arg1: XID, arg2: *mut c_char, arg3: c_int, arg4: *mut c_int, arg5: *mut c_int, arg6: *mut c_int, arg7: *mut XCharStruct) -> c_int;
[INFO] [stderr]      |                                                                                      ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1687:104
[INFO] [stderr]      |
[INFO] [stderr] 1687 |     pub fn XQueryTextExtents(arg0: *mut Display, arg1: XID, arg2: *mut c_char, arg3: c_int, arg4: *mut c_int, arg5: *mut c_int, arg6: *mut c_int, arg7: *mut XCharStruct) -> c_int;
[INFO] [stderr]      |                                                                                                        ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1687:122
[INFO] [stderr]      |
[INFO] [stderr] 1687 |     pub fn XQueryTextExtents(arg0: *mut Display, arg1: XID, arg2: *mut c_char, arg3: c_int, arg4: *mut c_int, arg5: *mut c_int, arg6: *mut c_int, arg7: *mut XCharStruct) -> c_int;
[INFO] [stderr]      |                                                                                                                          ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1687:140
[INFO] [stderr]      |
[INFO] [stderr] 1687 |     pub fn XQueryTextExtents(arg0: *mut Display, arg1: XID, arg2: *mut c_char, arg3: c_int, arg4: *mut c_int, arg5: *mut c_int, arg6: *mut c_int, arg7: *mut XCharStruct) -> c_int;
[INFO] [stderr]      |                                                                                                                                            ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1687:174
[INFO] [stderr]      |
[INFO] [stderr] 1687 |     pub fn XQueryTextExtents(arg0: *mut Display, arg1: XID, arg2: *mut c_char, arg3: c_int, arg4: *mut c_int, arg5: *mut c_int, arg6: *mut c_int, arg7: *mut XCharStruct) -> c_int;
[INFO] [stderr]      |                                                                                                                                                                              ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1689:89
[INFO] [stderr]      |
[INFO] [stderr] 1689 |     pub fn XQueryTextExtents16(arg0: *mut Display, arg1: XID, arg2: *mut XChar2b, arg3: c_int, arg4: *mut c_int, arg5: *mut c_int, arg6: *mut c_int, arg7: *mut XCharStruct) -> c_int;
[INFO] [stderr]      |                                                                                         ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1689:107
[INFO] [stderr]      |
[INFO] [stderr] 1689 |     pub fn XQueryTextExtents16(arg0: *mut Display, arg1: XID, arg2: *mut XChar2b, arg3: c_int, arg4: *mut c_int, arg5: *mut c_int, arg6: *mut c_int, arg7: *mut XCharStruct) -> c_int;
[INFO] [stderr]      |                                                                                                           ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1689:125
[INFO] [stderr]      |
[INFO] [stderr] 1689 |     pub fn XQueryTextExtents16(arg0: *mut Display, arg1: XID, arg2: *mut XChar2b, arg3: c_int, arg4: *mut c_int, arg5: *mut c_int, arg6: *mut c_int, arg7: *mut XCharStruct) -> c_int;
[INFO] [stderr]      |                                                                                                                             ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1689:143
[INFO] [stderr]      |
[INFO] [stderr] 1689 |     pub fn XQueryTextExtents16(arg0: *mut Display, arg1: XID, arg2: *mut XChar2b, arg3: c_int, arg4: *mut c_int, arg5: *mut c_int, arg6: *mut c_int, arg7: *mut XCharStruct) -> c_int;
[INFO] [stderr]      |                                                                                                                                               ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1689:177
[INFO] [stderr]      |
[INFO] [stderr] 1689 |     pub fn XQueryTextExtents16(arg0: *mut Display, arg1: XID, arg2: *mut XChar2b, arg3: c_int, arg4: *mut c_int, arg5: *mut c_int, arg6: *mut c_int, arg7: *mut XCharStruct) -> c_int;
[INFO] [stderr]      |                                                                                                                                                                                 ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1691:130
[INFO] [stderr]      |
[INFO] [stderr] 1691 |     pub fn XQueryTree(arg0: *mut Display, arg1: Window, arg2: *mut Window, arg3: *mut Window, arg4: *mut *mut Window, arg5: *mut c_uint) -> c_int;
[INFO] [stderr]      |                                                                                                                                  ^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1691:141
[INFO] [stderr]      |
[INFO] [stderr] 1691 |     pub fn XQueryTree(arg0: *mut Display, arg1: Window, arg2: *mut Window, arg3: *mut Window, arg4: *mut *mut Window, arg5: *mut c_uint) -> c_int;
[INFO] [stderr]      |                                                                                                                                             ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1693:62
[INFO] [stderr]      |
[INFO] [stderr] 1693 |     pub fn XRaiseWindow(arg0: *mut Display, arg1: Window) -> c_int;
[INFO] [stderr]      |                                                              ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1695:75
[INFO] [stderr]      |
[INFO] [stderr] 1695 |     pub fn XReadBitmapFile(arg0: *mut Display, arg1: Drawable, arg2: *mut c_char, arg3: *mut c_uint, arg4: *mut c_uint, arg5: *mut Pixmap, arg6: *mut c_int, arg7: *mut c_int) -> c_int;
[INFO] [stderr]      |                                                                           ^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1695:94
[INFO] [stderr]      |
[INFO] [stderr] 1695 |     pub fn XReadBitmapFile(arg0: *mut Display, arg1: Drawable, arg2: *mut c_char, arg3: *mut c_uint, arg4: *mut c_uint, arg5: *mut Pixmap, arg6: *mut c_int, arg7: *mut c_int) -> c_int;
[INFO] [stderr]      |                                                                                              ^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1695:113
[INFO] [stderr]      |
[INFO] [stderr] 1695 |     pub fn XReadBitmapFile(arg0: *mut Display, arg1: Drawable, arg2: *mut c_char, arg3: *mut c_uint, arg4: *mut c_uint, arg5: *mut Pixmap, arg6: *mut c_int, arg7: *mut c_int) -> c_int;
[INFO] [stderr]      |                                                                                                                 ^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1695:151
[INFO] [stderr]      |
[INFO] [stderr] 1695 |     pub fn XReadBitmapFile(arg0: *mut Display, arg1: Drawable, arg2: *mut c_char, arg3: *mut c_uint, arg4: *mut c_uint, arg5: *mut Pixmap, arg6: *mut c_int, arg7: *mut c_int) -> c_int;
[INFO] [stderr]      |                                                                                                                                                       ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1695:169
[INFO] [stderr]      |
[INFO] [stderr] 1695 |     pub fn XReadBitmapFile(arg0: *mut Display, arg1: Drawable, arg2: *mut c_char, arg3: *mut c_uint, arg4: *mut c_uint, arg5: *mut Pixmap, arg6: *mut c_int, arg7: *mut c_int) -> c_int;
[INFO] [stderr]      |                                                                                                                                                                         ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1695:179
[INFO] [stderr]      |
[INFO] [stderr] 1695 |     pub fn XReadBitmapFile(arg0: *mut Display, arg1: Drawable, arg2: *mut c_char, arg3: *mut c_uint, arg4: *mut c_uint, arg5: *mut Pixmap, arg6: *mut c_int, arg7: *mut c_int) -> c_int;
[INFO] [stderr]      |                                                                                                                                                                                   ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1697:43
[INFO] [stderr]      |
[INFO] [stderr] 1697 |     pub fn XReadBitmapFileData(arg0: *mut c_char, arg1: *mut c_uint, arg2: *mut c_uint, arg3: *mut *mut c_uchar, arg4: *mut c_int, arg5: *mut c_int) -> c_int;
[INFO] [stderr]      |                                           ^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1697:62
[INFO] [stderr]      |
[INFO] [stderr] 1697 |     pub fn XReadBitmapFileData(arg0: *mut c_char, arg1: *mut c_uint, arg2: *mut c_uint, arg3: *mut *mut c_uchar, arg4: *mut c_int, arg5: *mut c_int) -> c_int;
[INFO] [stderr]      |                                                              ^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1697:81
[INFO] [stderr]      |
[INFO] [stderr] 1697 |     pub fn XReadBitmapFileData(arg0: *mut c_char, arg1: *mut c_uint, arg2: *mut c_uint, arg3: *mut *mut c_uchar, arg4: *mut c_int, arg5: *mut c_int) -> c_int;
[INFO] [stderr]      |                                                                                 ^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1697:105
[INFO] [stderr]      |
[INFO] [stderr] 1697 |     pub fn XReadBitmapFileData(arg0: *mut c_char, arg1: *mut c_uint, arg2: *mut c_uint, arg3: *mut *mut c_uchar, arg4: *mut c_int, arg5: *mut c_int) -> c_int;
[INFO] [stderr]      |                                                                                                         ^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1697:125
[INFO] [stderr]      |
[INFO] [stderr] 1697 |     pub fn XReadBitmapFileData(arg0: *mut c_char, arg1: *mut c_uint, arg2: *mut c_uint, arg3: *mut *mut c_uchar, arg4: *mut c_int, arg5: *mut c_int) -> c_int;
[INFO] [stderr]      |                                                                                                                             ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1697:143
[INFO] [stderr]      |
[INFO] [stderr] 1697 |     pub fn XReadBitmapFileData(arg0: *mut c_char, arg1: *mut c_uint, arg2: *mut c_uint, arg3: *mut *mut c_uchar, arg4: *mut c_int, arg5: *mut c_int) -> c_int;
[INFO] [stderr]      |                                                                                                                                               ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1697:153
[INFO] [stderr]      |
[INFO] [stderr] 1697 |     pub fn XReadBitmapFileData(arg0: *mut c_char, arg1: *mut c_uint, arg2: *mut c_uint, arg3: *mut *mut c_uchar, arg4: *mut c_int, arg5: *mut c_int) -> c_int;
[INFO] [stderr]      |                                                                                                                                                         ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1699:85
[INFO] [stderr]      |
[INFO] [stderr] 1699 |     pub fn XRebindKeysym(arg0: *mut Display, arg1: KeySym, arg2: *mut KeySym, arg3: c_int, arg4: *mut c_uchar, arg5: c_int) -> c_int;
[INFO] [stderr]      |                                                                                     ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1699:103
[INFO] [stderr]      |
[INFO] [stderr] 1699 |     pub fn XRebindKeysym(arg0: *mut Display, arg1: KeySym, arg2: *mut KeySym, arg3: c_int, arg4: *mut c_uchar, arg5: c_int) -> c_int;
[INFO] [stderr]      |                                                                                                       ^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1699:118
[INFO] [stderr]      |
[INFO] [stderr] 1699 |     pub fn XRebindKeysym(arg0: *mut Display, arg1: KeySym, arg2: *mut KeySym, arg3: c_int, arg4: *mut c_uchar, arg5: c_int) -> c_int;
[INFO] [stderr]      |                                                                                                                      ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]      = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-xlib-8130fbee86219f2a/4975fcb/src/xlib.rs:1699:128
[INFO] [stderr]      |
[INFO] [stderr] 1699 |     pub fn XRebindKeysym(arg0: *mut Display, arg1: KeySym, arg2: *mut KeySym, arg3: c_int, arg4: *mut c_uchar, arg5: c_int) -> c_int;
[INFO] [stderr]      |                                                                                                                                ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[WARN] too many lines in the log, truncating it
