Build #2495034 2025-09-11 07:22:32
# rustc version
rustc 1.91.0-nightly (565a9ca63 2025-09-10)# docs.rs version
docsrs 0.6.0 (8bbaf878 2025-08-22)# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/hlua-0.4.3/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/hlua-0.4.3/source:/opt/rustwide/workdir:ro,Z" "-v" "/home/cratesfyi/workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/home/cratesfyi/workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "DOCS_RS=1" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "6442450944" "--cpus" "6" "--user" "1001:1001" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20250910-1.91.0-nightly-565a9ca63\", \"--static-root-path\", \"/-/rustdoc.static/\", \"--cap-lints\", \"warn\", \"--extern-html-root-takes-precedence\"]" "--offline" "-Zunstable-options" "--config=doc.extern-map.registries.crates-io=\"https://docs.rs/{pkg_name}/{version}/x86_64-unknown-linux-gnu\"" "-Zrustdoc-scrape-examples" "-j6" "--target" "x86_64-unknown-linux-gnu", kill_on_drop: false }`
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] [stdout] 496d9bf19d3e66cf7d19b0cc4f107d0f46db9869493dbffb189cf8acb783331a
[INFO] running `Command { std: "docker" "start" "-a" "496d9bf19d3e66cf7d19b0cc4f107d0f46db9869493dbffb189cf8acb783331a", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stderr] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stderr] --> src/functions_write.rs:234:34
[INFO] [stderr] |
[INFO] [stderr] 234 | let wrapper: extern fn(*mut ffi::lua_State) -> libc::c_int = wrapper::<Self, _, R>;
[INFO] [stderr] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stderr] ...
[INFO] [stderr] 319 | impl_function_ext!();
[INFO] [stderr] | -------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = note: `#[warn(missing_abi)]` on by default
[INFO] [stderr] = note: this warning originates in the macro `impl_function_ext` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stderr] --> src/functions_write.rs:301:34
[INFO] [stderr] |
[INFO] [stderr] 301 | let wrapper: extern fn(*mut ffi::lua_State) -> libc::c_int = wrapper::<Self, _, R>;
[INFO] [stderr] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stderr] ...
[INFO] [stderr] 320 | impl_function_ext!(A);
[INFO] [stderr] | --------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = note: this warning originates in the macro `impl_function_ext` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stderr] --> src/functions_write.rs:301:34
[INFO] [stderr] |
[INFO] [stderr] 301 | let wrapper: extern fn(*mut ffi::lua_State) -> libc::c_int = wrapper::<Self, _, R>;
[INFO] [stderr] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stderr] ...
[INFO] [stderr] 321 | impl_function_ext!(A, B);
[INFO] [stderr] | ------------------------ in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = note: this warning originates in the macro `impl_function_ext` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stderr] --> src/functions_write.rs:301:34
[INFO] [stderr] |
[INFO] [stderr] 301 | let wrapper: extern fn(*mut ffi::lua_State) -> libc::c_int = wrapper::<Self, _, R>;
[INFO] [stderr] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stderr] ...
[INFO] [stderr] 322 | impl_function_ext!(A, B, C);
[INFO] [stderr] | --------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = note: this warning originates in the macro `impl_function_ext` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stderr] --> src/functions_write.rs:301:34
[INFO] [stderr] |
[INFO] [stderr] 301 | let wrapper: extern fn(*mut ffi::lua_State) -> libc::c_int = wrapper::<Self, _, R>;
[INFO] [stderr] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stderr] ...
[INFO] [stderr] 323 | impl_function_ext!(A, B, C, D);
[INFO] [stderr] | ------------------------------ in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = note: this warning originates in the macro `impl_function_ext` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stderr] --> src/functions_write.rs:301:34
[INFO] [stderr] |
[INFO] [stderr] 301 | let wrapper: extern fn(*mut ffi::lua_State) -> libc::c_int = wrapper::<Self, _, R>;
[INFO] [stderr] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stderr] ...
[INFO] [stderr] 324 | impl_function_ext!(A, B, C, D, E);
[INFO] [stderr] | --------------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = note: this warning originates in the macro `impl_function_ext` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stderr] --> src/functions_write.rs:301:34
[INFO] [stderr] |
[INFO] [stderr] 301 | let wrapper: extern fn(*mut ffi::lua_State) -> libc::c_int = wrapper::<Self, _, R>;
[INFO] [stderr] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stderr] ...
[INFO] [stderr] 325 | impl_function_ext!(A, B, C, D, E, F);
[INFO] [stderr] | ------------------------------------ in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = note: this warning originates in the macro `impl_function_ext` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stderr] --> src/functions_write.rs:301:34
[INFO] [stderr] |
[INFO] [stderr] 301 | let wrapper: extern fn(*mut ffi::lua_State) -> libc::c_int = wrapper::<Self, _, R>;
[INFO] [stderr] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stderr] ...
[INFO] [stderr] 326 | impl_function_ext!(A, B, C, D, E, F, G);
[INFO] [stderr] | --------------------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = note: this warning originates in the macro `impl_function_ext` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stderr] --> src/functions_write.rs:301:34
[INFO] [stderr] |
[INFO] [stderr] 301 | let wrapper: extern fn(*mut ffi::lua_State) -> libc::c_int = wrapper::<Self, _, R>;
[INFO] [stderr] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stderr] ...
[INFO] [stderr] 327 | impl_function_ext!(A, B, C, D, E, F, G, H);
[INFO] [stderr] | ------------------------------------------ in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = note: this warning originates in the macro `impl_function_ext` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stderr] --> src/functions_write.rs:301:34
[INFO] [stderr] |
[INFO] [stderr] 301 | let wrapper: extern fn(*mut ffi::lua_State) -> libc::c_int = wrapper::<Self, _, R>;
[INFO] [stderr] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stderr] ...
[INFO] [stderr] 328 | impl_function_ext!(A, B, C, D, E, F, G, H, I);
[INFO] [stderr] | --------------------------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = note: this warning originates in the macro `impl_function_ext` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stderr] --> src/functions_write.rs:301:34
[INFO] [stderr] |
[INFO] [stderr] 301 | let wrapper: extern fn(*mut ffi::lua_State) -> libc::c_int = wrapper::<Self, _, R>;
[INFO] [stderr] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stderr] ...
[INFO] [stderr] 329 | impl_function_ext!(A, B, C, D, E, F, G, H, I, J);
[INFO] [stderr] | ------------------------------------------------ in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = note: this warning originates in the macro `impl_function_ext` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] warning: unused import: `std::mem`
[INFO] [stderr] --> src/lua_functions.rs:9:5
[INFO] [stderr] |
[INFO] [stderr] 9 | use std::mem;
[INFO] [stderr] | ^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr]
[INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stderr] --> src/lib.rs:734:21
[INFO] [stderr] |
[INFO] [stderr] 734 | let mut f = try!(lua_functions::LuaFunction::load(self, code));
[INFO] [stderr] | ^^^
[INFO] [stderr] |
[INFO] [stderr] = note: `#[warn(deprecated)]` on by default
[INFO] [stderr]
[INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stderr] --> src/lib.rs:763:21
[INFO] [stderr] |
[INFO] [stderr] 763 | let mut f = try!(lua_functions::LuaFunction::load_from_reader(self, code));
[INFO] [stderr] | ^^^
[INFO] [stderr]
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr] --> src/lua_functions.rs:414:32
[INFO] [stderr] |
[INFO] [stderr] 414 | fn cause(&self) -> Option<&Error> {
[INFO] [stderr] | ^^^^^
[INFO] [stderr] |
[INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stderr] = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stderr] = note: `#[warn(bare_trait_objects)]` (part of `#[warn(rust_2021_compatibility)]`) on by default
[INFO] [stderr] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stderr] |
[INFO] [stderr] 414 | fn cause(&self) -> Option<&dyn Error> {
[INFO] [stderr] | +++
[INFO] [stderr]
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr] --> src/lua_functions.rs:430:32
[INFO] [stderr] |
[INFO] [stderr] 430 | fn cause(&self) -> Option<&Error> {
[INFO] [stderr] | ^^^^^
[INFO] [stderr] |
[INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stderr] = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stderr] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stderr] |
[INFO] [stderr] 430 | fn cause(&self) -> Option<&dyn Error> {
[INFO] [stderr] | +++
[INFO] [stderr]
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr] --> src/lib.rs:451:32
[INFO] [stderr] |
[INFO] [stderr] 451 | fn cause(&self) -> Option<&Error> {
[INFO] [stderr] | ^^^^^
[INFO] [stderr] |
[INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stderr] = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stderr] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stderr] |
[INFO] [stderr] 451 | fn cause(&self) -> Option<&dyn Error> {
[INFO] [stderr] | +++
[INFO] [stderr]
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr] --> src/any.rs:70:51
[INFO] [stderr] |
[INFO] [stderr] 70 | .push_no_err(&mut lua as &mut AsMutLua<'lua>)
[INFO] [stderr] | ^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stderr] = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stderr] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stderr] |
[INFO] [stderr] 70 | .push_no_err(&mut lua as &mut dyn AsMutLua<'lua>)
[INFO] [stderr] | +++
[INFO] [stderr]
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr] --> src/any.rs:108:70
[INFO] [stderr] |
[INFO] [stderr] 108 | match LuaRead::lua_read_at_position(&mut lua as &mut AsMutLua<'lua>, index) {
[INFO] [stderr] | ^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stderr] = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stderr] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stderr] |
[INFO] [stderr] 108 | match LuaRead::lua_read_at_position(&mut lua as &mut dyn AsMutLua<'lua>, index) {
[INFO] [stderr] | +++
[INFO] [stderr]
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr] --> src/any.rs:113:77
[INFO] [stderr] |
[INFO] [stderr] 113 | let _lua = match LuaRead::lua_read_at_position(&mut lua as &mut AsMutLua<'lua>, index) {
[INFO] [stderr] | ^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stderr] = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stderr] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stderr] |
[INFO] [stderr] 113 | let _lua = match LuaRead::lua_read_at_position(&mut lua as &mut dyn AsMutLua<'lua>, index) {
[INFO] [stderr] | +++
[INFO] [stderr]
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr] --> src/any.rs:121:70
[INFO] [stderr] |
[INFO] [stderr] 121 | match LuaRead::lua_read_at_position(&mut lua as &mut AsMutLua<'lua>, index) {
[INFO] [stderr] | ^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stderr] = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stderr] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stderr] |
[INFO] [stderr] 121 | match LuaRead::lua_read_at_position(&mut lua as &mut dyn AsMutLua<'lua>, index) {
[INFO] [stderr] | +++
[INFO] [stderr]
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr] --> src/any.rs:127:70
[INFO] [stderr] |
[INFO] [stderr] 127 | match LuaRead::lua_read_at_position(&mut lua as &mut AsMutLua<'lua>, index) {
[INFO] [stderr] | ^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stderr] = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stderr] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stderr] |
[INFO] [stderr] 127 | match LuaRead::lua_read_at_position(&mut lua as &mut dyn AsMutLua<'lua>, index) {
[INFO] [stderr] | +++
[INFO] [stderr]
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr] --> src/any.rs:133:70
[INFO] [stderr] |
[INFO] [stderr] 133 | match LuaRead::lua_read_at_position(&mut lua as &mut AsMutLua<'lua>, index) {
[INFO] [stderr] | ^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stderr] = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stderr] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stderr] |
[INFO] [stderr] 133 | match LuaRead::lua_read_at_position(&mut lua as &mut dyn AsMutLua<'lua>, index) {
[INFO] [stderr] | +++
[INFO] [stderr]
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr] --> src/any.rs:138:76
[INFO] [stderr] |
[INFO] [stderr] 138 | let lua = match LuaRead::lua_read_at_position(&mut lua as &mut AsMutLua<'lua>, index) {
[INFO] [stderr] | ^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stderr] = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stderr] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stderr] |
[INFO] [stderr] 138 | let lua = match LuaRead::lua_read_at_position(&mut lua as &mut dyn AsMutLua<'lua>, index) {
[INFO] [stderr] | +++
[INFO] [stderr]
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr] --> src/any.rs:188:51
[INFO] [stderr] |
[INFO] [stderr] 188 | .push_no_err(&mut lua as &mut AsMutLua<'lua>)
[INFO] [stderr] | ^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stderr] = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stderr] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stderr] |
[INFO] [stderr] 188 | .push_no_err(&mut lua as &mut dyn AsMutLua<'lua>)
[INFO] [stderr] | +++
[INFO] [stderr]
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr] --> src/any.rs:225:70
[INFO] [stderr] |
[INFO] [stderr] 225 | match LuaRead::lua_read_at_position(&mut lua as &mut AsMutLua<'lua>, index) {
[INFO] [stderr] | ^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stderr] = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stderr] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stderr] |
[INFO] [stderr] 225 | match LuaRead::lua_read_at_position(&mut lua as &mut dyn AsMutLua<'lua>, index) {
[INFO] [stderr] | +++
[INFO] [stderr]
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr] --> src/any.rs:230:77
[INFO] [stderr] |
[INFO] [stderr] 230 | let _lua = match LuaRead::lua_read_at_position(&mut lua as &mut AsMutLua<'lua>, index) {
[INFO] [stderr] | ^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stderr] = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stderr] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stderr] |
[INFO] [stderr] 230 | let _lua = match LuaRead::lua_read_at_position(&mut lua as &mut dyn AsMutLua<'lua>, index) {
[INFO] [stderr] | +++
[INFO] [stderr]
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr] --> src/any.rs:238:70
[INFO] [stderr] |
[INFO] [stderr] 238 | match LuaRead::lua_read_at_position(&mut lua as &mut AsMutLua<'lua>, index) {
[INFO] [stderr] | ^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stderr] = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stderr] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stderr] |
[INFO] [stderr] 238 | match LuaRead::lua_read_at_position(&mut lua as &mut dyn AsMutLua<'lua>, index) {
[INFO] [stderr] | +++
[INFO] [stderr]
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr] --> src/any.rs:244:70
[INFO] [stderr] |
[INFO] [stderr] 244 | match LuaRead::lua_read_at_position(&mut lua as &mut AsMutLua<'lua>, index) {
[INFO] [stderr] | ^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stderr] = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stderr] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stderr] |
[INFO] [stderr] 244 | match LuaRead::lua_read_at_position(&mut lua as &mut dyn AsMutLua<'lua>, index) {
[INFO] [stderr] | +++
[INFO] [stderr]
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr] --> src/any.rs:250:70
[INFO] [stderr] |
[INFO] [stderr] 250 | match LuaRead::lua_read_at_position(&mut lua as &mut AsMutLua<'lua>, index) {
[INFO] [stderr] | ^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stderr] = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stderr] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stderr] |
[INFO] [stderr] 250 | match LuaRead::lua_read_at_position(&mut lua as &mut dyn AsMutLua<'lua>, index) {
[INFO] [stderr] | +++
[INFO] [stderr]
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr] --> src/any.rs:256:70
[INFO] [stderr] |
[INFO] [stderr] 256 | match LuaRead::lua_read_at_position(&mut lua as &mut AsMutLua<'lua>, index) {
[INFO] [stderr] | ^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stderr] = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stderr] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stderr] |
[INFO] [stderr] 256 | match LuaRead::lua_read_at_position(&mut lua as &mut dyn AsMutLua<'lua>, index) {
[INFO] [stderr] | +++
[INFO] [stderr]
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr] --> src/any.rs:266:64
[INFO] [stderr] |
[INFO] [stderr] 266 | LuaRead::lua_read_at_position(&mut lua as &mut AsMutLua<'lua>, index);
[INFO] [stderr] | ^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stderr] = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stderr] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stderr] |
[INFO] [stderr] 266 | LuaRead::lua_read_at_position(&mut lua as &mut dyn AsMutLua<'lua>, index);
[INFO] [stderr] | +++
[INFO] [stderr]
[INFO] [stderr] warning: field `lua` is never read
[INFO] [stderr] --> src/values.rs:268:5
[INFO] [stderr] |
[INFO] [stderr] 267 | pub struct StringInLua<L> {
[INFO] [stderr] | ----------- field in this struct
[INFO] [stderr] 268 | lua: L,
[INFO] [stderr] | ^^^
[INFO] [stderr] |
[INFO] [stderr] = note: `StringInLua` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stderr] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr]
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr] --> src/lua_tables.rs:109:23
[INFO] [stderr] |
[INFO] [stderr] 109 | pub fn iter<K, V>(&mut self) -> LuaTableIterator<L, K, V> {
[INFO] [stderr] | ^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr] | |
[INFO] [stderr] | the lifetime is elided here
[INFO] [stderr] |
[INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr] |
[INFO] [stderr] 109 | pub fn iter<K, V>(&mut self) -> LuaTableIterator<'_, L, K, V> {
[INFO] [stderr] | +++
[INFO] [stderr]
[INFO] [stderr] warning: `hlua` (lib) generated 34 warnings (run `cargo fix --lib -p hlua` to apply 31 suggestions)
[INFO] [stderr] Scraping hlua v0.4.3 (/opt/rustwide/workdir)
[INFO] [stderr] Documenting hlua v0.4.3 (/opt/rustwide/workdir)
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr] --> src/lib.rs:384:43
[INFO] [stderr] |
[INFO] [stderr] 384 | /// Will be replaced with `!` eventually (https://github.com/rust-lang/rust/issues/35121).
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] = note: `#[warn(rustdoc::bare_urls)]` on by default
[INFO] [stderr] help: use an automatic link instead
[INFO] [stderr] |
[INFO] [stderr] 384 | /// Will be replaced with `!` eventually (<https://github.com/rust-lang/rust/issues/35121>).
[INFO] [stderr] | + +
[INFO] [stderr]
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr] --> src/lib.rs:546:9
[INFO] [stderr] |
[INFO] [stderr] 546 | /// https://www.lua.org/manual/5.2/manual.html#6
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] help: use an automatic link instead
[INFO] [stderr] |
[INFO] [stderr] 546 | /// <https://www.lua.org/manual/5.2/manual.html#6>
[INFO] [stderr] | + +
[INFO] [stderr]
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr] --> src/lib.rs:564:9
[INFO] [stderr] |
[INFO] [stderr] 564 | /// https://www.lua.org/manual/5.2/manual.html#pdf-luaopen_base
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] help: use an automatic link instead
[INFO] [stderr] |
[INFO] [stderr] 564 | /// <https://www.lua.org/manual/5.2/manual.html#pdf-luaopen_base>
[INFO] [stderr] | + +
[INFO] [stderr]
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr] --> src/lib.rs:577:9
[INFO] [stderr] |
[INFO] [stderr] 577 | /// https://www.lua.org/manual/5.2/manual.html#pdf-luaopen_bit32
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] help: use an automatic link instead
[INFO] [stderr] |
[INFO] [stderr] 577 | /// <https://www.lua.org/manual/5.2/manual.html#pdf-luaopen_bit32>
[INFO] [stderr] | + +
[INFO] [stderr]
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr] --> src/lib.rs:590:9
[INFO] [stderr] |
[INFO] [stderr] 590 | /// https://www.lua.org/manual/5.2/manual.html#pdf-luaopen_coroutine
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] help: use an automatic link instead
[INFO] [stderr] |
[INFO] [stderr] 590 | /// <https://www.lua.org/manual/5.2/manual.html#pdf-luaopen_coroutine>
[INFO] [stderr] | + +
[INFO] [stderr]
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr] --> src/lib.rs:603:9
[INFO] [stderr] |
[INFO] [stderr] 603 | /// https://www.lua.org/manual/5.2/manual.html#pdf-luaopen_debug
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] help: use an automatic link instead
[INFO] [stderr] |
[INFO] [stderr] 603 | /// <https://www.lua.org/manual/5.2/manual.html#pdf-luaopen_debug>
[INFO] [stderr] | + +
[INFO] [stderr]
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr] --> src/lib.rs:616:9
[INFO] [stderr] |
[INFO] [stderr] 616 | /// https://www.lua.org/manual/5.2/manual.html#pdf-luaopen_io
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] help: use an automatic link instead
[INFO] [stderr] |
[INFO] [stderr] 616 | /// <https://www.lua.org/manual/5.2/manual.html#pdf-luaopen_io>
[INFO] [stderr] | + +
[INFO] [stderr]
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr] --> src/lib.rs:629:9
[INFO] [stderr] |
[INFO] [stderr] 629 | /// https://www.lua.org/manual/5.2/manual.html#pdf-luaopen_math
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] help: use an automatic link instead
[INFO] [stderr] |
[INFO] [stderr] 629 | /// <https://www.lua.org/manual/5.2/manual.html#pdf-luaopen_math>
[INFO] [stderr] | + +
[INFO] [stderr]
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr] --> src/lib.rs:642:9
[INFO] [stderr] |
[INFO] [stderr] 642 | /// https://www.lua.org/manual/5.2/manual.html#pdf-luaopen_os
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] help: use an automatic link instead
[INFO] [stderr] |
[INFO] [stderr] 642 | /// <https://www.lua.org/manual/5.2/manual.html#pdf-luaopen_os>
[INFO] [stderr] | + +
[INFO] [stderr]
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr] --> src/lib.rs:655:9
[INFO] [stderr] |
[INFO] [stderr] 655 | /// https://www.lua.org/manual/5.2/manual.html#pdf-luaopen_package
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] help: use an automatic link instead
[INFO] [stderr] |
[INFO] [stderr] 655 | /// <https://www.lua.org/manual/5.2/manual.html#pdf-luaopen_package>
[INFO] [stderr] | + +
[INFO] [stderr]
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr] --> src/lib.rs:668:9
[INFO] [stderr] |
[INFO] [stderr] 668 | /// https://www.lua.org/manual/5.2/manual.html#pdf-luaopen_string
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] help: use an automatic link instead
[INFO] [stderr] |
[INFO] [stderr] 668 | /// <https://www.lua.org/manual/5.2/manual.html#pdf-luaopen_string>
[INFO] [stderr] | + +
[INFO] [stderr]
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr] --> src/lib.rs:681:9
[INFO] [stderr] |
[INFO] [stderr] 681 | /// https://www.lua.org/manual/5.2/manual.html#pdf-luaopen_table
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] help: use an automatic link instead
[INFO] [stderr] |
[INFO] [stderr] 681 | /// <https://www.lua.org/manual/5.2/manual.html#pdf-luaopen_table>
[INFO] [stderr] | + +
[INFO] [stderr]
[INFO] [stderr] warning: `hlua` (lib doc) generated 12 warnings (run `cargo fix --lib -p hlua` to apply 12 suggestions)
[INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.97s
[INFO] [stderr] Generated /opt/rustwide/target/x86_64-unknown-linux-gnu/doc/hlua/index.html
[INFO] running `Command { std: "docker" "inspect" "496d9bf19d3e66cf7d19b0cc4f107d0f46db9869493dbffb189cf8acb783331a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "496d9bf19d3e66cf7d19b0cc4f107d0f46db9869493dbffb189cf8acb783331a", kill_on_drop: false }`
[INFO] [stdout] 496d9bf19d3e66cf7d19b0cc4f107d0f46db9869493dbffb189cf8acb783331a