[INFO] updating cached repository https://github.com/bbodi/rust-voxlap-test
[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] b4c9142279244dbd639f67422a7206a9520a0324
[INFO] checking bbodi/rust-voxlap-test against master#209b2be09fcaff937480d1fbbe8b31646e361c7a for pr-70917
[INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbbodi%2Frust-voxlap-test" "/workspace/builds/worker-6/source"`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/bbodi/rust-voxlap-test on toolchain 209b2be09fcaff937480d1fbbe8b31646e361c7a
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "read-manifest" "--manifest-path" "Cargo.toml"`
[INFO] started tweaking git repo https://github.com/bbodi/rust-voxlap-test
[INFO] finished tweaking git repo https://github.com/bbodi/rust-voxlap-test
[INFO] tweaked toml for git repo https://github.com/bbodi/rust-voxlap-test written to /workspace/builds/worker-6/source/Cargo.toml
[INFO] crate git repo https://github.com/bbodi/rust-voxlap-test already has a lockfile, it will not be regenerated
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr] error: the lock file /workspace/builds/worker-6/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" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "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/AngryLawyer/rust-sdl2.git`
[INFO] [stderr]     Updating git repository `https://github.com/bbodi/rust-voxlap.git`
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "check" "--frozen" "--all" "--all-targets"`
[INFO] [stdout] ca9f94439cadd80b84fb237ce0b9352c6959b3bef16876bb7046a3359dc8629d
[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" "ca9f94439cadd80b84fb237ce0b9352c6959b3bef16876bb7046a3359dc8629d"`
[INFO] [stderr]    Compiling sdl2 v0.33.0 (https://github.com/AngryLawyer/rust-sdl2.git#f9e6c2a3)
[INFO] [stderr]     Checking voxlap v0.0.1 (https://github.com/bbodi/rust-voxlap.git#504f23a4)
[INFO] [stderr]    Compiling sdl2-sys v0.33.0 (https://github.com/AngryLawyer/rust-sdl2.git#f9e6c2a3)
[INFO] [stderr] error: `<` is interpreted as a start of generic arguments for `i32`, not a shift
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-voxlap-03f2a0e5dcec5dbc/504f23a/src/lib.rs:366:24
[INFO] [stderr]     |
[INFO] [stderr] 366 |         (self.a as i32 << 24) | (self.r as i32 << 16) | (self.g as i32 << 8) | (self.b as i32)
[INFO] [stderr]     |          ------------- ^^ -- interpreted as generic arguments
[INFO] [stderr]     |          |             |
[INFO] [stderr]     |          |             not interpreted as shift
[INFO] [stderr]     |          help: try shifting the cast value: `(self.a as i32)`
[INFO] [stderr] 
[INFO] [stderr] error: `<` is interpreted as a start of generic arguments for `i32`, not a shift
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-voxlap-03f2a0e5dcec5dbc/504f23a/src/lib.rs:366:48
[INFO] [stderr]     |
[INFO] [stderr] 366 |         (self.a as i32 << 24) | (self.r as i32 << 16) | (self.g as i32 << 8) | (self.b as i32)
[INFO] [stderr]     |                                  ------------- ^^ -- interpreted as generic arguments
[INFO] [stderr]     |                                  |             |
[INFO] [stderr]     |                                  |             not interpreted as shift
[INFO] [stderr]     |                                  help: try shifting the cast value: `(self.r as i32)`
[INFO] [stderr] 
[INFO] [stderr] error: `<` is interpreted as a start of generic arguments for `i32`, not a shift
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-voxlap-03f2a0e5dcec5dbc/504f23a/src/lib.rs:366:72
[INFO] [stderr]     |
[INFO] [stderr] 366 |         (self.a as i32 << 24) | (self.r as i32 << 16) | (self.g as i32 << 8) | (self.b as i32)
[INFO] [stderr]     |                                                          ------------- ^^ - interpreted as generic arguments
[INFO] [stderr]     |                                                          |             |
[INFO] [stderr]     |                                                          |             not interpreted as shift
[INFO] [stderr]     |                                                          help: try shifting the cast value: `(self.g as i32)`
[INFO] [stderr] 
[INFO] [stderr] error: expected type, found `|`
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-voxlap-03f2a0e5dcec5dbc/504f23a/src/lib.rs:545:66
[INFO] [stderr]     |
[INFO] [stderr] 545 |     pub fn with_hitscan(&mut self, pos: &vec3, dir: &vec3, func: |&mut Voxlap, &mut HitScanResult|) -> bool  {
[INFO] [stderr]     |                                                                  ^ expected type
[INFO] [stderr] 
[INFO] [stderr] error: a trailing `|` is not allowed in an or-pattern
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-voxlap-03f2a0e5dcec5dbc/504f23a/src/lib.rs:545:98
[INFO] [stderr]     |
[INFO] [stderr] 545 |     pub fn with_hitscan(&mut self, pos: &vec3, dir: &vec3, func: |&mut Voxlap, &mut HitScanResult|) -> bool  {
[INFO] [stderr]     |                                                                                ------------------^ help: remove the `|`
[INFO] [stderr]     |                                                                                |
[INFO] [stderr]     |                                                                                while parsing this or-pattern starting here
[INFO] [stderr] 
[INFO] [stderr] error: an or-pattern parameter must be wrapped in parenthesis
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-voxlap-03f2a0e5dcec5dbc/504f23a/src/lib.rs:545:80
[INFO] [stderr]     |
[INFO] [stderr] 545 |     pub fn with_hitscan(&mut self, pos: &vec3, dir: &vec3, func: |&mut Voxlap, &mut HitScanResult|) -> bool  {
[INFO] [stderr]     |                                                                                ^^^^^^^^^^^^^^^^^^^ help: wrap the pattern in parenthesis: `(&mut HitScanResult)`
[INFO] [stderr] 
[INFO] [stderr] error: expected `:`, found `)`
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-voxlap-03f2a0e5dcec5dbc/504f23a/src/lib.rs:545:99
[INFO] [stderr]     |
[INFO] [stderr] 545 |     pub fn with_hitscan(&mut self, pos: &vec3, dir: &vec3, func: |&mut Voxlap, &mut HitScanResult|) -> bool  {
[INFO] [stderr]     |                                                                                                   ^ expected `:`
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: non-builtin inner attributes are unstable
[INFO] [stderr]  --> /opt/rustwide/cargo-home/git/checkouts/rust-voxlap-03f2a0e5dcec5dbc/504f23a/src/lib.rs:5:1
[INFO] [stderr]   |
[INFO] [stderr] 5 | #![desc = ""]
[INFO] [stderr]   | ^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: see issue #54726 <https://github.com/rust-lang/rust/issues/54726> for more information
[INFO] [stderr]   = help: add `#![feature(custom_inner_attributes)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: non-builtin inner attributes are unstable
[INFO] [stderr]  --> /opt/rustwide/cargo-home/git/checkouts/rust-voxlap-03f2a0e5dcec5dbc/504f23a/src/lib.rs:6:1
[INFO] [stderr]   |
[INFO] [stderr] 6 | #![license = "MIT"]
[INFO] [stderr]   | ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: see issue #54726 <https://github.com/rust-lang/rust/issues/54726> for more information
[INFO] [stderr]   = help: add `#![feature(custom_inner_attributes)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error: expected one of `!`, `(`, `+`, `::`, `;`, `<`, or `]`, found `,`
[INFO] [stderr]   --> /opt/rustwide/cargo-home/git/checkouts/rust-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:84:16
[INFO] [stderr]    |
[INFO] [stderr] 84 |     p: [point3d, ..2],
[INFO] [stderr]    |                ^ expected one of 7 possible tokens
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `std::rand`
[INFO] [stderr]   --> /opt/rustwide/cargo-home/git/checkouts/rust-voxlap-03f2a0e5dcec5dbc/504f23a/src/lib.rs:13:10
[INFO] [stderr]    |
[INFO] [stderr] 13 | use std::rand::{Rng, Rand};
[INFO] [stderr]    |          ^^^^ could not find `rand` in `std`
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `std::io::File`
[INFO] [stderr]   --> /opt/rustwide/cargo-home/git/checkouts/rust-voxlap-03f2a0e5dcec5dbc/504f23a/src/lib.rs:15:5
[INFO] [stderr]    |
[INFO] [stderr] 15 | use std::io::File;
[INFO] [stderr]    |     ^^^^^^^^^^^^^ no `File` in `io`
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `std::c_str`
[INFO] [stderr]   --> /opt/rustwide/cargo-home/git/checkouts/rust-voxlap-03f2a0e5dcec5dbc/504f23a/src/lib.rs:19:10
[INFO] [stderr]    |
[INFO] [stderr] 19 | use std::c_str::CString;
[INFO] [stderr]    |          ^^^^^ could not find `c_str` in `std`
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `std::c_vec`
[INFO] [stderr]   --> /opt/rustwide/cargo-home/git/checkouts/rust-voxlap-03f2a0e5dcec5dbc/504f23a/src/lib.rs:20:10
[INFO] [stderr]    |
[INFO] [stderr] 20 | use std::c_vec::CVec;
[INFO] [stderr]    |          ^^^^^ could not find `c_vec` in `std`
[INFO] [stderr] 
[INFO] [stderr] error: cannot find attribute `desc` in this scope
[INFO] [stderr]  --> /opt/rustwide/cargo-home/git/checkouts/rust-voxlap-03f2a0e5dcec5dbc/504f23a/src/lib.rs:5:4
[INFO] [stderr]   |
[INFO] [stderr] 5 | #![desc = ""]
[INFO] [stderr]   |    ^^^^
[INFO] [stderr] 
[INFO] [stderr] error: cannot find attribute `license` in this scope
[INFO] [stderr]  --> /opt/rustwide/cargo-home/git/checkouts/rust-voxlap-03f2a0e5dcec5dbc/504f23a/src/lib.rs:6:4
[INFO] [stderr]   |
[INFO] [stderr] 6 | #![license = "MIT"]
[INFO] [stderr]   |    ^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error: cannot find attribute `deriving` in this scope
[INFO] [stderr]   --> /opt/rustwide/cargo-home/git/checkouts/rust-voxlap-03f2a0e5dcec5dbc/504f23a/src/lib.rs:41:3
[INFO] [stderr]    |
[INFO] [stderr] 41 | #[deriving(PartialEq, Clone, Show)]
[INFO] [stderr]    |   ^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error: cannot find attribute `deriving` in this scope
[INFO] [stderr]   --> /opt/rustwide/cargo-home/git/checkouts/rust-voxlap-03f2a0e5dcec5dbc/504f23a/src/lib.rs:48:3
[INFO] [stderr]    |
[INFO] [stderr] 48 | #[deriving(PartialEq, Clone, Show)]
[INFO] [stderr]    |   ^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error: cannot find attribute `deriving` in this scope
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-voxlap-03f2a0e5dcec5dbc/504f23a/src/lib.rs:169:3
[INFO] [stderr]     |
[INFO] [stderr] 169 | #[deriving(PartialEq, Clone, Show)]
[INFO] [stderr]     |   ^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error: cannot find attribute `deriving` in this scope
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-voxlap-03f2a0e5dcec5dbc/504f23a/src/lib.rs:314:3
[INFO] [stderr]     |
[INFO] [stderr] 314 | #[deriving(PartialEq, Clone, Show)]
[INFO] [stderr]     |   ^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error: cannot find attribute `deriving` in this scope
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-voxlap-03f2a0e5dcec5dbc/504f23a/src/lib.rs:328:3
[INFO] [stderr]     |
[INFO] [stderr] 328 | #[deriving(PartialEq, Clone, Show)]
[INFO] [stderr]     |   ^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error: cannot find macro `fail` in this scope
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-voxlap-03f2a0e5dcec5dbc/504f23a/src/lib.rs:1044:17
[INFO] [stderr]      |
[INFO] [stderr] 1044 |                 fail!("Cannot set color for a Foreign (allocated by Voxlap) buffer");
[INFO] [stderr]      |                 ^^^^
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `Float` in `num`
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-voxlap-03f2a0e5dcec5dbc/504f23a/src/lib.rs:137:93
[INFO] [stderr]     |
[INFO] [stderr] 137 |         let mut f = (((rng.gen::<i32>() & 32767)) as f32 / 16383.5f32 - 1.0f32) * std::num::Float::pi();
[INFO] [stderr]     |                                                                                             ^^^^^ could not find `Float` in `num`
[INFO] [stderr] 
[INFO] [stderr] error[E0405]: cannot find trait `Add` in this scope
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-voxlap-03f2a0e5dcec5dbc/504f23a/src/lib.rs:147:6
[INFO] [stderr]     |
[INFO] [stderr] 147 | impl Add<vec3, vec3> for vec3 {
[INFO] [stderr]     |      ^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 10  | use std::ops::Add;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0405]: cannot find trait `Sub` in this scope
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-voxlap-03f2a0e5dcec5dbc/504f23a/src/lib.rs:153:6
[INFO] [stderr]     |
[INFO] [stderr] 153 | impl Sub<vec3, vec3> for vec3 {
[INFO] [stderr]     |      ^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 10  | use std::ops::Sub;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0405]: cannot find trait `Mul` in this scope
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-voxlap-03f2a0e5dcec5dbc/504f23a/src/lib.rs:159:6
[INFO] [stderr]     |
[INFO] [stderr] 159 | impl Mul<f32, vec3> for vec3 {
[INFO] [stderr]     |      ^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 10  | use std::ops::Mul;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0405]: cannot find trait `Add` in this scope
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-voxlap-03f2a0e5dcec5dbc/504f23a/src/lib.rs:210:6
[INFO] [stderr]     |
[INFO] [stderr] 210 | impl Add<ivec3, ivec3> for ivec3 {
[INFO] [stderr]     |      ^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 10  | use std::ops::Add;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0405]: cannot find trait `Sub` in this scope
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-voxlap-03f2a0e5dcec5dbc/504f23a/src/lib.rs:216:6
[INFO] [stderr]     |
[INFO] [stderr] 216 | impl Sub<ivec3, ivec3> for ivec3 {
[INFO] [stderr]     |      ^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 10  | use std::ops::Sub;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0405]: cannot find trait `Mul` in this scope
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-voxlap-03f2a0e5dcec5dbc/504f23a/src/lib.rs:222:6
[INFO] [stderr]     |
[INFO] [stderr] 222 | impl Mul<i32, ivec3> for ivec3 {
[INFO] [stderr]     |      ^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 10  | use std::ops::Mul;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `ZMin` in this scope
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-voxlap-03f2a0e5dcec5dbc/504f23a/src/lib.rs:531:35
[INFO] [stderr]     |
[INFO] [stderr] 531 |                         0 => Some(ZMin),
[INFO] [stderr]     |                                   ^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 10  | use CubeFace::ZMin;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `ZMax` in this scope
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-voxlap-03f2a0e5dcec5dbc/504f23a/src/lib.rs:532:35
[INFO] [stderr]     |
[INFO] [stderr] 532 |                         1 => Some(ZMax),
[INFO] [stderr]     |                                   ^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 10  | use CubeFace::ZMax;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `XMin` in this scope
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-voxlap-03f2a0e5dcec5dbc/504f23a/src/lib.rs:533:35
[INFO] [stderr]     |
[INFO] [stderr] 533 |                         2 => Some(XMin),
[INFO] [stderr]     |                                   ^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 10  | use CubeFace::XMin;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `XMax` in this scope
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-voxlap-03f2a0e5dcec5dbc/504f23a/src/lib.rs:534:35
[INFO] [stderr]     |
[INFO] [stderr] 534 |                         3 => Some(XMax),
[INFO] [stderr]     |                                   ^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 10  | use CubeFace::XMax;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `YMin` in this scope
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-voxlap-03f2a0e5dcec5dbc/504f23a/src/lib.rs:535:35
[INFO] [stderr]     |
[INFO] [stderr] 535 |                         4 => Some(YMin),
[INFO] [stderr]     |                                   ^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 10  | use CubeFace::YMin;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `YMax` in this scope
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-voxlap-03f2a0e5dcec5dbc/504f23a/src/lib.rs:536:35
[INFO] [stderr]     |
[INFO] [stderr] 536 |                         5 => Some(YMax),
[INFO] [stderr]     |                                   ^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 10  | use CubeFace::YMax;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `func` in this scope
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-voxlap-03f2a0e5dcec5dbc/504f23a/src/lib.rs:554:17
[INFO] [stderr]     |
[INFO] [stderr] 554 |                 func(self, &mut HitScanResult {
[INFO] [stderr]     |                 ^^^^
[INFO] [stderr]     |
[INFO] [stderr] help: try calling `func` as a method
[INFO] [stderr]     |
[INFO] [stderr] 554 |                 self.func(&mut HitScanResult {
[INFO] [stderr] 555 |                     color_ptr: color_ptr,
[INFO] [stderr] 556 |                     hit_face: match face {
[INFO] [stderr] 557 |                         0 => Some(ZMin),
[INFO] [stderr] 558 |                         1 => Some(ZMax),
[INFO] [stderr] 559 |                         2 => Some(XMin),
[INFO] [stderr]   ...
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `ZMin` in this scope
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-voxlap-03f2a0e5dcec5dbc/504f23a/src/lib.rs:557:35
[INFO] [stderr]     |
[INFO] [stderr] 557 |                         0 => Some(ZMin),
[INFO] [stderr]     |                                   ^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 10  | use CubeFace::ZMin;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `ZMax` in this scope
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-voxlap-03f2a0e5dcec5dbc/504f23a/src/lib.rs:558:35
[INFO] [stderr]     |
[INFO] [stderr] 558 |                         1 => Some(ZMax),
[INFO] [stderr]     |                                   ^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 10  | use CubeFace::ZMax;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `XMin` in this scope
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-voxlap-03f2a0e5dcec5dbc/504f23a/src/lib.rs:559:35
[INFO] [stderr]     |
[INFO] [stderr] 559 |                         2 => Some(XMin),
[INFO] [stderr]     |                                   ^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 10  | use CubeFace::XMin;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `XMax` in this scope
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-voxlap-03f2a0e5dcec5dbc/504f23a/src/lib.rs:560:35
[INFO] [stderr]     |
[INFO] [stderr] 560 |                         3 => Some(XMax),
[INFO] [stderr]     |                                   ^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 10  | use CubeFace::XMax;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `YMin` in this scope
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-voxlap-03f2a0e5dcec5dbc/504f23a/src/lib.rs:561:35
[INFO] [stderr]     |
[INFO] [stderr] 561 |                         4 => Some(YMin),
[INFO] [stderr]     |                                   ^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 10  | use CubeFace::YMin;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `YMax` in this scope
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-voxlap-03f2a0e5dcec5dbc/504f23a/src/lib.rs:562:35
[INFO] [stderr]     |
[INFO] [stderr] 562 |                         5 => Some(YMax),
[INFO] [stderr]     |                                   ^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 10  | use CubeFace::YMax;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `range_step_inclusive` in module `std::iter`
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-voxlap-03f2a0e5dcec5dbc/504f23a/src/lib.rs:623:29
[INFO] [stderr]     |
[INFO] [stderr] 623 |         for x in std::iter::range_step_inclusive(start_pos.x, end_pos.x, x_step) {
[INFO] [stderr]     |                             ^^^^^^^^^^^^^^^^^^^^ not found in `std::iter`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `range_step_inclusive` in module `std::iter`
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-voxlap-03f2a0e5dcec5dbc/504f23a/src/lib.rs:624:33
[INFO] [stderr]     |
[INFO] [stderr] 624 |             for y in std::iter::range_step_inclusive(start_pos.y, end_pos.y, y_step) {
[INFO] [stderr]     |                                 ^^^^^^^^^^^^^^^^^^^^ not found in `std::iter`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `range_step_inclusive` in module `std::iter`
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-voxlap-03f2a0e5dcec5dbc/504f23a/src/lib.rs:625:37
[INFO] [stderr]     |
[INFO] [stderr] 625 |                 for z in std::iter::range_step_inclusive(start_pos.z, end_pos.z, z_step) {
[INFO] [stderr]     |                                     ^^^^^^^^^^^^^^^^^^^^ not found in `std::iter`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `range` in this scope
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-voxlap-03f2a0e5dcec5dbc/504f23a/src/lib.rs:849:18
[INFO] [stderr]     |
[INFO] [stderr] 849 |         for y in range(pos.y, pos.y + size.y) {
[INFO] [stderr]     |                  ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `range` in this scope
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-voxlap-03f2a0e5dcec5dbc/504f23a/src/lib.rs:850:22
[INFO] [stderr]     |
[INFO] [stderr] 850 |             for x in range(pos.x, pos.x + size.x) {
[INFO] [stderr]     |                      ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `CanSee` in this scope
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-voxlap-03f2a0e5dcec5dbc/504f23a/src/lib.rs:870:18
[INFO] [stderr]     |
[INFO] [stderr] 870 |             1 => CanSee,
[INFO] [stderr]     |                  ^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 10  | use VisibilityResult::CanSee;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `CannotSee` in this scope
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-voxlap-03f2a0e5dcec5dbc/504f23a/src/lib.rs:871:18
[INFO] [stderr]     |
[INFO] [stderr] 871 |             _ => CannotSee(hit_pos)
[INFO] [stderr]     |                  ^^^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 10  | use VisibilityResult::CannotSee;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `uint` in this scope
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-voxlap-03f2a0e5dcec5dbc/504f23a/src/lib.rs:945:56
[INFO] [stderr]     |
[INFO] [stderr] 945 |         let elem_count = (self.width * self.height) as uint;
[INFO] [stderr]     |                                                        ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0422]: cannot find struct, variant or union type `Slice` in module `std::raw`
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-voxlap-03f2a0e5dcec5dbc/504f23a/src/lib.rs:947:59
[INFO] [stderr]     |
[INFO] [stderr] 947 |             let slice: &[i32] = mem::transmute( std::raw::Slice { data: self.ptr as *const u8, len: elem_count } );
[INFO] [stderr]     |                                                           ^^^^^ not found in `std::raw`
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `uint` in this scope
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-voxlap-03f2a0e5dcec5dbc/504f23a/src/lib.rs:948:59
[INFO] [stderr]     |
[INFO] [stderr] 948 |             Color::from_i32(slice[(y * self.width + x) as uint])
[INFO] [stderr]     |                                                           ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `uint` in this scope
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-voxlap-03f2a0e5dcec5dbc/504f23a/src/lib.rs:953:56
[INFO] [stderr]     |
[INFO] [stderr] 953 |         let elem_count = (self.width * self.height) as uint;
[INFO] [stderr]     |                                                        ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0422]: cannot find struct, variant or union type `Slice` in module `std::raw`
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-voxlap-03f2a0e5dcec5dbc/504f23a/src/lib.rs:955:59
[INFO] [stderr]     |
[INFO] [stderr] 955 |             let slice: &[i32] = mem::transmute( std::raw::Slice { data: self.ptr as *const u8, len: elem_count } );
[INFO] [stderr]     |                                                           ^^^^^ not found in `std::raw`
[INFO] [stderr] 
[INFO] [stderr] error[E0531]: cannot find tuple struct or tuple variant `Foreign` in this scope
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-voxlap-03f2a0e5dcec5dbc/504f23a/src/lib.rs:967:17
[INFO] [stderr]     |
[INFO] [stderr] 967 |                 Foreign(ref buffer) => {
[INFO] [stderr]     |                 ^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 10  | use RenderDestinationBuffer::Foreign;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0531]: cannot find tuple struct or tuple variant `Own` in this scope
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-voxlap-03f2a0e5dcec5dbc/504f23a/src/lib.rs:970:17
[INFO] [stderr]     |
[INFO] [stderr] 970 |                 Own(ref buffer) => {
[INFO] [stderr]     |                 ^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 10  | use RenderDestinationBuffer::Own;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0531]: cannot find tuple struct or tuple variant `Foreign` in this scope
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-voxlap-03f2a0e5dcec5dbc/504f23a/src/lib.rs:980:17
[INFO] [stderr]     |
[INFO] [stderr] 980 |                 Foreign(ref buffer) => {
[INFO] [stderr]     |                 ^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 10  | use RenderDestinationBuffer::Foreign;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0531]: cannot find tuple struct or tuple variant `Own` in this scope
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-voxlap-03f2a0e5dcec5dbc/504f23a/src/lib.rs:983:17
[INFO] [stderr]     |
[INFO] [stderr] 983 |                 Own(ref mut buffer) => {
[INFO] [stderr]     |                 ^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 10  | use RenderDestinationBuffer::Own;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `uint` in this scope
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-voxlap-03f2a0e5dcec5dbc/504f23a/src/lib.rs:999:86
[INFO] [stderr]     |
[INFO] [stderr] 999 |         let mut buff = Vec::<Color>::with_capacity((buffer_width * buffer_height) as uint);
[INFO] [stderr]     |                                                                                      ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `range` in this scope
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-voxlap-03f2a0e5dcec5dbc/504f23a/src/lib.rs:1000:18
[INFO] [stderr]      |
[INFO] [stderr] 1000 |         for i in range(0, buffer_width * buffer_height) {
[INFO] [stderr]      |                  ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `Own` in this scope
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-voxlap-03f2a0e5dcec5dbc/504f23a/src/lib.rs:1004:21
[INFO] [stderr]      |
[INFO] [stderr] 1004 |             buffer: Own(buff),
[INFO] [stderr]      |                     ^^^ not found in this scope
[INFO] [stderr]      |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]      |
[INFO] [stderr] 10   | use RenderDestinationBuffer::Own;
[INFO] [stderr]      |
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `Foreign` in this scope
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-voxlap-03f2a0e5dcec5dbc/504f23a/src/lib.rs:1017:25
[INFO] [stderr]      |
[INFO] [stderr] 1017 |                 buffer: Foreign(CVec::new(ptr as *mut Color, (buffer_width * buffer_height * 4) as uint)),
[INFO] [stderr]      |                         ^^^^^^^ not found in this scope
[INFO] [stderr]      |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]      |
[INFO] [stderr] 10   | use RenderDestinationBuffer::Foreign;
[INFO] [stderr]      |
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `uint` in this scope
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-voxlap-03f2a0e5dcec5dbc/504f23a/src/lib.rs:1017:100
[INFO] [stderr]      |
[INFO] [stderr] 1017 |                 buffer: Foreign(CVec::new(ptr as *mut Color, (buffer_width * buffer_height * 4) as uint)),
[INFO] [stderr]      |                                                                                                    ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `uint` in this scope
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-voxlap-03f2a0e5dcec5dbc/504f23a/src/lib.rs:1029:45
[INFO] [stderr]      |
[INFO] [stderr] 1029 |         let index = (y * self.width + x) as uint;
[INFO] [stderr]      |                                             ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0531]: cannot find tuple struct or tuple variant `Foreign` in this scope
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-voxlap-03f2a0e5dcec5dbc/504f23a/src/lib.rs:1031:13
[INFO] [stderr]      |
[INFO] [stderr] 1031 |             Foreign(ref buffer) => {
[INFO] [stderr]      |             ^^^^^^^ not found in this scope
[INFO] [stderr]      |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]      |
[INFO] [stderr] 10   | use RenderDestinationBuffer::Foreign;
[INFO] [stderr]      |
[INFO] [stderr] 
[INFO] [stderr] error[E0531]: cannot find tuple struct or tuple variant `Own` in this scope
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-voxlap-03f2a0e5dcec5dbc/504f23a/src/lib.rs:1034:13
[INFO] [stderr]      |
[INFO] [stderr] 1034 |             Own(ref buffer) => {
[INFO] [stderr]      |             ^^^ not found in this scope
[INFO] [stderr]      |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]      |
[INFO] [stderr] 10   | use RenderDestinationBuffer::Own;
[INFO] [stderr]      |
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `uint` in this scope
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-voxlap-03f2a0e5dcec5dbc/504f23a/src/lib.rs:1041:45
[INFO] [stderr]      |
[INFO] [stderr] 1041 |         let index = (y * self.width + x) as uint;
[INFO] [stderr]      |                                             ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0531]: cannot find tuple struct or tuple variant `Foreign` in this scope
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-voxlap-03f2a0e5dcec5dbc/504f23a/src/lib.rs:1043:13
[INFO] [stderr]      |
[INFO] [stderr] 1043 |             Foreign(ref buffer) => {
[INFO] [stderr]      |             ^^^^^^^ not found in this scope
[INFO] [stderr]      |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]      |
[INFO] [stderr] 10   | use RenderDestinationBuffer::Foreign;
[INFO] [stderr]      |
[INFO] [stderr] 
[INFO] [stderr] error[E0531]: cannot find tuple struct or tuple variant `Own` in this scope
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-voxlap-03f2a0e5dcec5dbc/504f23a/src/lib.rs:1046:13
[INFO] [stderr]      |
[INFO] [stderr] 1046 |             Own(ref mut buffer) => {
[INFO] [stderr]      |             ^^^ not found in this scope
[INFO] [stderr]      |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]      |
[INFO] [stderr] 10   | use RenderDestinationBuffer::Own;
[INFO] [stderr]      |
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `int` in this scope
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/rust-voxlap-03f2a0e5dcec5dbc/504f23a/src/lib.rs:1173:93
[INFO] [stderr]      |
[INFO] [stderr] 1173 |             let offset = (row*(tile_per_row*offset_per_tile) + (column*offset_per_tile)) as int;
[INFO] [stderr]      |                                                                                             ^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]  --> /opt/rustwide/cargo-home/git/checkouts/rust-voxlap-03f2a0e5dcec5dbc/504f23a/src/lib.rs:8:1
[INFO] [stderr]   |
[INFO] [stderr] 8 | 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-voxlap-03f2a0e5dcec5dbc/504f23a/src/lib.rs:21:12
[INFO] [stderr]    |
[INFO] [stderr] 21 | use libc::{free, c_long, c_int, c_char, c_float, c_double, c_void, c_short, 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-voxlap-03f2a0e5dcec5dbc/504f23a/src/lib.rs:21:18
[INFO] [stderr]    |
[INFO] [stderr] 21 | use libc::{free, c_long, c_int, c_char, c_float, c_double, c_void, c_short, 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-voxlap-03f2a0e5dcec5dbc/504f23a/src/lib.rs:21:26
[INFO] [stderr]    |
[INFO] [stderr] 21 | use libc::{free, c_long, c_int, c_char, c_float, c_double, c_void, c_short, 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-voxlap-03f2a0e5dcec5dbc/504f23a/src/lib.rs:21:33
[INFO] [stderr]    |
[INFO] [stderr] 21 | use libc::{free, c_long, c_int, c_char, c_float, c_double, c_void, c_short, 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-voxlap-03f2a0e5dcec5dbc/504f23a/src/lib.rs:21:41
[INFO] [stderr]    |
[INFO] [stderr] 21 | use libc::{free, c_long, c_int, c_char, c_float, c_double, c_void, c_short, 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-voxlap-03f2a0e5dcec5dbc/504f23a/src/lib.rs:21:50
[INFO] [stderr]    |
[INFO] [stderr] 21 | use libc::{free, c_long, c_int, c_char, c_float, c_double, c_void, c_short, 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-voxlap-03f2a0e5dcec5dbc/504f23a/src/lib.rs:21:68
[INFO] [stderr]    |
[INFO] [stderr] 21 | use libc::{free, c_long, c_int, c_char, c_float, c_double, c_void, c_short, 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-voxlap-03f2a0e5dcec5dbc/504f23a/src/lib.rs:21:77
[INFO] [stderr]    |
[INFO] [stderr] 21 | use libc::{free, c_long, c_int, c_char, c_float, c_double, c_void, c_short, 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-voxlap-03f2a0e5dcec5dbc/504f23a/src/lib.rs:837:37
[INFO] [stderr]     |
[INFO] [stderr] 837 |     pub fn set_curpow(&self, param: c_float) {
[INFO] [stderr]     |                                     ^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]  --> /opt/rustwide/cargo-home/git/checkouts/rust-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:1:12
[INFO] [stderr]   |
[INFO] [stderr] 1 | use libc::{c_long, c_int, c_char, c_float, c_double, c_void, c_short, c_uchar, c_ushort, c_uint, 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-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:1:20
[INFO] [stderr]   |
[INFO] [stderr] 1 | use libc::{c_long, c_int, c_char, c_float, c_double, c_void, c_short, c_uchar, c_ushort, c_uint, 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-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:1:27
[INFO] [stderr]   |
[INFO] [stderr] 1 | use libc::{c_long, c_int, c_char, c_float, c_double, c_void, c_short, c_uchar, c_ushort, c_uint, 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-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:1:35
[INFO] [stderr]   |
[INFO] [stderr] 1 | use libc::{c_long, c_int, c_char, c_float, c_double, c_void, c_short, c_uchar, c_ushort, c_uint, 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-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:1:44
[INFO] [stderr]   |
[INFO] [stderr] 1 | use libc::{c_long, c_int, c_char, c_float, c_double, c_void, c_short, c_uchar, c_ushort, c_uint, 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-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:1:62
[INFO] [stderr]   |
[INFO] [stderr] 1 | use libc::{c_long, c_int, c_char, c_float, c_double, c_void, c_short, c_uchar, c_ushort, c_uint, 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-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:1:71
[INFO] [stderr]   |
[INFO] [stderr] 1 | use libc::{c_long, c_int, c_char, c_float, c_double, c_void, c_short, c_uchar, c_ushort, c_uint, 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-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:1:80
[INFO] [stderr]   |
[INFO] [stderr] 1 | use libc::{c_long, c_int, c_char, c_float, c_double, c_void, c_short, c_uchar, c_ushort, c_uint, 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-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:1:90
[INFO] [stderr]   |
[INFO] [stderr] 1 | use libc::{c_long, c_int, c_char, c_float, c_double, c_void, c_short, c_uchar, c_ushort, c_uint, 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-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:1:98
[INFO] [stderr]   |
[INFO] [stderr] 1 | use libc::{c_long, c_int, c_char, c_float, c_double, c_void, c_short, c_uchar, c_ushort, c_uint, 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-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:6:12
[INFO] [stderr]   |
[INFO] [stderr] 6 |     pub x: 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-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:7:12
[INFO] [stderr]   |
[INFO] [stderr] 7 |     pub y: 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-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:8:12
[INFO] [stderr]   |
[INFO] [stderr] 8 |     pub z: 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-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:13:12
[INFO] [stderr]    |
[INFO] [stderr] 13 |     pub x: c_float,
[INFO] [stderr]    |            ^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]    = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]   --> /opt/rustwide/cargo-home/git/checkouts/rust-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:14:12
[INFO] [stderr]    |
[INFO] [stderr] 14 |     pub y: c_float,
[INFO] [stderr]    |            ^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]    = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]   --> /opt/rustwide/cargo-home/git/checkouts/rust-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:15:12
[INFO] [stderr]    |
[INFO] [stderr] 15 |     pub z: c_float,
[INFO] [stderr]    |            ^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]    = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]   --> /opt/rustwide/cargo-home/git/checkouts/rust-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:20:12
[INFO] [stderr]    |
[INFO] [stderr] 20 |     pub x: c_float,
[INFO] [stderr]    |            ^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]    = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]   --> /opt/rustwide/cargo-home/git/checkouts/rust-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:21:12
[INFO] [stderr]    |
[INFO] [stderr] 21 |     pub y: c_float,
[INFO] [stderr]    |            ^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]    = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]   --> /opt/rustwide/cargo-home/git/checkouts/rust-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:22:12
[INFO] [stderr]    |
[INFO] [stderr] 22 |     pub z: c_float,
[INFO] [stderr]    |            ^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]    = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]   --> /opt/rustwide/cargo-home/git/checkouts/rust-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:23:13
[INFO] [stderr]    |
[INFO] [stderr] 23 |     pub z2: c_float,
[INFO] [stderr]    |             ^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]    = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]   --> /opt/rustwide/cargo-home/git/checkouts/rust-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:28:12
[INFO] [stderr]    |
[INFO] [stderr] 28 |     pub x: c_double,
[INFO] [stderr]    |            ^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]    = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]   --> /opt/rustwide/cargo-home/git/checkouts/rust-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:29:12
[INFO] [stderr]    |
[INFO] [stderr] 29 |     pub y: c_double,
[INFO] [stderr]    |            ^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]    = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]   --> /opt/rustwide/cargo-home/git/checkouts/rust-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:30:12
[INFO] [stderr]    |
[INFO] [stderr] 30 |     pub z: c_double,
[INFO] [stderr]    |            ^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]    = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]   --> /opt/rustwide/cargo-home/git/checkouts/rust-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:35:15
[INFO] [stderr]    |
[INFO] [stderr] 35 |     pub leng: 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-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:36:15
[INFO] [stderr]    |
[INFO] [stderr] 36 |     pub xsiz: 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-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:37:15
[INFO] [stderr]    |
[INFO] [stderr] 37 |     pub ysiz: 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-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:38:15
[INFO] [stderr]    |
[INFO] [stderr] 38 |     pub zsiz: 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-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:39:15
[INFO] [stderr]    |
[INFO] [stderr] 39 |     pub xpiv: c_float,
[INFO] [stderr]    |               ^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]    = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]   --> /opt/rustwide/cargo-home/git/checkouts/rust-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:40:15
[INFO] [stderr]    |
[INFO] [stderr] 40 |     pub ypiv: c_float,
[INFO] [stderr]    |               ^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]    = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]   --> /opt/rustwide/cargo-home/git/checkouts/rust-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:41:15
[INFO] [stderr]    |
[INFO] [stderr] 41 |     pub zpiv: c_float,
[INFO] [stderr]    |               ^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]    = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]   --> /opt/rustwide/cargo-home/git/checkouts/rust-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:42:18
[INFO] [stderr]    |
[INFO] [stderr] 42 |     pub numvoxs: 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-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:43:17
[INFO] [stderr]    |
[INFO] [stderr] 43 |     pub namoff: 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-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:46:22
[INFO] [stderr]    |
[INFO] [stderr] 46 |     pub xlen: *const c_ulong,  //xsiz*sizeof(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-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:47:22
[INFO] [stderr]    |
[INFO] [stderr] 47 |     pub ylen: *const c_ushort, //xsiz*ysiz*sizeof(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-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:53:16
[INFO] [stderr]    |
[INFO] [stderr] 53 |     pub flags: c_long, /// flags bit 0:0=use normal shading, 1=disable normal shading
[INFO] [stderr]    |                ^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]    = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]   --> /opt/rustwide/cargo-home/git/checkouts/rust-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:60:17
[INFO] [stderr]    |
[INFO] [stderr] 60 |     pub kfatim: c_long,        /// time (in milliseconds) of KFA animation
[INFO] [stderr]    |                 ^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]    = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]   --> /opt/rustwide/cargo-home/git/checkouts/rust-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:63:18
[INFO] [stderr]    |
[INFO] [stderr] 63 |     pub okfatim: 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-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:83:13
[INFO] [stderr]    |
[INFO] [stderr] 83 |     parent: 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-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:94:10
[INFO] [stderr]    |
[INFO] [stderr] 94 |     col: 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-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:95:8
[INFO] [stderr]    |
[INFO] [stderr] 95 |     z: 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-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:96:10
[INFO] [stderr]    |
[INFO] [stderr] 96 |     vis: 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-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:97:10
[INFO] [stderr]    |
[INFO] [stderr] 97 |     dir: 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-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:102:10
[INFO] [stderr]     |
[INFO] [stderr] 102 |     tim: 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-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:103:10
[INFO] [stderr]     |
[INFO] [stderr] 103 |     frm: 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-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:108:13
[INFO] [stderr]     |
[INFO] [stderr] 108 |     pub z1: 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-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:109:13
[INFO] [stderr]     |
[INFO] [stderr] 109 |     pub z0: 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-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:110:12
[INFO] [stderr]     |
[INFO] [stderr] 110 |     pub x: 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-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:111:12
[INFO] [stderr]     |
[INFO] [stderr] 111 |     pub y: 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-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:116:17
[INFO] [stderr]     |
[INFO] [stderr] 116 |     pub numspr: 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-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:117:17
[INFO] [stderr]     |
[INFO] [stderr] 117 |     pub numhin: 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-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:118:17
[INFO] [stderr]     |
[INFO] [stderr] 118 |     pub numfrm: 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-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:119:17
[INFO] [stderr]     |
[INFO] [stderr] 119 |     pub seqnum: 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-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:120:17
[INFO] [stderr]     |
[INFO] [stderr] 120 |     pub namoff: 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-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:124:27
[INFO] [stderr]     |
[INFO] [stderr] 124 |         hingesort: *const c_long,   //[numhin]
[INFO] [stderr]     |                           ^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:125:24
[INFO] [stderr]     |
[INFO] [stderr] 125 |         frmval: *const c_short,     // [numfrm][numhin]
[INFO] [stderr]     |                        ^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:133:32
[INFO] [stderr]     |
[INFO] [stderr] 133 |         pub fn initvoxlap() -> c_int;
[INFO] [stderr]     |                                ^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:138:42
[INFO] [stderr]     |
[INFO] [stderr] 138 |         pub fn loadsxl (filename: *const c_char, vxlnam: *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-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:138:67
[INFO] [stderr]     |
[INFO] [stderr] 138 |         pub fn loadsxl (filename: *const c_char, vxlnam: *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-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:139:28
[INFO] [stderr]     |
[INFO] [stderr] 139 |           skynam: *mut*mut c_char, globst: *mut*mut c_char) -> 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-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:139:53
[INFO] [stderr]     |
[INFO] [stderr] 139 |           skynam: *mut*mut c_char, globst: *mut*mut c_char) -> 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-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:139:64
[INFO] [stderr]     |
[INFO] [stderr] 139 |           skynam: *mut*mut c_char, globst: *mut*mut c_char) -> 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-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:141:62
[INFO] [stderr]     |
[INFO] [stderr] 141 |         pub fn parspr (spr: &mut vx5sprite, userst: *mut*mut c_char) -> *const 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-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:141:80
[INFO] [stderr]     |
[INFO] [stderr] 141 |         pub fn parspr (spr: &mut vx5sprite, userst: *mut*mut c_char) -> *const 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-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:143:42
[INFO] [stderr]     |
[INFO] [stderr] 143 |         pub fn loaddta (filename: *const c_char, pos: &mut dpoint3d, right_vec: &mut dpoint3d, down_vec: &mut dpoint3d, forward_vec: &mut dpoint3d) -> 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-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:143:152
[INFO] [stderr]     |
[INFO] [stderr] 143 |         pub fn loaddta (filename: *const c_char, pos: &mut dpoint3d, right_vec: &mut dpoint3d, down_vec: &mut dpoint3d, forward_vec: &mut dpoint3d) -> 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-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:145:42
[INFO] [stderr]     |
[INFO] [stderr] 145 |         pub fn loadpng (filename: *const c_char, pos: &mut dpoint3d,
[INFO] [stderr]     |                                          ^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:146:93
[INFO] [stderr]     |
[INFO] [stderr] 146 |           right_vec: &mut dpoint3d, down_vec: &mut dpoint3d, forward_vec: &mut dpoint3d) -> 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-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:148:42
[INFO] [stderr]     |
[INFO] [stderr] 148 |         pub fn loadbsp (filename: *const c_char, pos: &mut dpoint3d,
[INFO] [stderr]     |                                          ^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:149:93
[INFO] [stderr]     |
[INFO] [stderr] 149 |           right_vec: &mut dpoint3d, down_vec: &mut dpoint3d, forward_vec: &mut dpoint3d) -> 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-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:151:42
[INFO] [stderr]     |
[INFO] [stderr] 151 |         pub fn loadvxl (filename: *const c_char, pos: &mut dpoint3d,
[INFO] [stderr]     |                                          ^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:152:93
[INFO] [stderr]     |
[INFO] [stderr] 152 |           right_vec: &mut dpoint3d, down_vec: &mut dpoint3d, forward_vec: &mut dpoint3d) -> 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-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:154:42
[INFO] [stderr]     |
[INFO] [stderr] 154 |         pub fn savevxl (filename: *const c_char, pos: &mut dpoint3d,
[INFO] [stderr]     |                                          ^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:155:92
[INFO] [stderr]     |
[INFO] [stderr] 155 |          right_vec: &mut dpoint3d, down_vec: &mut dpoint3d, forward_vec: &mut dpoint3d) -> 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-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:157:42
[INFO] [stderr]     |
[INFO] [stderr] 157 |         pub fn loadsky (filename: *const c_char) -> 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-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:157:53
[INFO] [stderr]     |
[INFO] [stderr] 157 |         pub fn loadsky (filename: *const c_char) -> 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-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:160:69
[INFO] [stderr]     |
[INFO] [stderr] 160 |         pub fn voxsetframebuffer(ptr_to_dst_buffer: *mut u8, pitch: c_ulong, buffer_width: c_uint, buffer_height: 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-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:160:92
[INFO] [stderr]     |
[INFO] [stderr] 160 |         pub fn voxsetframebuffer(ptr_to_dst_buffer: *mut u8, pitch: c_ulong, buffer_width: c_uint, buffer_height: 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-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:160:115
[INFO] [stderr]     |
[INFO] [stderr] 160 |         pub fn voxsetframebuffer(ptr_to_dst_buffer: *mut u8, pitch: c_ulong, buffer_width: c_uint, buffer_height: 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-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:162:36
[INFO] [stderr]     |
[INFO] [stderr] 162 |         pub fn setsideshades (sto: c_char, sbo: c_char, sle: c_char, sri: c_char, sup: c_char, sdo: 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-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:162:49
[INFO] [stderr]     |
[INFO] [stderr] 162 |         pub fn setsideshades (sto: c_char, sbo: c_char, sle: c_char, sri: c_char, sup: c_char, sdo: 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-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:162:62
[INFO] [stderr]     |
[INFO] [stderr] 162 |         pub fn setsideshades (sto: c_char, sbo: c_char, sle: c_char, sri: c_char, sup: c_char, sdo: 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-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:162:75
[INFO] [stderr]     |
[INFO] [stderr] 162 |         pub fn setsideshades (sto: c_char, sbo: c_char, sle: c_char, sri: c_char, sup: c_char, sdo: 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-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:162:88
[INFO] [stderr]     |
[INFO] [stderr] 162 |         pub fn setsideshades (sto: c_char, sbo: c_char, sle: c_char, sri: c_char, sup: c_char, sdo: 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-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:162:101
[INFO] [stderr]     |
[INFO] [stderr] 162 |         pub fn setsideshades (sto: c_char, sbo: c_char, sle: c_char, sri: c_char, sup: c_char, sdo: 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-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:164:96
[INFO] [stderr]     |
[INFO] [stderr] 164 |         pub fn setcamera(ipo: &dpoint3d, ist: &dpoint3d, ihe: &dpoint3d, ifo: &dpoint3d, dahx: c_float, dahy: c_float, dahz: c_float);
[INFO] [stderr]     |                                                                                                ^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:164:111
[INFO] [stderr]     |
[INFO] [stderr] 164 |         pub fn setcamera(ipo: &dpoint3d, ist: &dpoint3d, ihe: &dpoint3d, ifo: &dpoint3d, dahx: c_float, dahy: c_float, dahz: c_float);
[INFO] [stderr]     |                                                                                                               ^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:164:126
[INFO] [stderr]     |
[INFO] [stderr] 164 |         pub fn setcamera(ipo: &dpoint3d, ist: &dpoint3d, ihe: &dpoint3d, ifo: &dpoint3d, dahx: c_float, dahy: c_float, dahz: c_float);
[INFO] [stderr]     |                                                                                                                              ^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:167:33
[INFO] [stderr]     |
[INFO] [stderr] 167 |         pub fn drawpoint2d (sx: c_ulong, sy: c_ulong, col: 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-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:167:46
[INFO] [stderr]     |
[INFO] [stderr] 167 |         pub fn drawpoint2d (sx: c_ulong, sy: c_ulong, col: 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-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:167:60
[INFO] [stderr]     |
[INFO] [stderr] 167 |         pub fn drawpoint2d (sx: c_ulong, sy: c_ulong, col: 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-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:169:33
[INFO] [stderr]     |
[INFO] [stderr] 169 |         pub fn drawpoint3d (x0: c_float, y0: c_float, z0: c_float, col: 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-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:169:46
[INFO] [stderr]     |
[INFO] [stderr] 169 |         pub fn drawpoint3d (x0: c_float, y0: c_float, z0: c_float, col: 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-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:169:59
[INFO] [stderr]     |
[INFO] [stderr] 169 |         pub fn drawpoint3d (x0: c_float, y0: c_float, z0: c_float, col: 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-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:169:73
[INFO] [stderr]     |
[INFO] [stderr] 169 |         pub fn drawpoint3d (x0: c_float, y0: c_float, z0: c_float, col: 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-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:171:32
[INFO] [stderr]     |
[INFO] [stderr] 171 |         pub fn drawline2d (x1: c_float, y1: c_float, x2: c_float, y2: c_float, col: 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-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:171:45
[INFO] [stderr]     |
[INFO] [stderr] 171 |         pub fn drawline2d (x1: c_float, y1: c_float, x2: c_float, y2: c_float, col: 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-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:171:58
[INFO] [stderr]     |
[INFO] [stderr] 171 |         pub fn drawline2d (x1: c_float, y1: c_float, x2: c_float, y2: c_float, col: 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-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:171:71
[INFO] [stderr]     |
[INFO] [stderr] 171 |         pub fn drawline2d (x1: c_float, y1: c_float, x2: c_float, y2: c_float, col: 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-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:171:85
[INFO] [stderr]     |
[INFO] [stderr] 171 |         pub fn drawline2d (x1: c_float, y1: c_float, x2: c_float, y2: c_float, col: 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-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:173:32
[INFO] [stderr]     |
[INFO] [stderr] 173 |         pub fn drawline3d (x0: c_float, y0: c_float, z0: c_float,
[INFO] [stderr]     |                                ^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:173:45
[INFO] [stderr]     |
[INFO] [stderr] 173 |         pub fn drawline3d (x0: c_float, y0: c_float, z0: c_float,
[INFO] [stderr]     |                                             ^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:173:58
[INFO] [stderr]     |
[INFO] [stderr] 173 |         pub fn drawline3d (x0: c_float, y0: c_float, z0: c_float,
[INFO] [stderr]     |                                                          ^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:174:15
[INFO] [stderr]     |
[INFO] [stderr] 174 |           x1: c_float, y1: c_float, z1: c_float, col: 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-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:174:28
[INFO] [stderr]     |
[INFO] [stderr] 174 |           x1: c_float, y1: c_float, z1: c_float, col: 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-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:174:41
[INFO] [stderr]     |
[INFO] [stderr] 174 |           x1: c_float, y1: c_float, z1: c_float, col: 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-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:174:55
[INFO] [stderr]     |
[INFO] [stderr] 174 |           x1: c_float, y1: c_float, z1: c_float, col: 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-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:176:30
[INFO] [stderr]     |
[INFO] [stderr] 176 |         pub fn project2d (x: c_float, y: c_float, z: c_float, px: &mut c_float, py: &mut c_float, sx: &mut c_float) -> 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-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:176:42
[INFO] [stderr]     |
[INFO] [stderr] 176 |         pub fn project2d (x: c_float, y: c_float, z: c_float, px: &mut c_float, py: &mut c_float, sx: &mut c_float) -> 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-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:176:54
[INFO] [stderr]     |
[INFO] [stderr] 176 |         pub fn project2d (x: c_float, y: c_float, z: c_float, px: &mut c_float, py: &mut c_float, sx: &mut c_float) -> 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-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:176:72
[INFO] [stderr]     |
[INFO] [stderr] 176 |         pub fn project2d (x: c_float, y: c_float, z: c_float, px: &mut c_float, py: &mut c_float, sx: &mut c_float) -> 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-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:176:90
[INFO] [stderr]     |
[INFO] [stderr] 176 |         pub fn project2d (x: c_float, y: c_float, z: c_float, px: &mut c_float, py: &mut c_float, sx: &mut c_float) -> 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-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:176:108
[INFO] [stderr]     |
[INFO] [stderr] 176 |         pub fn project2d (x: c_float, y: c_float, z: c_float, px: &mut c_float, py: &mut c_float, sx: &mut c_float) -> 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-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:176:120
[INFO] [stderr]     |
[INFO] [stderr] 176 |         pub fn project2d (x: c_float, y: c_float, z: c_float, px: &mut c_float, py: &mut c_float, sx: &mut c_float) -> 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-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:178:36
[INFO] [stderr]     |
[INFO] [stderr] 178 |         pub fn drawspherefill (ox: c_float, oy: c_float, oz: c_float, bakrad: c_float, col: 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-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:178:49
[INFO] [stderr]     |
[INFO] [stderr] 178 |         pub fn drawspherefill (ox: c_float, oy: c_float, oz: c_float, bakrad: c_float, col: 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-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:178:62
[INFO] [stderr]     |
[INFO] [stderr] 178 |         pub fn drawspherefill (ox: c_float, oy: c_float, oz: c_float, bakrad: c_float, col: 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-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:178:79
[INFO] [stderr]     |
[INFO] [stderr] 178 |         pub fn drawspherefill (ox: c_float, oy: c_float, oz: c_float, bakrad: c_float, col: 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-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:178:93
[INFO] [stderr]     |
[INFO] [stderr] 178 |         pub fn drawspherefill (ox: c_float, oy: c_float, oz: c_float, bakrad: c_float, col: 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-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:180:52
[INFO] [stderr]     |
[INFO] [stderr] 180 |         pub fn drawpicinquad (rpic: *mut u8, rbpl: c_ulong, rxsiz: c_ulong, rysiz: 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-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:180:68
[INFO] [stderr]     |
[INFO] [stderr] 180 |         pub fn drawpicinquad (rpic: *mut u8, rbpl: c_ulong, rxsiz: c_ulong, rysiz: 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-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:180:84
[INFO] [stderr]     |
[INFO] [stderr] 180 |         pub fn drawpicinquad (rpic: *mut u8, rbpl: c_ulong, rxsiz: c_ulong, rysiz: 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-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:181:32
[INFO] [stderr]     |
[INFO] [stderr] 181 |           wpic: *mut u8, wbpl: c_ulong, wxsiz: c_ulong, wysiz: 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-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:181:48
[INFO] [stderr]     |
[INFO] [stderr] 181 |           wpic: *mut u8, wbpl: c_ulong, wxsiz: c_ulong, wysiz: 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-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:181:64
[INFO] [stderr]     |
[INFO] [stderr] 181 |           wpic: *mut u8, wbpl: c_ulong, wxsiz: c_ulong, wysiz: 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-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:182:15
[INFO] [stderr]     |
[INFO] [stderr] 182 |           x0: c_float, y0: c_float, x1: c_float, y1: c_float,
[INFO] [stderr]     |               ^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:182:28
[INFO] [stderr]     |
[INFO] [stderr] 182 |           x0: c_float, y0: c_float, x1: c_float, y1: c_float,
[INFO] [stderr]     |                            ^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:182:41
[INFO] [stderr]     |
[INFO] [stderr] 182 |           x0: c_float, y0: c_float, x1: c_float, y1: c_float,
[INFO] [stderr]     |                                         ^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:182:54
[INFO] [stderr]     |
[INFO] [stderr] 182 |           x0: c_float, y0: c_float, x1: c_float, y1: c_float,
[INFO] [stderr]     |                                                      ^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:183:15
[INFO] [stderr]     |
[INFO] [stderr] 183 |           x2: c_float, y2: c_float, x3: c_float, y3: c_float);
[INFO] [stderr]     |               ^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:183:28
[INFO] [stderr]     |
[INFO] [stderr] 183 |           x2: c_float, y2: c_float, x3: c_float, y3: c_float);
[INFO] [stderr]     |                            ^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:183:41
[INFO] [stderr]     |
[INFO] [stderr] 183 |           x2: c_float, y2: c_float, x3: c_float, y3: c_float);
[INFO] [stderr]     |                                         ^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:183:54
[INFO] [stderr]     |
[INFO] [stderr] 183 |           x2: c_float, y2: c_float, x3: c_float, y3: c_float);
[INFO] [stderr]     |                                                      ^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:185:36
[INFO] [stderr]     |
[INFO] [stderr] 185 |         pub fn drawpolyquad (rpic: c_long, rbpl: c_ulong, rxsiz: c_ulong, rysiz: 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-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:185:50
[INFO] [stderr]     |
[INFO] [stderr] 185 |         pub fn drawpolyquad (rpic: c_long, rbpl: c_ulong, rxsiz: c_ulong, rysiz: 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-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:185:66
[INFO] [stderr]     |
[INFO] [stderr] 185 |         pub fn drawpolyquad (rpic: c_long, rbpl: c_ulong, rxsiz: c_ulong, rysiz: 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-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:185:82
[INFO] [stderr]     |
[INFO] [stderr] 185 |         pub fn drawpolyquad (rpic: c_long, rbpl: c_ulong, rxsiz: c_ulong, rysiz: 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-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:186:14
[INFO] [stderr]     |
[INFO] [stderr] 186 |          x0: c_float, y0: c_float, z0: c_float, u0: c_float, v0: c_float,
[INFO] [stderr]     |              ^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:186:27
[INFO] [stderr]     |
[INFO] [stderr] 186 |          x0: c_float, y0: c_float, z0: c_float, u0: c_float, v0: c_float,
[INFO] [stderr]     |                           ^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:186:40
[INFO] [stderr]     |
[INFO] [stderr] 186 |          x0: c_float, y0: c_float, z0: c_float, u0: c_float, v0: c_float,
[INFO] [stderr]     |                                        ^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:186:53
[INFO] [stderr]     |
[INFO] [stderr] 186 |          x0: c_float, y0: c_float, z0: c_float, u0: c_float, v0: c_float,
[INFO] [stderr]     |                                                     ^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:186:66
[INFO] [stderr]     |
[INFO] [stderr] 186 |          x0: c_float, y0: c_float, z0: c_float, u0: c_float, v0: c_float,
[INFO] [stderr]     |                                                                  ^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:187:14
[INFO] [stderr]     |
[INFO] [stderr] 187 |          x1: c_float, y1: c_float, z1: c_float, u1: c_float, v1: c_float,
[INFO] [stderr]     |              ^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:187:27
[INFO] [stderr]     |
[INFO] [stderr] 187 |          x1: c_float, y1: c_float, z1: c_float, u1: c_float, v1: c_float,
[INFO] [stderr]     |                           ^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:187:40
[INFO] [stderr]     |
[INFO] [stderr] 187 |          x1: c_float, y1: c_float, z1: c_float, u1: c_float, v1: c_float,
[INFO] [stderr]     |                                        ^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:187:53
[INFO] [stderr]     |
[INFO] [stderr] 187 |          x1: c_float, y1: c_float, z1: c_float, u1: c_float, v1: c_float,
[INFO] [stderr]     |                                                     ^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:187:66
[INFO] [stderr]     |
[INFO] [stderr] 187 |          x1: c_float, y1: c_float, z1: c_float, u1: c_float, v1: c_float,
[INFO] [stderr]     |                                                                  ^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:188:14
[INFO] [stderr]     |
[INFO] [stderr] 188 |          x2: c_float, y2: c_float, z2: c_float, u2: c_float, v2: c_float,
[INFO] [stderr]     |              ^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:188:27
[INFO] [stderr]     |
[INFO] [stderr] 188 |          x2: c_float, y2: c_float, z2: c_float, u2: c_float, v2: c_float,
[INFO] [stderr]     |                           ^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:188:40
[INFO] [stderr]     |
[INFO] [stderr] 188 |          x2: c_float, y2: c_float, z2: c_float, u2: c_float, v2: c_float,
[INFO] [stderr]     |                                        ^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:188:53
[INFO] [stderr]     |
[INFO] [stderr] 188 |          x2: c_float, y2: c_float, z2: c_float, u2: c_float, v2: c_float,
[INFO] [stderr]     |                                                     ^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:188:66
[INFO] [stderr]     |
[INFO] [stderr] 188 |          x2: c_float, y2: c_float, z2: c_float, u2: c_float, v2: c_float,
[INFO] [stderr]     |                                                                  ^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:189:14
[INFO] [stderr]     |
[INFO] [stderr] 189 |          x3: c_float, y3: c_float, z3: c_float);
[INFO] [stderr]     |              ^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:189:27
[INFO] [stderr]     |
[INFO] [stderr] 189 |          x3: c_float, y3: c_float, z3: c_float);
[INFO] [stderr]     |                           ^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:189:40
[INFO] [stderr]     |
[INFO] [stderr] 189 |          x3: c_float, y3: c_float, z3: c_float);
[INFO] [stderr]     |                                        ^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:191:28
[INFO] [stderr]     |
[INFO] [stderr] 191 |         pub fn print4x6(x: c_ulong, y: c_ulong, fg_color: c_long, bg_color: c_long, fmt: *const 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-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:191:40
[INFO] [stderr]     |
[INFO] [stderr] 191 |         pub fn print4x6(x: c_ulong, y: c_ulong, fg_color: c_long, bg_color: c_long, fmt: *const 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-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:191:59
[INFO] [stderr]     |
[INFO] [stderr] 191 |         pub fn print4x6(x: c_ulong, y: c_ulong, fg_color: c_long, bg_color: c_long, fmt: *const 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-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:191:77
[INFO] [stderr]     |
[INFO] [stderr] 191 |         pub fn print4x6(x: c_ulong, y: c_ulong, fg_color: c_long, bg_color: c_long, fmt: *const 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-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:191:97
[INFO] [stderr]     |
[INFO] [stderr] 191 |         pub fn print4x6(x: c_ulong, y: c_ulong, fg_color: c_long, bg_color: c_long, fmt: *const 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-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:193:28
[INFO] [stderr]     |
[INFO] [stderr] 193 |         pub fn print6x8(x: c_ulong, y: c_ulong, fg_color: c_long, bg_color: c_long, fmt: *const 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-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:193:40
[INFO] [stderr]     |
[INFO] [stderr] 193 |         pub fn print6x8(x: c_ulong, y: c_ulong, fg_color: c_long, bg_color: c_long, fmt: *const 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-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:193:59
[INFO] [stderr]     |
[INFO] [stderr] 193 |         pub fn print6x8(x: c_ulong, y: c_ulong, fg_color: c_long, bg_color: c_long, fmt: *const 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-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:193:77
[INFO] [stderr]     |
[INFO] [stderr] 193 |         pub fn print6x8(x: c_ulong, y: c_ulong, fg_color: c_long, bg_color: c_long, fmt: *const 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-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:193:97
[INFO] [stderr]     |
[INFO] [stderr] 193 |         pub fn print6x8(x: c_ulong, y: c_ulong, fg_color: c_long, bg_color: c_long, fmt: *const 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-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:206:45
[INFO] [stderr]     |
[INFO] [stderr] 206 |         pub fn drawtile (tf: *const u8, tp: c_ulong, tx: c_ulong, ty: c_ulong, tcx: c_ulong, tcy: 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-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:206:58
[INFO] [stderr]     |
[INFO] [stderr] 206 |         pub fn drawtile (tf: *const u8, tp: c_ulong, tx: c_ulong, ty: c_ulong, tcx: c_ulong, tcy: 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-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:206:71
[INFO] [stderr]     |
[INFO] [stderr] 206 |         pub fn drawtile (tf: *const u8, tp: c_ulong, tx: c_ulong, ty: c_ulong, tcx: c_ulong, tcy: 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-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:206:85
[INFO] [stderr]     |
[INFO] [stderr] 206 |         pub fn drawtile (tf: *const u8, tp: c_ulong, tx: c_ulong, ty: c_ulong, tcx: c_ulong, tcy: 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-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:206:99
[INFO] [stderr]     |
[INFO] [stderr] 206 |         pub fn drawtile (tf: *const u8, tp: c_ulong, tx: c_ulong, ty: c_ulong, tcx: c_ulong, tcy: 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-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:207:17
[INFO] [stderr]     |
[INFO] [stderr] 207 |             sx: c_ulong, sy: c_ulong, xz: c_ulong, yz: c_ulong, black: c_long, white: 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-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:207:30
[INFO] [stderr]     |
[INFO] [stderr] 207 |             sx: c_ulong, sy: c_ulong, xz: c_ulong, yz: c_ulong, black: c_long, white: 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-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:207:43
[INFO] [stderr]     |
[INFO] [stderr] 207 |             sx: c_ulong, sy: c_ulong, xz: c_ulong, yz: c_ulong, black: c_long, white: 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-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:207:56
[INFO] [stderr]     |
[INFO] [stderr] 207 |             sx: c_ulong, sy: c_ulong, xz: c_ulong, yz: c_ulong, black: c_long, white: 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-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:207:72
[INFO] [stderr]     |
[INFO] [stderr] 207 |             sx: c_ulong, sy: c_ulong, xz: c_ulong, yz: c_ulong, black: c_long, white: 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-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:207:87
[INFO] [stderr]     |
[INFO] [stderr] 207 |             sx: c_ulong, sy: c_ulong, xz: c_ulong, yz: c_ulong, black: c_long, white: 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-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:216:50
[INFO] [stderr]     |
[INFO] [stderr] 216 |         pub fn screencapture32bit (fname: *const c_char) -> 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-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:216:61
[INFO] [stderr]     |
[INFO] [stderr] 216 |         pub fn screencapture32bit (fname: *const c_char) -> 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-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:226:68
[INFO] [stderr]     |
[INFO] [stderr] 226 |         pub fn surroundcapture32bit (pos: &dpoint3d, fname: *const c_char, boxsiz: c_ulong) -> 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-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:226:84
[INFO] [stderr]     |
[INFO] [stderr] 226 |         pub fn surroundcapture32bit (pos: &dpoint3d, fname: *const c_char, boxsiz: c_ulong) -> 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-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:226:96
[INFO] [stderr]     |
[INFO] [stderr] 226 |         pub fn surroundcapture32bit (pos: &dpoint3d, fname: *const c_char, boxsiz: c_ulong) -> 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-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:241:39
[INFO] [stderr]     |
[INFO] [stderr] 241 |         pub fn getkv6 (kv6nam: *const c_char) -> *mut vx5sprite;
[INFO] [stderr]     |                                       ^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:248:39
[INFO] [stderr]     |
[INFO] [stderr] 248 |         pub fn getkfa (kfanam: *const c_char) -> *mut kfatype;
[INFO] [stderr]     |                                       ^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:262:40
[INFO] [stderr]     |
[INFO] [stderr] 262 |         pub fn savekv6 (filnam: *const c_char, kv: &kv6data);
[INFO] [stderr]     |                                        ^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:272:60
[INFO] [stderr]     |
[INFO] [stderr] 272 |         pub fn getspr (spr: &mut vx5sprite, filnam: *const 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-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:291:37
[INFO] [stderr]     |
[INFO] [stderr] 291 |         pub fn getkfilname (namoff: c_long) -> *const 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-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:291:55
[INFO] [stderr]     |
[INFO] [stderr] 291 |         pub fn getkfilname (namoff: c_long) -> *const 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-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:298:54
[INFO] [stderr]     |
[INFO] [stderr] 298 |         pub fn animsprite (spr: &vx5sprite, timeadd: 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-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:314:73
[INFO] [stderr]     |
[INFO] [stderr] 314 |         pub fn meltsphere (spr: &mut vx5sprite, hit: &lpoint3d, hitrad: c_ulong) -> 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-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:314:85
[INFO] [stderr]     |
[INFO] [stderr] 314 |         pub fn meltsphere (spr: &mut vx5sprite, hit: &lpoint3d, hitrad: c_ulong) -> 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-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:335:72
[INFO] [stderr]     |
[INFO] [stderr] 335 |         pub fn meltspans (spr: &vx5sprite, lst: *const vspans, lstnum: c_long, offs: &lpoint3d) -> 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-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:335:100
[INFO] [stderr]     |
[INFO] [stderr] 335 |         pub fn meltspans (spr: &vx5sprite, lst: *const vspans, lstnum: c_long, offs: &lpoint3d) -> 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-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:351:33
[INFO] [stderr]     |
[INFO] [stderr] 351 |         pub fn orthorotate (ox: c_float, oy: c_float, oz: c_float,
[INFO] [stderr]     |                                 ^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:351:46
[INFO] [stderr]     |
[INFO] [stderr] 351 |         pub fn orthorotate (ox: c_float, oy: c_float, oz: c_float,
[INFO] [stderr]     |                                              ^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:351:59
[INFO] [stderr]     |
[INFO] [stderr] 351 |         pub fn orthorotate (ox: c_float, oy: c_float, oz: c_float,
[INFO] [stderr]     |                                                           ^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:355:34
[INFO] [stderr]     |
[INFO] [stderr] 355 |         pub fn dorthorotate (ox: c_double, oy: c_double, oz: c_double,
[INFO] [stderr]     |                                  ^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:355:48
[INFO] [stderr]     |
[INFO] [stderr] 355 |         pub fn dorthorotate (ox: c_double, oy: c_double, oz: c_double,
[INFO] [stderr]     |                                                ^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:355:62
[INFO] [stderr]     |
[INFO] [stderr] 355 |         pub fn dorthorotate (ox: c_double, oy: c_double, oz: c_double,
[INFO] [stderr]     |                                                              ^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:358:63
[INFO] [stderr]     |
[INFO] [stderr] 358 |         pub fn axisrotate(p: &mut point3d, axis: &point3d, w: c_float);
[INFO] [stderr]     |                                                               ^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:377:75
[INFO] [stderr]     |
[INFO] [stderr] 377 |         pub fn cansee (p0: &point3d, p1: &point3d, hit: &mut lpoint3d) -> 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-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:388:86
[INFO] [stderr]     |
[INFO] [stderr] 388 |         pub fn hitscan (p: &dpoint3d, d: &dpoint3d, h: &mut lpoint3d, ind: &mut *mut c_long, dir: *mut 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-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:388:104
[INFO] [stderr]     |
[INFO] [stderr] 388 |         pub fn hitscan (p: &dpoint3d, d: &dpoint3d, h: &mut lpoint3d, ind: &mut *mut c_long, dir: *mut 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-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:401:48
[INFO] [stderr]     |
[INFO] [stderr] 401 |           ind: &mut *mut kv6voxtype, vsc: *mut c_float);
[INFO] [stderr]     |                                                ^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:408:31
[INFO] [stderr]     |
[INFO] [stderr] 408 |         pub fn findmaxcr (px: c_double, py: c_double, pz: c_double, cr: c_double) -> c_double;
[INFO] [stderr]     |                               ^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:408:45
[INFO] [stderr]     |
[INFO] [stderr] 408 |         pub fn findmaxcr (px: c_double, py: c_double, pz: c_double, cr: c_double) -> c_double;
[INFO] [stderr]     |                                             ^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:408:59
[INFO] [stderr]     |
[INFO] [stderr] 408 |         pub fn findmaxcr (px: c_double, py: c_double, pz: c_double, cr: c_double) -> c_double;
[INFO] [stderr]     |                                                           ^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:408:73
[INFO] [stderr]     |
[INFO] [stderr] 408 |         pub fn findmaxcr (px: c_double, py: c_double, pz: c_double, cr: c_double) -> c_double;
[INFO] [stderr]     |                                                                         ^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:408:86
[INFO] [stderr]     |
[INFO] [stderr] 408 |         pub fn findmaxcr (px: c_double, py: c_double, pz: c_double, cr: c_double) -> c_double;
[INFO] [stderr]     |                                                                                      ^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:414:62
[INFO] [stderr]     |
[INFO] [stderr] 414 |         pub fn clipmove(p: &mut dpoint3d, v: &dpoint3d, acr: c_double);
[INFO] [stderr]     |                                                              ^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:426:46
[INFO] [stderr]     |
[INFO] [stderr] 426 |           hit: &point3d, lhit: &lpoint3d) -> 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-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:431:28
[INFO] [stderr]     |
[INFO] [stderr] 431 |         pub fn estnorm (x: c_long, y: c_long, z: c_long, fp: &point3d);
[INFO] [stderr]     |                            ^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:431:39
[INFO] [stderr]     |
[INFO] [stderr] 431 |         pub fn estnorm (x: c_long, y: c_long, z: c_long, fp: &point3d);
[INFO] [stderr]     |                                       ^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:431:50
[INFO] [stderr]     |
[INFO] [stderr] 431 |         pub fn estnorm (x: c_long, y: c_long, z: c_long, fp: &point3d);
[INFO] [stderr]     |                                                  ^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:436:33
[INFO] [stderr]     |
[INFO] [stderr] 436 |         pub fn isvoxelsolid (x: c_long, y: c_long, z: c_long) -> 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-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:436:44
[INFO] [stderr]     |
[INFO] [stderr] 436 |         pub fn isvoxelsolid (x: c_long, y: c_long, z: c_long) -> 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-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:436:55
[INFO] [stderr]     |
[INFO] [stderr] 436 |         pub fn isvoxelsolid (x: c_long, y: c_long, z: c_long) -> 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-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:436:66
[INFO] [stderr]     |
[INFO] [stderr] 436 |         pub fn isvoxelsolid (x: c_long, y: c_long, z: c_long) -> 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-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:439:34
[INFO] [stderr]     |
[INFO] [stderr] 439 |         pub fn anyvoxelsolid (x: c_ulong, y: c_ulong, z0: c_long, z1: c_long) -> 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-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:439:46
[INFO] [stderr]     |
[INFO] [stderr] 439 |         pub fn anyvoxelsolid (x: c_ulong, y: c_ulong, z0: c_long, z1: c_long) -> 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-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:439:59
[INFO] [stderr]     |
[INFO] [stderr] 439 |         pub fn anyvoxelsolid (x: c_ulong, y: c_ulong, z0: c_long, z1: c_long) -> 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-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:439:71
[INFO] [stderr]     |
[INFO] [stderr] 439 |         pub fn anyvoxelsolid (x: c_ulong, y: c_ulong, z0: c_long, z1: c_long) -> 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-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:439:82
[INFO] [stderr]     |
[INFO] [stderr] 439 |         pub fn anyvoxelsolid (x: c_ulong, y: c_ulong, z0: c_long, z1: c_long) -> 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-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:442:34
[INFO] [stderr]     |
[INFO] [stderr] 442 |         pub fn anyvoxelempty (x: c_ulong, y: c_ulong, z0: c_long, z1: c_long) -> 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-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:442:46
[INFO] [stderr]     |
[INFO] [stderr] 442 |         pub fn anyvoxelempty (x: c_ulong, y: c_ulong, z0: c_long, z1: c_long) -> 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-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:442:59
[INFO] [stderr]     |
[INFO] [stderr] 442 |         pub fn anyvoxelempty (x: c_ulong, y: c_ulong, z0: c_long, z1: c_long) -> 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-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:442:71
[INFO] [stderr]     |
[INFO] [stderr] 442 |         pub fn anyvoxelempty (x: c_ulong, y: c_ulong, z0: c_long, z1: c_long) -> 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-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:442:82
[INFO] [stderr]     |
[INFO] [stderr] 442 |         pub fn anyvoxelempty (x: c_ulong, y: c_ulong, z0: c_long, z1: c_long) -> 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-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:445:30
[INFO] [stderr]     |
[INFO] [stderr] 445 |         pub fn getfloorz (x: c_long, y: c_long, z: c_long) -> 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-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:445:41
[INFO] [stderr]     |
[INFO] [stderr] 445 |         pub fn getfloorz (x: c_long, y: c_long, z: c_long) -> 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-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:445:52
[INFO] [stderr]     |
[INFO] [stderr] 445 |         pub fn getfloorz (x: c_long, y: c_long, z: c_long) -> 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-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:445:63
[INFO] [stderr]     |
[INFO] [stderr] 445 |         pub fn getfloorz (x: c_long, y: c_long, z: c_long) -> 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-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:451:28
[INFO] [stderr]     |
[INFO] [stderr] 451 |         pub fn getcube (x: c_long, y: c_long, z: c_long) -> 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-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:451:39
[INFO] [stderr]     |
[INFO] [stderr] 451 |         pub fn getcube (x: c_long, y: c_long, z: c_long) -> 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-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:451:50
[INFO] [stderr]     |
[INFO] [stderr] 451 |         pub fn getcube (x: c_long, y: c_long, z: c_long) -> 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-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:451:61
[INFO] [stderr]     |
[INFO] [stderr] 451 |         pub fn getcube (x: c_long, y: c_long, z: c_long) -> 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-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:455:28
[INFO] [stderr]     |
[INFO] [stderr] 455 |         pub fn setcube(px: c_long, px: c_long, px: c_long, col: 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-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:455:40
[INFO] [stderr]     |
[INFO] [stderr] 455 |         pub fn setcube(px: c_long, px: c_long, px: c_long, col: 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-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:455:52
[INFO] [stderr]     |
[INFO] [stderr] 455 |         pub fn setcube(px: c_long, px: c_long, px: c_long, col: 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-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:455:65
[INFO] [stderr]     |
[INFO] [stderr] 455 |         pub fn setcube(px: c_long, px: c_long, px: c_long, col: 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-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:456:53
[INFO] [stderr]     |
[INFO] [stderr] 456 |         pub fn setsphere(center: &lpoint3d, hitrad: c_ulong, dacol: 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-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:456:69
[INFO] [stderr]     |
[INFO] [stderr] 456 |         pub fn setsphere(center: &lpoint3d, hitrad: c_ulong, dacol: 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-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:465:18
[INFO] [stderr]     |
[INFO] [stderr] 465 |          hitrad: c_long, dacol: c_long, bakit: 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-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:465:33
[INFO] [stderr]     |
[INFO] [stderr] 465 |          hitrad: c_long, dacol: c_long, bakit: 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-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:465:48
[INFO] [stderr]     |
[INFO] [stderr] 465 |          hitrad: c_long, dacol: c_long, bakit: 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-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:474:63
[INFO] [stderr]     |
[INFO] [stderr] 474 |         pub fn setcylinder (p0: &lpoint3d, p1: &lpoint3d, cr: 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-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:475:20
[INFO] [stderr]     |
[INFO] [stderr] 475 |             dacol: c_long, bakit: 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-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:475:35
[INFO] [stderr]     |
[INFO] [stderr] 475 |             dacol: c_long, bakit: 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-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:482:65
[INFO] [stderr]     |
[INFO] [stderr] 482 |         pub fn setrect (hit: &lpoint3d, hit2: &lpoint3d, dacol: 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-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:489:73
[INFO] [stderr]     |
[INFO] [stderr] 489 |         pub fn settri (p0: &point3d, p1: &point3d, p2: &point3d, bakit: 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-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:502:61
[INFO] [stderr]     |
[INFO] [stderr] 502 |         pub fn setsector (p: *const point3d, point2: *const c_ulong, n: 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-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:502:73
[INFO] [stderr]     |
[INFO] [stderr] 502 |         pub fn setsector (p: *const point3d, point2: *const c_ulong, n: 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-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:503:17
[INFO] [stderr]     |
[INFO] [stderr] 503 |          thick: c_float, dacol: c_long, bakit: 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-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:503:33
[INFO] [stderr]     |
[INFO] [stderr] 503 |          thick: c_float, dacol: c_long, bakit: 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-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:503:48
[INFO] [stderr]     |
[INFO] [stderr] 503 |          thick: c_float, dacol: c_long, bakit: 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-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:511:54
[INFO] [stderr]     |
[INFO] [stderr] 511 |         pub fn setspans (lst: *const vspans, lstnum: c_ulong, offs: &lpoint3d, dacol: 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-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:511:87
[INFO] [stderr]     |
[INFO] [stderr] 511 |         pub fn setspans (lst: *const vspans, lstnum: c_ulong, offs: &lpoint3d, dacol: 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-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:518:43
[INFO] [stderr]     |
[INFO] [stderr] 518 |         pub fn setheightmap (hptr: *const c_uchar, hbpl: c_ulong, hxs: c_ulong, hys: 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-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:518:58
[INFO] [stderr]     |
[INFO] [stderr] 518 |         pub fn setheightmap (hptr: *const c_uchar, hbpl: c_ulong, hxs: c_ulong, hys: 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-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:518:72
[INFO] [stderr]     |
[INFO] [stderr] 518 |         pub fn setheightmap (hptr: *const c_uchar, hbpl: c_ulong, hxs: c_ulong, hys: 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-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:518:86
[INFO] [stderr]     |
[INFO] [stderr] 518 |         pub fn setheightmap (hptr: *const c_uchar, hbpl: c_ulong, hxs: c_ulong, hys: 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-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:519:14
[INFO] [stderr]     |
[INFO] [stderr] 519 |          x0: c_ulong, y0: c_ulong, x1: c_ulong, y1: 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-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:519:27
[INFO] [stderr]     |
[INFO] [stderr] 519 |          x0: c_ulong, y0: c_ulong, x1: c_ulong, y1: 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-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:519:40
[INFO] [stderr]     |
[INFO] [stderr] 519 |          x0: c_ulong, y0: c_ulong, x1: c_ulong, y1: 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-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:519:53
[INFO] [stderr]     |
[INFO] [stderr] 519 |          x0: c_ulong, y0: c_ulong, x1: c_ulong, y1: 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-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:527:48
[INFO] [stderr]     |
[INFO] [stderr] 527 |         pub fn setkv6 (spr: &vx5sprite, dacol: 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-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:539:47
[INFO] [stderr]     |
[INFO] [stderr] 539 |         pub fn sethull3d (pt: &point3d, nump: c_long, dacol: c_long, bakit: 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-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:539:62
[INFO] [stderr]     |
[INFO] [stderr] 539 |         pub fn sethull3d (pt: &point3d, nump: c_long, dacol: c_long, bakit: 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-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:539:77
[INFO] [stderr]     |
[INFO] [stderr] 539 |         pub fn sethull3d (pt: &point3d, nump: c_long, dacol: c_long, bakit: 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-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:548:48
[INFO] [stderr]     |
[INFO] [stderr] 548 |         pub fn setlathe (p: &point3d, numcurs: c_long, dacol: c_long, bakit: 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-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:548:63
[INFO] [stderr]     |
[INFO] [stderr] 548 |         pub fn setlathe (p: &point3d, numcurs: c_long, dacol: c_long, bakit: 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-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:548:78
[INFO] [stderr]     |
[INFO] [stderr] 548 |         pub fn setlathe (p: &point3d, numcurs: c_long, dacol: c_long, bakit: 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-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:557:48
[INFO] [stderr]     |
[INFO] [stderr] 557 |         pub fn setblobs (p: &point3d, numcurs: c_long, dacol: c_long, bakit: 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-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:557:63
[INFO] [stderr]     |
[INFO] [stderr] 557 |         pub fn setblobs (p: &point3d, numcurs: c_long, dacol: c_long, bakit: 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-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:557:78
[INFO] [stderr]     |
[INFO] [stderr] 557 |         pub fn setblobs (p: &point3d, numcurs: c_long, dacol: c_long, bakit: 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-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:565:35
[INFO] [stderr]     |
[INFO] [stderr] 565 |         pub fn setfloodfill3d (x: c_long, y: c_long, z: c_long, minx: c_long, miny: c_long, minz: 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-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:565:46
[INFO] [stderr]     |
[INFO] [stderr] 565 |         pub fn setfloodfill3d (x: c_long, y: c_long, z: c_long, minx: c_long, miny: c_long, minz: 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-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:565:57
[INFO] [stderr]     |
[INFO] [stderr] 565 |         pub fn setfloodfill3d (x: c_long, y: c_long, z: c_long, minx: c_long, miny: c_long, minz: 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-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:565:71
[INFO] [stderr]     |
[INFO] [stderr] 565 |         pub fn setfloodfill3d (x: c_long, y: c_long, z: c_long, minx: c_long, miny: c_long, minz: 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-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:565:85
[INFO] [stderr]     |
[INFO] [stderr] 565 |         pub fn setfloodfill3d (x: c_long, y: c_long, z: c_long, minx: c_long, miny: c_long, minz: 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-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:565:99
[INFO] [stderr]     |
[INFO] [stderr] 565 |         pub fn setfloodfill3d (x: c_long, y: c_long, z: c_long, minx: c_long, miny: c_long, minz: 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-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:566:19
[INFO] [stderr]     |
[INFO] [stderr] 566 |             maxx: c_long, maxy: c_long, maxz: 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-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:566:33
[INFO] [stderr]     |
[INFO] [stderr] 566 |             maxx: c_long, maxy: c_long, maxz: 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-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:566:47
[INFO] [stderr]     |
[INFO] [stderr] 566 |             maxx: c_long, maxy: c_long, maxz: 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-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:577:41
[INFO] [stderr]     |
[INFO] [stderr] 577 |         pub fn setkvx (filename: *const c_char, ox: c_long, oy: c_long, oz: 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-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:577:53
[INFO] [stderr]     |
[INFO] [stderr] 577 |         pub fn setkvx (filename: *const c_char, ox: c_long, oy: c_long, oz: 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-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:577:65
[INFO] [stderr]     |
[INFO] [stderr] 577 |         pub fn setkvx (filename: *const c_char, ox: c_long, oy: c_long, oz: 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-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:577:77
[INFO] [stderr]     |
[INFO] [stderr] 577 |         pub fn setkvx (filename: *const c_char, ox: c_long, oy: c_long, oz: 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-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:578:15
[INFO] [stderr]     |
[INFO] [stderr] 578 |          rot: c_long, bakit: 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-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:578:30
[INFO] [stderr]     |
[INFO] [stderr] 578 |          rot: c_long, bakit: 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-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:585:30
[INFO] [stderr]     |
[INFO] [stderr] 585 |         pub fn setflash (px: c_float, py: c_float, pz: c_float,
[INFO] [stderr]     |                              ^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:585:43
[INFO] [stderr]     |
[INFO] [stderr] 585 |         pub fn setflash (px: c_float, py: c_float, pz: c_float,
[INFO] [stderr]     |                                           ^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:585:56
[INFO] [stderr]     |
[INFO] [stderr] 585 |         pub fn setflash (px: c_float, py: c_float, pz: c_float,
[INFO] [stderr]     |                                                        ^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:586:26
[INFO] [stderr]     |
[INFO] [stderr] 586 |             flashradius: c_long, numang: c_long, intens: 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-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:586:42
[INFO] [stderr]     |
[INFO] [stderr] 586 |             flashradius: c_long, numang: c_long, intens: 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-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:586:58
[INFO] [stderr]     |
[INFO] [stderr] 586 |             flashradius: c_long, numang: c_long, intens: 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-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:588:33
[INFO] [stderr]     |
[INFO] [stderr] 588 |         pub fn setnormflash(px: c_float, px: c_float, px: c_float, flash_radius: c_long, intens: 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-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:588:46
[INFO] [stderr]     |
[INFO] [stderr] 588 |         pub fn setnormflash(px: c_float, px: c_float, px: c_float, flash_radius: c_long, intens: 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-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:588:59
[INFO] [stderr]     |
[INFO] [stderr] 588 |         pub fn setnormflash(px: c_float, px: c_float, px: c_float, flash_radius: c_long, intens: 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-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:588:82
[INFO] [stderr]     |
[INFO] [stderr] 588 |         pub fn setnormflash(px: c_float, px: c_float, px: c_float, flash_radius: c_long, intens: 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-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:588:98
[INFO] [stderr]     |
[INFO] [stderr] 588 |         pub fn setnormflash(px: c_float, px: c_float, px: c_float, flash_radius: c_long, intens: 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-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:592:32
[INFO] [stderr]     |
[INFO] [stderr] 592 |         pub fn updatebbox (x0: c_long, y0: c_long, z0: c_long, x1: c_long, y1: c_long, z1: 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-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:592:44
[INFO] [stderr]     |
[INFO] [stderr] 592 |         pub fn updatebbox (x0: c_long, y0: c_long, z0: c_long, x1: c_long, y1: c_long, z1: 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-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:592:56
[INFO] [stderr]     |
[INFO] [stderr] 592 |         pub fn updatebbox (x0: c_long, y0: c_long, z0: c_long, x1: c_long, y1: c_long, z1: 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-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:592:68
[INFO] [stderr]     |
[INFO] [stderr] 592 |         pub fn updatebbox (x0: c_long, y0: c_long, z0: c_long, x1: c_long, y1: c_long, z1: 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-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:592:80
[INFO] [stderr]     |
[INFO] [stderr] 592 |         pub fn updatebbox (x0: c_long, y0: c_long, z0: c_long, x1: c_long, y1: c_long, z1: 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-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:592:92
[INFO] [stderr]     |
[INFO] [stderr] 592 |         pub fn updatebbox (x0: c_long, y0: c_long, z0: c_long, x1: c_long, y1: c_long, z1: 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-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:593:19
[INFO] [stderr]     |
[INFO] [stderr] 593 |           csgdel: 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-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:595:31
[INFO] [stderr]     |
[INFO] [stderr] 595 |         pub fn genmipvxl (x0: c_long, y0: c_long, x1: c_long, y1: 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-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:595:43
[INFO] [stderr]     |
[INFO] [stderr] 595 |         pub fn genmipvxl (x0: c_long, y0: c_long, x1: c_long, y1: 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-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:595:55
[INFO] [stderr]     |
[INFO] [stderr] 595 |         pub fn genmipvxl (x0: c_long, y0: c_long, x1: c_long, y1: 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-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:595:67
[INFO] [stderr]     |
[INFO] [stderr] 595 |         pub fn genmipvxl (x0: c_long, y0: c_long, x1: c_long, y1: 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-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:596:36
[INFO] [stderr]     |
[INFO] [stderr] 596 |         pub fn updatelighting (x0: c_long, y0: c_long, z0: c_long, x1: c_long, y1: c_long, z1: 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-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:596:48
[INFO] [stderr]     |
[INFO] [stderr] 596 |         pub fn updatelighting (x0: c_long, y0: c_long, z0: c_long, x1: c_long, y1: c_long, z1: 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-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:596:60
[INFO] [stderr]     |
[INFO] [stderr] 596 |         pub fn updatelighting (x0: c_long, y0: c_long, z0: c_long, x1: c_long, y1: c_long, z1: 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-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:596:72
[INFO] [stderr]     |
[INFO] [stderr] 596 |         pub fn updatelighting (x0: c_long, y0: c_long, z0: c_long, x1: c_long, y1: c_long, z1: 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-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:596:84
[INFO] [stderr]     |
[INFO] [stderr] 596 |         pub fn updatelighting (x0: c_long, y0: c_long, z0: c_long, x1: c_long, y1: c_long, z1: 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-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:596:96
[INFO] [stderr]     |
[INFO] [stderr] 596 |         pub fn updatelighting (x0: c_long, y0: c_long, z0: c_long, x1: c_long, y1: c_long, z1: 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-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:599:29
[INFO] [stderr]     |
[INFO] [stderr] 599 |         pub fn getVSID() -> 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-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:601:37
[INFO] [stderr]     |
[INFO] [stderr] 601 |         pub fn setMaxScanDist(dist: 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-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:602:38
[INFO] [stderr]     |
[INFO] [stderr] 602 |         pub fn setLightingMode(mode: 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-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:604:35
[INFO] [stderr]     |
[INFO] [stderr] 604 |         pub fn set_anginc(anginc: 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-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:605:32
[INFO] [stderr]     |
[INFO] [stderr] 605 |         pub fn get_anginc() -> 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-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:607:35
[INFO] [stderr]     |
[INFO] [stderr] 607 |         pub fn set_fogcol(fogcol: 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-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:608:35
[INFO] [stderr]     |
[INFO] [stderr] 608 |         pub fn set_kv6col(kv6col: 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-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:609:35
[INFO] [stderr]     |
[INFO] [stderr] 609 |         pub fn set_curcol(curcol: 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-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:610:35
[INFO] [stderr]     |
[INFO] [stderr] 610 |         pub fn set_curpow(curpow: c_float);
[INFO] [stderr]     |                                   ^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]     = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/rust-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:611:41
[INFO] [stderr]     |
[INFO] [stderr] 611 |         pub fn set_fallcheck(fallcheck: 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-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:620:29
[INFO] [stderr]     |
[INFO] [stderr] 620 | pub fn checkfloatinbox (x0: c_long, y0: c_long, z0: c_long, x1: c_long, y1: c_long, z1: 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-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:620:41
[INFO] [stderr]     |
[INFO] [stderr] 620 | pub fn checkfloatinbox (x0: c_long, y0: c_long, z0: c_long, x1: c_long, y1: c_long, z1: 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-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:620:53
[INFO] [stderr]     |
[INFO] [stderr] 620 | pub fn checkfloatinbox (x0: c_long, y0: c_long, z0: c_long, x1: c_long, y1: c_long, z1: 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-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:620:65
[INFO] [stderr]     |
[INFO] [stderr] 620 | pub fn checkfloatinbox (x0: c_long, y0: c_long, z0: c_long, x1: c_long, y1: c_long, z1: 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-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:620:77
[INFO] [stderr]     |
[INFO] [stderr] 620 | pub fn checkfloatinbox (x0: c_long, y0: c_long, z0: c_long, x1: c_long, y1: c_long, z1: 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-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:620:89
[INFO] [stderr]     |
[INFO] [stderr] 620 | pub fn checkfloatinbox (x0: c_long, y0: c_long, z0: c_long, x1: c_long, y1: c_long, z1: 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-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:632:19
[INFO] [stderr]     |
[INFO] [stderr] 632 | pub fn dofall (i: 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-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:646:46
[INFO] [stderr]     |
[INFO] [stderr] 646 |         pub fn meltfall (spr: &vx5sprite, i: c_long, delvxl: c_long) -> 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-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:646:62
[INFO] [stderr]     |
[INFO] [stderr] 646 |         pub fn meltfall (spr: &vx5sprite, i: c_long, delvxl: c_long) -> 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-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:646:73
[INFO] [stderr]     |
[INFO] [stderr] 646 |         pub fn meltfall (spr: &vx5sprite, i: c_long, delvxl: c_long) -> 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-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:651:45
[INFO] [stderr]     |
[INFO] [stderr] 651 |         pub fn curcolfunc (p: &lpoint3d) -> 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-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:654:47
[INFO] [stderr]     |
[INFO] [stderr] 654 |         pub fn floorcolfunc (p: &lpoint3d) -> 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-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:657:45
[INFO] [stderr]     |
[INFO] [stderr] 657 |         pub fn jitcolfunc (p: &lpoint3d) -> 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-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:660:46
[INFO] [stderr]     |
[INFO] [stderr] 660 |         pub fn manycolfunc (p: &lpoint3d) -> 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-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:663:45
[INFO] [stderr]     |
[INFO] [stderr] 663 |         pub fn sphcolfunc (p: &lpoint3d) -> 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-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:666:46
[INFO] [stderr]     |
[INFO] [stderr] 666 |         pub fn woodcolfunc (p: &lpoint3d) -> 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-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:678:45
[INFO] [stderr]     |
[INFO] [stderr] 678 |         pub fn pngcolfunc (p: &lpoint3d) -> 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-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:681:45
[INFO] [stderr]     |
[INFO] [stderr] 681 |         pub fn kv6colfunc (p: &lpoint3d) -> 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-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:695:40
[INFO] [stderr]     |
[INFO] [stderr] 695 |         pub fn kpzload (filnam: *const c_char, pic: *mut c_long, bpl: *mut 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-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:695:58
[INFO] [stderr]     |
[INFO] [stderr] 695 |         pub fn kpzload (filnam: *const c_char, pic: *mut c_long, bpl: *mut 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-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:695:76
[INFO] [stderr]     |
[INFO] [stderr] 695 |         pub fn kpzload (filnam: *const c_char, pic: *mut c_long, bpl: *mut 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-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:696:22
[INFO] [stderr]     |
[INFO] [stderr] 696 |           xsiz: *mut c_ulong, ysiz: *mut 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-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:696:42
[INFO] [stderr]     |
[INFO] [stderr] 696 |           xsiz: *mut c_ulong, ysiz: *mut 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-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:702:38
[INFO] [stderr]     |
[INFO] [stderr] 702 |         pub fn kpgetdim (buf: *const c_char, leng: c_long, xsiz: *const c_long, ysiz: *const 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-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:702:52
[INFO] [stderr]     |
[INFO] [stderr] 702 |         pub fn kpgetdim (buf: *const c_char, leng: c_long, xsiz: *const c_long, ysiz: *const 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-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:702:73
[INFO] [stderr]     |
[INFO] [stderr] 702 |         pub fn kpgetdim (buf: *const c_char, leng: c_long, xsiz: *const c_long, ysiz: *const 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-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:702:94
[INFO] [stderr]     |
[INFO] [stderr] 702 |         pub fn kpgetdim (buf: *const c_char, leng: c_long, xsiz: *const c_long, ysiz: *const 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-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:714:38
[INFO] [stderr]     |
[INFO] [stderr] 714 |         pub fn kprender (buf: *const c_char, leng: c_long, frameptr: c_long, bpl: 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-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:714:52
[INFO] [stderr]     |
[INFO] [stderr] 714 |         pub fn kprender (buf: *const c_char, leng: c_long, frameptr: c_long, bpl: 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-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:714:70
[INFO] [stderr]     |
[INFO] [stderr] 714 |         pub fn kprender (buf: *const c_char, leng: c_long, frameptr: c_long, bpl: 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-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:714:83
[INFO] [stderr]     |
[INFO] [stderr] 714 |         pub fn kprender (buf: *const c_char, leng: c_long, frameptr: c_long, bpl: 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-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:715:19
[INFO] [stderr]     |
[INFO] [stderr] 715 |             xdim: c_long, ydim: c_long, xoff: c_long, yoff: c_long) -> 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-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:715:33
[INFO] [stderr]     |
[INFO] [stderr] 715 |             xdim: c_long, ydim: c_long, xoff: c_long, yoff: c_long) -> 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-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:715:47
[INFO] [stderr]     |
[INFO] [stderr] 715 |             xdim: c_long, ydim: c_long, xoff: c_long, yoff: c_long) -> 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-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:715:61
[INFO] [stderr]     |
[INFO] [stderr] 715 |             xdim: c_long, ydim: c_long, xoff: c_long, yoff: c_long) -> 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-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:715:72
[INFO] [stderr]     |
[INFO] [stderr] 715 |             xdim: c_long, ydim: c_long, xoff: c_long, yoff: c_long) -> 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-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:734:43
[INFO] [stderr]     |
[INFO] [stderr] 734 |         pub fn kzaddstack (filnam: *const 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-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:746:39
[INFO] [stderr]     |
[INFO] [stderr] 746 |         pub fn kzopen (filnam: *const c_char) -> 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-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:746:50
[INFO] [stderr]     |
[INFO] [stderr] 746 |         pub fn kzopen (filnam: *const c_char) -> 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-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:749:51
[INFO] [stderr]     |
[INFO] [stderr] 749 |         pub fn kzread (buffer: *mut c_void, leng: c_long) -> 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-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:749:62
[INFO] [stderr]     |
[INFO] [stderr] 749 |         pub fn kzread (buffer: *mut c_void, leng: c_long) -> 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-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:752:35
[INFO] [stderr]     |
[INFO] [stderr] 752 |         pub fn kzfilelength () -> 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-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:758:32
[INFO] [stderr]     |
[INFO] [stderr] 758 |         pub fn kzseek (offset: c_long, whence: 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-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:758:48
[INFO] [stderr]     |
[INFO] [stderr] 758 |         pub fn kzseek (offset: c_long, whence: 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-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:761:29
[INFO] [stderr]     |
[INFO] [stderr] 761 |         pub fn kztell () -> 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-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:765:29
[INFO] [stderr]     |
[INFO] [stderr] 765 |         pub fn kzgetc () -> 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-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:768:28
[INFO] [stderr]     |
[INFO] [stderr] 768 |         pub fn kzeof () -> 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-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:790:44
[INFO] [stderr]     |
[INFO] [stderr] 790 |         pub fn kzfindfilestart (st: *const 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-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:795:43
[INFO] [stderr]     |
[INFO] [stderr] 795 |         pub fn kzfindfile (filnam: *const c_char) -> 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-voxlap-03f2a0e5dcec5dbc/504f23a/src/c_api.rs:795:54
[INFO] [stderr]     |
[INFO] [stderr] 795 |         pub fn kzfindfile (filnam: *const c_char) -> 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: aborting due to 456 previous errors
[INFO] [stderr] 
[INFO] [stderr] Some errors have detailed explanations: E0405, E0412, E0422, E0425, E0432, E0433, E0531, E0658.
[INFO] [stderr] For more information about an error, try `rustc --explain E0405`.
[INFO] [stderr] error: could not compile `voxlap`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: build failed
[INFO] running `"docker" "inspect" "ca9f94439cadd80b84fb237ce0b9352c6959b3bef16876bb7046a3359dc8629d"`
[INFO] running `"docker" "rm" "-f" "ca9f94439cadd80b84fb237ce0b9352c6959b3bef16876bb7046a3359dc8629d"`
[INFO] [stdout] ca9f94439cadd80b84fb237ce0b9352c6959b3bef16876bb7046a3359dc8629d
