[INFO] cloning repository https://github.com/liigo/qbox [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/liigo/qbox" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fliigo%2Fqbox", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fliigo%2Fqbox'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 71992ee4e16da9a236ab07d8ece78a530c8dbb28 [INFO] testing liigo/qbox against beta-2022-04-10 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fliigo%2Fqbox" "/workspace/builds/worker-74/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-74/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/liigo/qbox on toolchain beta-2022-04-10 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/liigo/qbox [INFO] finished tweaking git repo https://github.com/liigo/qbox [INFO] tweaked toml for git repo https://github.com/liigo/qbox written to /workspace/builds/worker-74/source/Cargo.toml [INFO] crate git repo https://github.com/liigo/qbox already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-74/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-74/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 417234552f86cbd0e95733c5d91620a6605bc0b6173da3ca8a371aa4edd14cef [INFO] running `Command { std: "docker" "start" "-a" "417234552f86cbd0e95733c5d91620a6605bc0b6173da3ca8a371aa4edd14cef", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "417234552f86cbd0e95733c5d91620a6605bc0b6173da3ca8a371aa4edd14cef", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "417234552f86cbd0e95733c5d91620a6605bc0b6173da3ca8a371aa4edd14cef", kill_on_drop: false }` [INFO] [stdout] 417234552f86cbd0e95733c5d91620a6605bc0b6173da3ca8a371aa4edd14cef [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-74/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-74/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] d2e642a6b3b6f8674a2833d4914de0ee9f01a6986a26ef32d552a7668f88a317 [INFO] running `Command { std: "docker" "start" "-a" "d2e642a6b3b6f8674a2833d4914de0ee9f01a6986a26ef32d552a7668f88a317", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling gcc v0.1.0 [INFO] [stderr] Compiling fmt v0.0.1 (https://github.com/liigo/fmt-rs#1fde175d) [INFO] [stderr] Compiling lazy_static v0.1.1 [INFO] [stderr] Compiling rust-hl-lua v0.1.0 (https://github.com/tomaka/rust-hl-lua#1bc367f1) [INFO] [stdout] error[E0432]: unresolved import `std::io::Command` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/gcc-0.1.0/src/lib.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | use std::io::Command; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ no `Command` in `io` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `std::io::process` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/gcc-0.1.0/src/lib.rs:5:14 [INFO] [stdout] | [INFO] [stdout] 5 | use std::io::process::InheritFd; [INFO] [stdout] | ^^^^^^^ could not find `process` in `io` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `fs` in `io` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/gcc-0.1.0/src/lib.rs:87:18 [INFO] [stdout] | [INFO] [stdout] 87 | std::io::fs::mkdir_recursive(&obj.dir_path(), std::io::USER_RWX).unwrap(); [INFO] [stdout] | ^^ could not find `fs` in `io` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Path` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/gcc-0.1.0/src/lib.rs:11:34 [INFO] [stdout] | [INFO] [stdout] 11 | pub include_directories: Vec, [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 3 | use std::path::Path; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Path` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/gcc-0.1.0/src/lib.rs:15:22 [INFO] [stdout] | [INFO] [stdout] 15 | pub objects: Vec, [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 3 | use std::path::Path; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `getenv` in module `os` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/gcc-0.1.0/src/lib.rs:47:22 [INFO] [stdout] | [INFO] [stdout] 47 | let target = os::getenv("TARGET").unwrap(); [INFO] [stdout] | ^^^^^^ not found in `os` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `getenv` in module `os` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/gcc-0.1.0/src/lib.rs:48:25 [INFO] [stdout] | [INFO] [stdout] 48 | let opt_level = os::getenv("OPT_LEVEL").unwrap(); [INFO] [stdout] | ^^^^^^ not found in `os` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Path` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/gcc-0.1.0/src/lib.rs:82:15 [INFO] [stdout] | [INFO] [stdout] 82 | let src = Path::new(os::getenv("CARGO_MANIFEST_DIR").unwrap()); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 3 | use std::path::Path; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `getenv` in module `os` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/gcc-0.1.0/src/lib.rs:82:29 [INFO] [stdout] | [INFO] [stdout] 82 | let src = Path::new(os::getenv("CARGO_MANIFEST_DIR").unwrap()); [INFO] [stdout] | ^^^^^^ not found in `os` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Path` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/gcc-0.1.0/src/lib.rs:83:15 [INFO] [stdout] | [INFO] [stdout] 83 | let dst = Path::new(os::getenv("OUT_DIR").unwrap()); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 3 | use std::path::Path; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `getenv` in module `os` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/gcc-0.1.0/src/lib.rs:83:29 [INFO] [stdout] | [INFO] [stdout] 83 | let dst = Path::new(os::getenv("OUT_DIR").unwrap()); [INFO] [stdout] | ^^^^^^ not found in `os` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `USER_RWX` in module `std::io` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/gcc-0.1.0/src/lib.rs:87:64 [INFO] [stdout] | [INFO] [stdout] 87 | std::io::fs::mkdir_recursive(&obj.dir_path(), std::io::USER_RWX).unwrap(); [INFO] [stdout] | ^^^^^^^^ not found in `std::io` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `getenv` in module `os` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/gcc-0.1.0/src/lib.rs:113:9 [INFO] [stdout] | [INFO] [stdout] 113 | os::getenv("CC").unwrap_or(if cfg!(windows) { [INFO] [stdout] | ^^^^^^ not found in `os` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `getenv` in module `os` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/gcc-0.1.0/src/lib.rs:121:9 [INFO] [stdout] | [INFO] [stdout] 121 | os::getenv("AR").unwrap_or("ar".to_string()) [INFO] [stdout] | ^^^^^^ not found in `os` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `getenv` in module `os` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/gcc-0.1.0/src/lib.rs:125:9 [INFO] [stdout] | [INFO] [stdout] 125 | os::getenv("CFLAGS").unwrap_or(String::new()) [INFO] [stdout] | ^^^^^^ not found in `os` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/gcc-0.1.0/src/lib.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | #![feature(if_let)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: remove the attribute [INFO] [stdout] | [INFO] [stdout] = help: the feature `if_let` has been stable since 1.0.0 and no longer requires an attribute to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `slice` found for reference `&str` in the current scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/gcc-0.1.0/src/lib.rs:98:36 [INFO] [stdout] | [INFO] [stdout] 98 | dst.display(), output.slice(3, output.len() - 2)); [INFO] [stdout] | ^^^^^ method not found in `&str` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `as_slice` found for struct `String` in the current scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/gcc-0.1.0/src/lib.rs:163:23 [INFO] [stdout] | [INFO] [stdout] 163 | res.push(sdk_path.as_slice().trim()); [INFO] [stdout] | ^^^^^^^^ method not found in `String` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 18 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0412, E0425, E0432, E0433, E0554, E0599. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0412`. [INFO] [stdout] [INFO] [stderr] error: could not compile `gcc` due to 19 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error: couldn't read /opt/rustwide/cargo-home/git/checkouts/fmt-rs-9ec314d78e45562c/1fde175/make -f Makefile.cargo: No such file or directory (os error 2) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `license` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/lazy_static-0.1.1/src/lazy_static.rs:74:4 [INFO] [stdout] | [INFO] [stdout] 74 | #![license = "MIT"] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/lazy_static-0.1.1/src/lazy_static.rs:76:1 [INFO] [stdout] | [INFO] [stdout] 76 | #![feature(macro_rules)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the attribute [INFO] [stdout] | [INFO] [stdout] = help: the feature `macro_rules` has been stable since 1.0.0 and no longer requires an attribute to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `fmt` due to 2 previous errors [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0554`. [INFO] [stdout] [INFO] [stderr] error: could not compile `lazy_static` due to 3 previous errors [INFO] [stdout] error: `--crate-name` and `#[crate_name]` are required to match, but `rust_hl_lua` != `rust-hl-lua` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/lib.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | #![crate_name = "rust-hl-lua"] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `!`, `(`, `+`, `::`, `;`, `<`, or `]`, found `,` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/functions_read.rs:16:16 [INFO] [stdout] | [INFO] [stdout] 16 | buffer: [u8, ..128], [INFO] [stdout] | ^ expected one of 7 possible tokens [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected type, found `|` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/userdata.rs:39:16 [INFO] [stdout] | [INFO] [stdout] 39 | metatable: |&mut LuaTable|) -> uint [INFO] [stdout] | ^ expected type [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `!`, `(`, `+`, `::`, `;`, `<`, or `]`, found `,` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/ffi.rs:108:33 [INFO] [stdout] | [INFO] [stdout] 108 | pub short_src: [libc::c_char, ..60]//, [INFO] [stdout] | ^ expected one of 7 possible tokens [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: macros that expand to items must be delimited with braces or followed by a semicolon [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/functions_write.rs:77:27 [INFO] [stdout] | [INFO] [stdout] 77 | macro_rules! Push_function( [INFO] [stdout] | ___________________________^ [INFO] [stdout] 78 | | ($s:ident, $args:ident, $b:block | $($ty:ident),*) => ( [INFO] [stdout] 79 | | impl<'lua, L: HasLua, Ret: Push> $(, $ty : CopyRead>+Clone)*> Push for fn($($ty),*)-... [INFO] [stdout] 80 | | fn push_to_lua(self, lua: &mut L) -> uint { [INFO] [stdout] ... | [INFO] [stdout] 128 | | ); [INFO] [stdout] 129 | | ) [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] help: change the delimiters to curly braces [INFO] [stdout] | [INFO] [stdout] 77 ~ macro_rules! Push_function{ [INFO] [stdout] 78 | ($s:ident, $args:ident, $b:block | $($ty:ident),*) => ( [INFO] [stdout] 79 | impl<'lua, L: HasLua, Ret: Push> $(, $ty : CopyRead>+Clone)*> Push for fn($($ty),*)->Ret { [INFO] [stdout] 80 | fn push_to_lua(self, lua: &mut L) -> uint { [INFO] [stdout] 81 | // pushing the function pointer as a userdata [INFO] [stdout] 82 | let lua_data_raw = unsafe { ffi::lua_newuserdata(lua.use_lua(), ::std::mem::size_of_val(&self) as ::libc::size_t) }; [INFO] [stdout] ... [INFO] [stdout] help: add a semicolon [INFO] [stdout] | [INFO] [stdout] 129 | ); [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: macros that expand to items must be delimited with braces or followed by a semicolon [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/functions_write.rs:131:15 [INFO] [stdout] | [INFO] [stdout] 131 | Push_function!(self, args, { (*self)() } | ) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: change the delimiters to curly braces [INFO] [stdout] | [INFO] [stdout] 131 | Push_function!{self, args, { (*self)() } | } [INFO] [stdout] | ~ ~ [INFO] [stdout] help: add a semicolon [INFO] [stdout] | [INFO] [stdout] 131 | Push_function!(self, args, { (*self)() } | ); [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: macros that expand to items must be delimited with braces or followed by a semicolon [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/functions_write.rs:132:15 [INFO] [stdout] | [INFO] [stdout] 132 | Push_function!(self, args, { (*self)(args) } | Arg1 ) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: change the delimiters to curly braces [INFO] [stdout] | [INFO] [stdout] 132 | Push_function!{self, args, { (*self)(args) } | Arg1 } [INFO] [stdout] | ~ ~ [INFO] [stdout] help: add a semicolon [INFO] [stdout] | [INFO] [stdout] 132 | Push_function!(self, args, { (*self)(args) } | Arg1 ); [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: macros that expand to items must be delimited with braces or followed by a semicolon [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/functions_write.rs:133:15 [INFO] [stdout] | [INFO] [stdout] 133 | Push_function!(self, args, { (*self)(args.ref0().clone(), args.ref1().clone()) } | Arg1, Arg2 ) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: change the delimiters to curly braces [INFO] [stdout] | [INFO] [stdout] 133 | Push_function!{self, args, { (*self)(args.ref0().clone(), args.ref1().clone()) } | Arg1, Arg2 } [INFO] [stdout] | ~ ~ [INFO] [stdout] help: add a semicolon [INFO] [stdout] | [INFO] [stdout] 133 | Push_function!(self, args, { (*self)(args.ref0().clone(), args.ref1().clone()) } | Arg1, Arg2 ); [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: macros that expand to items must be delimited with braces or followed by a semicolon [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/functions_write.rs:134:15 [INFO] [stdout] | [INFO] [stdout] 134 | Push_function!(self, args, { (*self)(args.ref0().clone(), args.ref1().clone(), args.ref2().clone()) } | Arg1, Arg2, Arg3 ) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: change the delimiters to curly braces [INFO] [stdout] | [INFO] [stdout] 134 | Push_function!{self, args, { (*self)(args.ref0().clone(), args.ref1().clone(), args.ref2().clone()) } | Arg1, Arg2, Arg3 } [INFO] [stdout] | ~ ~ [INFO] [stdout] help: add a semicolon [INFO] [stdout] | [INFO] [stdout] 134 | Push_function!(self, args, { (*self)(args.ref0().clone(), args.ref1().clone(), args.ref2().clone()) } | Arg1, Arg2, Arg3 ); [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: macros that expand to items must be delimited with braces or followed by a semicolon [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/functions_write.rs:135:15 [INFO] [stdout] | [INFO] [stdout] 135 | ...on!(self, args, { (*self)(args.ref0().clone(), args.ref1().clone(), args.ref2().clone(), args.ref3().clone()) } | Arg1, Arg2, Arg3, Arg4 ) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: change the delimiters to curly braces [INFO] [stdout] | [INFO] [stdout] 135 | Push_function!{self, args, { (*self)(args.ref0().clone(), args.ref1().clone(), args.ref2().clone(), args.ref3().clone()) } | Arg1, Arg2, Arg3, Arg4 } [INFO] [stdout] | ~ ~ [INFO] [stdout] help: add a semicolon [INFO] [stdout] | [INFO] [stdout] 135 | Push_function!(self, args, { (*self)(args.ref0().clone(), args.ref1().clone(), args.ref2().clone(), args.ref3().clone()) } | Arg1, Arg2, Arg3, Arg4 ); [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: macros that expand to items must be delimited with braces or followed by a semicolon [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/functions_write.rs:136:15 [INFO] [stdout] | [INFO] [stdout] 136 | ...on!(self, args, { (*self)(args.ref0().clone(), args.ref1().clone(), args.ref2().clone(), args.ref3().clone(), args.ref4().clone()) } | Arg1, Arg2, Arg3, Arg4, Arg5 ) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: change the delimiters to curly braces [INFO] [stdout] | [INFO] [stdout] 136 | Push_function!{self, args, { (*self)(args.ref0().clone(), args.ref1().clone(), args.ref2().clone(), args.ref3().clone(), args.ref4().clone()) } | Arg1, Arg2, Arg3, Arg4, Arg5 } [INFO] [stdout] | ~ ~ [INFO] [stdout] help: add a semicolon [INFO] [stdout] | [INFO] [stdout] 136 | Push_function!(self, args, { (*self)(args.ref0().clone(), args.ref1().clone(), args.ref2().clone(), args.ref3().clone(), args.ref4().clone()) } | Arg1, Arg2, Arg3, Arg4, Arg5 ); [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for number literal [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/rust_tables.rs:13:58 [INFO] [stdout] | [INFO] [stdout] 13 | for (elem, index) in iterator.zip(::std::iter::count(1u, 1u)) { [INFO] [stdout] | ^^ invalid suffix `u` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for number literal [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/rust_tables.rs:13:62 [INFO] [stdout] | [INFO] [stdout] 13 | for (elem, index) in iterator.zip(::std::iter::count(1u, 1u)) { [INFO] [stdout] | ^^ invalid suffix `u` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: macros that expand to items must be delimited with braces or followed by a semicolon [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/tuples.rs:3:24 [INFO] [stdout] | [INFO] [stdout] 3 | macro_rules! tuple_impl( [INFO] [stdout] | ________________________^ [INFO] [stdout] 4 | | ($($ty:ident | $nb:ident),+) => ( [INFO] [stdout] 5 | | impl),+> Push for ($($ty),+) { [INFO] [stdout] 6 | | fn push_to_lua(self, lua: &mut LU) -> uint { [INFO] [stdout] ... | [INFO] [stdout] 36 | | ); [INFO] [stdout] 37 | | ) [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] help: change the delimiters to curly braces [INFO] [stdout] | [INFO] [stdout] 3 ~ macro_rules! tuple_impl{ [INFO] [stdout] 4 | ($($ty:ident | $nb:ident),+) => ( [INFO] [stdout] 5 | impl),+> Push for ($($ty),+) { [INFO] [stdout] 6 | fn push_to_lua(self, lua: &mut LU) -> uint { [INFO] [stdout] 7 | match self { [INFO] [stdout] 8 | ($($nb),+) => { [INFO] [stdout] ... [INFO] [stdout] help: add a semicolon [INFO] [stdout] | [INFO] [stdout] 37 | ); [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: macros that expand to items must be delimited with braces or followed by a semicolon [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/tuples.rs:39:12 [INFO] [stdout] | [INFO] [stdout] 39 | tuple_impl!(A | ref0, B | ref1) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: change the delimiters to curly braces [INFO] [stdout] | [INFO] [stdout] 39 | tuple_impl!{A | ref0, B | ref1} [INFO] [stdout] | ~ ~ [INFO] [stdout] help: add a semicolon [INFO] [stdout] | [INFO] [stdout] 39 | tuple_impl!(A | ref0, B | ref1); [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: macros that expand to items must be delimited with braces or followed by a semicolon [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/tuples.rs:40:12 [INFO] [stdout] | [INFO] [stdout] 40 | tuple_impl!(A | ref0, B | ref1, C | ref2) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: change the delimiters to curly braces [INFO] [stdout] | [INFO] [stdout] 40 | tuple_impl!{A | ref0, B | ref1, C | ref2} [INFO] [stdout] | ~ ~ [INFO] [stdout] help: add a semicolon [INFO] [stdout] | [INFO] [stdout] 40 | tuple_impl!(A | ref0, B | ref1, C | ref2); [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: macros that expand to items must be delimited with braces or followed by a semicolon [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/tuples.rs:41:12 [INFO] [stdout] | [INFO] [stdout] 41 | tuple_impl!(A | ref0, B | ref1, C | ref2, D | ref3) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: change the delimiters to curly braces [INFO] [stdout] | [INFO] [stdout] 41 | tuple_impl!{A | ref0, B | ref1, C | ref2, D | ref3} [INFO] [stdout] | ~ ~ [INFO] [stdout] help: add a semicolon [INFO] [stdout] | [INFO] [stdout] 41 | tuple_impl!(A | ref0, B | ref1, C | ref2, D | ref3); [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: macros that expand to items must be delimited with braces or followed by a semicolon [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/tuples.rs:42:12 [INFO] [stdout] | [INFO] [stdout] 42 | tuple_impl!(A | ref0, B | ref1, C | ref2, D | ref3, E | ref4) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: change the delimiters to curly braces [INFO] [stdout] | [INFO] [stdout] 42 | tuple_impl!{A | ref0, B | ref1, C | ref2, D | ref3, E | ref4} [INFO] [stdout] | ~ ~ [INFO] [stdout] help: add a semicolon [INFO] [stdout] | [INFO] [stdout] 42 | tuple_impl!(A | ref0, B | ref1, C | ref2, D | ref3, E | ref4); [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: macros that expand to items must be delimited with braces or followed by a semicolon [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/tuples.rs:43:12 [INFO] [stdout] | [INFO] [stdout] 43 | tuple_impl!(A | ref0, B | ref1, C | ref2, D | ref3, E | ref4, F | ref5) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: change the delimiters to curly braces [INFO] [stdout] | [INFO] [stdout] 43 | tuple_impl!{A | ref0, B | ref1, C | ref2, D | ref3, E | ref4, F | ref5} [INFO] [stdout] | ~ ~ [INFO] [stdout] help: add a semicolon [INFO] [stdout] | [INFO] [stdout] 43 | tuple_impl!(A | ref0, B | ref1, C | ref2, D | ref3, E | ref4, F | ref5); [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: macros that expand to items must be delimited with braces or followed by a semicolon [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/tuples.rs:44:12 [INFO] [stdout] | [INFO] [stdout] 44 | tuple_impl!(A | ref0, B | ref1, C | ref2, D | ref3, E | ref4, F | ref5, G | ref6) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: change the delimiters to curly braces [INFO] [stdout] | [INFO] [stdout] 44 | tuple_impl!{A | ref0, B | ref1, C | ref2, D | ref3, E | ref4, F | ref5, G | ref6} [INFO] [stdout] | ~ ~ [INFO] [stdout] help: add a semicolon [INFO] [stdout] | [INFO] [stdout] 44 | tuple_impl!(A | ref0, B | ref1, C | ref2, D | ref3, E | ref4, F | ref5, G | ref6); [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: macros that expand to items must be delimited with braces or followed by a semicolon [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/tuples.rs:45:12 [INFO] [stdout] | [INFO] [stdout] 45 | tuple_impl!(A | ref0, B | ref1, C | ref2, D | ref3, E | ref4, F | ref5, G | ref6, H | ref7) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: change the delimiters to curly braces [INFO] [stdout] | [INFO] [stdout] 45 | tuple_impl!{A | ref0, B | ref1, C | ref2, D | ref3, E | ref4, F | ref5, G | ref6, H | ref7} [INFO] [stdout] | ~ ~ [INFO] [stdout] help: add a semicolon [INFO] [stdout] | [INFO] [stdout] 45 | tuple_impl!(A | ref0, B | ref1, C | ref2, D | ref3, E | ref4, F | ref5, G | ref6, H | ref7); [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: macros that expand to items must be delimited with braces or followed by a semicolon [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/tuples.rs:46:12 [INFO] [stdout] | [INFO] [stdout] 46 | tuple_impl!(A | ref0, B | ref1, C | ref2, D | ref3, E | ref4, F | ref5, G | ref6, H | ref7, I | ref8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: change the delimiters to curly braces [INFO] [stdout] | [INFO] [stdout] 46 | tuple_impl!{A | ref0, B | ref1, C | ref2, D | ref3, E | ref4, F | ref5, G | ref6, H | ref7, I | ref8} [INFO] [stdout] | ~ ~ [INFO] [stdout] help: add a semicolon [INFO] [stdout] | [INFO] [stdout] 46 | tuple_impl!(A | ref0, B | ref1, C | ref2, D | ref3, E | ref4, F | ref5, G | ref6, H | ref7, I | ref8); [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: macros that expand to items must be delimited with braces or followed by a semicolon [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/tuples.rs:47:12 [INFO] [stdout] | [INFO] [stdout] 47 | tuple_impl!(A | ref0, B | ref1, C | ref2, D | ref3, E | ref4, F | ref5, G | ref6, H | ref7, I | ref8, J | ref9) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: change the delimiters to curly braces [INFO] [stdout] | [INFO] [stdout] 47 | tuple_impl!{A | ref0, B | ref1, C | ref2, D | ref3, E | ref4, F | ref5, G | ref6, H | ref7, I | ref8, J | ref9} [INFO] [stdout] | ~ ~ [INFO] [stdout] help: add a semicolon [INFO] [stdout] | [INFO] [stdout] 47 | tuple_impl!(A | ref0, B | ref1, C | ref2, D | ref3, E | ref4, F | ref5, G | ref6, H | ref7, I | ref8, J | ref9); [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: macros that expand to items must be delimited with braces or followed by a semicolon [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/tuples.rs:48:12 [INFO] [stdout] | [INFO] [stdout] 48 | tuple_impl!(A | ref0, B | ref1, C | ref2, D | ref3, E | ref4, F | ref5, G | ref6, H | ref7, I | ref8, J | ref9, K | ref10) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: change the delimiters to curly braces [INFO] [stdout] | [INFO] [stdout] 48 | tuple_impl!{A | ref0, B | ref1, C | ref2, D | ref3, E | ref4, F | ref5, G | ref6, H | ref7, I | ref8, J | ref9, K | ref10} [INFO] [stdout] | ~ ~ [INFO] [stdout] help: add a semicolon [INFO] [stdout] | [INFO] [stdout] 48 | tuple_impl!(A | ref0, B | ref1, C | ref2, D | ref3, E | ref4, F | ref5, G | ref6, H | ref7, I | ref8, J | ref9, K | ref10); [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: macros that expand to items must be delimited with braces or followed by a semicolon [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/tuples.rs:49:12 [INFO] [stdout] | [INFO] [stdout] 49 | tuple_impl!(A | ref0, B | ref1, C | ref2, D | ref3, E | ref4, F | ref5, G | ref6, H | ref7, I | ref8, J | ref9, K | ref10, L | ref11) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: change the delimiters to curly braces [INFO] [stdout] | [INFO] [stdout] 49 | tuple_impl!{A | ref0, B | ref1, C | ref2, D | ref3, E | ref4, F | ref5, G | ref6, H | ref7, I | ref8, J | ref9, K | ref10, L | ref11} [INFO] [stdout] | ~ ~ [INFO] [stdout] help: add a semicolon [INFO] [stdout] | [INFO] [stdout] 49 | tuple_impl!(A | ref0, B | ref1, C | ref2, D | ref3, E | ref4, F | ref5, G | ref6, H | ref7, I | ref8, J | ref9, K | ref10, L | ref11); [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: macros that expand to items must be delimited with braces or followed by a semicolon [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/values.rs:9:26 [INFO] [stdout] | [INFO] [stdout] 9 | macro_rules! integer_impl( [INFO] [stdout] | __________________________^ [INFO] [stdout] 10 | | ($t:ident) => ( [INFO] [stdout] 11 | | impl Push for $t { [INFO] [stdout] 12 | | fn push_to_lua(self, lua: &mut L) -> uint { [INFO] [stdout] ... | [INFO] [stdout] 37 | | ); [INFO] [stdout] 38 | | ) [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] help: change the delimiters to curly braces [INFO] [stdout] | [INFO] [stdout] 9 ~ macro_rules! integer_impl{ [INFO] [stdout] 10 | ($t:ident) => ( [INFO] [stdout] 11 | impl Push for $t { [INFO] [stdout] 12 | fn push_to_lua(self, lua: &mut L) -> uint { [INFO] [stdout] 13 | unsafe { ffi::lua_pushinteger(lua.use_lua(), self as ffi::lua_Integer) }; [INFO] [stdout] 14 | 1 [INFO] [stdout] ... [INFO] [stdout] help: add a semicolon [INFO] [stdout] | [INFO] [stdout] 38 | ); [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: macros that expand to items must be delimited with braces or followed by a semicolon [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/values.rs:40:14 [INFO] [stdout] | [INFO] [stdout] 40 | integer_impl!(int) [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] help: change the delimiters to curly braces [INFO] [stdout] | [INFO] [stdout] 40 | integer_impl!{int} [INFO] [stdout] | ~ ~ [INFO] [stdout] help: add a semicolon [INFO] [stdout] | [INFO] [stdout] 40 | integer_impl!(int); [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: macros that expand to items must be delimited with braces or followed by a semicolon [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/values.rs:41:14 [INFO] [stdout] | [INFO] [stdout] 41 | integer_impl!(i8) [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] help: change the delimiters to curly braces [INFO] [stdout] | [INFO] [stdout] 41 | integer_impl!{i8} [INFO] [stdout] | ~ ~ [INFO] [stdout] help: add a semicolon [INFO] [stdout] | [INFO] [stdout] 41 | integer_impl!(i8); [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: macros that expand to items must be delimited with braces or followed by a semicolon [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/values.rs:42:14 [INFO] [stdout] | [INFO] [stdout] 42 | integer_impl!(i16) [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] help: change the delimiters to curly braces [INFO] [stdout] | [INFO] [stdout] 42 | integer_impl!{i16} [INFO] [stdout] | ~ ~ [INFO] [stdout] help: add a semicolon [INFO] [stdout] | [INFO] [stdout] 42 | integer_impl!(i16); [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: macros that expand to items must be delimited with braces or followed by a semicolon [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/values.rs:43:14 [INFO] [stdout] | [INFO] [stdout] 43 | integer_impl!(i32) [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] help: change the delimiters to curly braces [INFO] [stdout] | [INFO] [stdout] 43 | integer_impl!{i32} [INFO] [stdout] | ~ ~ [INFO] [stdout] help: add a semicolon [INFO] [stdout] | [INFO] [stdout] 43 | integer_impl!(i32); [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: macros that expand to items must be delimited with braces or followed by a semicolon [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/values.rs:46:27 [INFO] [stdout] | [INFO] [stdout] 46 | macro_rules! unsigned_impl( [INFO] [stdout] | ___________________________^ [INFO] [stdout] 47 | | ($t:ident) => ( [INFO] [stdout] 48 | | impl Push for $t { [INFO] [stdout] 49 | | fn push_to_lua(self, lua: &mut L) -> uint { [INFO] [stdout] ... | [INFO] [stdout] 74 | | ); [INFO] [stdout] 75 | | ) [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] help: change the delimiters to curly braces [INFO] [stdout] | [INFO] [stdout] 46 ~ macro_rules! unsigned_impl{ [INFO] [stdout] 47 | ($t:ident) => ( [INFO] [stdout] 48 | impl Push for $t { [INFO] [stdout] 49 | fn push_to_lua(self, lua: &mut L) -> uint { [INFO] [stdout] 50 | unsafe { ffi::lua_pushunsigned(lua.use_lua(), self as ffi::lua_Unsigned) }; [INFO] [stdout] 51 | 1 [INFO] [stdout] ... [INFO] [stdout] help: add a semicolon [INFO] [stdout] | [INFO] [stdout] 75 | ); [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: macros that expand to items must be delimited with braces or followed by a semicolon [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/values.rs:77:15 [INFO] [stdout] | [INFO] [stdout] 77 | unsigned_impl!(uint) [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: change the delimiters to curly braces [INFO] [stdout] | [INFO] [stdout] 77 | unsigned_impl!{uint} [INFO] [stdout] | ~ ~ [INFO] [stdout] help: add a semicolon [INFO] [stdout] | [INFO] [stdout] 77 | unsigned_impl!(uint); [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: macros that expand to items must be delimited with braces or followed by a semicolon [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/values.rs:78:15 [INFO] [stdout] | [INFO] [stdout] 78 | unsigned_impl!(u8) [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] help: change the delimiters to curly braces [INFO] [stdout] | [INFO] [stdout] 78 | unsigned_impl!{u8} [INFO] [stdout] | ~ ~ [INFO] [stdout] help: add a semicolon [INFO] [stdout] | [INFO] [stdout] 78 | unsigned_impl!(u8); [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: macros that expand to items must be delimited with braces or followed by a semicolon [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/values.rs:79:15 [INFO] [stdout] | [INFO] [stdout] 79 | unsigned_impl!(u16) [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] help: change the delimiters to curly braces [INFO] [stdout] | [INFO] [stdout] 79 | unsigned_impl!{u16} [INFO] [stdout] | ~ ~ [INFO] [stdout] help: add a semicolon [INFO] [stdout] | [INFO] [stdout] 79 | unsigned_impl!(u16); [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: macros that expand to items must be delimited with braces or followed by a semicolon [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/values.rs:80:15 [INFO] [stdout] | [INFO] [stdout] 80 | unsigned_impl!(u32) [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] help: change the delimiters to curly braces [INFO] [stdout] | [INFO] [stdout] 80 | unsigned_impl!{u32} [INFO] [stdout] | ~ ~ [INFO] [stdout] help: add a semicolon [INFO] [stdout] | [INFO] [stdout] 80 | unsigned_impl!(u32); [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: macros that expand to items must be delimited with braces or followed by a semicolon [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/values.rs:83:26 [INFO] [stdout] | [INFO] [stdout] 83 | macro_rules! numeric_impl( [INFO] [stdout] | __________________________^ [INFO] [stdout] 84 | | ($t:ident) => ( [INFO] [stdout] 85 | | impl Push for $t { [INFO] [stdout] 86 | | fn push_to_lua(self, lua: &mut L) -> uint { [INFO] [stdout] ... | [INFO] [stdout] 111 | | ); [INFO] [stdout] 112 | | ) [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] help: change the delimiters to curly braces [INFO] [stdout] | [INFO] [stdout] 83 ~ macro_rules! numeric_impl{ [INFO] [stdout] 84 | ($t:ident) => ( [INFO] [stdout] 85 | impl Push for $t { [INFO] [stdout] 86 | fn push_to_lua(self, lua: &mut L) -> uint { [INFO] [stdout] 87 | unsafe { ffi::lua_pushnumber(lua.use_lua(), self as f64) }; [INFO] [stdout] 88 | 1 [INFO] [stdout] ... [INFO] [stdout] help: add a semicolon [INFO] [stdout] | [INFO] [stdout] 112 | ); [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: macros that expand to items must be delimited with braces or followed by a semicolon [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/values.rs:114:14 [INFO] [stdout] | [INFO] [stdout] 114 | numeric_impl!(f32) [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] help: change the delimiters to curly braces [INFO] [stdout] | [INFO] [stdout] 114 | numeric_impl!{f32} [INFO] [stdout] | ~ ~ [INFO] [stdout] help: add a semicolon [INFO] [stdout] | [INFO] [stdout] 114 | numeric_impl!(f32); [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: macros that expand to items must be delimited with braces or followed by a semicolon [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/values.rs:115:14 [INFO] [stdout] | [INFO] [stdout] 115 | numeric_impl!(f64) [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] help: change the delimiters to curly braces [INFO] [stdout] | [INFO] [stdout] 115 | numeric_impl!{f64} [INFO] [stdout] | ~ ~ [INFO] [stdout] help: add a semicolon [INFO] [stdout] | [INFO] [stdout] 115 | numeric_impl!(f64); [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0463]: can't find crate for `collections` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/lib.rs:9:1 [INFO] [stdout] | [INFO] [stdout] 9 | extern crate collections; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected type, found `|` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/functions_write.rs:104:125 [INFO] [stdout] | [INFO] [stdout] 104 | impl<'lua, L: HasLua, Ret: Push> $(, $ty : CopyRead>+Clone)*> Push for |$($ty),*|:'l... [INFO] [stdout] | ^ expected type [INFO] [stdout] ... [INFO] [stdout] 131 | Push_function!(self, args, { (*self)() } | ) [INFO] [stdout] | -------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `Push_function` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected type, found `|` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/functions_write.rs:104:125 [INFO] [stdout] | [INFO] [stdout] 104 | impl<'lua, L: HasLua, Ret: Push> $(, $ty : CopyRead>+Clone)*> Push for |$($ty),*|:'l... [INFO] [stdout] | ^ expected type [INFO] [stdout] ... [INFO] [stdout] 132 | Push_function!(self, args, { (*self)(args) } | Arg1 ) [INFO] [stdout] | ----------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `Push_function` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected type, found `|` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/functions_write.rs:104:125 [INFO] [stdout] | [INFO] [stdout] 104 | impl<'lua, L: HasLua, Ret: Push> $(, $ty : CopyRead>+Clone)*> Push for |$($ty),*|:'l... [INFO] [stdout] | ^ expected type [INFO] [stdout] ... [INFO] [stdout] 133 | Push_function!(self, args, { (*self)(args.ref0().clone(), args.ref1().clone()) } | Arg1, Arg2 ) [INFO] [stdout] | ----------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `Push_function` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected type, found `|` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/functions_write.rs:104:125 [INFO] [stdout] | [INFO] [stdout] 104 | impl<'lua, L: HasLua, Ret: Push> $(, $ty : CopyRead>+Clone)*> Push for |$($ty),*|:'l... [INFO] [stdout] | ^ expected type [INFO] [stdout] ... [INFO] [stdout] 134 | Push_function!(self, args, { (*self)(args.ref0().clone(), args.ref1().clone(), args.ref2().clone()) } | Arg1, Arg2, Arg3 ) [INFO] [stdout] | -------------------------------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `Push_function` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected type, found `|` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/functions_write.rs:104:125 [INFO] [stdout] | [INFO] [stdout] 104 | impl<'lua, L: HasLua, Ret: Push> $(, $ty : CopyRead>+Clone)*> Push for |$($ty),*|:'lua->Ret { [INFO] [stdout] | ^ expected type [INFO] [stdout] ... [INFO] [stdout] 135 | Push_function!(self, args, { (*self)(args.ref0().clone(), args.ref1().clone(), args.ref2().clone(), args.ref3().clone()) } | Arg1, Arg2, Arg3, Arg4 ) [INFO] [stdout] | ----------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `Push_function` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected type, found `|` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/functions_write.rs:104:125 [INFO] [stdout] | [INFO] [stdout] 104 | impl<'lua, L: HasLua, Ret: Push> $(, $ty : CopyRead>+Clone)*> Push for |$($ty),*|:'lua->Ret { [INFO] [stdout] | ^ expected type [INFO] [stdout] ... [INFO] [stdout] 136 | Push_function!(self, args, { (*self)(args.ref0().clone(), args.ref1().clone(), args.ref2().clone(), args.ref3().clone(), args.ref4().clone()) } | Arg1, Arg2, Arg3, Arg4, Arg5 ) [INFO] [stdout] | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `Push_function` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: malformed `unstable` attribute input [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/functions_read.rs:6:1 [INFO] [stdout] | [INFO] [stdout] 6 | #[unstable] [INFO] [stdout] | ^^^^^^^^^^^ help: must be of the form: `#[unstable(feature = "name", reason = "...", issue = "N")]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: malformed `unstable` attribute input [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/lua_tables.rs:4:1 [INFO] [stdout] | [INFO] [stdout] 4 | #[unstable] [INFO] [stdout] | ^^^^^^^^^^^ help: must be of the form: `#[unstable(feature = "name", reason = "...", issue = "N")]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: malformed `unstable` attribute input [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/lua_tables.rs:16:1 [INFO] [stdout] | [INFO] [stdout] 16 | #[unstable] [INFO] [stdout] | ^^^^^^^^^^^ help: must be of the form: `#[unstable(feature = "name", reason = "...", issue = "N")]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: malformed `unstable` attribute input [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/lib.rs:32:1 [INFO] [stdout] | [INFO] [stdout] 32 | #[unstable] [INFO] [stdout] | ^^^^^^^^^^^ help: must be of the form: `#[unstable(feature = "name", reason = "...", issue = "N")]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: malformed `unstable` attribute input [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/lib.rs:65:1 [INFO] [stdout] | [INFO] [stdout] 65 | #[unstable] [INFO] [stdout] | ^^^^^^^^^^^ help: must be of the form: `#[unstable(feature = "name", reason = "...", issue = "N")]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: malformed `unstable` attribute input [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/lib.rs:76:1 [INFO] [stdout] | [INFO] [stdout] 76 | #[unstable] [INFO] [stdout] | ^^^^^^^^^^^ help: must be of the form: `#[unstable(feature = "name", reason = "...", issue = "N")]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: malformed `unstable` attribute input [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/lib.rs:83:1 [INFO] [stdout] | [INFO] [stdout] 83 | #[unstable] [INFO] [stdout] | ^^^^^^^^^^^ help: must be of the form: `#[unstable(feature = "name", reason = "...", issue = "N")]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: malformed `unstable` attribute input [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/lib.rs:97:1 [INFO] [stdout] | [INFO] [stdout] 97 | #[unstable] [INFO] [stdout] | ^^^^^^^^^^^ help: must be of the form: `#[unstable(feature = "name", reason = "...", issue = "N")]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: malformed `unstable` attribute input [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/lib.rs:103:1 [INFO] [stdout] | [INFO] [stdout] 103 | #[unstable] [INFO] [stdout] | ^^^^^^^^^^^ help: must be of the form: `#[unstable(feature = "name", reason = "...", issue = "N")]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: malformed `stable` attribute input [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/lib.rs:168:5 [INFO] [stdout] | [INFO] [stdout] 168 | #[stable] [INFO] [stdout] | ^^^^^^^^^ help: must be of the form: `#[stable(feature = "name", since = "version")]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: malformed `unstable` attribute input [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/lib.rs:188:5 [INFO] [stdout] | [INFO] [stdout] 188 | #[unstable] [INFO] [stdout] | ^^^^^^^^^^^ help: must be of the form: `#[unstable(feature = "name", reason = "...", issue = "N")]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: malformed `unstable` attribute input [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/lib.rs:199:5 [INFO] [stdout] | [INFO] [stdout] 199 | #[unstable] [INFO] [stdout] | ^^^^^^^^^^^ help: must be of the form: `#[unstable(feature = "name", reason = "...", issue = "N")]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: malformed `unstable` attribute input [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/lib.rs:205:5 [INFO] [stdout] | [INFO] [stdout] 205 | #[unstable] [INFO] [stdout] | ^^^^^^^^^^^ help: must be of the form: `#[unstable(feature = "name", reason = "...", issue = "N")]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: malformed `unstable` attribute input [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/lib.rs:212:5 [INFO] [stdout] | [INFO] [stdout] 212 | #[unstable] [INFO] [stdout] | ^^^^^^^^^^^ help: must be of the form: `#[unstable(feature = "name", reason = "...", issue = "N")]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: malformed `unstable` attribute input [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/lib.rs:219:5 [INFO] [stdout] | [INFO] [stdout] 219 | #[unstable] [INFO] [stdout] | ^^^^^^^^^^^ help: must be of the form: `#[unstable(feature = "name", reason = "...", issue = "N")]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: malformed `unstable` attribute input [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/lib.rs:226:5 [INFO] [stdout] | [INFO] [stdout] 226 | #[unstable] [INFO] [stdout] | ^^^^^^^^^^^ help: must be of the form: `#[unstable(feature = "name", reason = "...", issue = "N")]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: malformed `unstable` attribute input [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/lib.rs:232:5 [INFO] [stdout] | [INFO] [stdout] 232 | #[unstable] [INFO] [stdout] | ^^^^^^^^^^^ help: must be of the form: `#[unstable(feature = "name", reason = "...", issue = "N")]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: malformed `unstable` attribute input [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/lib.rs:239:5 [INFO] [stdout] | [INFO] [stdout] 239 | #[unstable] [INFO] [stdout] | ^^^^^^^^^^^ help: must be of the form: `#[unstable(feature = "name", reason = "...", issue = "N")]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: malformed `unstable` attribute input [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/lib.rs:245:5 [INFO] [stdout] | [INFO] [stdout] 245 | #[unstable] [INFO] [stdout] | ^^^^^^^^^^^ help: must be of the form: `#[unstable(feature = "name", reason = "...", issue = "N")]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `kinds` in `std` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/lib.rs:13:10 [INFO] [stdout] | [INFO] [stdout] 13 | use std::kinds::marker::ContravariantLifetime; [INFO] [stdout] | ^^^^^ could not find `kinds` in `std` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `std::io::IoError` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/lib.rs:12:5 [INFO] [stdout] | [INFO] [stdout] 12 | use std::io::IoError; [INFO] [stdout] | ^^^^^^^^^------- [INFO] [stdout] | | | [INFO] [stdout] | | help: a similar name exists in the module: `Error` [INFO] [stdout] | no `IoError` in `io` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `std::io::IoError` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/functions_read.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use std::io::IoError; [INFO] [stdout] | ^^^^^^^^^------- [INFO] [stdout] | | | [INFO] [stdout] | | help: a similar name exists in the module: `Error` [INFO] [stdout] | no `IoError` in `io` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `std::io::EndOfFile` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/functions_read.rs:21:9 [INFO] [stdout] | [INFO] [stdout] 21 | use std::io::EndOfFile; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ no `EndOfFile` in `io` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `kinds` in `std` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/functions_write.rs:3:10 [INFO] [stdout] | [INFO] [stdout] 3 | use std::kinds::marker::ContravariantLifetime; [INFO] [stdout] | ^^^^^ could not find `kinds` in `std` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `std::intrinsics::TypeId` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/userdata.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use std::intrinsics::TypeId; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ no `TypeId` in `intrinsics` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `comment` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/lib.rs:3:4 [INFO] [stdout] | [INFO] [stdout] 3 | #![comment = "Lua bindings for Rust"] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `license` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/lib.rs:4:4 [INFO] [stdout] | [INFO] [stdout] 4 | #![license = "MIT"] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `experimental` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/any.rs:4:3 [INFO] [stdout] | [INFO] [stdout] 4 | #[experimental] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `deriving` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/any.rs:5:3 [INFO] [stdout] | [INFO] [stdout] 5 | #[deriving(Clone,Show,PartialEq)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `unsafe_destructor` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/lua_tables.rs:123:3 [INFO] [stdout] | [INFO] [stdout] 123 | #[unsafe_destructor] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `experimental` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/userdata.rs:37:3 [INFO] [stdout] | [INFO] [stdout] 37 | #[experimental] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `experimental` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/userdata.rs:90:3 [INFO] [stdout] | [INFO] [stdout] 90 | #[experimental] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `experimental` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/userdata.rs:117:3 [INFO] [stdout] | [INFO] [stdout] 117 | #[experimental] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `deriving` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/lib.rs:102:3 [INFO] [stdout] | [INFO] [stdout] 102 | #[deriving(Show)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `unsafe_destructor` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/lib.rs:252:3 [INFO] [stdout] | [INFO] [stdout] 252 | #[unsafe_destructor] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `unsafe_destructor` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/lib.rs:262:3 [INFO] [stdout] | [INFO] [stdout] 262 | #[unsafe_destructor] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `MemReader` in `io` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/functions_read.rs:114:33 [INFO] [stdout] | [INFO] [stdout] 114 | let reader = ::std::io::MemReader::new(code.to_c_str().as_bytes().init().to_vec()); [INFO] [stdout] | ^^^^^^^^^ could not find `MemReader` in `io` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `kinds` in `std` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/functions_write.rs:53:69 [INFO] [stdout] | [INFO] [stdout] 53 | let mut tmp_lua = InsideCallback { lua: lua, marker: ::std::kinds::marker::ContravariantLifetime } ; [INFO] [stdout] | ^^^^^ could not find `kinds` in `std` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0407]: method `detail` is not a member of trait `Error` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/lib.rs:129:5 [INFO] [stdout] | [INFO] [stdout] 129 | / fn detail(&self) -> Option { [INFO] [stdout] 130 | | match self { [INFO] [stdout] 131 | | &LuaError::SyntaxError(ref s) => Some(s.clone()), [INFO] [stdout] 132 | | &LuaError::ExecutionError(ref s) => Some(s.clone()), [INFO] [stdout] 133 | | _ => None, [INFO] [stdout] 134 | | } [INFO] [stdout] 135 | | } [INFO] [stdout] | |_____^ not a member of trait `Error` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/any.rs:18:42 [INFO] [stdout] | [INFO] [stdout] 18 | fn push_to_lua(self, lua: &mut L) -> uint { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Reader` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/functions_read.rs:15:17 [INFO] [stdout] | [INFO] [stdout] 14 | struct ReadData { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] 15 | reader: Box, [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Reader` in module `std::io` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/functions_read.rs:71:43 [INFO] [stdout] | [INFO] [stdout] 71 | pub fn load_from_reader(lua: &'a mut L, code: R) [INFO] [stdout] | ^^^^^^ help: a trait with a similar name exists: `Read` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/userdata.rs:39:39 [INFO] [stdout] | [INFO] [stdout] 39 | metatable: |&mut LuaTable|) -> uint [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `metatable` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/userdata.rs:80:13 [INFO] [stdout] | [INFO] [stdout] 80 | metatable(&mut table); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Deref` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/userdata.rs:147:24 [INFO] [stdout] | [INFO] [stdout] 147 | impl<'a, L: HasLua, T> Deref for UserdataOnStack<'a, L, T> { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this trait [INFO] [stdout] | [INFO] [stdout] 1 | use std::ops::Deref; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `DerefMut` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/userdata.rs:157:24 [INFO] [stdout] | [INFO] [stdout] 157 | impl<'a, L: HasLua, T> DerefMut for UserdataOnStack<'a, L, T> { [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this trait [INFO] [stdout] | [INFO] [stdout] 1 | use std::ops::DerefMut; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/ffi.rs:89:54 [INFO] [stdout] | [INFO] [stdout] 89 | pub const LUA_MASKCALL: c_int = 1 << LUA_HOOKCALL as uint; [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/ffi.rs:90:52 [INFO] [stdout] | [INFO] [stdout] 90 | pub const LUA_MASKRET: c_int = 1 << LUA_HOOKRET as uint; [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/ffi.rs:91:54 [INFO] [stdout] | [INFO] [stdout] 91 | pub const LUA_MASKLINE: c_int = 1 << LUA_HOOKLINE as uint; [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/ffi.rs:92:56 [INFO] [stdout] | [INFO] [stdout] 92 | pub const LUA_MASKCOUNT: c_int = 1 << LUA_HOOKCOUNT as uint; [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ContravariantLifetime` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/functions_write.rs:32:13 [INFO] [stdout] | [INFO] [stdout] 32 | marker: ContravariantLifetime<'lua>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/functions_write.rs:56:66 [INFO] [stdout] | [INFO] [stdout] 56 | let arguments_count = unsafe { ffi::lua_gettop(lua) } as int; [INFO] [stdout] | ^^^ [INFO] [stdout] | | [INFO] [stdout] | not found in this scope [INFO] [stdout] | help: perhaps you intended to use this type: `i32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Show` in module `std::fmt` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/functions_write.rs:141:58 [INFO] [stdout] | [INFO] [stdout] 141 | impl<'lua, T: Push>, E: ::std::fmt::Show> Push> for Result { [INFO] [stdout] | ^^^^ not found in `std::fmt` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/functions_write.rs:142:61 [INFO] [stdout] | [INFO] [stdout] 142 | fn push_to_lua(self, lua: &mut InsideCallback<'lua>) -> uint { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/rust_tables.rs:9:82 [INFO] [stdout] | [INFO] [stdout] 9 | fn push_iter, I: Iterator>(lua: &mut L, iterator: I) -> uint { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `count` in module `std::iter` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/rust_tables.rs:13:52 [INFO] [stdout] | [INFO] [stdout] 13 | for (elem, index) in iterator.zip(::std::iter::count(1u, 1u)) { [INFO] [stdout] | ^^^^^ not found in `std::iter` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/rust_tables.rs:32:71 [INFO] [stdout] | [INFO] [stdout] 32 | ... -> uint [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/rust_tables.rs:53:42 [INFO] [stdout] | [INFO] [stdout] 53 | fn push_to_lua(self, lua: &mut L) -> uint { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/rust_tables.rs:59:42 [INFO] [stdout] | [INFO] [stdout] 59 | fn push_to_lua(self, lua: &mut L) -> uint { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Hash` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/rust_tables.rs:64:35 [INFO] [stdout] | [INFO] [stdout] 64 | impl + Eq + Hash, V: Push> Push for HashMap { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this trait [INFO] [stdout] | [INFO] [stdout] 1 | use std::hash::Hash; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/rust_tables.rs:65:42 [INFO] [stdout] | [INFO] [stdout] 65 | fn push_to_lua(self, lua: &mut L) -> uint { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Hash` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/rust_tables.rs:70:35 [INFO] [stdout] | [INFO] [stdout] 70 | impl + Eq + Hash> Push for HashSet { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this trait [INFO] [stdout] | [INFO] [stdout] 1 | use std::hash::Hash; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/rust_tables.rs:71:42 [INFO] [stdout] | [INFO] [stdout] 71 | fn push_to_lua(self, lua: &mut L) -> uint { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/tuples.rs:6:51 [INFO] [stdout] | [INFO] [stdout] 6 | fn push_to_lua(self, lua: &mut LU) -> uint { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 39 | tuple_impl!(A | ref0, B | ref1) [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `tuple_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/tuples.rs:6:51 [INFO] [stdout] | [INFO] [stdout] 6 | fn push_to_lua(self, lua: &mut LU) -> uint { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 40 | tuple_impl!(A | ref0, B | ref1, C | ref2) [INFO] [stdout] | ----------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `tuple_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/tuples.rs:6:51 [INFO] [stdout] | [INFO] [stdout] 6 | fn push_to_lua(self, lua: &mut LU) -> uint { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 41 | tuple_impl!(A | ref0, B | ref1, C | ref2, D | ref3) [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `tuple_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/tuples.rs:6:51 [INFO] [stdout] | [INFO] [stdout] 6 | fn push_to_lua(self, lua: &mut LU) -> uint { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 42 | tuple_impl!(A | ref0, B | ref1, C | ref2, D | ref3, E | ref4) [INFO] [stdout] | ------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `tuple_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/tuples.rs:6:51 [INFO] [stdout] | [INFO] [stdout] 6 | fn push_to_lua(self, lua: &mut LU) -> uint { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 43 | tuple_impl!(A | ref0, B | ref1, C | ref2, D | ref3, E | ref4, F | ref5) [INFO] [stdout] | ----------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `tuple_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/tuples.rs:6:51 [INFO] [stdout] | [INFO] [stdout] 6 | fn push_to_lua(self, lua: &mut LU) -> uint { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 44 | tuple_impl!(A | ref0, B | ref1, C | ref2, D | ref3, E | ref4, F | ref5, G | ref6) [INFO] [stdout] | --------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `tuple_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/tuples.rs:6:51 [INFO] [stdout] | [INFO] [stdout] 6 | fn push_to_lua(self, lua: &mut LU) -> uint { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 45 | tuple_impl!(A | ref0, B | ref1, C | ref2, D | ref3, E | ref4, F | ref5, G | ref6, H | ref7) [INFO] [stdout] | ------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `tuple_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/tuples.rs:6:51 [INFO] [stdout] | [INFO] [stdout] 6 | fn push_to_lua(self, lua: &mut LU) -> uint { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 46 | tuple_impl!(A | ref0, B | ref1, C | ref2, D | ref3, E | ref4, F | ref5, G | ref6, H | ref7, I | ref8) [INFO] [stdout] | ----------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `tuple_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/tuples.rs:6:51 [INFO] [stdout] | [INFO] [stdout] 6 | fn push_to_lua(self, lua: &mut LU) -> uint { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 47 | tuple_impl!(A | ref0, B | ref1, C | ref2, D | ref3, E | ref4, F | ref5, G | ref6, H | ref7, I | ref8, J | ref9) [INFO] [stdout] | --------------------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `tuple_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/tuples.rs:6:51 [INFO] [stdout] | [INFO] [stdout] 6 | fn push_to_lua(self, lua: &mut LU) -> uint { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 48 | tuple_impl!(A | ref0, B | ref1, C | ref2, D | ref3, E | ref4, F | ref5, G | ref6, H | ref7, I | ref8, J | ref9, K | ref10) [INFO] [stdout] | -------------------------------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `tuple_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/tuples.rs:6:51 [INFO] [stdout] | [INFO] [stdout] 6 | fn push_to_lua(self, lua: &mut LU) -> uint { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 49 | tuple_impl!(A | ref0, B | ref1, C | ref2, D | ref3, E | ref4, F | ref5, G | ref6, H | ref7, I | ref8, J | ref9, K | ref10, L | ref11) [INFO] [stdout] | ------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `tuple_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/values.rs:40:15 [INFO] [stdout] | [INFO] [stdout] 11 | impl Push for $t { [INFO] [stdout] | -- help: perhaps you intended to use this type: `i32` [INFO] [stdout] ... [INFO] [stdout] 40 | integer_impl!(int) [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/values.rs:12:50 [INFO] [stdout] | [INFO] [stdout] 12 | fn push_to_lua(self, lua: &mut L) -> uint { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 40 | integer_impl!(int) [INFO] [stdout] | ------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `integer_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/values.rs:40:15 [INFO] [stdout] | [INFO] [stdout] 17 | impl CopyRead for $t { [INFO] [stdout] | -- help: perhaps you intended to use this type: `i32` [INFO] [stdout] ... [INFO] [stdout] 40 | integer_impl!(int) [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/values.rs:40:15 [INFO] [stdout] | [INFO] [stdout] 18 | fn read_from_lua(lua: &mut L, index: i32) -> Option<$t> { [INFO] [stdout] | -- help: perhaps you intended to use this type: `i32` [INFO] [stdout] ... [INFO] [stdout] 40 | integer_impl!(int) [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/values.rs:40:15 [INFO] [stdout] | [INFO] [stdout] 23 | _ => Some(val as $t) [INFO] [stdout] | -- help: perhaps you intended to use this type: `i32` [INFO] [stdout] ... [INFO] [stdout] 40 | integer_impl!(int) [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/values.rs:40:15 [INFO] [stdout] | [INFO] [stdout] 27 | impl<'a, L: HasLua> ConsumeRead<'a, L> for $t { [INFO] [stdout] | -- help: perhaps you intended to use this type: `i32` [INFO] [stdout] ... [INFO] [stdout] 40 | integer_impl!(int) [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/values.rs:40:15 [INFO] [stdout] | [INFO] [stdout] 28 | fn read_from_variable(var: LoadedVariable<'a, L>) -> Result<$t, LoadedVariable<'a, L>> { [INFO] [stdout] | -- help: perhaps you intended to use this type: `i32` [INFO] [stdout] ... [INFO] [stdout] 40 | integer_impl!(int) [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/values.rs:40:15 [INFO] [stdout] | [INFO] [stdout] 35 | impl Index for $t { [INFO] [stdout] | -- help: perhaps you intended to use this type: `i32` [INFO] [stdout] ... [INFO] [stdout] 40 | integer_impl!(int) [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/values.rs:12:50 [INFO] [stdout] | [INFO] [stdout] 12 | fn push_to_lua(self, lua: &mut L) -> uint { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 41 | integer_impl!(i8) [INFO] [stdout] | ----------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `integer_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/values.rs:12:50 [INFO] [stdout] | [INFO] [stdout] 12 | fn push_to_lua(self, lua: &mut L) -> uint { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 42 | integer_impl!(i16) [INFO] [stdout] | ------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `integer_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/values.rs:12:50 [INFO] [stdout] | [INFO] [stdout] 12 | fn push_to_lua(self, lua: &mut L) -> uint { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 43 | integer_impl!(i32) [INFO] [stdout] | ------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `integer_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/values.rs:77:16 [INFO] [stdout] | [INFO] [stdout] 77 | unsigned_impl!(uint) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/values.rs:49:50 [INFO] [stdout] | [INFO] [stdout] 49 | fn push_to_lua(self, lua: &mut L) -> uint { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 77 | unsigned_impl!(uint) [INFO] [stdout] | -------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `unsigned_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/values.rs:49:50 [INFO] [stdout] | [INFO] [stdout] 49 | fn push_to_lua(self, lua: &mut L) -> uint { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 78 | unsigned_impl!(u8) [INFO] [stdout] | ------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `unsigned_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/values.rs:49:50 [INFO] [stdout] | [INFO] [stdout] 49 | fn push_to_lua(self, lua: &mut L) -> uint { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 79 | unsigned_impl!(u16) [INFO] [stdout] | ------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `unsigned_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/values.rs:49:50 [INFO] [stdout] | [INFO] [stdout] 49 | fn push_to_lua(self, lua: &mut L) -> uint { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 80 | unsigned_impl!(u32) [INFO] [stdout] | ------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `unsigned_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/values.rs:86:50 [INFO] [stdout] | [INFO] [stdout] 86 | fn push_to_lua(self, lua: &mut L) -> uint { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 114 | numeric_impl!(f32) [INFO] [stdout] | ------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `numeric_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/values.rs:86:50 [INFO] [stdout] | [INFO] [stdout] 86 | fn push_to_lua(self, lua: &mut L) -> uint { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 115 | numeric_impl!(f64) [INFO] [stdout] | ------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `numeric_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/values.rs:118:42 [INFO] [stdout] | [INFO] [stdout] 118 | fn push_to_lua(self, lua: &mut L) -> uint { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `c_str` in `std` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/values.rs:132:32 [INFO] [stdout] | [INFO] [stdout] 132 | unsafe { ::std::c_str::CString::new(c_str_raw, false) }.as_str().map(|s| s.to_string()) [INFO] [stdout] | ^^^^^^^ not found in `std::c_str` [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use std::ffi::CString; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/values.rs:149:42 [INFO] [stdout] | [INFO] [stdout] 149 | fn push_to_lua(self, lua: &mut L) -> uint { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/values.rs:156:42 [INFO] [stdout] | [INFO] [stdout] 156 | fn push_to_lua(self, lua: &mut L) -> uint { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/values.rs:185:40 [INFO] [stdout] | [INFO] [stdout] 185 | fn push_to_lua(self, _: &mut L) -> uint { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ContravariantLifetime` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/lib.rs:35:13 [INFO] [stdout] | [INFO] [stdout] 35 | marker: ContravariantLifetime<'lua>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/lib.rs:55:11 [INFO] [stdout] | [INFO] [stdout] 55 | size: uint, // number of elements over "lua" [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/lib.rs:72:42 [INFO] [stdout] | [INFO] [stdout] 72 | fn push_to_lua(self, lua: &mut L) -> uint; [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `ContravariantLifetime` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/lib.rs:179:21 [INFO] [stdout] | [INFO] [stdout] 179 | marker: ContravariantLifetime, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `ContravariantLifetime` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/lib.rs:192:21 [INFO] [stdout] | [INFO] [stdout] 192 | marker: ContravariantLifetime, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Reader` in module `std::io` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/lib.rs:213:92 [INFO] [stdout] | [INFO] [stdout] 213 | ...dVariable<'a, Lua<'lua>>>, R: std::io::Reader + 'static>(&'a mut self, code: R) -> Result { [INFO] [stdout] | ^^^^^^ help: a trait with a similar name exists: `Read` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Str` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/lib.rs:220:24 [INFO] [stdout] | [INFO] [stdout] 220 | pub fn load<'a, I: Str, V: ConsumeRead<'a, Lua<'lua>>>(&'a mut self, index: I) -> Option { [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Str` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/lib.rs:227:30 [INFO] [stdout] | [INFO] [stdout] 227 | pub fn load_table<'a, I: Str>(&'a mut self, index: I) -> Option>> { [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Str` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/lib.rs:233:19 [INFO] [stdout] | [INFO] [stdout] 233 | pub fn get>>(&mut self, index: I) -> Option { [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Str` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/lib.rs:240:19 [INFO] [stdout] | [INFO] [stdout] 240 | pub fn set>>(&mut self, index: I, value: V) { [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/lib.rs:5:1 [INFO] [stdout] | [INFO] [stdout] 5 | #![feature(macro_rules)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the attribute [INFO] [stdout] | [INFO] [stdout] = help: the feature `macro_rules` has been stable since 1.0.0 and no longer requires an attribute to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/lib.rs:6:1 [INFO] [stdout] | [INFO] [stdout] 6 | #![feature(unsafe_destructor)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0734]: stability attributes may not be used outside of the standard library [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/functions_read.rs:6:1 [INFO] [stdout] | [INFO] [stdout] 6 | #[unstable] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: box expression syntax is experimental; you can call `Box::new` instead [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/functions_read.rs:75:21 [INFO] [stdout] | [INFO] [stdout] 75 | reader: box code, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #49733 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0734]: stability attributes may not be used outside of the standard library [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/lua_tables.rs:4:1 [INFO] [stdout] | [INFO] [stdout] 4 | #[unstable] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0734]: stability attributes may not be used outside of the standard library [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/lua_tables.rs:16:1 [INFO] [stdout] | [INFO] [stdout] 16 | #[unstable] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0734]: stability attributes may not be used outside of the standard library [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/lib.rs:32:1 [INFO] [stdout] | [INFO] [stdout] 32 | #[unstable] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0734]: stability attributes may not be used outside of the standard library [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/lib.rs:65:1 [INFO] [stdout] | [INFO] [stdout] 65 | #[unstable] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0734]: stability attributes may not be used outside of the standard library [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/lib.rs:76:1 [INFO] [stdout] | [INFO] [stdout] 76 | #[unstable] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0734]: stability attributes may not be used outside of the standard library [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/lib.rs:83:1 [INFO] [stdout] | [INFO] [stdout] 83 | #[unstable] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0734]: stability attributes may not be used outside of the standard library [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/lib.rs:97:1 [INFO] [stdout] | [INFO] [stdout] 97 | #[unstable] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0734]: stability attributes may not be used outside of the standard library [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/lib.rs:103:1 [INFO] [stdout] | [INFO] [stdout] 103 | #[unstable] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0734]: stability attributes may not be used outside of the standard library [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/lib.rs:168:5 [INFO] [stdout] | [INFO] [stdout] 168 | #[stable] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0734]: stability attributes may not be used outside of the standard library [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/lib.rs:188:5 [INFO] [stdout] | [INFO] [stdout] 188 | #[unstable] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0734]: stability attributes may not be used outside of the standard library [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/lib.rs:199:5 [INFO] [stdout] | [INFO] [stdout] 199 | #[unstable] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0734]: stability attributes may not be used outside of the standard library [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/lib.rs:205:5 [INFO] [stdout] | [INFO] [stdout] 205 | #[unstable] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0734]: stability attributes may not be used outside of the standard library [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/lib.rs:212:5 [INFO] [stdout] | [INFO] [stdout] 212 | #[unstable] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0734]: stability attributes may not be used outside of the standard library [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/lib.rs:219:5 [INFO] [stdout] | [INFO] [stdout] 219 | #[unstable] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0734]: stability attributes may not be used outside of the standard library [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/lib.rs:226:5 [INFO] [stdout] | [INFO] [stdout] 226 | #[unstable] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0734]: stability attributes may not be used outside of the standard library [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/lib.rs:232:5 [INFO] [stdout] | [INFO] [stdout] 232 | #[unstable] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0734]: stability attributes may not be used outside of the standard library [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/lib.rs:239:5 [INFO] [stdout] | [INFO] [stdout] 239 | #[unstable] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0734]: stability attributes may not be used outside of the standard library [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/lib.rs:245:5 [INFO] [stdout] | [INFO] [stdout] 245 | #[unstable] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/lib.rs:8:1 [INFO] [stdout] | [INFO] [stdout] 8 | extern crate libc; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/lib.rs:146:77 [INFO] [stdout] | [INFO] [stdout] 146 | extern "C" fn alloc(_ud: *mut libc::c_void, ptr: *mut libc::c_void, _osize: libc::size_t, nsize: libc::size_t) -> *mut libc::c_void { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/lib.rs:146:98 [INFO] [stdout] | [INFO] [stdout] 146 | extern "C" fn alloc(_ud: *mut libc::c_void, ptr: *mut libc::c_void, _osize: libc::size_t, nsize: libc::size_t) -> *mut libc::c_void { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/lib.rs:149:13 [INFO] [stdout] | [INFO] [stdout] 149 | libc::free(ptr as *mut libc::c_void); [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/lib.rs:152:13 [INFO] [stdout] | [INFO] [stdout] 152 | libc::realloc(ptr, nsize) [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/lib.rs:158:50 [INFO] [stdout] | [INFO] [stdout] 158 | extern "C" fn panic(lua: *mut ffi::lua_State) -> libc::c_int { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/lib.rs:265:60 [INFO] [stdout] | [INFO] [stdout] 265 | unsafe { ffi::lua_pop(self.use_lua(), self.size as libc::c_int) } [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/functions_read.rs:20:84 [INFO] [stdout] | [INFO] [stdout] 20 | extern fn reader(_: *mut ffi::lua_State, data_raw: *mut ::libc::c_void, size: *mut ::libc::size_t) -> *const ::libc::c_char { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/functions_read.rs:20:110 [INFO] [stdout] | [INFO] [stdout] 20 | extern fn reader(_: *mut ffi::lua_State, data_raw: *mut ::libc::c_void, size: *mut ::libc::size_t) -> *const ::libc::c_char { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/functions_read.rs:27:47 [INFO] [stdout] | [INFO] [stdout] 27 | return data.buffer.as_ptr() as *const ::libc::c_char; [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/functions_read.rs:32:39 [INFO] [stdout] | [INFO] [stdout] 32 | unsafe { (*size) = len as ::libc::size_t }, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/functions_read.rs:41:36 [INFO] [stdout] | [INFO] [stdout] 41 | data.buffer.as_ptr() as *const ::libc::c_char [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/userdata.rs:5:59 [INFO] [stdout] | [INFO] [stdout] 5 | extern fn destructor_wrapper(lua: *mut ffi::lua_State) -> ::libc::c_int { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/userdata.rs:9:39 [INFO] [stdout] | [INFO] [stdout] 9 | let imp: fn(*mut ffi::lua_State)->::libc::c_int = unsafe { mem::transmute(impl_raw) }; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/userdata.rs:14:52 [INFO] [stdout] | [INFO] [stdout] 14 | fn destructor_impl(lua: *mut ffi::lua_State) -> ::libc::c_int { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/userdata.rs:46:36 [INFO] [stdout] | [INFO] [stdout] 46 | mem::size_of_val(&data) as ::libc::size_t) }; [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/userdata.rs:66:59 [INFO] [stdout] | [INFO] [stdout] 66 | let destructor_impl: fn(*mut ffi::lua_State)->::libc::c_int = destructor_impl::; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/userdata.rs:118:78 [INFO] [stdout] | [INFO] [stdout] 118 | pub fn read_copy_userdata(lua: &mut L, index: ::libc::c_int) -> Option { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/ffi.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | use libc; [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/ffi.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | use libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/ffi.rs:9:20 [INFO] [stdout] | [INFO] [stdout] 9 | pub const MULTRET: c_int = -1; [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/ffi.rs:11:26 [INFO] [stdout] | [INFO] [stdout] 11 | pub const LUAI_MAXSTACK: c_int = 1000000; // or 15000 with 32b // TODO: [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/ffi.rs:12:32 [INFO] [stdout] | [INFO] [stdout] 12 | pub const LUAI_FIRSTPSEUDOIDX: c_int = (-LUAI_MAXSTACK - 1000); [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/ffi.rs:13:30 [INFO] [stdout] | [INFO] [stdout] 13 | pub const LUA_REGISTRYINDEX: c_int = LUAI_FIRSTPSEUDOIDX; [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/ffi.rs:15:19 [INFO] [stdout] | [INFO] [stdout] 15 | pub const LUA_OK: c_int = 0; [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/ffi.rs:16:22 [INFO] [stdout] | [INFO] [stdout] 16 | pub const LUA_YIELD: c_int = 1; [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/ffi.rs:17:23 [INFO] [stdout] | [INFO] [stdout] 17 | pub const LUA_ERRRUN: c_int = 2; [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/ffi.rs:18:26 [INFO] [stdout] | [INFO] [stdout] 18 | pub const LUA_ERRSYNTAX: c_int = 3; [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/ffi.rs:19:23 [INFO] [stdout] | [INFO] [stdout] 19 | pub const LUA_ERRMEM: c_int = 4; [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/ffi.rs:20:24 [INFO] [stdout] | [INFO] [stdout] 20 | pub const LUA_ERRGCMM: c_int = 5; [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/ffi.rs:21:23 [INFO] [stdout] | [INFO] [stdout] 21 | pub const LUA_ERRERR: c_int = 6; [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/ffi.rs:27:62 [INFO] [stdout] | [INFO] [stdout] 27 | pub type lua_CFunction = extern "C" fn(L: *mut lua_State) -> c_int; [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/ffi.rs:29:88 [INFO] [stdout] | [INFO] [stdout] 29 | pub type lua_Reader = extern "C" fn(L: *mut lua_State, ud: *mut libc::c_void, sz: *mut libc::size_t) -> *const libc::c_char; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/ffi.rs:29:112 [INFO] [stdout] | [INFO] [stdout] 29 | pub type lua_Reader = extern "C" fn(L: *mut lua_State, ud: *mut libc::c_void, sz: *mut libc::size_t) -> *const libc::c_char; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/ffi.rs:30:84 [INFO] [stdout] | [INFO] [stdout] 30 | pub type lua_Writer = extern "C" fn(L: *mut lua_State, p: *const libc::c_void, sz: libc::size_t, ud: *mut libc::c_void) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/ffi.rs:30:124 [INFO] [stdout] | [INFO] [stdout] 30 | pub type lua_Writer = extern "C" fn(L: *mut lua_State, p: *const libc::c_void, sz: libc::size_t, ud: *mut libc::c_void) -> libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/ffi.rs:32:90 [INFO] [stdout] | [INFO] [stdout] 32 | pub type lua_Alloc = extern "C" fn(ud: *mut libc::c_void, ptr: *mut libc::c_void, osize: libc::size_t, nsize: libc::size_t) -> *mut libc:... [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/ffi.rs:32:111 [INFO] [stdout] | [INFO] [stdout] 32 | pub type lua_Alloc = extern "C" fn(ud: *mut libc::c_void, ptr: *mut libc::c_void, osize: libc::size_t, nsize: libc::size_t) -> *mut libc:... [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/ffi.rs:37:22 [INFO] [stdout] | [INFO] [stdout] 37 | pub const LUA_TNONE: c_int = -1; [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/ffi.rs:39:21 [INFO] [stdout] | [INFO] [stdout] 39 | pub const LUA_TNIL: c_int = 0; [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/ffi.rs:40:25 [INFO] [stdout] | [INFO] [stdout] 40 | pub const LUA_TBOOLEAN: c_int = 1; [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/ffi.rs:41:31 [INFO] [stdout] | [INFO] [stdout] 41 | pub const LUA_TLIGHTUSERDATA: c_int = 2; [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/ffi.rs:42:24 [INFO] [stdout] | [INFO] [stdout] 42 | pub const LUA_TNUMBER: c_int = 3; [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/ffi.rs:43:24 [INFO] [stdout] | [INFO] [stdout] 43 | pub const LUA_TSTRING: c_int = 4; [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/ffi.rs:44:23 [INFO] [stdout] | [INFO] [stdout] 44 | pub const LUA_TTABLE: c_int = 5; [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/ffi.rs:45:26 [INFO] [stdout] | [INFO] [stdout] 45 | pub const LUA_TFUNCTION: c_int = 6; [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/ffi.rs:46:26 [INFO] [stdout] | [INFO] [stdout] 46 | pub const LUA_TUSERDATA: c_int = 7; [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/ffi.rs:47:24 [INFO] [stdout] | [INFO] [stdout] 47 | pub const LUA_TTHREAD: c_int = 8; [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/ffi.rs:49:25 [INFO] [stdout] | [INFO] [stdout] 49 | pub const LUA_MINSTACK: c_int = 20; [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/ffi.rs:51:32 [INFO] [stdout] | [INFO] [stdout] 51 | pub const LUA_RIDX_MAINTHREAD: c_int = 1; [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/ffi.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | pub const LUA_RIDX_GLOBALS: c_int = 2; [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/ffi.rs:54:23 [INFO] [stdout] | [INFO] [stdout] 54 | pub type lua_Number = libc::c_double; [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/ffi.rs:55:24 [INFO] [stdout] | [INFO] [stdout] 55 | pub type lua_Integer = libc::ptrdiff_t; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/ffi.rs:56:25 [INFO] [stdout] | [INFO] [stdout] 56 | pub type lua_Unsigned = libc::c_ulong; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/ffi.rs:58:22 [INFO] [stdout] | [INFO] [stdout] 58 | pub const LUA_OPADD: c_int = 0; [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/ffi.rs:59:22 [INFO] [stdout] | [INFO] [stdout] 59 | pub const LUA_OPSUB: c_int = 1; [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/ffi.rs:60:22 [INFO] [stdout] | [INFO] [stdout] 60 | pub const LUA_OPMUL: c_int = 2; [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/ffi.rs:61:22 [INFO] [stdout] | [INFO] [stdout] 61 | pub const LUA_OPDIV: c_int = 3; [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/ffi.rs:62:22 [INFO] [stdout] | [INFO] [stdout] 62 | pub const LUA_OPMOD: c_int = 4; [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/ffi.rs:63:22 [INFO] [stdout] | [INFO] [stdout] 63 | pub const LUA_OPPOW: c_int = 5; [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/ffi.rs:64:22 [INFO] [stdout] | [INFO] [stdout] 64 | pub const LUA_OPUNM: c_int = 6; [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/ffi.rs:66:21 [INFO] [stdout] | [INFO] [stdout] 66 | pub const LUA_OPEQ: c_int = 0; [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/ffi.rs:67:21 [INFO] [stdout] | [INFO] [stdout] 67 | pub const LUA_OPLT: c_int = 1; [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/ffi.rs:68:21 [INFO] [stdout] | [INFO] [stdout] 68 | pub const LUA_OPLE: c_int = 2; [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/ffi.rs:70:23 [INFO] [stdout] | [INFO] [stdout] 70 | pub const LUA_GCSTOP: c_int = 0; [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/ffi.rs:71:26 [INFO] [stdout] | [INFO] [stdout] 71 | pub const LUA_GCRESTART: c_int = 1; [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/ffi.rs:72:26 [INFO] [stdout] | [INFO] [stdout] 72 | pub const LUA_GCCOLLECT: c_int = 2; [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/ffi.rs:73:24 [INFO] [stdout] | [INFO] [stdout] 73 | pub const LUA_GCCOUNT: c_int = 3; [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/ffi.rs:74:25 [INFO] [stdout] | [INFO] [stdout] 74 | pub const LUA_GCCOUNTB: c_int = 4; [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/ffi.rs:75:23 [INFO] [stdout] | [INFO] [stdout] 75 | pub const LUA_GCSTEP: c_int = 5; [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/ffi.rs:76:27 [INFO] [stdout] | [INFO] [stdout] 76 | pub const LUA_GCSETPAUSE: c_int = 6; [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/ffi.rs:77:29 [INFO] [stdout] | [INFO] [stdout] 77 | pub const LUA_GCSETSTEPMUL: c_int = 7; [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/ffi.rs:78:30 [INFO] [stdout] | [INFO] [stdout] 78 | pub const LUA_GCSETMAJORINC: c_int = 8; [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/ffi.rs:79:28 [INFO] [stdout] | [INFO] [stdout] 79 | pub const LUA_GCISRUNNING: c_int = 9; [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/ffi.rs:80:22 [INFO] [stdout] | [INFO] [stdout] 80 | pub const LUA_GCGEN: c_int = 10; [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/ffi.rs:81:22 [INFO] [stdout] | [INFO] [stdout] 81 | pub const LUA_GCINC: c_int = 11; [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/ffi.rs:83:25 [INFO] [stdout] | [INFO] [stdout] 83 | pub const LUA_HOOKCALL: c_int = 0; [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/ffi.rs:84:24 [INFO] [stdout] | [INFO] [stdout] 84 | pub const LUA_HOOKRET: c_int = 1; [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/ffi.rs:85:25 [INFO] [stdout] | [INFO] [stdout] 85 | pub const LUA_HOOKLINE: c_int = 2; [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/ffi.rs:86:26 [INFO] [stdout] | [INFO] [stdout] 86 | pub const LUA_HOOKCOUNT: c_int = 3; [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/ffi.rs:87:28 [INFO] [stdout] | [INFO] [stdout] 87 | pub const LUA_HOOKTAILRET: c_int = 4; [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/ffi.rs:89:25 [INFO] [stdout] | [INFO] [stdout] 89 | pub const LUA_MASKCALL: c_int = 1 << LUA_HOOKCALL as uint; [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/ffi.rs:90:24 [INFO] [stdout] | [INFO] [stdout] 90 | pub const LUA_MASKRET: c_int = 1 << LUA_HOOKRET as uint; [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/ffi.rs:91:25 [INFO] [stdout] | [INFO] [stdout] 91 | pub const LUA_MASKLINE: c_int = 1 << LUA_HOOKLINE as uint; [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/ffi.rs:92:26 [INFO] [stdout] | [INFO] [stdout] 92 | pub const LUA_MASKCOUNT: c_int = 1 << LUA_HOOKCOUNT as uint; [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/ffi.rs:96:16 [INFO] [stdout] | [INFO] [stdout] 96 | pub event: c_int, [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/ffi.rs:97:22 [INFO] [stdout] | [INFO] [stdout] 97 | pub name: *const libc::c_char, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/ffi.rs:98:26 [INFO] [stdout] | [INFO] [stdout] 98 | pub namewhat: *const libc::c_char, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/ffi.rs:99:22 [INFO] [stdout] | [INFO] [stdout] 99 | pub what: *const libc::c_char, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/ffi.rs:100:24 [INFO] [stdout] | [INFO] [stdout] 100 | pub source: *const libc::c_char, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/ffi.rs:101:22 [INFO] [stdout] | [INFO] [stdout] 101 | pub currentline: c_int, [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/ffi.rs:102:22 [INFO] [stdout] | [INFO] [stdout] 102 | pub linedefined: c_int, [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/ffi.rs:103:26 [INFO] [stdout] | [INFO] [stdout] 103 | pub lastlinedefined: c_int, [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/ffi.rs:104:15 [INFO] [stdout] | [INFO] [stdout] 104 | pub nups: libc::c_uchar, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/ffi.rs:105:18 [INFO] [stdout] | [INFO] [stdout] 105 | pub nparams: libc::c_uchar, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/ffi.rs:106:19 [INFO] [stdout] | [INFO] [stdout] 106 | pub isvararg: libc::c_char, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/ffi.rs:107:21 [INFO] [stdout] | [INFO] [stdout] 107 | pub istailcall: libc::c_char, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/ffi.rs:228:28 [INFO] [stdout] | [INFO] [stdout] 228 | pub fn lua_upvalueindex(i: c_int) -> c_int { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/ffi.rs:228:38 [INFO] [stdout] | [INFO] [stdout] 228 | pub fn lua_upvalueindex(i: c_int) -> c_int { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/ffi.rs:233:50 [INFO] [stdout] | [INFO] [stdout] 233 | pub unsafe fn lua_call(L: *mut lua_State, nargs: c_int, nresults: c_int) { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/ffi.rs:233:67 [INFO] [stdout] | [INFO] [stdout] 233 | pub unsafe fn lua_call(L: *mut lua_State, nargs: c_int, nresults: c_int) { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/ffi.rs:238:51 [INFO] [stdout] | [INFO] [stdout] 238 | pub unsafe fn lua_pcall(L: *mut lua_State, nargs: c_int, nresults: c_int, errfunc: c_int) -> c_int { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/ffi.rs:238:68 [INFO] [stdout] | [INFO] [stdout] 238 | pub unsafe fn lua_pcall(L: *mut lua_State, nargs: c_int, nresults: c_int, errfunc: c_int) -> c_int { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/ffi.rs:238:84 [INFO] [stdout] | [INFO] [stdout] 238 | pub unsafe fn lua_pcall(L: *mut lua_State, nargs: c_int, nresults: c_int, errfunc: c_int) -> c_int { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/ffi.rs:238:94 [INFO] [stdout] | [INFO] [stdout] 238 | pub unsafe fn lua_pcall(L: *mut lua_State, nargs: c_int, nresults: c_int, errfunc: c_int) -> c_int { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/ffi.rs:243:54 [INFO] [stdout] | [INFO] [stdout] 243 | pub unsafe fn lua_yield(L: *mut lua_State, nresults: c_int) -> c_int { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/ffi.rs:243:64 [INFO] [stdout] | [INFO] [stdout] 243 | pub unsafe fn lua_yield(L: *mut lua_State, nresults: c_int) -> c_int { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/ffi.rs:248:45 [INFO] [stdout] | [INFO] [stdout] 248 | pub unsafe fn lua_pop(L: *mut lua_State, n: c_int) { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/ffi.rs:258:60 [INFO] [stdout] | [INFO] [stdout] 258 | pub unsafe fn lua_register(L: *mut lua_State, name: *const libc::c_char, f: lua_CFunction) { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/ffi.rs:269:54 [INFO] [stdout] | [INFO] [stdout] 269 | pub unsafe fn lua_isfunction(L: *mut lua_State, idx: c_int) -> bool { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/ffi.rs:274:51 [INFO] [stdout] | [INFO] [stdout] 274 | pub unsafe fn lua_istable(L: *mut lua_State, idx: c_int) -> bool { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/ffi.rs:279:59 [INFO] [stdout] | [INFO] [stdout] 279 | pub unsafe fn lua_islightuserdata(L: *mut lua_State, idx: c_int) -> bool { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/ffi.rs:284:49 [INFO] [stdout] | [INFO] [stdout] 284 | pub unsafe fn lua_isnil(L: *mut lua_State, idx: c_int) -> bool { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/ffi.rs:289:53 [INFO] [stdout] | [INFO] [stdout] 289 | pub unsafe fn lua_isboolean(L: *mut lua_State, idx: c_int) -> bool { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/ffi.rs:294:52 [INFO] [stdout] | [INFO] [stdout] 294 | pub unsafe fn lua_isthread(L: *mut lua_State, idx: c_int) -> bool { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/ffi.rs:299:50 [INFO] [stdout] | [INFO] [stdout] 299 | pub unsafe fn lua_isnone(L: *mut lua_State, idx: c_int) -> bool { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/ffi.rs:304:55 [INFO] [stdout] | [INFO] [stdout] 304 | pub unsafe fn lua_isnoneornil(L: *mut lua_State, idx: c_int) -> bool { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/ffi.rs:316:50 [INFO] [stdout] | [INFO] [stdout] 316 | pub unsafe fn lua_tostring(L: *mut lua_State, i: c_int) -> *const libc::c_char { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/ffi.rs:316:67 [INFO] [stdout] | [INFO] [stdout] 316 | pub unsafe fn lua_tostring(L: *mut lua_State, i: c_int) -> *const libc::c_char { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/ffi.rs:122:49 [INFO] [stdout] | [INFO] [stdout] 122 | pub fn lua_absindex(L: *mut lua_State, idx: c_int) -> c_int; [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/ffi.rs:122:59 [INFO] [stdout] | [INFO] [stdout] 122 | pub fn lua_absindex(L: *mut lua_State, idx: c_int) -> c_int; [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/ffi.rs:123:45 [INFO] [stdout] | [INFO] [stdout] 123 | pub fn lua_gettop(L: *mut lua_State) -> c_int; [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/ffi.rs:124:47 [INFO] [stdout] | [INFO] [stdout] 124 | pub fn lua_settop(L: *mut lua_State, idx: c_int); [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/ffi.rs:125:50 [INFO] [stdout] | [INFO] [stdout] 125 | pub fn lua_pushvalue(L: *mut lua_State, idx: c_int); [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/ffi.rs:126:47 [INFO] [stdout] | [INFO] [stdout] 126 | pub fn lua_remove(L: *mut lua_State, idx: c_int); [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/ffi.rs:127:47 [INFO] [stdout] | [INFO] [stdout] 127 | pub fn lua_insert(L: *mut lua_State, idx: c_int); [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/ffi.rs:128:48 [INFO] [stdout] | [INFO] [stdout] 128 | pub fn lua_replace(L: *mut lua_State, idx: c_int); [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/ffi.rs:129:49 [INFO] [stdout] | [INFO] [stdout] 129 | pub fn lua_copy(L: *mut lua_State, fromidx: c_int, toidx: c_int); [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/ffi.rs:129:63 [INFO] [stdout] | [INFO] [stdout] 129 | pub fn lua_copy(L: *mut lua_State, fromidx: c_int, toidx: c_int); [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/ffi.rs:130:50 [INFO] [stdout] | [INFO] [stdout] 130 | pub fn lua_checkstack(L: *mut lua_State, sz: c_int) -> c_int; [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/ffi.rs:130:60 [INFO] [stdout] | [INFO] [stdout] 130 | pub fn lua_checkstack(L: *mut lua_State, sz: c_int) -> c_int; [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/ffi.rs:132:67 [INFO] [stdout] | [INFO] [stdout] 132 | pub fn lua_xmove(from: *mut lua_State, to: *mut lua_State, n: c_int); [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/ffi.rs:134:49 [INFO] [stdout] | [INFO] [stdout] 134 | pub fn lua_isnumber(L: *mut lua_State, idx: c_int) -> c_int; [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/ffi.rs:134:59 [INFO] [stdout] | [INFO] [stdout] 134 | pub fn lua_isnumber(L: *mut lua_State, idx: c_int) -> c_int; [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/ffi.rs:135:49 [INFO] [stdout] | [INFO] [stdout] 135 | pub fn lua_isstring(L: *mut lua_State, idx: c_int) -> c_int; [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/ffi.rs:135:59 [INFO] [stdout] | [INFO] [stdout] 135 | pub fn lua_isstring(L: *mut lua_State, idx: c_int) -> c_int; [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/ffi.rs:136:52 [INFO] [stdout] | [INFO] [stdout] 136 | pub fn lua_iscfunction(L: *mut lua_State, idx: c_int) -> c_int; [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/ffi.rs:136:62 [INFO] [stdout] | [INFO] [stdout] 136 | pub fn lua_iscfunction(L: *mut lua_State, idx: c_int) -> c_int; [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/ffi.rs:137:51 [INFO] [stdout] | [INFO] [stdout] 137 | pub fn lua_isuserdata(L: *mut lua_State, idx: c_int) -> c_int; [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/ffi.rs:137:61 [INFO] [stdout] | [INFO] [stdout] 137 | pub fn lua_isuserdata(L: *mut lua_State, idx: c_int) -> c_int; [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/ffi.rs:138:45 [INFO] [stdout] | [INFO] [stdout] 138 | pub fn lua_type(L: *mut lua_State, idx: c_int) -> c_int; [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/ffi.rs:138:55 [INFO] [stdout] | [INFO] [stdout] 138 | pub fn lua_type(L: *mut lua_State, idx: c_int) -> c_int; [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/ffi.rs:139:48 [INFO] [stdout] | [INFO] [stdout] 139 | pub fn lua_typename(L: *mut lua_State, tp: c_int) -> *const libc::c_char; [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/ffi.rs:139:65 [INFO] [stdout] | [INFO] [stdout] 139 | pub fn lua_typename(L: *mut lua_State, tp: c_int) -> *const libc::c_char; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/ffi.rs:141:50 [INFO] [stdout] | [INFO] [stdout] 141 | pub fn lua_tonumberx(L: *mut lua_State, idx: c_int, isnum: *mut c_int) -> lua_Number; [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/ffi.rs:141:69 [INFO] [stdout] | [INFO] [stdout] 141 | pub fn lua_tonumberx(L: *mut lua_State, idx: c_int, isnum: *mut c_int) -> lua_Number; [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/ffi.rs:142:51 [INFO] [stdout] | [INFO] [stdout] 142 | pub fn lua_tointegerx(L: *mut lua_State, idx: c_int, isnum: *mut c_int) -> lua_Integer; [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/ffi.rs:142:70 [INFO] [stdout] | [INFO] [stdout] 142 | pub fn lua_tointegerx(L: *mut lua_State, idx: c_int, isnum: *mut c_int) -> lua_Integer; [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/ffi.rs:143:52 [INFO] [stdout] | [INFO] [stdout] 143 | pub fn lua_tounsignedx(L: *mut lua_State, idx: c_int, isnum: *mut c_int) -> lua_Unsigned; [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/ffi.rs:143:71 [INFO] [stdout] | [INFO] [stdout] 143 | pub fn lua_tounsignedx(L: *mut lua_State, idx: c_int, isnum: *mut c_int) -> lua_Unsigned; [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/ffi.rs:144:50 [INFO] [stdout] | [INFO] [stdout] 144 | pub fn lua_toboolean(L: *mut lua_State, idx: c_int) -> c_int; [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/ffi.rs:144:60 [INFO] [stdout] | [INFO] [stdout] 144 | pub fn lua_toboolean(L: *mut lua_State, idx: c_int) -> c_int; [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/ffi.rs:145:50 [INFO] [stdout] | [INFO] [stdout] 145 | pub fn lua_tolstring(L: *mut lua_State, idx: c_int, len: *mut libc::size_t) -> *const libc::c_char; [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/ffi.rs:145:67 [INFO] [stdout] | [INFO] [stdout] 145 | pub fn lua_tolstring(L: *mut lua_State, idx: c_int, len: *mut libc::size_t) -> *const libc::c_char; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/ffi.rs:145:91 [INFO] [stdout] | [INFO] [stdout] 145 | pub fn lua_tolstring(L: *mut lua_State, idx: c_int, len: *mut libc::size_t) -> *const libc::c_char; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/ffi.rs:146:47 [INFO] [stdout] | [INFO] [stdout] 146 | pub fn lua_rawlen(L: *mut lua_State, idx: c_int) -> libc::size_t; [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/ffi.rs:146:57 [INFO] [stdout] | [INFO] [stdout] 146 | pub fn lua_rawlen(L: *mut lua_State, idx: c_int) -> libc::size_t; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/ffi.rs:147:52 [INFO] [stdout] | [INFO] [stdout] 147 | pub fn lua_tocfunction(L: *mut lua_State, idx: c_int) -> Option; [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/ffi.rs:148:51 [INFO] [stdout] | [INFO] [stdout] 148 | pub fn lua_touserdata(L: *mut lua_State, idx: c_int) -> *mut libc::c_void; [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/ffi.rs:149:49 [INFO] [stdout] | [INFO] [stdout] 149 | pub fn lua_tothread(L: *mut lua_State, idx: c_int) -> *mut lua_State; [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/ffi.rs:150:50 [INFO] [stdout] | [INFO] [stdout] 150 | pub fn lua_topointer(L: *mut lua_State, idx: c_int) -> *const libc::c_void; [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/ffi.rs:152:45 [INFO] [stdout] | [INFO] [stdout] 152 | pub fn lua_arith(L: *mut lua_State, op: c_int); [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/ffi.rs:153:50 [INFO] [stdout] | [INFO] [stdout] 153 | pub fn lua_rawequal(L: *mut lua_State, idx1: c_int, idx2: c_int) -> c_int; [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/ffi.rs:153:63 [INFO] [stdout] | [INFO] [stdout] 153 | pub fn lua_rawequal(L: *mut lua_State, idx1: c_int, idx2: c_int) -> c_int; [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/ffi.rs:153:73 [INFO] [stdout] | [INFO] [stdout] 153 | pub fn lua_rawequal(L: *mut lua_State, idx1: c_int, idx2: c_int) -> c_int; [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/ffi.rs:154:49 [INFO] [stdout] | [INFO] [stdout] 154 | pub fn lua_compare(L: *mut lua_State, idx1: c_int, idx2: c_int, op: c_int) -> c_int; [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/ffi.rs:154:62 [INFO] [stdout] | [INFO] [stdout] 154 | pub fn lua_compare(L: *mut lua_State, idx1: c_int, idx2: c_int, op: c_int) -> c_int; [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/ffi.rs:154:73 [INFO] [stdout] | [INFO] [stdout] 154 | pub fn lua_compare(L: *mut lua_State, idx1: c_int, idx2: c_int, op: c_int) -> c_int; [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/ffi.rs:154:83 [INFO] [stdout] | [INFO] [stdout] 154 | pub fn lua_compare(L: *mut lua_State, idx1: c_int, idx2: c_int, op: c_int) -> c_int; [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/ffi.rs:160:57 [INFO] [stdout] | [INFO] [stdout] 160 | pub fn lua_pushlstring(L: *mut lua_State, s: *const libc::c_char, l: libc::size_t); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/ffi.rs:160:74 [INFO] [stdout] | [INFO] [stdout] 160 | pub fn lua_pushlstring(L: *mut lua_State, s: *const libc::c_char, l: libc::size_t); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/ffi.rs:161:56 [INFO] [stdout] | [INFO] [stdout] 161 | pub fn lua_pushstring(L: *mut lua_State, s: *const libc::c_char); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/ffi.rs:163:59 [INFO] [stdout] | [INFO] [stdout] 163 | pub fn lua_pushfstring(L: *mut lua_State, fmt: *const libc::c_char, ...) -> *const libc::c_char; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/ffi.rs:163:88 [INFO] [stdout] | [INFO] [stdout] 163 | pub fn lua_pushfstring(L: *mut lua_State, fmt: *const libc::c_char, ...) -> *const libc::c_char; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/ffi.rs:164:69 [INFO] [stdout] | [INFO] [stdout] 164 | pub fn lua_pushcclosure(L: *mut lua_State, f: lua_CFunction, n: c_int); [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/ffi.rs:165:50 [INFO] [stdout] | [INFO] [stdout] 165 | pub fn lua_pushboolean(L: *mut lua_State, b: c_int); [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/ffi.rs:167:49 [INFO] [stdout] | [INFO] [stdout] 167 | pub fn lua_pushthread(L: *mut lua_State) -> c_int; [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/ffi.rs:169:57 [INFO] [stdout] | [INFO] [stdout] 169 | pub fn lua_getglobal(L: *mut lua_State, var: *const libc::c_char); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/ffi.rs:170:49 [INFO] [stdout] | [INFO] [stdout] 170 | pub fn lua_gettable(L: *mut lua_State, idx: c_int); [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/ffi.rs:171:49 [INFO] [stdout] | [INFO] [stdout] 171 | pub fn lua_getfield(L: *mut lua_State, idx: c_int, k: *const libc::c_char); [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/ffi.rs:171:66 [INFO] [stdout] | [INFO] [stdout] 171 | pub fn lua_getfield(L: *mut lua_State, idx: c_int, k: *const libc::c_char); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/ffi.rs:172:47 [INFO] [stdout] | [INFO] [stdout] 172 | pub fn lua_rawget(L: *mut lua_State, idx: c_int); [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/ffi.rs:173:48 [INFO] [stdout] | [INFO] [stdout] 173 | pub fn lua_rawgeti(L: *mut lua_State, idx: c_int, n: c_int); [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/ffi.rs:173:58 [INFO] [stdout] | [INFO] [stdout] 173 | pub fn lua_rawgeti(L: *mut lua_State, idx: c_int, n: c_int); [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/ffi.rs:174:48 [INFO] [stdout] | [INFO] [stdout] 174 | pub fn lua_rawgetp(L: *mut lua_State, idx: c_int, p: *const libc::c_char); [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/ffi.rs:174:65 [INFO] [stdout] | [INFO] [stdout] 174 | pub fn lua_rawgetp(L: *mut lua_State, idx: c_int, p: *const libc::c_char); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/ffi.rs:175:53 [INFO] [stdout] | [INFO] [stdout] 175 | pub fn lua_createtable(L: *mut lua_State, narr: c_int, nrec: c_int); [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/ffi.rs:175:66 [INFO] [stdout] | [INFO] [stdout] 175 | pub fn lua_createtable(L: *mut lua_State, narr: c_int, nrec: c_int); [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/ffi.rs:176:51 [INFO] [stdout] | [INFO] [stdout] 176 | pub fn lua_newuserdata(L: *mut lua_State, sz: libc::size_t) -> *mut libc::c_void; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/ffi.rs:177:58 [INFO] [stdout] | [INFO] [stdout] 177 | pub fn lua_getmetatable(L: *mut lua_State, objindex: c_int) -> c_int; [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/ffi.rs:177:68 [INFO] [stdout] | [INFO] [stdout] 177 | pub fn lua_getmetatable(L: *mut lua_State, objindex: c_int) -> c_int; [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/ffi.rs:178:48 [INFO] [stdout] | [INFO] [stdout] 178 | pub fn lua_getfenv(L: *mut lua_State, idx: c_int); [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/ffi.rs:180:57 [INFO] [stdout] | [INFO] [stdout] 180 | pub fn lua_setglobal(L: *mut lua_State, var: *const libc::c_char); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/ffi.rs:181:49 [INFO] [stdout] | [INFO] [stdout] 181 | pub fn lua_settable(L: *mut lua_State, idx: c_int); [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/ffi.rs:182:49 [INFO] [stdout] | [INFO] [stdout] 182 | pub fn lua_setfield(L: *mut lua_State, idx: c_int, k: *const libc::c_char); [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/ffi.rs:182:66 [INFO] [stdout] | [INFO] [stdout] 182 | pub fn lua_setfield(L: *mut lua_State, idx: c_int, k: *const libc::c_char); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/ffi.rs:183:47 [INFO] [stdout] | [INFO] [stdout] 183 | pub fn lua_rawset(L: *mut lua_State, idx: c_int); [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/ffi.rs:184:48 [INFO] [stdout] | [INFO] [stdout] 184 | pub fn lua_rawseti(L: *mut lua_State, idx: c_int, n: c_int); [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/ffi.rs:184:58 [INFO] [stdout] | [INFO] [stdout] 184 | pub fn lua_rawseti(L: *mut lua_State, idx: c_int, n: c_int); [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/ffi.rs:185:48 [INFO] [stdout] | [INFO] [stdout] 185 | pub fn lua_rawsetp(L: *mut lua_State, idx: c_int, p: *const libc::c_char); [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/ffi.rs:185:65 [INFO] [stdout] | [INFO] [stdout] 185 | pub fn lua_rawsetp(L: *mut lua_State, idx: c_int, p: *const libc::c_char); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/ffi.rs:186:58 [INFO] [stdout] | [INFO] [stdout] 186 | pub fn lua_setmetatable(L: *mut lua_State, objindex: c_int) -> c_int; [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/ffi.rs:186:68 [INFO] [stdout] | [INFO] [stdout] 186 | pub fn lua_setmetatable(L: *mut lua_State, objindex: c_int) -> c_int; [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/ffi.rs:187:48 [INFO] [stdout] | [INFO] [stdout] 187 | pub fn lua_setfenv(L: *mut lua_State, idx: c_int) -> c_int; [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/ffi.rs:187:58 [INFO] [stdout] | [INFO] [stdout] 187 | pub fn lua_setfenv(L: *mut lua_State, idx: c_int) -> c_int; [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/ffi.rs:189:48 [INFO] [stdout] | [INFO] [stdout] 189 | pub fn lua_callk(L: *mut lua_State, nargs: c_int, nresults: c_int, ctx: c_int, k: Option); [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/ffi.rs:189:65 [INFO] [stdout] | [INFO] [stdout] 189 | pub fn lua_callk(L: *mut lua_State, nargs: c_int, nresults: c_int, ctx: c_int, k: Option); [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/ffi.rs:189:77 [INFO] [stdout] | [INFO] [stdout] 189 | pub fn lua_callk(L: *mut lua_State, nargs: c_int, nresults: c_int, ctx: c_int, k: Option); [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/ffi.rs:190:47 [INFO] [stdout] | [INFO] [stdout] 190 | pub fn lua_getctx(L: *mut lua_State, ctx: c_int) -> c_int; [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/ffi.rs:190:57 [INFO] [stdout] | [INFO] [stdout] 190 | pub fn lua_getctx(L: *mut lua_State, ctx: c_int) -> c_int; [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/ffi.rs:191:49 [INFO] [stdout] | [INFO] [stdout] 191 | pub fn lua_pcallk(L: *mut lua_State, nargs: c_int, nresults: c_int, errfunc: c_int, ctx: c_int, k: Option) -> c_int; [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/ffi.rs:191:66 [INFO] [stdout] | [INFO] [stdout] 191 | pub fn lua_pcallk(L: *mut lua_State, nargs: c_int, nresults: c_int, errfunc: c_int, ctx: c_int, k: Option) -> c_int; [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/ffi.rs:191:82 [INFO] [stdout] | [INFO] [stdout] 191 | pub fn lua_pcallk(L: *mut lua_State, nargs: c_int, nresults: c_int, errfunc: c_int, ctx: c_int, k: Option) -> c_int; [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/ffi.rs:191:94 [INFO] [stdout] | [INFO] [stdout] 191 | pub fn lua_pcallk(L: *mut lua_State, nargs: c_int, nresults: c_int, errfunc: c_int, ctx: c_int, k: Option) -> c_int; [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/ffi.rs:191:130 [INFO] [stdout] | [INFO] [stdout] 191 | pub fn lua_pcallk(L: *mut lua_State, nargs: c_int, nresults: c_int, errfunc: c_int, ctx: c_int, k: Option) -> c_int; [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/ffi.rs:192:101 [INFO] [stdout] | [INFO] [stdout] 192 | pub fn lua_load(L: *mut lua_State, reader: lua_Reader, dt: *mut libc::c_void, chunkname: *const libc::c_char, mode: *const libc::c_ch... [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/ffi.rs:192:128 [INFO] [stdout] | [INFO] [stdout] 192 | ...t libc::c_void, chunkname: *const libc::c_char, mode: *const libc::c_char) -> c_int; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/ffi.rs:192:145 [INFO] [stdout] | [INFO] [stdout] 192 | ..., chunkname: *const libc::c_char, mode: *const libc::c_char) -> c_int; [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/ffi.rs:193:88 [INFO] [stdout] | [INFO] [stdout] 193 | pub fn lua_dump(L: *mut lua_State, writer: lua_Writer, data: *mut libc::c_void) -> c_int; [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/ffi.rs:195:52 [INFO] [stdout] | [INFO] [stdout] 195 | pub fn lua_yieldk(L: *mut lua_State, nresults: c_int, ctx: c_int, k: Option) -> c_int; [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/ffi.rs:195:64 [INFO] [stdout] | [INFO] [stdout] 195 | pub fn lua_yieldk(L: *mut lua_State, nresults: c_int, ctx: c_int, k: Option) -> c_int; [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/ffi.rs:195:100 [INFO] [stdout] | [INFO] [stdout] 195 | pub fn lua_yieldk(L: *mut lua_State, nresults: c_int, ctx: c_int, k: Option) -> c_int; [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/ffi.rs:196:70 [INFO] [stdout] | [INFO] [stdout] 196 | pub fn lua_resume(L: *mut lua_State, from: *mut lua_State, narg: c_int) -> c_int; [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/ffi.rs:196:80 [INFO] [stdout] | [INFO] [stdout] 196 | pub fn lua_resume(L: *mut lua_State, from: *mut lua_State, narg: c_int) -> c_int; [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/ffi.rs:197:45 [INFO] [stdout] | [INFO] [stdout] 197 | pub fn lua_status(L: *mut lua_State) -> c_int; [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/ffi.rs:199:44 [INFO] [stdout] | [INFO] [stdout] 199 | pub fn lua_gc(L: *mut lua_State, what: c_int, data: c_int) -> c_int; [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/ffi.rs:199:57 [INFO] [stdout] | [INFO] [stdout] 199 | pub fn lua_gc(L: *mut lua_State, what: c_int, data: c_int) -> c_int; [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/ffi.rs:199:67 [INFO] [stdout] | [INFO] [stdout] 199 | pub fn lua_gc(L: *mut lua_State, what: c_int, data: c_int) -> c_int; [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/ffi.rs:201:44 [INFO] [stdout] | [INFO] [stdout] 201 | pub fn lua_error(L: *mut lua_State) -> c_int; [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/ffi.rs:202:45 [INFO] [stdout] | [INFO] [stdout] 202 | pub fn lua_next(L: *mut lua_State, idx: c_int) -> c_int; [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/ffi.rs:202:55 [INFO] [stdout] | [INFO] [stdout] 202 | pub fn lua_next(L: *mut lua_State, idx: c_int) -> c_int; [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/ffi.rs:203:45 [INFO] [stdout] | [INFO] [stdout] 203 | pub fn lua_concat(L: *mut lua_State, n: c_int); [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/ffi.rs:204:44 [INFO] [stdout] | [INFO] [stdout] 204 | pub fn lua_len(L: *mut lua_State, idx: c_int); [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/ffi.rs:209:51 [INFO] [stdout] | [INFO] [stdout] 209 | pub fn lua_getstack(L: *mut lua_State, level: c_int, ar: *mut lua_Debug) -> c_int; [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/ffi.rs:209:81 [INFO] [stdout] | [INFO] [stdout] 209 | pub fn lua_getstack(L: *mut lua_State, level: c_int, ar: *mut lua_Debug) -> c_int; [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/ffi.rs:210:56 [INFO] [stdout] | [INFO] [stdout] 210 | pub fn lua_getinfo(L: *mut lua_State, what: *const libc::c_char, ar: *mut lua_Debug) -> c_int; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/ffi.rs:210:93 [INFO] [stdout] | [INFO] [stdout] 210 | pub fn lua_getinfo(L: *mut lua_State, what: *const libc::c_char, ar: *mut lua_Debug) -> c_int; [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/ffi.rs:211:69 [INFO] [stdout] | [INFO] [stdout] 211 | pub fn lua_getlocal(L: *mut lua_State, ar: *const lua_Debug, n: c_int) -> *const libc::c_char; [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/ffi.rs:211:86 [INFO] [stdout] | [INFO] [stdout] 211 | pub fn lua_getlocal(L: *mut lua_State, ar: *const lua_Debug, n: c_int) -> *const libc::c_char; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/ffi.rs:212:67 [INFO] [stdout] | [INFO] [stdout] 212 | pub fn lua_setlocal(L: *mut lua_State, ar: *mut lua_Debug, n: c_int) -> *const libc::c_char; [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/ffi.rs:212:84 [INFO] [stdout] | [INFO] [stdout] 212 | pub fn lua_setlocal(L: *mut lua_State, ar: *mut lua_Debug, n: c_int) -> *const libc::c_char; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/ffi.rs:213:57 [INFO] [stdout] | [INFO] [stdout] 213 | pub fn lua_getupvalue(L: *mut lua_State, funcindex: c_int, n: c_int) -> *const libc::c_char; [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/ffi.rs:213:67 [INFO] [stdout] | [INFO] [stdout] 213 | pub fn lua_getupvalue(L: *mut lua_State, funcindex: c_int, n: c_int) -> *const libc::c_char; [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/ffi.rs:213:84 [INFO] [stdout] | [INFO] [stdout] 213 | pub fn lua_getupvalue(L: *mut lua_State, funcindex: c_int, n: c_int) -> *const libc::c_char; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/ffi.rs:214:57 [INFO] [stdout] | [INFO] [stdout] 214 | pub fn lua_setupvalue(L: *mut lua_State, funcindex: c_int, n: c_int) -> *const libc::c_char; [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/ffi.rs:214:67 [INFO] [stdout] | [INFO] [stdout] 214 | pub fn lua_setupvalue(L: *mut lua_State, funcindex: c_int, n: c_int) -> *const libc::c_char; [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/ffi.rs:214:84 [INFO] [stdout] | [INFO] [stdout] 214 | pub fn lua_setupvalue(L: *mut lua_State, funcindex: c_int, n: c_int) -> *const libc::c_char; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/ffi.rs:216:51 [INFO] [stdout] | [INFO] [stdout] 216 | pub fn lua_upvalueid(L: *mut lua_State, fidx: c_int, n: c_int) -> *const libc::c_void; [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/ffi.rs:216:61 [INFO] [stdout] | [INFO] [stdout] 216 | pub fn lua_upvalueid(L: *mut lua_State, fidx: c_int, n: c_int) -> *const libc::c_void; [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/ffi.rs:217:54 [INFO] [stdout] | [INFO] [stdout] 217 | pub fn lua_upvaluejoin(L: *mut lua_State, fidx1: c_int, n1: c_int, fidx2: c_int, n2: c_int); [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/ffi.rs:217:65 [INFO] [stdout] | [INFO] [stdout] 217 | pub fn lua_upvaluejoin(L: *mut lua_State, fidx1: c_int, n1: c_int, fidx2: c_int, n2: c_int); [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/ffi.rs:217:79 [INFO] [stdout] | [INFO] [stdout] 217 | pub fn lua_upvaluejoin(L: *mut lua_State, fidx1: c_int, n1: c_int, fidx2: c_int, n2: c_int); [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/ffi.rs:217:90 [INFO] [stdout] | [INFO] [stdout] 217 | pub fn lua_upvaluejoin(L: *mut lua_State, fidx1: c_int, n1: c_int, fidx2: c_int, n2: c_int); [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/ffi.rs:219:65 [INFO] [stdout] | [INFO] [stdout] 219 | pub fn lua_sethook(L: *mut lua_State, func: lua_Hook, mask: c_int, count: c_int) -> c_int; [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/ffi.rs:219:79 [INFO] [stdout] | [INFO] [stdout] 219 | pub fn lua_sethook(L: *mut lua_State, func: lua_Hook, mask: c_int, count: c_int) -> c_int; [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/ffi.rs:219:89 [INFO] [stdout] | [INFO] [stdout] 219 | pub fn lua_sethook(L: *mut lua_State, func: lua_Hook, mask: c_int, count: c_int) -> c_int; [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/ffi.rs:221:50 [INFO] [stdout] | [INFO] [stdout] 221 | pub fn lua_gethookmask(L: *mut lua_State) -> c_int; [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/ffi.rs:222:51 [INFO] [stdout] | [INFO] [stdout] 222 | pub fn lua_gethookcount(L: *mut lua_State) -> c_int; [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/functions_write.rs:6:49 [INFO] [stdout] | [INFO] [stdout] 6 | extern fn wrapper1(lua: *mut ffi::lua_State) -> ::libc::c_int { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/functions_write.rs:9:44 [INFO] [stdout] | [INFO] [stdout] 9 | let wrapper2: fn(*mut ffi::lua_State)->::libc::c_int = unsafe { ::std::mem::transmute(wrapper2raw) }; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/functions_write.rs:15:45 [INFO] [stdout] | [INFO] [stdout] 15 | fn wrapper2(lua: *mut ffi::lua_State) -> ::libc::c_int where T: AnyCallable { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/functions_write.rs:25:67 [INFO] [stdout] | [INFO] [stdout] 25 | fn load_args_and_call(&mut self, lua: *mut ffi::lua_State) -> ::libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/functions_write.rs:50:12 [INFO] [stdout] | [INFO] [stdout] 50 | -> ::libc::c_int [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/functions_write.rs:57:84 [INFO] [stdout] | [INFO] [stdout] 57 | ... let args = match CopyRead::read_from_lua(&mut tmp_lua, -arguments_count as ::libc::c_int) { // TODO: what if the user has the ... [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/functions_write.rs:72:15 [INFO] [stdout] | [INFO] [stdout] 72 | nb as ::libc::c_int [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/values.rs:19:34 [INFO] [stdout] | [INFO] [stdout] 19 | let mut success: ::libc::c_int = unsafe { ::std::mem::uninitialized() }; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 40 | integer_impl!(int) [INFO] [stdout] | ------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] = note: this error originates in the macro `integer_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/values.rs:19:34 [INFO] [stdout] | [INFO] [stdout] 19 | let mut success: ::libc::c_int = unsafe { ::std::mem::uninitialized() }; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 41 | integer_impl!(i8) [INFO] [stdout] | ----------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] = note: this error originates in the macro `integer_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/values.rs:19:34 [INFO] [stdout] | [INFO] [stdout] 19 | let mut success: ::libc::c_int = unsafe { ::std::mem::uninitialized() }; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 42 | integer_impl!(i16) [INFO] [stdout] | ------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] = note: this error originates in the macro `integer_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/values.rs:19:34 [INFO] [stdout] | [INFO] [stdout] 19 | let mut success: ::libc::c_int = unsafe { ::std::mem::uninitialized() }; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 43 | integer_impl!(i32) [INFO] [stdout] | ------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] = note: this error originates in the macro `integer_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/values.rs:56:34 [INFO] [stdout] | [INFO] [stdout] 56 | let mut success: ::libc::c_int = unsafe { ::std::mem::uninitialized() }; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 77 | unsigned_impl!(uint) [INFO] [stdout] | -------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] = note: this error originates in the macro `unsigned_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/values.rs:56:34 [INFO] [stdout] | [INFO] [stdout] 56 | let mut success: ::libc::c_int = unsafe { ::std::mem::uninitialized() }; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 78 | unsigned_impl!(u8) [INFO] [stdout] | ------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] = note: this error originates in the macro `unsigned_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/values.rs:56:34 [INFO] [stdout] | [INFO] [stdout] 56 | let mut success: ::libc::c_int = unsafe { ::std::mem::uninitialized() }; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 79 | unsigned_impl!(u16) [INFO] [stdout] | ------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] = note: this error originates in the macro `unsigned_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/values.rs:56:34 [INFO] [stdout] | [INFO] [stdout] 56 | let mut success: ::libc::c_int = unsafe { ::std::mem::uninitialized() }; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 80 | unsigned_impl!(u32) [INFO] [stdout] | ------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] = note: this error originates in the macro `unsigned_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/values.rs:93:34 [INFO] [stdout] | [INFO] [stdout] 93 | let mut success: ::libc::c_int = unsafe { ::std::mem::uninitialized() }; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 114 | numeric_impl!(f32) [INFO] [stdout] | ------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] = note: this error originates in the macro `numeric_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/values.rs:93:34 [INFO] [stdout] | [INFO] [stdout] 93 | let mut success: ::libc::c_int = unsafe { ::std::mem::uninitialized() }; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 115 | numeric_impl!(f64) [INFO] [stdout] | ------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] = note: this error originates in the macro `numeric_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/values.rs:126:23 [INFO] [stdout] | [INFO] [stdout] 126 | let mut size: ::libc::size_t = unsafe { ::std::mem::uninitialized() }; [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/values.rs:157:70 [INFO] [stdout] | [INFO] [stdout] 157 | unsafe { ffi::lua_pushboolean(lua.use_lua(), self.clone() as ::libc::c_int) }; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/lib.rs:6:12 [INFO] [stdout] | [INFO] [stdout] 6 | #![feature(unsafe_destructor)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0635]: unknown feature `unsafe_destructor` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-hl-lua-ab3fe7e7844067a7/1bc367f/rust-hl-lua/src/lib.rs:6:12 [INFO] [stdout] | [INFO] [stdout] 6 | #![feature(unsafe_destructor)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 453 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0405, E0407, E0412, E0425, E0432, E0433, E0463, E0554, E0635... [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0405`. [INFO] [stdout] [INFO] [stderr] error: could not compile `rust-hl-lua` due to 454 previous errors [INFO] running `Command { std: "docker" "inspect" "d2e642a6b3b6f8674a2833d4914de0ee9f01a6986a26ef32d552a7668f88a317", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d2e642a6b3b6f8674a2833d4914de0ee9f01a6986a26ef32d552a7668f88a317", kill_on_drop: false }` [INFO] [stdout] d2e642a6b3b6f8674a2833d4914de0ee9f01a6986a26ef32d552a7668f88a317