[INFO] fetching crate tlua 7.0.0...
[INFO] checking tlua-7.0.0 against try#4f260f0f20b3133d20cfb50353c0221943af5796+rustflags=-Dunmustuse_in_always_ok for pr-148577
[INFO] extracting crate tlua 7.0.0 into /workspace/builds/worker-6-tc2/source
[INFO] started tweaking crates.io crate tlua 7.0.0
[INFO] finished tweaking crates.io crate tlua 7.0.0
[INFO] tweaked toml for crates.io crate tlua 7.0.0 written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate tlua 7.0.0 on toolchain 4f260f0f20b3133d20cfb50353c0221943af5796
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4f260f0f20b3133d20cfb50353c0221943af5796" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate tlua 7.0.0 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4f260f0f20b3133d20cfb50353c0221943af5796" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+4f260f0f20b3133d20cfb50353c0221943af5796" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] d7a38e4dd6887d70c32ae6d02ec9ab2c30cfec5dbaa79842121af92a87b157c0
[INFO] running `Command { std: "docker" "start" "-a" "d7a38e4dd6887d70c32ae6d02ec9ab2c30cfec5dbaa79842121af92a87b157c0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "d7a38e4dd6887d70c32ae6d02ec9ab2c30cfec5dbaa79842121af92a87b157c0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d7a38e4dd6887d70c32ae6d02ec9ab2c30cfec5dbaa79842121af92a87b157c0", kill_on_drop: false }`
[INFO] [stdout] d7a38e4dd6887d70c32ae6d02ec9ab2c30cfec5dbaa79842121af92a87b157c0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid -Dunmustuse_in_always_ok" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+4f260f0f20b3133d20cfb50353c0221943af5796" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] faac9aa6f13af38e11c5a1ee18b31a35754791dd7ae16942f009b4a584620a41
[INFO] running `Command { std: "docker" "start" "-a" "faac9aa6f13af38e11c5a1ee18b31a35754791dd7ae16942f009b4a584620a41", kill_on_drop: false }`
[INFO] [stderr]    Compiling thiserror v1.0.47
[INFO] [stderr]    Compiling serde v1.0.186
[INFO] [stderr]    Compiling syn v2.0.101
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling thiserror-impl v1.0.47
[INFO] [stderr]    Compiling serde_derive v1.0.186
[INFO] [stderr]    Compiling tlua-derive v1.0.2
[INFO] [stderr]     Checking tlua v7.0.0 (/opt/rustwide/workdir)
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<*mut lua_State>, (Void, *mut lua_State)>
[INFO] [stdout]     --> src/lib.rs:1474:19
[INFO] [stdout]      |
[INFO] [stdout] 1474 |             match index.borrow().push_to_lua(self.as_lua()) {
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: requested on the command line with `-D unmustuse-in-always-ok`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/any.rs:68:78
[INFO] [stdout]     |
[INFO] [stdout]  68 |               fn push_to_lua(&self, lua: L) -> Result<PushGuard<L>, (Void, L)> {
[INFO] [stdout]     |  ______________________________________________________________________________^
[INFO] [stdout]  69 | |                 impl_any_lua_value!(@push self, lua, push_no_err)
[INFO] [stdout]  70 | |             }
[INFO] [stdout]     | |_____________^
[INFO] [stdout] ...
[INFO] [stdout] 137 |   impl_any_lua_value! {AnyLuaValue}
[INFO] [stdout]     |   --------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_any_lua_value` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/any.rs:53:9
[INFO] [stdout]     |
[INFO] [stdout]  53 | /         Ok(match $self {
[INFO] [stdout]  54 | |             Self::LuaString(val) => val.$push($lua),
[INFO] [stdout]  55 | |             Self::LuaAnyString(val) => val.$push($lua),
[INFO] [stdout]  56 | |             Self::LuaNumber(val) => val.$push($lua),
[INFO] [stdout] ...   |
[INFO] [stdout]  60 | |             Self::LuaOther => panic!("can't push a AnyLuaValue of type Other"),
[INFO] [stdout]  61 | |         })
[INFO] [stdout]     | |__________^
[INFO] [stdout] ...
[INFO] [stdout] 137 |   impl_any_lua_value! {AnyLuaValue}
[INFO] [stdout]     |   --------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_any_lua_value` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/any.rs:79:79
[INFO] [stdout]     |
[INFO] [stdout]  79 |               fn push_into_lua(self, lua: L) -> Result<PushGuard<L>, (Void, L)> {
[INFO] [stdout]     |  _______________________________________________________________________________^
[INFO] [stdout]  80 | |                 impl_any_lua_value!(@push self, lua, push_into_no_err)
[INFO] [stdout]  81 | |             }
[INFO] [stdout]     | |_____________^
[INFO] [stdout] ...
[INFO] [stdout] 137 |   impl_any_lua_value! {AnyLuaValue}
[INFO] [stdout]     |   --------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_any_lua_value` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/any.rs:53:9
[INFO] [stdout]     |
[INFO] [stdout]  53 | /         Ok(match $self {
[INFO] [stdout]  54 | |             Self::LuaString(val) => val.$push($lua),
[INFO] [stdout]  55 | |             Self::LuaAnyString(val) => val.$push($lua),
[INFO] [stdout]  56 | |             Self::LuaNumber(val) => val.$push($lua),
[INFO] [stdout] ...   |
[INFO] [stdout]  60 | |             Self::LuaOther => panic!("can't push a AnyLuaValue of type Other"),
[INFO] [stdout]  61 | |         })
[INFO] [stdout]     | |__________^
[INFO] [stdout] ...
[INFO] [stdout] 137 |   impl_any_lua_value! {AnyLuaValue}
[INFO] [stdout]     |   --------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_any_lua_value` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/any.rs:68:78
[INFO] [stdout]     |
[INFO] [stdout]  68 |               fn push_to_lua(&self, lua: L) -> Result<PushGuard<L>, (Void, L)> {
[INFO] [stdout]     |  ______________________________________________________________________________^
[INFO] [stdout]  69 | |                 impl_any_lua_value!(@push self, lua, push_no_err)
[INFO] [stdout]  70 | |             }
[INFO] [stdout]     | |_____________^
[INFO] [stdout] ...
[INFO] [stdout] 138 |   impl_any_lua_value! {AnyHashableLuaValue}
[INFO] [stdout]     |   ----------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_any_lua_value` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/any.rs:53:9
[INFO] [stdout]     |
[INFO] [stdout]  53 | /         Ok(match $self {
[INFO] [stdout]  54 | |             Self::LuaString(val) => val.$push($lua),
[INFO] [stdout]  55 | |             Self::LuaAnyString(val) => val.$push($lua),
[INFO] [stdout]  56 | |             Self::LuaNumber(val) => val.$push($lua),
[INFO] [stdout] ...   |
[INFO] [stdout]  60 | |             Self::LuaOther => panic!("can't push a AnyLuaValue of type Other"),
[INFO] [stdout]  61 | |         })
[INFO] [stdout]     | |__________^
[INFO] [stdout] ...
[INFO] [stdout] 138 |   impl_any_lua_value! {AnyHashableLuaValue}
[INFO] [stdout]     |   ----------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_any_lua_value` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/any.rs:79:79
[INFO] [stdout]     |
[INFO] [stdout]  79 |               fn push_into_lua(self, lua: L) -> Result<PushGuard<L>, (Void, L)> {
[INFO] [stdout]     |  _______________________________________________________________________________^
[INFO] [stdout]  80 | |                 impl_any_lua_value!(@push self, lua, push_into_no_err)
[INFO] [stdout]  81 | |             }
[INFO] [stdout]     | |_____________^
[INFO] [stdout] ...
[INFO] [stdout] 138 |   impl_any_lua_value! {AnyHashableLuaValue}
[INFO] [stdout]     |   ----------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_any_lua_value` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/any.rs:53:9
[INFO] [stdout]     |
[INFO] [stdout]  53 | /         Ok(match $self {
[INFO] [stdout]  54 | |             Self::LuaString(val) => val.$push($lua),
[INFO] [stdout]  55 | |             Self::LuaAnyString(val) => val.$push($lua),
[INFO] [stdout]  56 | |             Self::LuaNumber(val) => val.$push($lua),
[INFO] [stdout] ...   |
[INFO] [stdout]  60 | |             Self::LuaOther => panic!("can't push a AnyLuaValue of type Other"),
[INFO] [stdout]  61 | |         })
[INFO] [stdout]     | |__________^
[INFO] [stdout] ...
[INFO] [stdout] 138 |   impl_any_lua_value! {AnyHashableLuaValue}
[INFO] [stdout]     |   ----------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_any_lua_value` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/cdata.rs:262:82
[INFO] [stdout]     |
[INFO] [stdout] 262 |       fn push_to_lua(&self, lua: L) -> Result<crate::PushGuard<L>, (Self::Err, L)> {
[INFO] [stdout]     |  __________________________________________________________________________________^
[INFO] [stdout] 263 | |         unsafe {
[INFO] [stdout] 264 | |             crate::ffi::lua_pushvalue(lua.as_lua(), self.inner.index().into());
[INFO] [stdout] 265 | |             Ok(crate::PushGuard::new(lua, 1))
[INFO] [stdout] 266 | |         }
[INFO] [stdout] 267 | |     }
[INFO] [stdout]     | |_____^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/cdata.rs:263:9
[INFO] [stdout]     |
[INFO] [stdout] 263 | /         unsafe {
[INFO] [stdout] 264 | |             crate::ffi::lua_pushvalue(lua.as_lua(), self.inner.index().into());
[INFO] [stdout] 265 | |             Ok(crate::PushGuard::new(lua, 1))
[INFO] [stdout] 266 | |         }
[INFO] [stdout]     | |_________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/cdata.rs:265:13
[INFO] [stdout]     |
[INFO] [stdout] 265 |             Ok(crate::PushGuard::new(lua, 1))
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/cdata.rs:405:83
[INFO] [stdout]     |
[INFO] [stdout] 405 |       fn push_into_lua(self, lua: L) -> Result<crate::PushGuard<L>, (Self::Err, L)> {
[INFO] [stdout]     |  ___________________________________________________________________________________^
[INFO] [stdout] 406 | |         let Self(value) = self;
[INFO] [stdout] 407 | |         unsafe {
[INFO] [stdout] 408 | |             let ptr = ffi::luaL_pushcdata(lua.as_lua(), T::ctypeid());
[INFO] [stdout] ...   |
[INFO] [stdout] 412 | |     }
[INFO] [stdout]     | |_____^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/cdata.rs:407:9
[INFO] [stdout]     |
[INFO] [stdout] 407 | /         unsafe {
[INFO] [stdout] 408 | |             let ptr = ffi::luaL_pushcdata(lua.as_lua(), T::ctypeid());
[INFO] [stdout] 409 | |             std::ptr::write(ptr.cast::<T>(), value);
[INFO] [stdout] 410 | |             Ok(crate::PushGuard::new(lua, 1))
[INFO] [stdout] 411 | |         }
[INFO] [stdout]     | |_________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/cdata.rs:410:13
[INFO] [stdout]     |
[INFO] [stdout] 410 |             Ok(crate::PushGuard::new(lua, 1))
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]   --> src/debug.rs:15:70
[INFO] [stdout]    |
[INFO] [stdout] 15 |       fn push_to_lua(&self, lua: L) -> Result<PushGuard<L>, (Void, L)> {
[INFO] [stdout]    |  ______________________________________________________________________^
[INFO] [stdout] 16 | |         let index = match self {
[INFO] [stdout] 17 | |             Self::Absolute(index) | Self::Relative(index) => index,
[INFO] [stdout] 18 | |         };
[INFO] [stdout] ...  |
[INFO] [stdout] 23 | |     }
[INFO] [stdout]    | |_____^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]   --> src/debug.rs:19:9
[INFO] [stdout]    |
[INFO] [stdout] 19 | /         unsafe {
[INFO] [stdout] 20 | |             ffi::lua_pushvalue(lua.as_lua(), *index);
[INFO] [stdout] 21 | |             Ok(PushGuard::new(lua, 1))
[INFO] [stdout] 22 | |         }
[INFO] [stdout]    | |_________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]   --> src/debug.rs:21:13
[INFO] [stdout]    |
[INFO] [stdout] 21 |             Ok(PushGuard::new(lua, 1))
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/functions_write.rs:226:79
[INFO] [stdout]     |
[INFO] [stdout] 226 |               fn push_into_lua(self, lua: L) -> Result<PushGuard<L>, (Void, L)> {
[INFO] [stdout]     |  _______________________________________________________________________________^
[INFO] [stdout] 227 | |                 unsafe {
[INFO] [stdout] 228 | |                     // pushing the function pointer as a userdata
[INFO] [stdout] 229 | |                     let ud = ffi::lua_newuserdata(lua.as_lua(), mem::size_of::<Self>() as _);
[INFO] [stdout] ...   |
[INFO] [stdout] 256 | |             }
[INFO] [stdout]     | |_____________^
[INFO] [stdout] ...
[INFO] [stdout] 306 |   impl_function_ext! {A B C D E F G H I J K M N}
[INFO] [stdout]     |   ---------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_function_ext` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/functions_write.rs:246:28
[INFO] [stdout]     |
[INFO] [stdout] 246 |                     return Ok(PushGuard::new(lua, 1));
[INFO] [stdout]     |                            ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 306 | impl_function_ext! {A B C D E F G H I J K M N}
[INFO] [stdout]     | ---------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_function_ext` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/functions_write.rs:279:78
[INFO] [stdout]     |
[INFO] [stdout] 279 |               fn push_to_lua(&self, lua: L) -> Result<PushGuard<L>, (Void, L)> {
[INFO] [stdout]     |  ______________________________________________________________________________^
[INFO] [stdout] 280 | |                 unsafe {
[INFO] [stdout] 281 | |                     // pushing the function pointer as a userdata
[INFO] [stdout] 282 | |                     let ud = ffi::lua_newuserdata(lua.as_lua(), mem::size_of::<Self>() as _);
[INFO] [stdout] ...   |
[INFO] [stdout] 289 | |             }
[INFO] [stdout]     | |_____________^
[INFO] [stdout] ...
[INFO] [stdout] 306 |   impl_function_ext! {A B C D E F G H I J K M N}
[INFO] [stdout]     |   ---------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_function_ext` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/functions_write.rs:280:17
[INFO] [stdout]     |
[INFO] [stdout] 280 | /                 unsafe {
[INFO] [stdout] 281 | |                     // pushing the function pointer as a userdata
[INFO] [stdout] 282 | |                     let ud = ffi::lua_newuserdata(lua.as_lua(), mem::size_of::<Self>() as _);
[INFO] [stdout] 283 | |                     ptr::write(ud.cast(), *self);
[INFO] [stdout] ...   |
[INFO] [stdout] 287 | |                     Ok(PushGuard::new(lua, 1))
[INFO] [stdout] 288 | |                 }
[INFO] [stdout]     | |_________________^
[INFO] [stdout] ...
[INFO] [stdout] 306 |   impl_function_ext! {A B C D E F G H I J K M N}
[INFO] [stdout]     |   ---------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_function_ext` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/functions_write.rs:287:21
[INFO] [stdout]     |
[INFO] [stdout] 287 |                     Ok(PushGuard::new(lua, 1))
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 306 | impl_function_ext! {A B C D E F G H I J K M N}
[INFO] [stdout]     | ---------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_function_ext` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/functions_write.rs:226:79
[INFO] [stdout]     |
[INFO] [stdout] 226 |               fn push_into_lua(self, lua: L) -> Result<PushGuard<L>, (Void, L)> {
[INFO] [stdout]     |  _______________________________________________________________________________^
[INFO] [stdout] 227 | |                 unsafe {
[INFO] [stdout] 228 | |                     // pushing the function pointer as a userdata
[INFO] [stdout] 229 | |                     let ud = ffi::lua_newuserdata(lua.as_lua(), mem::size_of::<Self>() as _);
[INFO] [stdout] ...   |
[INFO] [stdout] 256 | |             }
[INFO] [stdout]     | |_____________^
[INFO] [stdout] ...
[INFO] [stdout] 306 |   impl_function_ext! {A B C D E F G H I J K M N}
[INFO] [stdout]     |   ---------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_function_ext` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/functions_write.rs:246:28
[INFO] [stdout]     |
[INFO] [stdout] 246 |                     return Ok(PushGuard::new(lua, 1));
[INFO] [stdout]     |                            ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 306 | impl_function_ext! {A B C D E F G H I J K M N}
[INFO] [stdout]     | ---------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_function_ext` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/functions_write.rs:279:78
[INFO] [stdout]     |
[INFO] [stdout] 279 |               fn push_to_lua(&self, lua: L) -> Result<PushGuard<L>, (Void, L)> {
[INFO] [stdout]     |  ______________________________________________________________________________^
[INFO] [stdout] 280 | |                 unsafe {
[INFO] [stdout] 281 | |                     // pushing the function pointer as a userdata
[INFO] [stdout] 282 | |                     let ud = ffi::lua_newuserdata(lua.as_lua(), mem::size_of::<Self>() as _);
[INFO] [stdout] ...   |
[INFO] [stdout] 289 | |             }
[INFO] [stdout]     | |_____________^
[INFO] [stdout] ...
[INFO] [stdout] 306 |   impl_function_ext! {A B C D E F G H I J K M N}
[INFO] [stdout]     |   ---------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_function_ext` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/functions_write.rs:280:17
[INFO] [stdout]     |
[INFO] [stdout] 280 | /                 unsafe {
[INFO] [stdout] 281 | |                     // pushing the function pointer as a userdata
[INFO] [stdout] 282 | |                     let ud = ffi::lua_newuserdata(lua.as_lua(), mem::size_of::<Self>() as _);
[INFO] [stdout] 283 | |                     ptr::write(ud.cast(), *self);
[INFO] [stdout] ...   |
[INFO] [stdout] 287 | |                     Ok(PushGuard::new(lua, 1))
[INFO] [stdout] 288 | |                 }
[INFO] [stdout]     | |_________________^
[INFO] [stdout] ...
[INFO] [stdout] 306 |   impl_function_ext! {A B C D E F G H I J K M N}
[INFO] [stdout]     |   ---------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_function_ext` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/functions_write.rs:287:21
[INFO] [stdout]     |
[INFO] [stdout] 287 |                     Ok(PushGuard::new(lua, 1))
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 306 | impl_function_ext! {A B C D E F G H I J K M N}
[INFO] [stdout]     | ---------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_function_ext` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/functions_write.rs:226:79
[INFO] [stdout]     |
[INFO] [stdout] 226 |               fn push_into_lua(self, lua: L) -> Result<PushGuard<L>, (Void, L)> {
[INFO] [stdout]     |  _______________________________________________________________________________^
[INFO] [stdout] 227 | |                 unsafe {
[INFO] [stdout] 228 | |                     // pushing the function pointer as a userdata
[INFO] [stdout] 229 | |                     let ud = ffi::lua_newuserdata(lua.as_lua(), mem::size_of::<Self>() as _);
[INFO] [stdout] ...   |
[INFO] [stdout] 256 | |             }
[INFO] [stdout]     | |_____________^
[INFO] [stdout] ...
[INFO] [stdout] 306 |   impl_function_ext! {A B C D E F G H I J K M N}
[INFO] [stdout]     |   ---------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_function_ext` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/functions_write.rs:246:28
[INFO] [stdout]     |
[INFO] [stdout] 246 |                     return Ok(PushGuard::new(lua, 1));
[INFO] [stdout]     |                            ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 306 | impl_function_ext! {A B C D E F G H I J K M N}
[INFO] [stdout]     | ---------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_function_ext` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/functions_write.rs:279:78
[INFO] [stdout]     |
[INFO] [stdout] 279 |               fn push_to_lua(&self, lua: L) -> Result<PushGuard<L>, (Void, L)> {
[INFO] [stdout]     |  ______________________________________________________________________________^
[INFO] [stdout] 280 | |                 unsafe {
[INFO] [stdout] 281 | |                     // pushing the function pointer as a userdata
[INFO] [stdout] 282 | |                     let ud = ffi::lua_newuserdata(lua.as_lua(), mem::size_of::<Self>() as _);
[INFO] [stdout] ...   |
[INFO] [stdout] 289 | |             }
[INFO] [stdout]     | |_____________^
[INFO] [stdout] ...
[INFO] [stdout] 306 |   impl_function_ext! {A B C D E F G H I J K M N}
[INFO] [stdout]     |   ---------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_function_ext` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/functions_write.rs:280:17
[INFO] [stdout]     |
[INFO] [stdout] 280 | /                 unsafe {
[INFO] [stdout] 281 | |                     // pushing the function pointer as a userdata
[INFO] [stdout] 282 | |                     let ud = ffi::lua_newuserdata(lua.as_lua(), mem::size_of::<Self>() as _);
[INFO] [stdout] 283 | |                     ptr::write(ud.cast(), *self);
[INFO] [stdout] ...   |
[INFO] [stdout] 287 | |                     Ok(PushGuard::new(lua, 1))
[INFO] [stdout] 288 | |                 }
[INFO] [stdout]     | |_________________^
[INFO] [stdout] ...
[INFO] [stdout] 306 |   impl_function_ext! {A B C D E F G H I J K M N}
[INFO] [stdout]     |   ---------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_function_ext` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/functions_write.rs:287:21
[INFO] [stdout]     |
[INFO] [stdout] 287 |                     Ok(PushGuard::new(lua, 1))
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 306 | impl_function_ext! {A B C D E F G H I J K M N}
[INFO] [stdout]     | ---------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_function_ext` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/functions_write.rs:226:79
[INFO] [stdout]     |
[INFO] [stdout] 226 |               fn push_into_lua(self, lua: L) -> Result<PushGuard<L>, (Void, L)> {
[INFO] [stdout]     |  _______________________________________________________________________________^
[INFO] [stdout] 227 | |                 unsafe {
[INFO] [stdout] 228 | |                     // pushing the function pointer as a userdata
[INFO] [stdout] 229 | |                     let ud = ffi::lua_newuserdata(lua.as_lua(), mem::size_of::<Self>() as _);
[INFO] [stdout] ...   |
[INFO] [stdout] 256 | |             }
[INFO] [stdout]     | |_____________^
[INFO] [stdout] ...
[INFO] [stdout] 306 |   impl_function_ext! {A B C D E F G H I J K M N}
[INFO] [stdout]     |   ---------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_function_ext` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/functions_write.rs:246:28
[INFO] [stdout]     |
[INFO] [stdout] 246 |                     return Ok(PushGuard::new(lua, 1));
[INFO] [stdout]     |                            ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 306 | impl_function_ext! {A B C D E F G H I J K M N}
[INFO] [stdout]     | ---------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_function_ext` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/functions_write.rs:279:78
[INFO] [stdout]     |
[INFO] [stdout] 279 |               fn push_to_lua(&self, lua: L) -> Result<PushGuard<L>, (Void, L)> {
[INFO] [stdout]     |  ______________________________________________________________________________^
[INFO] [stdout] 280 | |                 unsafe {
[INFO] [stdout] 281 | |                     // pushing the function pointer as a userdata
[INFO] [stdout] 282 | |                     let ud = ffi::lua_newuserdata(lua.as_lua(), mem::size_of::<Self>() as _);
[INFO] [stdout] ...   |
[INFO] [stdout] 289 | |             }
[INFO] [stdout]     | |_____________^
[INFO] [stdout] ...
[INFO] [stdout] 306 |   impl_function_ext! {A B C D E F G H I J K M N}
[INFO] [stdout]     |   ---------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_function_ext` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/functions_write.rs:280:17
[INFO] [stdout]     |
[INFO] [stdout] 280 | /                 unsafe {
[INFO] [stdout] 281 | |                     // pushing the function pointer as a userdata
[INFO] [stdout] 282 | |                     let ud = ffi::lua_newuserdata(lua.as_lua(), mem::size_of::<Self>() as _);
[INFO] [stdout] 283 | |                     ptr::write(ud.cast(), *self);
[INFO] [stdout] ...   |
[INFO] [stdout] 287 | |                     Ok(PushGuard::new(lua, 1))
[INFO] [stdout] 288 | |                 }
[INFO] [stdout]     | |_________________^
[INFO] [stdout] ...
[INFO] [stdout] 306 |   impl_function_ext! {A B C D E F G H I J K M N}
[INFO] [stdout]     |   ---------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_function_ext` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/functions_write.rs:287:21
[INFO] [stdout]     |
[INFO] [stdout] 287 |                     Ok(PushGuard::new(lua, 1))
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 306 | impl_function_ext! {A B C D E F G H I J K M N}
[INFO] [stdout]     | ---------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_function_ext` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/functions_write.rs:226:79
[INFO] [stdout]     |
[INFO] [stdout] 226 |               fn push_into_lua(self, lua: L) -> Result<PushGuard<L>, (Void, L)> {
[INFO] [stdout]     |  _______________________________________________________________________________^
[INFO] [stdout] 227 | |                 unsafe {
[INFO] [stdout] 228 | |                     // pushing the function pointer as a userdata
[INFO] [stdout] 229 | |                     let ud = ffi::lua_newuserdata(lua.as_lua(), mem::size_of::<Self>() as _);
[INFO] [stdout] ...   |
[INFO] [stdout] 256 | |             }
[INFO] [stdout]     | |_____________^
[INFO] [stdout] ...
[INFO] [stdout] 306 |   impl_function_ext! {A B C D E F G H I J K M N}
[INFO] [stdout]     |   ---------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_function_ext` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/functions_write.rs:246:28
[INFO] [stdout]     |
[INFO] [stdout] 246 |                     return Ok(PushGuard::new(lua, 1));
[INFO] [stdout]     |                            ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 306 | impl_function_ext! {A B C D E F G H I J K M N}
[INFO] [stdout]     | ---------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_function_ext` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/functions_write.rs:279:78
[INFO] [stdout]     |
[INFO] [stdout] 279 |               fn push_to_lua(&self, lua: L) -> Result<PushGuard<L>, (Void, L)> {
[INFO] [stdout]     |  ______________________________________________________________________________^
[INFO] [stdout] 280 | |                 unsafe {
[INFO] [stdout] 281 | |                     // pushing the function pointer as a userdata
[INFO] [stdout] 282 | |                     let ud = ffi::lua_newuserdata(lua.as_lua(), mem::size_of::<Self>() as _);
[INFO] [stdout] ...   |
[INFO] [stdout] 289 | |             }
[INFO] [stdout]     | |_____________^
[INFO] [stdout] ...
[INFO] [stdout] 306 |   impl_function_ext! {A B C D E F G H I J K M N}
[INFO] [stdout]     |   ---------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_function_ext` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/functions_write.rs:280:17
[INFO] [stdout]     |
[INFO] [stdout] 280 | /                 unsafe {
[INFO] [stdout] 281 | |                     // pushing the function pointer as a userdata
[INFO] [stdout] 282 | |                     let ud = ffi::lua_newuserdata(lua.as_lua(), mem::size_of::<Self>() as _);
[INFO] [stdout] 283 | |                     ptr::write(ud.cast(), *self);
[INFO] [stdout] ...   |
[INFO] [stdout] 287 | |                     Ok(PushGuard::new(lua, 1))
[INFO] [stdout] 288 | |                 }
[INFO] [stdout]     | |_________________^
[INFO] [stdout] ...
[INFO] [stdout] 306 |   impl_function_ext! {A B C D E F G H I J K M N}
[INFO] [stdout]     |   ---------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_function_ext` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/functions_write.rs:287:21
[INFO] [stdout]     |
[INFO] [stdout] 287 |                     Ok(PushGuard::new(lua, 1))
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 306 | impl_function_ext! {A B C D E F G H I J K M N}
[INFO] [stdout]     | ---------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_function_ext` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/functions_write.rs:226:79
[INFO] [stdout]     |
[INFO] [stdout] 226 |               fn push_into_lua(self, lua: L) -> Result<PushGuard<L>, (Void, L)> {
[INFO] [stdout]     |  _______________________________________________________________________________^
[INFO] [stdout] 227 | |                 unsafe {
[INFO] [stdout] 228 | |                     // pushing the function pointer as a userdata
[INFO] [stdout] 229 | |                     let ud = ffi::lua_newuserdata(lua.as_lua(), mem::size_of::<Self>() as _);
[INFO] [stdout] ...   |
[INFO] [stdout] 256 | |             }
[INFO] [stdout]     | |_____________^
[INFO] [stdout] ...
[INFO] [stdout] 306 |   impl_function_ext! {A B C D E F G H I J K M N}
[INFO] [stdout]     |   ---------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_function_ext` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/functions_write.rs:246:28
[INFO] [stdout]     |
[INFO] [stdout] 246 |                     return Ok(PushGuard::new(lua, 1));
[INFO] [stdout]     |                            ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 306 | impl_function_ext! {A B C D E F G H I J K M N}
[INFO] [stdout]     | ---------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_function_ext` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/functions_write.rs:279:78
[INFO] [stdout]     |
[INFO] [stdout] 279 |               fn push_to_lua(&self, lua: L) -> Result<PushGuard<L>, (Void, L)> {
[INFO] [stdout]     |  ______________________________________________________________________________^
[INFO] [stdout] 280 | |                 unsafe {
[INFO] [stdout] 281 | |                     // pushing the function pointer as a userdata
[INFO] [stdout] 282 | |                     let ud = ffi::lua_newuserdata(lua.as_lua(), mem::size_of::<Self>() as _);
[INFO] [stdout] ...   |
[INFO] [stdout] 289 | |             }
[INFO] [stdout]     | |_____________^
[INFO] [stdout] ...
[INFO] [stdout] 306 |   impl_function_ext! {A B C D E F G H I J K M N}
[INFO] [stdout]     |   ---------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_function_ext` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/functions_write.rs:280:17
[INFO] [stdout]     |
[INFO] [stdout] 280 | /                 unsafe {
[INFO] [stdout] 281 | |                     // pushing the function pointer as a userdata
[INFO] [stdout] 282 | |                     let ud = ffi::lua_newuserdata(lua.as_lua(), mem::size_of::<Self>() as _);
[INFO] [stdout] 283 | |                     ptr::write(ud.cast(), *self);
[INFO] [stdout] ...   |
[INFO] [stdout] 287 | |                     Ok(PushGuard::new(lua, 1))
[INFO] [stdout] 288 | |                 }
[INFO] [stdout]     | |_________________^
[INFO] [stdout] ...
[INFO] [stdout] 306 |   impl_function_ext! {A B C D E F G H I J K M N}
[INFO] [stdout]     |   ---------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_function_ext` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/functions_write.rs:287:21
[INFO] [stdout]     |
[INFO] [stdout] 287 |                     Ok(PushGuard::new(lua, 1))
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 306 | impl_function_ext! {A B C D E F G H I J K M N}
[INFO] [stdout]     | ---------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_function_ext` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/functions_write.rs:226:79
[INFO] [stdout]     |
[INFO] [stdout] 226 |               fn push_into_lua(self, lua: L) -> Result<PushGuard<L>, (Void, L)> {
[INFO] [stdout]     |  _______________________________________________________________________________^
[INFO] [stdout] 227 | |                 unsafe {
[INFO] [stdout] 228 | |                     // pushing the function pointer as a userdata
[INFO] [stdout] 229 | |                     let ud = ffi::lua_newuserdata(lua.as_lua(), mem::size_of::<Self>() as _);
[INFO] [stdout] ...   |
[INFO] [stdout] 256 | |             }
[INFO] [stdout]     | |_____________^
[INFO] [stdout] ...
[INFO] [stdout] 306 |   impl_function_ext! {A B C D E F G H I J K M N}
[INFO] [stdout]     |   ---------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_function_ext` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/functions_write.rs:246:28
[INFO] [stdout]     |
[INFO] [stdout] 246 |                     return Ok(PushGuard::new(lua, 1));
[INFO] [stdout]     |                            ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 306 | impl_function_ext! {A B C D E F G H I J K M N}
[INFO] [stdout]     | ---------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_function_ext` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/functions_write.rs:279:78
[INFO] [stdout]     |
[INFO] [stdout] 279 |               fn push_to_lua(&self, lua: L) -> Result<PushGuard<L>, (Void, L)> {
[INFO] [stdout]     |  ______________________________________________________________________________^
[INFO] [stdout] 280 | |                 unsafe {
[INFO] [stdout] 281 | |                     // pushing the function pointer as a userdata
[INFO] [stdout] 282 | |                     let ud = ffi::lua_newuserdata(lua.as_lua(), mem::size_of::<Self>() as _);
[INFO] [stdout] ...   |
[INFO] [stdout] 289 | |             }
[INFO] [stdout]     | |_____________^
[INFO] [stdout] ...
[INFO] [stdout] 306 |   impl_function_ext! {A B C D E F G H I J K M N}
[INFO] [stdout]     |   ---------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_function_ext` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/functions_write.rs:280:17
[INFO] [stdout]     |
[INFO] [stdout] 280 | /                 unsafe {
[INFO] [stdout] 281 | |                     // pushing the function pointer as a userdata
[INFO] [stdout] 282 | |                     let ud = ffi::lua_newuserdata(lua.as_lua(), mem::size_of::<Self>() as _);
[INFO] [stdout] 283 | |                     ptr::write(ud.cast(), *self);
[INFO] [stdout] ...   |
[INFO] [stdout] 287 | |                     Ok(PushGuard::new(lua, 1))
[INFO] [stdout] 288 | |                 }
[INFO] [stdout]     | |_________________^
[INFO] [stdout] ...
[INFO] [stdout] 306 |   impl_function_ext! {A B C D E F G H I J K M N}
[INFO] [stdout]     |   ---------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_function_ext` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/functions_write.rs:287:21
[INFO] [stdout]     |
[INFO] [stdout] 287 |                     Ok(PushGuard::new(lua, 1))
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 306 | impl_function_ext! {A B C D E F G H I J K M N}
[INFO] [stdout]     | ---------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_function_ext` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/functions_write.rs:226:79
[INFO] [stdout]     |
[INFO] [stdout] 226 |               fn push_into_lua(self, lua: L) -> Result<PushGuard<L>, (Void, L)> {
[INFO] [stdout]     |  _______________________________________________________________________________^
[INFO] [stdout] 227 | |                 unsafe {
[INFO] [stdout] 228 | |                     // pushing the function pointer as a userdata
[INFO] [stdout] 229 | |                     let ud = ffi::lua_newuserdata(lua.as_lua(), mem::size_of::<Self>() as _);
[INFO] [stdout] ...   |
[INFO] [stdout] 256 | |             }
[INFO] [stdout]     | |_____________^
[INFO] [stdout] ...
[INFO] [stdout] 306 |   impl_function_ext! {A B C D E F G H I J K M N}
[INFO] [stdout]     |   ---------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_function_ext` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/functions_write.rs:246:28
[INFO] [stdout]     |
[INFO] [stdout] 246 |                     return Ok(PushGuard::new(lua, 1));
[INFO] [stdout]     |                            ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 306 | impl_function_ext! {A B C D E F G H I J K M N}
[INFO] [stdout]     | ---------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_function_ext` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/functions_write.rs:279:78
[INFO] [stdout]     |
[INFO] [stdout] 279 |               fn push_to_lua(&self, lua: L) -> Result<PushGuard<L>, (Void, L)> {
[INFO] [stdout]     |  ______________________________________________________________________________^
[INFO] [stdout] 280 | |                 unsafe {
[INFO] [stdout] 281 | |                     // pushing the function pointer as a userdata
[INFO] [stdout] 282 | |                     let ud = ffi::lua_newuserdata(lua.as_lua(), mem::size_of::<Self>() as _);
[INFO] [stdout] ...   |
[INFO] [stdout] 289 | |             }
[INFO] [stdout]     | |_____________^
[INFO] [stdout] ...
[INFO] [stdout] 306 |   impl_function_ext! {A B C D E F G H I J K M N}
[INFO] [stdout]     |   ---------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_function_ext` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/functions_write.rs:280:17
[INFO] [stdout]     |
[INFO] [stdout] 280 | /                 unsafe {
[INFO] [stdout] 281 | |                     // pushing the function pointer as a userdata
[INFO] [stdout] 282 | |                     let ud = ffi::lua_newuserdata(lua.as_lua(), mem::size_of::<Self>() as _);
[INFO] [stdout] 283 | |                     ptr::write(ud.cast(), *self);
[INFO] [stdout] ...   |
[INFO] [stdout] 287 | |                     Ok(PushGuard::new(lua, 1))
[INFO] [stdout] 288 | |                 }
[INFO] [stdout]     | |_________________^
[INFO] [stdout] ...
[INFO] [stdout] 306 |   impl_function_ext! {A B C D E F G H I J K M N}
[INFO] [stdout]     |   ---------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_function_ext` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/functions_write.rs:287:21
[INFO] [stdout]     |
[INFO] [stdout] 287 |                     Ok(PushGuard::new(lua, 1))
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 306 | impl_function_ext! {A B C D E F G H I J K M N}
[INFO] [stdout]     | ---------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_function_ext` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/functions_write.rs:226:79
[INFO] [stdout]     |
[INFO] [stdout] 226 |               fn push_into_lua(self, lua: L) -> Result<PushGuard<L>, (Void, L)> {
[INFO] [stdout]     |  _______________________________________________________________________________^
[INFO] [stdout] 227 | |                 unsafe {
[INFO] [stdout] 228 | |                     // pushing the function pointer as a userdata
[INFO] [stdout] 229 | |                     let ud = ffi::lua_newuserdata(lua.as_lua(), mem::size_of::<Self>() as _);
[INFO] [stdout] ...   |
[INFO] [stdout] 256 | |             }
[INFO] [stdout]     | |_____________^
[INFO] [stdout] ...
[INFO] [stdout] 306 |   impl_function_ext! {A B C D E F G H I J K M N}
[INFO] [stdout]     |   ---------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_function_ext` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/functions_write.rs:246:28
[INFO] [stdout]     |
[INFO] [stdout] 246 |                     return Ok(PushGuard::new(lua, 1));
[INFO] [stdout]     |                            ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 306 | impl_function_ext! {A B C D E F G H I J K M N}
[INFO] [stdout]     | ---------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_function_ext` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/functions_write.rs:279:78
[INFO] [stdout]     |
[INFO] [stdout] 279 |               fn push_to_lua(&self, lua: L) -> Result<PushGuard<L>, (Void, L)> {
[INFO] [stdout]     |  ______________________________________________________________________________^
[INFO] [stdout] 280 | |                 unsafe {
[INFO] [stdout] 281 | |                     // pushing the function pointer as a userdata
[INFO] [stdout] 282 | |                     let ud = ffi::lua_newuserdata(lua.as_lua(), mem::size_of::<Self>() as _);
[INFO] [stdout] ...   |
[INFO] [stdout] 289 | |             }
[INFO] [stdout]     | |_____________^
[INFO] [stdout] ...
[INFO] [stdout] 306 |   impl_function_ext! {A B C D E F G H I J K M N}
[INFO] [stdout]     |   ---------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_function_ext` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/functions_write.rs:280:17
[INFO] [stdout]     |
[INFO] [stdout] 280 | /                 unsafe {
[INFO] [stdout] 281 | |                     // pushing the function pointer as a userdata
[INFO] [stdout] 282 | |                     let ud = ffi::lua_newuserdata(lua.as_lua(), mem::size_of::<Self>() as _);
[INFO] [stdout] 283 | |                     ptr::write(ud.cast(), *self);
[INFO] [stdout] ...   |
[INFO] [stdout] 287 | |                     Ok(PushGuard::new(lua, 1))
[INFO] [stdout] 288 | |                 }
[INFO] [stdout]     | |_________________^
[INFO] [stdout] ...
[INFO] [stdout] 306 |   impl_function_ext! {A B C D E F G H I J K M N}
[INFO] [stdout]     |   ---------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_function_ext` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/functions_write.rs:287:21
[INFO] [stdout]     |
[INFO] [stdout] 287 |                     Ok(PushGuard::new(lua, 1))
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 306 | impl_function_ext! {A B C D E F G H I J K M N}
[INFO] [stdout]     | ---------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_function_ext` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/functions_write.rs:226:79
[INFO] [stdout]     |
[INFO] [stdout] 226 |               fn push_into_lua(self, lua: L) -> Result<PushGuard<L>, (Void, L)> {
[INFO] [stdout]     |  _______________________________________________________________________________^
[INFO] [stdout] 227 | |                 unsafe {
[INFO] [stdout] 228 | |                     // pushing the function pointer as a userdata
[INFO] [stdout] 229 | |                     let ud = ffi::lua_newuserdata(lua.as_lua(), mem::size_of::<Self>() as _);
[INFO] [stdout] ...   |
[INFO] [stdout] 256 | |             }
[INFO] [stdout]     | |_____________^
[INFO] [stdout] ...
[INFO] [stdout] 306 |   impl_function_ext! {A B C D E F G H I J K M N}
[INFO] [stdout]     |   ---------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_function_ext` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/functions_write.rs:246:28
[INFO] [stdout]     |
[INFO] [stdout] 246 |                     return Ok(PushGuard::new(lua, 1));
[INFO] [stdout]     |                            ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 306 | impl_function_ext! {A B C D E F G H I J K M N}
[INFO] [stdout]     | ---------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_function_ext` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/functions_write.rs:279:78
[INFO] [stdout]     |
[INFO] [stdout] 279 |               fn push_to_lua(&self, lua: L) -> Result<PushGuard<L>, (Void, L)> {
[INFO] [stdout]     |  ______________________________________________________________________________^
[INFO] [stdout] 280 | |                 unsafe {
[INFO] [stdout] 281 | |                     // pushing the function pointer as a userdata
[INFO] [stdout] 282 | |                     let ud = ffi::lua_newuserdata(lua.as_lua(), mem::size_of::<Self>() as _);
[INFO] [stdout] ...   |
[INFO] [stdout] 289 | |             }
[INFO] [stdout]     | |_____________^
[INFO] [stdout] ...
[INFO] [stdout] 306 |   impl_function_ext! {A B C D E F G H I J K M N}
[INFO] [stdout]     |   ---------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_function_ext` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/functions_write.rs:280:17
[INFO] [stdout]     |
[INFO] [stdout] 280 | /                 unsafe {
[INFO] [stdout] 281 | |                     // pushing the function pointer as a userdata
[INFO] [stdout] 282 | |                     let ud = ffi::lua_newuserdata(lua.as_lua(), mem::size_of::<Self>() as _);
[INFO] [stdout] 283 | |                     ptr::write(ud.cast(), *self);
[INFO] [stdout] ...   |
[INFO] [stdout] 287 | |                     Ok(PushGuard::new(lua, 1))
[INFO] [stdout] 288 | |                 }
[INFO] [stdout]     | |_________________^
[INFO] [stdout] ...
[INFO] [stdout] 306 |   impl_function_ext! {A B C D E F G H I J K M N}
[INFO] [stdout]     |   ---------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_function_ext` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/functions_write.rs:287:21
[INFO] [stdout]     |
[INFO] [stdout] 287 |                     Ok(PushGuard::new(lua, 1))
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 306 | impl_function_ext! {A B C D E F G H I J K M N}
[INFO] [stdout]     | ---------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_function_ext` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/functions_write.rs:226:79
[INFO] [stdout]     |
[INFO] [stdout] 226 |               fn push_into_lua(self, lua: L) -> Result<PushGuard<L>, (Void, L)> {
[INFO] [stdout]     |  _______________________________________________________________________________^
[INFO] [stdout] 227 | |                 unsafe {
[INFO] [stdout] 228 | |                     // pushing the function pointer as a userdata
[INFO] [stdout] 229 | |                     let ud = ffi::lua_newuserdata(lua.as_lua(), mem::size_of::<Self>() as _);
[INFO] [stdout] ...   |
[INFO] [stdout] 256 | |             }
[INFO] [stdout]     | |_____________^
[INFO] [stdout] ...
[INFO] [stdout] 306 |   impl_function_ext! {A B C D E F G H I J K M N}
[INFO] [stdout]     |   ---------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_function_ext` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/functions_write.rs:246:28
[INFO] [stdout]     |
[INFO] [stdout] 246 |                     return Ok(PushGuard::new(lua, 1));
[INFO] [stdout]     |                            ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 306 | impl_function_ext! {A B C D E F G H I J K M N}
[INFO] [stdout]     | ---------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_function_ext` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/functions_write.rs:279:78
[INFO] [stdout]     |
[INFO] [stdout] 279 |               fn push_to_lua(&self, lua: L) -> Result<PushGuard<L>, (Void, L)> {
[INFO] [stdout]     |  ______________________________________________________________________________^
[INFO] [stdout] 280 | |                 unsafe {
[INFO] [stdout] 281 | |                     // pushing the function pointer as a userdata
[INFO] [stdout] 282 | |                     let ud = ffi::lua_newuserdata(lua.as_lua(), mem::size_of::<Self>() as _);
[INFO] [stdout] ...   |
[INFO] [stdout] 289 | |             }
[INFO] [stdout]     | |_____________^
[INFO] [stdout] ...
[INFO] [stdout] 306 |   impl_function_ext! {A B C D E F G H I J K M N}
[INFO] [stdout]     |   ---------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_function_ext` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/functions_write.rs:280:17
[INFO] [stdout]     |
[INFO] [stdout] 280 | /                 unsafe {
[INFO] [stdout] 281 | |                     // pushing the function pointer as a userdata
[INFO] [stdout] 282 | |                     let ud = ffi::lua_newuserdata(lua.as_lua(), mem::size_of::<Self>() as _);
[INFO] [stdout] 283 | |                     ptr::write(ud.cast(), *self);
[INFO] [stdout] ...   |
[INFO] [stdout] 287 | |                     Ok(PushGuard::new(lua, 1))
[INFO] [stdout] 288 | |                 }
[INFO] [stdout]     | |_________________^
[INFO] [stdout] ...
[INFO] [stdout] 306 |   impl_function_ext! {A B C D E F G H I J K M N}
[INFO] [stdout]     |   ---------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_function_ext` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/functions_write.rs:287:21
[INFO] [stdout]     |
[INFO] [stdout] 287 |                     Ok(PushGuard::new(lua, 1))
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 306 | impl_function_ext! {A B C D E F G H I J K M N}
[INFO] [stdout]     | ---------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_function_ext` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/functions_write.rs:226:79
[INFO] [stdout]     |
[INFO] [stdout] 226 |               fn push_into_lua(self, lua: L) -> Result<PushGuard<L>, (Void, L)> {
[INFO] [stdout]     |  _______________________________________________________________________________^
[INFO] [stdout] 227 | |                 unsafe {
[INFO] [stdout] 228 | |                     // pushing the function pointer as a userdata
[INFO] [stdout] 229 | |                     let ud = ffi::lua_newuserdata(lua.as_lua(), mem::size_of::<Self>() as _);
[INFO] [stdout] ...   |
[INFO] [stdout] 256 | |             }
[INFO] [stdout]     | |_____________^
[INFO] [stdout] ...
[INFO] [stdout] 306 |   impl_function_ext! {A B C D E F G H I J K M N}
[INFO] [stdout]     |   ---------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_function_ext` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/functions_write.rs:246:28
[INFO] [stdout]     |
[INFO] [stdout] 246 |                     return Ok(PushGuard::new(lua, 1));
[INFO] [stdout]     |                            ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 306 | impl_function_ext! {A B C D E F G H I J K M N}
[INFO] [stdout]     | ---------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_function_ext` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/functions_write.rs:279:78
[INFO] [stdout]     |
[INFO] [stdout] 279 |               fn push_to_lua(&self, lua: L) -> Result<PushGuard<L>, (Void, L)> {
[INFO] [stdout]     |  ______________________________________________________________________________^
[INFO] [stdout] 280 | |                 unsafe {
[INFO] [stdout] 281 | |                     // pushing the function pointer as a userdata
[INFO] [stdout] 282 | |                     let ud = ffi::lua_newuserdata(lua.as_lua(), mem::size_of::<Self>() as _);
[INFO] [stdout] ...   |
[INFO] [stdout] 289 | |             }
[INFO] [stdout]     | |_____________^
[INFO] [stdout] ...
[INFO] [stdout] 306 |   impl_function_ext! {A B C D E F G H I J K M N}
[INFO] [stdout]     |   ---------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_function_ext` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/functions_write.rs:280:17
[INFO] [stdout]     |
[INFO] [stdout] 280 | /                 unsafe {
[INFO] [stdout] 281 | |                     // pushing the function pointer as a userdata
[INFO] [stdout] 282 | |                     let ud = ffi::lua_newuserdata(lua.as_lua(), mem::size_of::<Self>() as _);
[INFO] [stdout] 283 | |                     ptr::write(ud.cast(), *self);
[INFO] [stdout] ...   |
[INFO] [stdout] 287 | |                     Ok(PushGuard::new(lua, 1))
[INFO] [stdout] 288 | |                 }
[INFO] [stdout]     | |_________________^
[INFO] [stdout] ...
[INFO] [stdout] 306 |   impl_function_ext! {A B C D E F G H I J K M N}
[INFO] [stdout]     |   ---------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_function_ext` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/functions_write.rs:287:21
[INFO] [stdout]     |
[INFO] [stdout] 287 |                     Ok(PushGuard::new(lua, 1))
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 306 | impl_function_ext! {A B C D E F G H I J K M N}
[INFO] [stdout]     | ---------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_function_ext` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/functions_write.rs:226:79
[INFO] [stdout]     |
[INFO] [stdout] 226 |               fn push_into_lua(self, lua: L) -> Result<PushGuard<L>, (Void, L)> {
[INFO] [stdout]     |  _______________________________________________________________________________^
[INFO] [stdout] 227 | |                 unsafe {
[INFO] [stdout] 228 | |                     // pushing the function pointer as a userdata
[INFO] [stdout] 229 | |                     let ud = ffi::lua_newuserdata(lua.as_lua(), mem::size_of::<Self>() as _);
[INFO] [stdout] ...   |
[INFO] [stdout] 256 | |             }
[INFO] [stdout]     | |_____________^
[INFO] [stdout] ...
[INFO] [stdout] 306 |   impl_function_ext! {A B C D E F G H I J K M N}
[INFO] [stdout]     |   ---------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_function_ext` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/functions_write.rs:246:28
[INFO] [stdout]     |
[INFO] [stdout] 246 |                     return Ok(PushGuard::new(lua, 1));
[INFO] [stdout]     |                            ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 306 | impl_function_ext! {A B C D E F G H I J K M N}
[INFO] [stdout]     | ---------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_function_ext` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/functions_write.rs:279:78
[INFO] [stdout]     |
[INFO] [stdout] 279 |               fn push_to_lua(&self, lua: L) -> Result<PushGuard<L>, (Void, L)> {
[INFO] [stdout]     |  ______________________________________________________________________________^
[INFO] [stdout] 280 | |                 unsafe {
[INFO] [stdout] 281 | |                     // pushing the function pointer as a userdata
[INFO] [stdout] 282 | |                     let ud = ffi::lua_newuserdata(lua.as_lua(), mem::size_of::<Self>() as _);
[INFO] [stdout] ...   |
[INFO] [stdout] 289 | |             }
[INFO] [stdout]     | |_____________^
[INFO] [stdout] ...
[INFO] [stdout] 306 |   impl_function_ext! {A B C D E F G H I J K M N}
[INFO] [stdout]     |   ---------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_function_ext` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/functions_write.rs:280:17
[INFO] [stdout]     |
[INFO] [stdout] 280 | /                 unsafe {
[INFO] [stdout] 281 | |                     // pushing the function pointer as a userdata
[INFO] [stdout] 282 | |                     let ud = ffi::lua_newuserdata(lua.as_lua(), mem::size_of::<Self>() as _);
[INFO] [stdout] 283 | |                     ptr::write(ud.cast(), *self);
[INFO] [stdout] ...   |
[INFO] [stdout] 287 | |                     Ok(PushGuard::new(lua, 1))
[INFO] [stdout] 288 | |                 }
[INFO] [stdout]     | |_________________^
[INFO] [stdout] ...
[INFO] [stdout] 306 |   impl_function_ext! {A B C D E F G H I J K M N}
[INFO] [stdout]     |   ---------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_function_ext` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/functions_write.rs:287:21
[INFO] [stdout]     |
[INFO] [stdout] 287 |                     Ok(PushGuard::new(lua, 1))
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 306 | impl_function_ext! {A B C D E F G H I J K M N}
[INFO] [stdout]     | ---------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_function_ext` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/functions_write.rs:226:79
[INFO] [stdout]     |
[INFO] [stdout] 226 |               fn push_into_lua(self, lua: L) -> Result<PushGuard<L>, (Void, L)> {
[INFO] [stdout]     |  _______________________________________________________________________________^
[INFO] [stdout] 227 | |                 unsafe {
[INFO] [stdout] 228 | |                     // pushing the function pointer as a userdata
[INFO] [stdout] 229 | |                     let ud = ffi::lua_newuserdata(lua.as_lua(), mem::size_of::<Self>() as _);
[INFO] [stdout] ...   |
[INFO] [stdout] 256 | |             }
[INFO] [stdout]     | |_____________^
[INFO] [stdout] ...
[INFO] [stdout] 306 |   impl_function_ext! {A B C D E F G H I J K M N}
[INFO] [stdout]     |   ---------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_function_ext` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/functions_write.rs:246:28
[INFO] [stdout]     |
[INFO] [stdout] 246 |                     return Ok(PushGuard::new(lua, 1));
[INFO] [stdout]     |                            ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 306 | impl_function_ext! {A B C D E F G H I J K M N}
[INFO] [stdout]     | ---------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_function_ext` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/functions_write.rs:279:78
[INFO] [stdout]     |
[INFO] [stdout] 279 |               fn push_to_lua(&self, lua: L) -> Result<PushGuard<L>, (Void, L)> {
[INFO] [stdout]     |  ______________________________________________________________________________^
[INFO] [stdout] 280 | |                 unsafe {
[INFO] [stdout] 281 | |                     // pushing the function pointer as a userdata
[INFO] [stdout] 282 | |                     let ud = ffi::lua_newuserdata(lua.as_lua(), mem::size_of::<Self>() as _);
[INFO] [stdout] ...   |
[INFO] [stdout] 289 | |             }
[INFO] [stdout]     | |_____________^
[INFO] [stdout] ...
[INFO] [stdout] 306 |   impl_function_ext! {A B C D E F G H I J K M N}
[INFO] [stdout]     |   ---------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_function_ext` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/functions_write.rs:280:17
[INFO] [stdout]     |
[INFO] [stdout] 280 | /                 unsafe {
[INFO] [stdout] 281 | |                     // pushing the function pointer as a userdata
[INFO] [stdout] 282 | |                     let ud = ffi::lua_newuserdata(lua.as_lua(), mem::size_of::<Self>() as _);
[INFO] [stdout] 283 | |                     ptr::write(ud.cast(), *self);
[INFO] [stdout] ...   |
[INFO] [stdout] 287 | |                     Ok(PushGuard::new(lua, 1))
[INFO] [stdout] 288 | |                 }
[INFO] [stdout]     | |_________________^
[INFO] [stdout] ...
[INFO] [stdout] 306 |   impl_function_ext! {A B C D E F G H I J K M N}
[INFO] [stdout]     |   ---------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_function_ext` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/functions_write.rs:287:21
[INFO] [stdout]     |
[INFO] [stdout] 287 |                     Ok(PushGuard::new(lua, 1))
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 306 | impl_function_ext! {A B C D E F G H I J K M N}
[INFO] [stdout]     | ---------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_function_ext` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/functions_write.rs:348:76
[INFO] [stdout]     |
[INFO] [stdout] 348 |       fn push_into_lua(self, lua: L) -> Result<PushGuard<L>, (Self::Err, L)> {
[INFO] [stdout]     |  ____________________________________________________________________________^
[INFO] [stdout] 349 | |         unsafe {
[INFO] [stdout] 350 | |             ffi::lua_pushcfunction(lua.as_lua(), self.0);
[INFO] [stdout] 351 | |             Ok(PushGuard::new(lua, 1))
[INFO] [stdout] 352 | |         }
[INFO] [stdout] 353 | |     }
[INFO] [stdout]     | |_____^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/functions_write.rs:349:9
[INFO] [stdout]     |
[INFO] [stdout] 349 | /         unsafe {
[INFO] [stdout] 350 | |             ffi::lua_pushcfunction(lua.as_lua(), self.0);
[INFO] [stdout] 351 | |             Ok(PushGuard::new(lua, 1))
[INFO] [stdout] 352 | |         }
[INFO] [stdout]     | |_________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/functions_write.rs:351:13
[INFO] [stdout]     |
[INFO] [stdout] 351 |             Ok(PushGuard::new(lua, 1))
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/functions_write.rs:359:75
[INFO] [stdout]     |
[INFO] [stdout] 359 |       fn push_to_lua(&self, lua: L) -> Result<PushGuard<L>, (Self::Err, L)> {
[INFO] [stdout]     |  ___________________________________________________________________________^
[INFO] [stdout] 360 | |         unsafe {
[INFO] [stdout] 361 | |             ffi::lua_pushcfunction(lua.as_lua(), self.0);
[INFO] [stdout] 362 | |             Ok(PushGuard::new(lua, 1))
[INFO] [stdout] 363 | |         }
[INFO] [stdout] 364 | |     }
[INFO] [stdout]     | |_____^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/functions_write.rs:360:9
[INFO] [stdout]     |
[INFO] [stdout] 360 | /         unsafe {
[INFO] [stdout] 361 | |             ffi::lua_pushcfunction(lua.as_lua(), self.0);
[INFO] [stdout] 362 | |             Ok(PushGuard::new(lua, 1))
[INFO] [stdout] 363 | |         }
[INFO] [stdout]     | |_________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/functions_write.rs:362:13
[INFO] [stdout]     |
[INFO] [stdout] 362 |             Ok(PushGuard::new(lua, 1))
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]     --> src/object.rs:1005:74
[INFO] [stdout]      |
[INFO] [stdout] 1005 |               fn push_to_lua(&self, lua: L) -> $crate::PushResult<L, Self> {
[INFO] [stdout]      |  __________________________________________________________________________^
[INFO] [stdout] 1006 | |                 unsafe {
[INFO] [stdout] 1007 | |                     $crate::ffi::lua_pushvalue(lua.as_lua(), self.as_ref().index().into());
[INFO] [stdout] 1008 | |                     Ok(PushGuard::new(lua, 1))
[INFO] [stdout] 1009 | |                 }
[INFO] [stdout] 1010 | |             }
[INFO] [stdout]      | |_____________^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/lua_functions.rs:220:1
[INFO] [stdout]      |
[INFO] [stdout]  220 | / impl_object! { LuaFunction,
[INFO] [stdout]  221 | |     check(lua, index) {
[INFO] [stdout]  222 | |         ffi::lua_isfunction(lua.as_lua(), index.into())
[INFO] [stdout] ...    |
[INFO] [stdout]  225 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `impl_object` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]     --> src/object.rs:1006:17
[INFO] [stdout]      |
[INFO] [stdout] 1006 | /                 unsafe {
[INFO] [stdout] 1007 | |                     $crate::ffi::lua_pushvalue(lua.as_lua(), self.as_ref().index().into());
[INFO] [stdout] 1008 | |                     Ok(PushGuard::new(lua, 1))
[INFO] [stdout] 1009 | |                 }
[INFO] [stdout]      | |_________________^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/lua_functions.rs:220:1
[INFO] [stdout]      |
[INFO] [stdout]  220 | / impl_object! { LuaFunction,
[INFO] [stdout]  221 | |     check(lua, index) {
[INFO] [stdout]  222 | |         ffi::lua_isfunction(lua.as_lua(), index.into())
[INFO] [stdout] ...    |
[INFO] [stdout]  225 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `impl_object` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]     --> src/object.rs:1008:21
[INFO] [stdout]      |
[INFO] [stdout] 1008 |                       Ok(PushGuard::new(lua, 1))
[INFO] [stdout]      |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/lua_functions.rs:220:1
[INFO] [stdout]      |
[INFO] [stdout]  220 | / impl_object! { LuaFunction,
[INFO] [stdout]  221 | |     check(lua, index) {
[INFO] [stdout]  222 | |         ffi::lua_isfunction(lua.as_lua(), index.into())
[INFO] [stdout] ...    |
[INFO] [stdout]  225 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `impl_object` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]     --> src/object.rs:1005:74
[INFO] [stdout]      |
[INFO] [stdout] 1005 |               fn push_to_lua(&self, lua: L) -> $crate::PushResult<L, Self> {
[INFO] [stdout]      |  __________________________________________________________________________^
[INFO] [stdout] 1006 | |                 unsafe {
[INFO] [stdout] 1007 | |                     $crate::ffi::lua_pushvalue(lua.as_lua(), self.as_ref().index().into());
[INFO] [stdout] 1008 | |                     Ok(PushGuard::new(lua, 1))
[INFO] [stdout] 1009 | |                 }
[INFO] [stdout] 1010 | |             }
[INFO] [stdout]      | |_____________^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/lua_tables.rs:49:1
[INFO] [stdout]      |
[INFO] [stdout]   49 | / impl_object! { LuaTable,
[INFO] [stdout]   50 | |     check(lua, index) {
[INFO] [stdout]   51 | |         ffi::lua_istable(lua.as_lua(), index.into())
[INFO] [stdout] ...    |
[INFO] [stdout]   54 | |     impl NewIndex,
[INFO] [stdout]   55 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `impl_object` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]     --> src/object.rs:1006:17
[INFO] [stdout]      |
[INFO] [stdout] 1006 | /                 unsafe {
[INFO] [stdout] 1007 | |                     $crate::ffi::lua_pushvalue(lua.as_lua(), self.as_ref().index().into());
[INFO] [stdout] 1008 | |                     Ok(PushGuard::new(lua, 1))
[INFO] [stdout] 1009 | |                 }
[INFO] [stdout]      | |_________________^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/lua_tables.rs:49:1
[INFO] [stdout]      |
[INFO] [stdout]   49 | / impl_object! { LuaTable,
[INFO] [stdout]   50 | |     check(lua, index) {
[INFO] [stdout]   51 | |         ffi::lua_istable(lua.as_lua(), index.into())
[INFO] [stdout] ...    |
[INFO] [stdout]   54 | |     impl NewIndex,
[INFO] [stdout]   55 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `impl_object` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]     --> src/object.rs:1008:21
[INFO] [stdout]      |
[INFO] [stdout] 1008 |                       Ok(PushGuard::new(lua, 1))
[INFO] [stdout]      |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/lua_tables.rs:49:1
[INFO] [stdout]      |
[INFO] [stdout]   49 | / impl_object! { LuaTable,
[INFO] [stdout]   50 | |     check(lua, index) {
[INFO] [stdout]   51 | |         ffi::lua_istable(lua.as_lua(), index.into())
[INFO] [stdout] ...    |
[INFO] [stdout]   54 | |     impl NewIndex,
[INFO] [stdout]   55 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `impl_object` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]   --> src/object.rs:91:65
[INFO] [stdout]    |
[INFO] [stdout] 91 |       fn push_to_lua(&self, lua: L) -> crate::PushResult<L, Self> {
[INFO] [stdout]    |  _________________________________________________________________^
[INFO] [stdout] 92 | |         unsafe {
[INFO] [stdout] 93 | |             crate::ffi::lua_pushvalue(lua.as_lua(), self.index.into());
[INFO] [stdout] 94 | |             Ok(PushGuard::new(lua, 1))
[INFO] [stdout] 95 | |         }
[INFO] [stdout] 96 | |     }
[INFO] [stdout]    | |_____^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]   --> src/object.rs:92:9
[INFO] [stdout]    |
[INFO] [stdout] 92 | /         unsafe {
[INFO] [stdout] 93 | |             crate::ffi::lua_pushvalue(lua.as_lua(), self.index.into());
[INFO] [stdout] 94 | |             Ok(PushGuard::new(lua, 1))
[INFO] [stdout] 95 | |         }
[INFO] [stdout]    | |_________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]   --> src/object.rs:94:13
[INFO] [stdout]    |
[INFO] [stdout] 94 |             Ok(PushGuard::new(lua, 1))
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/object.rs:106:70
[INFO] [stdout]     |
[INFO] [stdout] 106 |       fn push_into_lua(self, lua: L) -> crate::PushIntoResult<L, Self> {
[INFO] [stdout]     |  ______________________________________________________________________^
[INFO] [stdout] 107 | |         unsafe {
[INFO] [stdout] 108 | |             crate::ffi::lua_pushvalue(lua.as_lua(), self.index.into());
[INFO] [stdout] 109 | |             Ok(PushGuard::new(lua, 1))
[INFO] [stdout] 110 | |         }
[INFO] [stdout] 111 | |     }
[INFO] [stdout]     | |_____^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/object.rs:107:9
[INFO] [stdout]     |
[INFO] [stdout] 107 | /         unsafe {
[INFO] [stdout] 108 | |             crate::ffi::lua_pushvalue(lua.as_lua(), self.index.into());
[INFO] [stdout] 109 | |             Ok(PushGuard::new(lua, 1))
[INFO] [stdout] 110 | |         }
[INFO] [stdout]     | |_________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/object.rs:109:13
[INFO] [stdout]     |
[INFO] [stdout] 109 |             Ok(PushGuard::new(lua, 1))
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]     --> src/object.rs:1005:74
[INFO] [stdout]      |
[INFO] [stdout]  336 | / impl_object! { Indexable,
[INFO] [stdout]  337 | |     check(lua, index) {
[INFO] [stdout]  338 | |         imp::is_indexable(&lua, index)
[INFO] [stdout] ...    |
[INFO] [stdout]  341 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 1005 |               fn push_to_lua(&self, lua: L) -> $crate::PushResult<L, Self> {
[INFO] [stdout]      |  __________________________________________________________________________^
[INFO] [stdout] 1006 | |                 unsafe {
[INFO] [stdout] 1007 | |                     $crate::ffi::lua_pushvalue(lua.as_lua(), self.as_ref().index().into());
[INFO] [stdout] 1008 | |                     Ok(PushGuard::new(lua, 1))
[INFO] [stdout] 1009 | |                 }
[INFO] [stdout] 1010 | |             }
[INFO] [stdout]      | |_____________^
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `impl_object` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]     --> src/object.rs:1006:17
[INFO] [stdout]      |
[INFO] [stdout]  336 | / impl_object! { Indexable,
[INFO] [stdout]  337 | |     check(lua, index) {
[INFO] [stdout]  338 | |         imp::is_indexable(&lua, index)
[INFO] [stdout] ...    |
[INFO] [stdout]  341 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 1006 | /                 unsafe {
[INFO] [stdout] 1007 | |                     $crate::ffi::lua_pushvalue(lua.as_lua(), self.as_ref().index().into());
[INFO] [stdout] 1008 | |                     Ok(PushGuard::new(lua, 1))
[INFO] [stdout] 1009 | |                 }
[INFO] [stdout]      | |_________________^
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `impl_object` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]     --> src/object.rs:1008:21
[INFO] [stdout]      |
[INFO] [stdout]  336 | / impl_object! { Indexable,
[INFO] [stdout]  337 | |     check(lua, index) {
[INFO] [stdout]  338 | |         imp::is_indexable(&lua, index)
[INFO] [stdout] ...    |
[INFO] [stdout]  341 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 1008 |                       Ok(PushGuard::new(lua, 1))
[INFO] [stdout]      |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `impl_object` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]     --> src/object.rs:1005:74
[INFO] [stdout]      |
[INFO] [stdout]  487 | / impl_object! { IndexableRW,
[INFO] [stdout]  488 | |     check(lua, index) {
[INFO] [stdout]  489 | |         imp::is_rw_indexable(&lua, index)
[INFO] [stdout] ...    |
[INFO] [stdout]  492 | |     impl NewIndex,
[INFO] [stdout]  493 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 1005 |               fn push_to_lua(&self, lua: L) -> $crate::PushResult<L, Self> {
[INFO] [stdout]      |  __________________________________________________________________________^
[INFO] [stdout] 1006 | |                 unsafe {
[INFO] [stdout] 1007 | |                     $crate::ffi::lua_pushvalue(lua.as_lua(), self.as_ref().index().into());
[INFO] [stdout] 1008 | |                     Ok(PushGuard::new(lua, 1))
[INFO] [stdout] 1009 | |                 }
[INFO] [stdout] 1010 | |             }
[INFO] [stdout]      | |_____________^
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `impl_object` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]     --> src/object.rs:1006:17
[INFO] [stdout]      |
[INFO] [stdout]  487 | / impl_object! { IndexableRW,
[INFO] [stdout]  488 | |     check(lua, index) {
[INFO] [stdout]  489 | |         imp::is_rw_indexable(&lua, index)
[INFO] [stdout] ...    |
[INFO] [stdout]  492 | |     impl NewIndex,
[INFO] [stdout]  493 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 1006 | /                 unsafe {
[INFO] [stdout] 1007 | |                     $crate::ffi::lua_pushvalue(lua.as_lua(), self.as_ref().index().into());
[INFO] [stdout] 1008 | |                     Ok(PushGuard::new(lua, 1))
[INFO] [stdout] 1009 | |                 }
[INFO] [stdout]      | |_________________^
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `impl_object` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<*mut lua_State>, (Void, *mut lua_State)>
[INFO] [stdout]     --> src/lib.rs:1474:19
[INFO] [stdout]      |
[INFO] [stdout] 1474 |             match index.borrow().push_to_lua(self.as_lua()) {
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: requested on the command line with `-D unmustuse-in-always-ok`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]     --> src/object.rs:1008:21
[INFO] [stdout]      |
[INFO] [stdout]  487 | / impl_object! { IndexableRW,
[INFO] [stdout]  488 | |     check(lua, index) {
[INFO] [stdout]  489 | |         imp::is_rw_indexable(&lua, index)
[INFO] [stdout] ...    |
[INFO] [stdout]  492 | |     impl NewIndex,
[INFO] [stdout]  493 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 1008 |                       Ok(PushGuard::new(lua, 1))
[INFO] [stdout]      |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `impl_object` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]     --> src/object.rs:1005:74
[INFO] [stdout]      |
[INFO] [stdout]  637 | / impl_object! { Callable,
[INFO] [stdout]  638 | |     check(lua, index) {
[INFO] [stdout]  639 | |         imp::is_callable(&lua, index)
[INFO] [stdout] ...    |
[INFO] [stdout]  642 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 1005 |               fn push_to_lua(&self, lua: L) -> $crate::PushResult<L, Self> {
[INFO] [stdout]      |  __________________________________________________________________________^
[INFO] [stdout] 1006 | |                 unsafe {
[INFO] [stdout] 1007 | |                     $crate::ffi::lua_pushvalue(lua.as_lua(), self.as_ref().index().into());
[INFO] [stdout] 1008 | |                     Ok(PushGuard::new(lua, 1))
[INFO] [stdout] 1009 | |                 }
[INFO] [stdout] 1010 | |             }
[INFO] [stdout]      | |_____________^
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `impl_object` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]     --> src/object.rs:1006:17
[INFO] [stdout]      |
[INFO] [stdout]  637 | / impl_object! { Callable,
[INFO] [stdout]  638 | |     check(lua, index) {
[INFO] [stdout]  639 | |         imp::is_callable(&lua, index)
[INFO] [stdout] ...    |
[INFO] [stdout]  642 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 1006 | /                 unsafe {
[INFO] [stdout] 1007 | |                     $crate::ffi::lua_pushvalue(lua.as_lua(), self.as_ref().index().into());
[INFO] [stdout] 1008 | |                     Ok(PushGuard::new(lua, 1))
[INFO] [stdout] 1009 | |                 }
[INFO] [stdout]      | |_________________^
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `impl_object` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]     --> src/object.rs:1008:21
[INFO] [stdout]      |
[INFO] [stdout]  637 | / impl_object! { Callable,
[INFO] [stdout]  638 | |     check(lua, index) {
[INFO] [stdout]  639 | |         imp::is_callable(&lua, index)
[INFO] [stdout] ...    |
[INFO] [stdout]  642 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 1008 |                       Ok(PushGuard::new(lua, 1))
[INFO] [stdout]      |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `impl_object` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/any.rs:68:78
[INFO] [stdout]     |
[INFO] [stdout]  68 |               fn push_to_lua(&self, lua: L) -> Result<PushGuard<L>, (Void, L)> {
[INFO] [stdout]     |  ______________________________________________________________________________^
[INFO] [stdout]  69 | |                 impl_any_lua_value!(@push self, lua, push_no_err)
[INFO] [stdout]  70 | |             }
[INFO] [stdout]     | |_____________^
[INFO] [stdout] ...
[INFO] [stdout] 137 |   impl_any_lua_value! {AnyLuaValue}
[INFO] [stdout]     |   --------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_any_lua_value` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/any.rs:53:9
[INFO] [stdout]     |
[INFO] [stdout]  53 | /         Ok(match $self {
[INFO] [stdout]  54 | |             Self::LuaString(val) => val.$push($lua),
[INFO] [stdout]  55 | |             Self::LuaAnyString(val) => val.$push($lua),
[INFO] [stdout]  56 | |             Self::LuaNumber(val) => val.$push($lua),
[INFO] [stdout] ...   |
[INFO] [stdout]  60 | |             Self::LuaOther => panic!("can't push a AnyLuaValue of type Other"),
[INFO] [stdout]  61 | |         })
[INFO] [stdout]     | |__________^
[INFO] [stdout] ...
[INFO] [stdout] 137 |   impl_any_lua_value! {AnyLuaValue}
[INFO] [stdout]     |   --------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_any_lua_value` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/any.rs:79:79
[INFO] [stdout]     |
[INFO] [stdout]  79 |               fn push_into_lua(self, lua: L) -> Result<PushGuard<L>, (Void, L)> {
[INFO] [stdout]     |  _______________________________________________________________________________^
[INFO] [stdout]  80 | |                 impl_any_lua_value!(@push self, lua, push_into_no_err)
[INFO] [stdout]  81 | |             }
[INFO] [stdout]     | |_____________^
[INFO] [stdout] ...
[INFO] [stdout] 137 |   impl_any_lua_value! {AnyLuaValue}
[INFO] [stdout]     |   --------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_any_lua_value` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/any.rs:53:9
[INFO] [stdout]     |
[INFO] [stdout]  53 | /         Ok(match $self {
[INFO] [stdout]  54 | |             Self::LuaString(val) => val.$push($lua),
[INFO] [stdout]  55 | |             Self::LuaAnyString(val) => val.$push($lua),
[INFO] [stdout]  56 | |             Self::LuaNumber(val) => val.$push($lua),
[INFO] [stdout] ...   |
[INFO] [stdout]  60 | |             Self::LuaOther => panic!("can't push a AnyLuaValue of type Other"),
[INFO] [stdout]  61 | |         })
[INFO] [stdout]     | |__________^
[INFO] [stdout] ...
[INFO] [stdout] 137 |   impl_any_lua_value! {AnyLuaValue}
[INFO] [stdout]     |   --------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_any_lua_value` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/any.rs:68:78
[INFO] [stdout]     |
[INFO] [stdout]  68 |               fn push_to_lua(&self, lua: L) -> Result<PushGuard<L>, (Void, L)> {
[INFO] [stdout]     |  ______________________________________________________________________________^
[INFO] [stdout]  69 | |                 impl_any_lua_value!(@push self, lua, push_no_err)
[INFO] [stdout]  70 | |             }
[INFO] [stdout]     | |_____________^
[INFO] [stdout] ...
[INFO] [stdout] 138 |   impl_any_lua_value! {AnyHashableLuaValue}
[INFO] [stdout]     |   ----------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_any_lua_value` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/any.rs:53:9
[INFO] [stdout]     |
[INFO] [stdout]  53 | /         Ok(match $self {
[INFO] [stdout]  54 | |             Self::LuaString(val) => val.$push($lua),
[INFO] [stdout]  55 | |             Self::LuaAnyString(val) => val.$push($lua),
[INFO] [stdout]  56 | |             Self::LuaNumber(val) => val.$push($lua),
[INFO] [stdout] ...   |
[INFO] [stdout]  60 | |             Self::LuaOther => panic!("can't push a AnyLuaValue of type Other"),
[INFO] [stdout]  61 | |         })
[INFO] [stdout]     | |__________^
[INFO] [stdout] ...
[INFO] [stdout] 138 |   impl_any_lua_value! {AnyHashableLuaValue}
[INFO] [stdout]     |   ----------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_any_lua_value` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/any.rs:79:79
[INFO] [stdout]     |
[INFO] [stdout]  79 |               fn push_into_lua(self, lua: L) -> Result<PushGuard<L>, (Void, L)> {
[INFO] [stdout]     |  _______________________________________________________________________________^
[INFO] [stdout]  80 | |                 impl_any_lua_value!(@push self, lua, push_into_no_err)
[INFO] [stdout]  81 | |             }
[INFO] [stdout]     | |_____________^
[INFO] [stdout] ...
[INFO] [stdout] 138 |   impl_any_lua_value! {AnyHashableLuaValue}
[INFO] [stdout]     |   ----------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_any_lua_value` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/any.rs:53:9
[INFO] [stdout]     |
[INFO] [stdout]  53 | /         Ok(match $self {
[INFO] [stdout]  54 | |             Self::LuaString(val) => val.$push($lua),
[INFO] [stdout]  55 | |             Self::LuaAnyString(val) => val.$push($lua),
[INFO] [stdout]  56 | |             Self::LuaNumber(val) => val.$push($lua),
[INFO] [stdout] ...   |
[INFO] [stdout]  60 | |             Self::LuaOther => panic!("can't push a AnyLuaValue of type Other"),
[INFO] [stdout]  61 | |         })
[INFO] [stdout]     | |__________^
[INFO] [stdout] ...
[INFO] [stdout] 138 |   impl_any_lua_value! {AnyHashableLuaValue}
[INFO] [stdout]     |   ----------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_any_lua_value` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/cdata.rs:262:82
[INFO] [stdout]     |
[INFO] [stdout] 262 |       fn push_to_lua(&self, lua: L) -> Result<crate::PushGuard<L>, (Self::Err, L)> {
[INFO] [stdout]     |  __________________________________________________________________________________^
[INFO] [stdout] 263 | |         unsafe {
[INFO] [stdout] 264 | |             crate::ffi::lua_pushvalue(lua.as_lua(), self.inner.index().into());
[INFO] [stdout] 265 | |             Ok(crate::PushGuard::new(lua, 1))
[INFO] [stdout] 266 | |         }
[INFO] [stdout] 267 | |     }
[INFO] [stdout]     | |_____^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/cdata.rs:263:9
[INFO] [stdout]     |
[INFO] [stdout] 263 | /         unsafe {
[INFO] [stdout] 264 | |             crate::ffi::lua_pushvalue(lua.as_lua(), self.inner.index().into());
[INFO] [stdout] 265 | |             Ok(crate::PushGuard::new(lua, 1))
[INFO] [stdout] 266 | |         }
[INFO] [stdout]     | |_________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/cdata.rs:265:13
[INFO] [stdout]     |
[INFO] [stdout] 265 |             Ok(crate::PushGuard::new(lua, 1))
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/cdata.rs:405:83
[INFO] [stdout]     |
[INFO] [stdout] 405 |       fn push_into_lua(self, lua: L) -> Result<crate::PushGuard<L>, (Self::Err, L)> {
[INFO] [stdout]     |  ___________________________________________________________________________________^
[INFO] [stdout] 406 | |         let Self(value) = self;
[INFO] [stdout] 407 | |         unsafe {
[INFO] [stdout] 408 | |             let ptr = ffi::luaL_pushcdata(lua.as_lua(), T::ctypeid());
[INFO] [stdout] ...   |
[INFO] [stdout] 412 | |     }
[INFO] [stdout]     | |_____^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/cdata.rs:407:9
[INFO] [stdout]     |
[INFO] [stdout] 407 | /         unsafe {
[INFO] [stdout] 408 | |             let ptr = ffi::luaL_pushcdata(lua.as_lua(), T::ctypeid());
[INFO] [stdout] 409 | |             std::ptr::write(ptr.cast::<T>(), value);
[INFO] [stdout] 410 | |             Ok(crate::PushGuard::new(lua, 1))
[INFO] [stdout] 411 | |         }
[INFO] [stdout]     | |_________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/cdata.rs:410:13
[INFO] [stdout]     |
[INFO] [stdout] 410 |             Ok(crate::PushGuard::new(lua, 1))
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]   --> src/debug.rs:15:70
[INFO] [stdout]    |
[INFO] [stdout] 15 |       fn push_to_lua(&self, lua: L) -> Result<PushGuard<L>, (Void, L)> {
[INFO] [stdout]    |  ______________________________________________________________________^
[INFO] [stdout] 16 | |         let index = match self {
[INFO] [stdout] 17 | |             Self::Absolute(index) | Self::Relative(index) => index,
[INFO] [stdout] 18 | |         };
[INFO] [stdout] ...  |
[INFO] [stdout] 23 | |     }
[INFO] [stdout]    | |_____^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]   --> src/debug.rs:19:9
[INFO] [stdout]    |
[INFO] [stdout] 19 | /         unsafe {
[INFO] [stdout] 20 | |             ffi::lua_pushvalue(lua.as_lua(), *index);
[INFO] [stdout] 21 | |             Ok(PushGuard::new(lua, 1))
[INFO] [stdout] 22 | |         }
[INFO] [stdout]    | |_________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]   --> src/debug.rs:21:13
[INFO] [stdout]    |
[INFO] [stdout] 21 |             Ok(PushGuard::new(lua, 1))
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<*mut lua_State>, (Void, *mut lua_State)>
[INFO] [stdout]    --> src/userdata.rs:126:19
[INFO] [stdout]     |
[INFO] [stdout] 126 |             match "__gc".push_to_lua(lua.as_lua()) {
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/values.rs:28:78
[INFO] [stdout]     |
[INFO] [stdout]  28 |               fn push_to_lua(&self, lua: L) -> Result<PushGuard<L>, (Void, L)> {
[INFO] [stdout]     |  ______________________________________________________________________________^
[INFO] [stdout]  29 | |                 Self::push_into_lua(*self, lua)
[INFO] [stdout]  30 | |             }
[INFO] [stdout]     | |_____________^
[INFO] [stdout] ...
[INFO] [stdout] 111 |   numeric_impl! {isize, ffi::luaL_pushint64, ffi::lua_tonumber}
[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: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/values.rs:29:17
[INFO] [stdout]     |
[INFO] [stdout]  29 |                 Self::push_into_lua(*self, lua)
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 111 | numeric_impl! {isize, ffi::luaL_pushint64, ffi::lua_tonumber}
[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: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/values.rs:46:79
[INFO] [stdout]     |
[INFO] [stdout]  46 |               fn push_into_lua(self, lua: L) -> Result<PushGuard<L>, (Void, L)> {
[INFO] [stdout]     |  _______________________________________________________________________________^
[INFO] [stdout]  47 | |                 unsafe {
[INFO] [stdout]  48 | |                     $push(lua.as_lua(), self as _);
[INFO] [stdout]  49 | |                     Ok(PushGuard::new(lua, 1))
[INFO] [stdout]  50 | |                 }
[INFO] [stdout]  51 | |             }
[INFO] [stdout]     | |_____________^
[INFO] [stdout] ...
[INFO] [stdout] 111 |   numeric_impl! {isize, ffi::luaL_pushint64, ffi::lua_tonumber}
[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: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/values.rs:47:17
[INFO] [stdout]     |
[INFO] [stdout]  47 | /                 unsafe {
[INFO] [stdout]  48 | |                     $push(lua.as_lua(), self as _);
[INFO] [stdout]  49 | |                     Ok(PushGuard::new(lua, 1))
[INFO] [stdout]  50 | |                 }
[INFO] [stdout]     | |_________________^
[INFO] [stdout] ...
[INFO] [stdout] 111 |   numeric_impl! {isize, ffi::luaL_pushint64, ffi::lua_tonumber}
[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: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/values.rs:49:21
[INFO] [stdout]     |
[INFO] [stdout]  49 |                     Ok(PushGuard::new(lua, 1))
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 111 | numeric_impl! {isize, ffi::luaL_pushint64, ffi::lua_tonumber}
[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: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/values.rs:28:78
[INFO] [stdout]     |
[INFO] [stdout]  28 |               fn push_to_lua(&self, lua: L) -> Result<PushGuard<L>, (Void, L)> {
[INFO] [stdout]     |  ______________________________________________________________________________^
[INFO] [stdout]  29 | |                 Self::push_into_lua(*self, lua)
[INFO] [stdout]  30 | |             }
[INFO] [stdout]     | |_____________^
[INFO] [stdout] ...
[INFO] [stdout] 112 |   numeric_impl! {i64, ffi::luaL_pushint64, ffi::lua_tonumber}
[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: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/values.rs:29:17
[INFO] [stdout]     |
[INFO] [stdout]  29 |                 Self::push_into_lua(*self, lua)
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 112 | numeric_impl! {i64, ffi::luaL_pushint64, ffi::lua_tonumber}
[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: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/values.rs:46:79
[INFO] [stdout]     |
[INFO] [stdout]  46 |               fn push_into_lua(self, lua: L) -> Result<PushGuard<L>, (Void, L)> {
[INFO] [stdout]     |  _______________________________________________________________________________^
[INFO] [stdout]  47 | |                 unsafe {
[INFO] [stdout]  48 | |                     $push(lua.as_lua(), self as _);
[INFO] [stdout]  49 | |                     Ok(PushGuard::new(lua, 1))
[INFO] [stdout]  50 | |                 }
[INFO] [stdout]  51 | |             }
[INFO] [stdout]     | |_____________^
[INFO] [stdout] ...
[INFO] [stdout] 112 |   numeric_impl! {i64, ffi::luaL_pushint64, ffi::lua_tonumber}
[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: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/values.rs:47:17
[INFO] [stdout]     |
[INFO] [stdout]  47 | /                 unsafe {
[INFO] [stdout]  48 | |                     $push(lua.as_lua(), self as _);
[INFO] [stdout]  49 | |                     Ok(PushGuard::new(lua, 1))
[INFO] [stdout]  50 | |                 }
[INFO] [stdout]     | |_________________^
[INFO] [stdout] ...
[INFO] [stdout] 112 |   numeric_impl! {i64, ffi::luaL_pushint64, ffi::lua_tonumber}
[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: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/values.rs:49:21
[INFO] [stdout]     |
[INFO] [stdout]  49 |                     Ok(PushGuard::new(lua, 1))
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 112 | numeric_impl! {i64, ffi::luaL_pushint64, ffi::lua_tonumber}
[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: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/values.rs:28:78
[INFO] [stdout]     |
[INFO] [stdout]  28 |               fn push_to_lua(&self, lua: L) -> Result<PushGuard<L>, (Void, L)> {
[INFO] [stdout]     |  ______________________________________________________________________________^
[INFO] [stdout]  29 | |                 Self::push_into_lua(*self, lua)
[INFO] [stdout]  30 | |             }
[INFO] [stdout]     | |_____________^
[INFO] [stdout] ...
[INFO] [stdout] 113 |   numeric_impl! {i32, ffi::lua_pushinteger, ffi::lua_tointeger}
[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: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/values.rs:29:17
[INFO] [stdout]     |
[INFO] [stdout]  29 |                 Self::push_into_lua(*self, lua)
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 113 | numeric_impl! {i32, ffi::lua_pushinteger, ffi::lua_tointeger}
[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: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/values.rs:46:79
[INFO] [stdout]     |
[INFO] [stdout]  46 |               fn push_into_lua(self, lua: L) -> Result<PushGuard<L>, (Void, L)> {
[INFO] [stdout]     |  _______________________________________________________________________________^
[INFO] [stdout]  47 | |                 unsafe {
[INFO] [stdout]  48 | |                     $push(lua.as_lua(), self as _);
[INFO] [stdout]  49 | |                     Ok(PushGuard::new(lua, 1))
[INFO] [stdout]  50 | |                 }
[INFO] [stdout]  51 | |             }
[INFO] [stdout]     | |_____________^
[INFO] [stdout] ...
[INFO] [stdout] 113 |   numeric_impl! {i32, ffi::lua_pushinteger, ffi::lua_tointeger}
[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: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/functions_write.rs:226:79
[INFO] [stdout]     |
[INFO] [stdout] 226 |               fn push_into_lua(self, lua: L) -> Result<PushGuard<L>, (Void, L)> {
[INFO] [stdout]     |  _______________________________________________________________________________^
[INFO] [stdout] 227 | |                 unsafe {
[INFO] [stdout] 228 | |                     // pushing the function pointer as a userdata
[INFO] [stdout] 229 | |                     let ud = ffi::lua_newuserdata(lua.as_lua(), mem::size_of::<Self>() as _);
[INFO] [stdout] ...   |
[INFO] [stdout] 256 | |             }
[INFO] [stdout]     | |_____________^
[INFO] [stdout] ...
[INFO] [stdout] 306 |   impl_function_ext! {A B C D E F G H I J K M N}
[INFO] [stdout]     |   ---------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_function_ext` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/values.rs:47:17
[INFO] [stdout]     |
[INFO] [stdout]  47 | /                 unsafe {
[INFO] [stdout]  48 | |                     $push(lua.as_lua(), self as _);
[INFO] [stdout]  49 | |                     Ok(PushGuard::new(lua, 1))
[INFO] [stdout]  50 | |                 }
[INFO] [stdout]     | |_________________^
[INFO] [stdout] ...
[INFO] [stdout] 113 |   numeric_impl! {i32, ffi::lua_pushinteger, ffi::lua_tointeger}
[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: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/values.rs:49:21
[INFO] [stdout]     |
[INFO] [stdout]  49 |                     Ok(PushGuard::new(lua, 1))
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 113 | numeric_impl! {i32, ffi::lua_pushinteger, ffi::lua_tointeger}
[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: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/functions_write.rs:246:28
[INFO] [stdout]     |
[INFO] [stdout] 246 |                     return Ok(PushGuard::new(lua, 1));
[INFO] [stdout]     |                            ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 306 | impl_function_ext! {A B C D E F G H I J K M N}
[INFO] [stdout]     | ---------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_function_ext` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/values.rs:28:78
[INFO] [stdout]     |
[INFO] [stdout]  28 |               fn push_to_lua(&self, lua: L) -> Result<PushGuard<L>, (Void, L)> {
[INFO] [stdout]     |  ______________________________________________________________________________^
[INFO] [stdout]  29 | |                 Self::push_into_lua(*self, lua)
[INFO] [stdout]  30 | |             }
[INFO] [stdout]     | |_____________^
[INFO] [stdout] ...
[INFO] [stdout] 114 |   numeric_impl! {i16, ffi::lua_pushinteger, ffi::lua_tointeger}
[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: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/values.rs:29:17
[INFO] [stdout]     |
[INFO] [stdout]  29 |                 Self::push_into_lua(*self, lua)
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 114 | numeric_impl! {i16, ffi::lua_pushinteger, ffi::lua_tointeger}
[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: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/values.rs:46:79
[INFO] [stdout]     |
[INFO] [stdout]  46 |               fn push_into_lua(self, lua: L) -> Result<PushGuard<L>, (Void, L)> {
[INFO] [stdout]     |  _______________________________________________________________________________^
[INFO] [stdout]  47 | |                 unsafe {
[INFO] [stdout]  48 | |                     $push(lua.as_lua(), self as _);
[INFO] [stdout]  49 | |                     Ok(PushGuard::new(lua, 1))
[INFO] [stdout]  50 | |                 }
[INFO] [stdout]  51 | |             }
[INFO] [stdout]     | |_____________^
[INFO] [stdout] ...
[INFO] [stdout] 114 |   numeric_impl! {i16, ffi::lua_pushinteger, ffi::lua_tointeger}
[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: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/values.rs:47:17
[INFO] [stdout]     |
[INFO] [stdout]  47 | /                 unsafe {
[INFO] [stdout]  48 | |                     $push(lua.as_lua(), self as _);
[INFO] [stdout]  49 | |                     Ok(PushGuard::new(lua, 1))
[INFO] [stdout]  50 | |                 }
[INFO] [stdout]     | |_________________^
[INFO] [stdout] ...
[INFO] [stdout] 114 |   numeric_impl! {i16, ffi::lua_pushinteger, ffi::lua_tointeger}
[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: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/values.rs:49:21
[INFO] [stdout]     |
[INFO] [stdout]  49 |                     Ok(PushGuard::new(lua, 1))
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 114 | numeric_impl! {i16, ffi::lua_pushinteger, ffi::lua_tointeger}
[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: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/values.rs:28:78
[INFO] [stdout]     |
[INFO] [stdout]  28 |               fn push_to_lua(&self, lua: L) -> Result<PushGuard<L>, (Void, L)> {
[INFO] [stdout]     |  ______________________________________________________________________________^
[INFO] [stdout]  29 | |                 Self::push_into_lua(*self, lua)
[INFO] [stdout]  30 | |             }
[INFO] [stdout]     | |_____________^
[INFO] [stdout] ...
[INFO] [stdout] 115 |   numeric_impl! {i8, ffi::lua_pushinteger, ffi::lua_tointeger}
[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: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/values.rs:29:17
[INFO] [stdout]     |
[INFO] [stdout]  29 |                 Self::push_into_lua(*self, lua)
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 115 | numeric_impl! {i8, ffi::lua_pushinteger, ffi::lua_tointeger}
[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: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/values.rs:46:79
[INFO] [stdout]     |
[INFO] [stdout]  46 |               fn push_into_lua(self, lua: L) -> Result<PushGuard<L>, (Void, L)> {
[INFO] [stdout]     |  _______________________________________________________________________________^
[INFO] [stdout]  47 | |                 unsafe {
[INFO] [stdout]  48 | |                     $push(lua.as_lua(), self as _);
[INFO] [stdout]  49 | |                     Ok(PushGuard::new(lua, 1))
[INFO] [stdout]  50 | |                 }
[INFO] [stdout]  51 | |             }
[INFO] [stdout]     | |_____________^
[INFO] [stdout] ...
[INFO] [stdout] 115 |   numeric_impl! {i8, ffi::lua_pushinteger, ffi::lua_tointeger}
[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: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/values.rs:47:17
[INFO] [stdout]     |
[INFO] [stdout]  47 | /                 unsafe {
[INFO] [stdout]  48 | |                     $push(lua.as_lua(), self as _);
[INFO] [stdout]  49 | |                     Ok(PushGuard::new(lua, 1))
[INFO] [stdout]  50 | |                 }
[INFO] [stdout]     | |_________________^
[INFO] [stdout] ...
[INFO] [stdout] 115 |   numeric_impl! {i8, ffi::lua_pushinteger, ffi::lua_tointeger}
[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: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/values.rs:49:21
[INFO] [stdout]     |
[INFO] [stdout]  49 |                     Ok(PushGuard::new(lua, 1))
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 115 | numeric_impl! {i8, ffi::lua_pushinteger, ffi::lua_tointeger}
[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: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/values.rs:28:78
[INFO] [stdout]     |
[INFO] [stdout]  28 |               fn push_to_lua(&self, lua: L) -> Result<PushGuard<L>, (Void, L)> {
[INFO] [stdout]     |  ______________________________________________________________________________^
[INFO] [stdout]  29 | |                 Self::push_into_lua(*self, lua)
[INFO] [stdout]  30 | |             }
[INFO] [stdout]     | |_____________^
[INFO] [stdout] ...
[INFO] [stdout] 117 | / numeric_impl! {usize, ffi::luaL_pushuint64, ffi::lua_tonumber,
[INFO] [stdout] 118 | |     coerce: |n| {
[INFO] [stdout] 119 | |         if n >= 0. {
[INFO] [stdout] 120 | |             n as usize
[INFO] [stdout] ...   |
[INFO] [stdout] 125 | | }
[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: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/values.rs:29:17
[INFO] [stdout]     |
[INFO] [stdout]  29 |                   Self::push_into_lua(*self, lua)
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 117 | / numeric_impl! {usize, ffi::luaL_pushuint64, ffi::lua_tonumber,
[INFO] [stdout] 118 | |     coerce: |n| {
[INFO] [stdout] 119 | |         if n >= 0. {
[INFO] [stdout] 120 | |             n as usize
[INFO] [stdout] ...   |
[INFO] [stdout] 125 | | }
[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: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/values.rs:46:79
[INFO] [stdout]     |
[INFO] [stdout]  46 |               fn push_into_lua(self, lua: L) -> Result<PushGuard<L>, (Void, L)> {
[INFO] [stdout]     |  _______________________________________________________________________________^
[INFO] [stdout]  47 | |                 unsafe {
[INFO] [stdout]  48 | |                     $push(lua.as_lua(), self as _);
[INFO] [stdout]  49 | |                     Ok(PushGuard::new(lua, 1))
[INFO] [stdout]  50 | |                 }
[INFO] [stdout]  51 | |             }
[INFO] [stdout]     | |_____________^
[INFO] [stdout] ...
[INFO] [stdout] 117 | / numeric_impl! {usize, ffi::luaL_pushuint64, ffi::lua_tonumber,
[INFO] [stdout] 118 | |     coerce: |n| {
[INFO] [stdout] 119 | |         if n >= 0. {
[INFO] [stdout] 120 | |             n as usize
[INFO] [stdout] ...   |
[INFO] [stdout] 125 | | }
[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: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/functions_write.rs:279:78
[INFO] [stdout]     |
[INFO] [stdout] 279 |               fn push_to_lua(&self, lua: L) -> Result<PushGuard<L>, (Void, L)> {
[INFO] [stdout]     |  ______________________________________________________________________________^
[INFO] [stdout] 280 | |                 unsafe {
[INFO] [stdout] 281 | |                     // pushing the function pointer as a userdata
[INFO] [stdout] 282 | |                     let ud = ffi::lua_newuserdata(lua.as_lua(), mem::size_of::<Self>() as _);
[INFO] [stdout] ...   |
[INFO] [stdout] 289 | |             }
[INFO] [stdout]     | |_____________^
[INFO] [stdout] ...
[INFO] [stdout] 306 |   impl_function_ext! {A B C D E F G H I J K M N}
[INFO] [stdout]     |   ---------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_function_ext` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/functions_write.rs:280:17
[INFO] [stdout]     |
[INFO] [stdout] 280 | /                 unsafe {
[INFO] [stdout] 281 | |                     // pushing the function pointer as a userdata
[INFO] [stdout] 282 | |                     let ud = ffi::lua_newuserdata(lua.as_lua(), mem::size_of::<Self>() as _);
[INFO] [stdout] 283 | |                     ptr::write(ud.cast(), *self);
[INFO] [stdout] ...   |
[INFO] [stdout] 287 | |                     Ok(PushGuard::new(lua, 1))
[INFO] [stdout] 288 | |                 }
[INFO] [stdout]     | |_________________^
[INFO] [stdout] ...
[INFO] [stdout] 306 |   impl_function_ext! {A B C D E F G H I J K M N}
[INFO] [stdout]     |   ---------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_function_ext` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/functions_write.rs:287:21
[INFO] [stdout]     |
[INFO] [stdout] 287 |                     Ok(PushGuard::new(lua, 1))
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 306 | impl_function_ext! {A B C D E F G H I J K M N}
[INFO] [stdout]     | ---------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_function_ext` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/functions_write.rs:226:79
[INFO] [stdout]     |
[INFO] [stdout] 226 |               fn push_into_lua(self, lua: L) -> Result<PushGuard<L>, (Void, L)> {
[INFO] [stdout]     |  _______________________________________________________________________________^
[INFO] [stdout] 227 | |                 unsafe {
[INFO] [stdout] 228 | |                     // pushing the function pointer as a userdata
[INFO] [stdout] 229 | |                     let ud = ffi::lua_newuserdata(lua.as_lua(), mem::size_of::<Self>() as _);
[INFO] [stdout] ...   |
[INFO] [stdout] 256 | |             }
[INFO] [stdout]     | |_____________^
[INFO] [stdout] ...
[INFO] [stdout] 306 |   impl_function_ext! {A B C D E F G H I J K M N}
[INFO] [stdout]     |   ---------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_function_ext` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/functions_write.rs:246:28
[INFO] [stdout]     |
[INFO] [stdout] 246 |                     return Ok(PushGuard::new(lua, 1));
[INFO] [stdout]     |                            ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 306 | impl_function_ext! {A B C D E F G H I J K M N}
[INFO] [stdout]     | ---------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_function_ext` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/functions_write.rs:279:78
[INFO] [stdout]     |
[INFO] [stdout] 279 |               fn push_to_lua(&self, lua: L) -> Result<PushGuard<L>, (Void, L)> {
[INFO] [stdout]     |  ______________________________________________________________________________^
[INFO] [stdout] 280 | |                 unsafe {
[INFO] [stdout] 281 | |                     // pushing the function pointer as a userdata
[INFO] [stdout] 282 | |                     let ud = ffi::lua_newuserdata(lua.as_lua(), mem::size_of::<Self>() as _);
[INFO] [stdout] ...   |
[INFO] [stdout] 289 | |             }
[INFO] [stdout]     | |_____________^
[INFO] [stdout] ...
[INFO] [stdout] 306 |   impl_function_ext! {A B C D E F G H I J K M N}
[INFO] [stdout]     |   ---------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_function_ext` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/values.rs:47:17
[INFO] [stdout]     |
[INFO] [stdout]  47 | /                 unsafe {
[INFO] [stdout]  48 | |                     $push(lua.as_lua(), self as _);
[INFO] [stdout]  49 | |                     Ok(PushGuard::new(lua, 1))
[INFO] [stdout]  50 | |                 }
[INFO] [stdout]     | |_________________^
[INFO] [stdout] ...
[INFO] [stdout] 117 | / numeric_impl! {usize, ffi::luaL_pushuint64, ffi::lua_tonumber,
[INFO] [stdout] 118 | |     coerce: |n| {
[INFO] [stdout] 119 | |         if n >= 0. {
[INFO] [stdout] 120 | |             n as usize
[INFO] [stdout] ...   |
[INFO] [stdout] 125 | | }
[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: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/functions_write.rs:280:17
[INFO] [stdout]     |
[INFO] [stdout] 280 | /                 unsafe {
[INFO] [stdout] 281 | |                     // pushing the function pointer as a userdata
[INFO] [stdout] 282 | |                     let ud = ffi::lua_newuserdata(lua.as_lua(), mem::size_of::<Self>() as _);
[INFO] [stdout] 283 | |                     ptr::write(ud.cast(), *self);
[INFO] [stdout] ...   |
[INFO] [stdout] 287 | |                     Ok(PushGuard::new(lua, 1))
[INFO] [stdout] 288 | |                 }
[INFO] [stdout]     | |_________________^
[INFO] [stdout] ...
[INFO] [stdout] 306 |   impl_function_ext! {A B C D E F G H I J K M N}
[INFO] [stdout]     |   ---------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_function_ext` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/values.rs:49:21
[INFO] [stdout]     |
[INFO] [stdout]  49 |                       Ok(PushGuard::new(lua, 1))
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 117 | / numeric_impl! {usize, ffi::luaL_pushuint64, ffi::lua_tonumber,
[INFO] [stdout] 118 | |     coerce: |n| {
[INFO] [stdout] 119 | |         if n >= 0. {
[INFO] [stdout] 120 | |             n as usize
[INFO] [stdout] ...   |
[INFO] [stdout] 125 | | }
[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: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/values.rs:28:78
[INFO] [stdout]     |
[INFO] [stdout]  28 |               fn push_to_lua(&self, lua: L) -> Result<PushGuard<L>, (Void, L)> {
[INFO] [stdout]     |  ______________________________________________________________________________^
[INFO] [stdout]  29 | |                 Self::push_into_lua(*self, lua)
[INFO] [stdout]  30 | |             }
[INFO] [stdout]     | |_____________^
[INFO] [stdout] ...
[INFO] [stdout] 126 | / numeric_impl! {u64, ffi::luaL_pushuint64, ffi::lua_tonumber,
[INFO] [stdout] 127 | |     coerce: |n| {
[INFO] [stdout] 128 | |         if n >= 0. {
[INFO] [stdout] 129 | |             n as u64
[INFO] [stdout] ...   |
[INFO] [stdout] 134 | | }
[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: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/functions_write.rs:287:21
[INFO] [stdout]     |
[INFO] [stdout] 287 |                     Ok(PushGuard::new(lua, 1))
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 306 | impl_function_ext! {A B C D E F G H I J K M N}
[INFO] [stdout]     | ---------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_function_ext` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/values.rs:29:17
[INFO] [stdout]     |
[INFO] [stdout]  29 |                   Self::push_into_lua(*self, lua)
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 126 | / numeric_impl! {u64, ffi::luaL_pushuint64, ffi::lua_tonumber,
[INFO] [stdout] 127 | |     coerce: |n| {
[INFO] [stdout] 128 | |         if n >= 0. {
[INFO] [stdout] 129 | |             n as u64
[INFO] [stdout] ...   |
[INFO] [stdout] 134 | | }
[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: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/values.rs:46:79
[INFO] [stdout]     |
[INFO] [stdout]  46 |               fn push_into_lua(self, lua: L) -> Result<PushGuard<L>, (Void, L)> {
[INFO] [stdout]     |  _______________________________________________________________________________^
[INFO] [stdout]  47 | |                 unsafe {
[INFO] [stdout]  48 | |                     $push(lua.as_lua(), self as _);
[INFO] [stdout]  49 | |                     Ok(PushGuard::new(lua, 1))
[INFO] [stdout]  50 | |                 }
[INFO] [stdout]  51 | |             }
[INFO] [stdout]     | |_____________^
[INFO] [stdout] ...
[INFO] [stdout] 126 | / numeric_impl! {u64, ffi::luaL_pushuint64, ffi::lua_tonumber,
[INFO] [stdout] 127 | |     coerce: |n| {
[INFO] [stdout] 128 | |         if n >= 0. {
[INFO] [stdout] 129 | |             n as u64
[INFO] [stdout] ...   |
[INFO] [stdout] 134 | | }
[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: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/values.rs:47:17
[INFO] [stdout]     |
[INFO] [stdout]  47 | /                 unsafe {
[INFO] [stdout]  48 | |                     $push(lua.as_lua(), self as _);
[INFO] [stdout]  49 | |                     Ok(PushGuard::new(lua, 1))
[INFO] [stdout]  50 | |                 }
[INFO] [stdout]     | |_________________^
[INFO] [stdout] ...
[INFO] [stdout] 126 | / numeric_impl! {u64, ffi::luaL_pushuint64, ffi::lua_tonumber,
[INFO] [stdout] 127 | |     coerce: |n| {
[INFO] [stdout] 128 | |         if n >= 0. {
[INFO] [stdout] 129 | |             n as u64
[INFO] [stdout] ...   |
[INFO] [stdout] 134 | | }
[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: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/functions_write.rs:226:79
[INFO] [stdout]     |
[INFO] [stdout] 226 |               fn push_into_lua(self, lua: L) -> Result<PushGuard<L>, (Void, L)> {
[INFO] [stdout]     |  _______________________________________________________________________________^
[INFO] [stdout] 227 | |                 unsafe {
[INFO] [stdout] 228 | |                     // pushing the function pointer as a userdata
[INFO] [stdout] 229 | |                     let ud = ffi::lua_newuserdata(lua.as_lua(), mem::size_of::<Self>() as _);
[INFO] [stdout] ...   |
[INFO] [stdout] 256 | |             }
[INFO] [stdout]     | |_____________^
[INFO] [stdout] ...
[INFO] [stdout] 306 |   impl_function_ext! {A B C D E F G H I J K M N}
[INFO] [stdout]     |   ---------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_function_ext` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/values.rs:49:21
[INFO] [stdout]     |
[INFO] [stdout]  49 |                       Ok(PushGuard::new(lua, 1))
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 126 | / numeric_impl! {u64, ffi::luaL_pushuint64, ffi::lua_tonumber,
[INFO] [stdout] 127 | |     coerce: |n| {
[INFO] [stdout] 128 | |         if n >= 0. {
[INFO] [stdout] 129 | |             n as u64
[INFO] [stdout] ...   |
[INFO] [stdout] 134 | | }
[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: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/functions_write.rs:246:28
[INFO] [stdout]     |
[INFO] [stdout] 246 |                     return Ok(PushGuard::new(lua, 1));
[INFO] [stdout]     |                            ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 306 | impl_function_ext! {A B C D E F G H I J K M N}
[INFO] [stdout]     | ---------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_function_ext` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/functions_write.rs:279:78
[INFO] [stdout]     |
[INFO] [stdout] 279 |               fn push_to_lua(&self, lua: L) -> Result<PushGuard<L>, (Void, L)> {
[INFO] [stdout]     |  ______________________________________________________________________________^
[INFO] [stdout] 280 | |                 unsafe {
[INFO] [stdout] 281 | |                     // pushing the function pointer as a userdata
[INFO] [stdout] 282 | |                     let ud = ffi::lua_newuserdata(lua.as_lua(), mem::size_of::<Self>() as _);
[INFO] [stdout] ...   |
[INFO] [stdout] 289 | |             }
[INFO] [stdout]     | |_____________^
[INFO] [stdout] ...
[INFO] [stdout] 306 |   impl_function_ext! {A B C D E F G H I J K M N}
[INFO] [stdout]     |   ---------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_function_ext` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/functions_write.rs:280:17
[INFO] [stdout]     |
[INFO] [stdout] 280 | /                 unsafe {
[INFO] [stdout] 281 | |                     // pushing the function pointer as a userdata
[INFO] [stdout] 282 | |                     let ud = ffi::lua_newuserdata(lua.as_lua(), mem::size_of::<Self>() as _);
[INFO] [stdout] 283 | |                     ptr::write(ud.cast(), *self);
[INFO] [stdout] ...   |
[INFO] [stdout] 287 | |                     Ok(PushGuard::new(lua, 1))
[INFO] [stdout] 288 | |                 }
[INFO] [stdout]     | |_________________^
[INFO] [stdout] ...
[INFO] [stdout] 306 |   impl_function_ext! {A B C D E F G H I J K M N}
[INFO] [stdout]     |   ---------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_function_ext` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/values.rs:28:78
[INFO] [stdout]     |
[INFO] [stdout]  28 |               fn push_to_lua(&self, lua: L) -> Result<PushGuard<L>, (Void, L)> {
[INFO] [stdout]     |  ______________________________________________________________________________^
[INFO] [stdout]  29 | |                 Self::push_into_lua(*self, lua)
[INFO] [stdout]  30 | |             }
[INFO] [stdout]     | |_____________^
[INFO] [stdout] ...
[INFO] [stdout] 135 |   numeric_impl! {u32, ffi::lua_pushinteger, ffi::lua_tointeger}
[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: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/functions_write.rs:287:21
[INFO] [stdout]     |
[INFO] [stdout] 287 |                     Ok(PushGuard::new(lua, 1))
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 306 | impl_function_ext! {A B C D E F G H I J K M N}
[INFO] [stdout]     | ---------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_function_ext` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/values.rs:29:17
[INFO] [stdout]     |
[INFO] [stdout]  29 |                 Self::push_into_lua(*self, lua)
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 135 | numeric_impl! {u32, ffi::lua_pushinteger, ffi::lua_tointeger}
[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: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/values.rs:46:79
[INFO] [stdout]     |
[INFO] [stdout]  46 |               fn push_into_lua(self, lua: L) -> Result<PushGuard<L>, (Void, L)> {
[INFO] [stdout]     |  _______________________________________________________________________________^
[INFO] [stdout]  47 | |                 unsafe {
[INFO] [stdout]  48 | |                     $push(lua.as_lua(), self as _);
[INFO] [stdout]  49 | |                     Ok(PushGuard::new(lua, 1))
[INFO] [stdout]  50 | |                 }
[INFO] [stdout]  51 | |             }
[INFO] [stdout]     | |_____________^
[INFO] [stdout] ...
[INFO] [stdout] 135 |   numeric_impl! {u32, ffi::lua_pushinteger, ffi::lua_tointeger}
[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: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/values.rs:47:17
[INFO] [stdout]     |
[INFO] [stdout]  47 | /                 unsafe {
[INFO] [stdout]  48 | |                     $push(lua.as_lua(), self as _);
[INFO] [stdout]  49 | |                     Ok(PushGuard::new(lua, 1))
[INFO] [stdout]  50 | |                 }
[INFO] [stdout]     | |_________________^
[INFO] [stdout] ...
[INFO] [stdout] 135 |   numeric_impl! {u32, ffi::lua_pushinteger, ffi::lua_tointeger}
[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: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/values.rs:49:21
[INFO] [stdout]     |
[INFO] [stdout]  49 |                     Ok(PushGuard::new(lua, 1))
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 135 | numeric_impl! {u32, ffi::lua_pushinteger, ffi::lua_tointeger}
[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: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/functions_write.rs:226:79
[INFO] [stdout]     |
[INFO] [stdout] 226 |               fn push_into_lua(self, lua: L) -> Result<PushGuard<L>, (Void, L)> {
[INFO] [stdout]     |  _______________________________________________________________________________^
[INFO] [stdout] 227 | |                 unsafe {
[INFO] [stdout] 228 | |                     // pushing the function pointer as a userdata
[INFO] [stdout] 229 | |                     let ud = ffi::lua_newuserdata(lua.as_lua(), mem::size_of::<Self>() as _);
[INFO] [stdout] ...   |
[INFO] [stdout] 256 | |             }
[INFO] [stdout]     | |_____________^
[INFO] [stdout] ...
[INFO] [stdout] 306 |   impl_function_ext! {A B C D E F G H I J K M N}
[INFO] [stdout]     |   ---------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_function_ext` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/values.rs:28:78
[INFO] [stdout]     |
[INFO] [stdout]  28 |               fn push_to_lua(&self, lua: L) -> Result<PushGuard<L>, (Void, L)> {
[INFO] [stdout]     |  ______________________________________________________________________________^
[INFO] [stdout]  29 | |                 Self::push_into_lua(*self, lua)
[INFO] [stdout]  30 | |             }
[INFO] [stdout]     | |_____________^
[INFO] [stdout] ...
[INFO] [stdout] 136 |   numeric_impl! {u16, ffi::lua_pushinteger, ffi::lua_tointeger}
[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: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/functions_write.rs:246:28
[INFO] [stdout]     |
[INFO] [stdout] 246 |                     return Ok(PushGuard::new(lua, 1));
[INFO] [stdout]     |                            ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 306 | impl_function_ext! {A B C D E F G H I J K M N}
[INFO] [stdout]     | ---------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_function_ext` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/values.rs:29:17
[INFO] [stdout]     |
[INFO] [stdout]  29 |                 Self::push_into_lua(*self, lua)
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 136 | numeric_impl! {u16, ffi::lua_pushinteger, ffi::lua_tointeger}
[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: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/values.rs:46:79
[INFO] [stdout]     |
[INFO] [stdout]  46 |               fn push_into_lua(self, lua: L) -> Result<PushGuard<L>, (Void, L)> {
[INFO] [stdout]     |  _______________________________________________________________________________^
[INFO] [stdout]  47 | |                 unsafe {
[INFO] [stdout]  48 | |                     $push(lua.as_lua(), self as _);
[INFO] [stdout]  49 | |                     Ok(PushGuard::new(lua, 1))
[INFO] [stdout]  50 | |                 }
[INFO] [stdout]  51 | |             }
[INFO] [stdout]     | |_____________^
[INFO] [stdout] ...
[INFO] [stdout] 136 |   numeric_impl! {u16, ffi::lua_pushinteger, ffi::lua_tointeger}
[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: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/functions_write.rs:279:78
[INFO] [stdout]     |
[INFO] [stdout] 279 |               fn push_to_lua(&self, lua: L) -> Result<PushGuard<L>, (Void, L)> {
[INFO] [stdout]     |  ______________________________________________________________________________^
[INFO] [stdout] 280 | |                 unsafe {
[INFO] [stdout] 281 | |                     // pushing the function pointer as a userdata
[INFO] [stdout] 282 | |                     let ud = ffi::lua_newuserdata(lua.as_lua(), mem::size_of::<Self>() as _);
[INFO] [stdout] ...   |
[INFO] [stdout] 289 | |             }
[INFO] [stdout]     | |_____________^
[INFO] [stdout] ...
[INFO] [stdout] 306 |   impl_function_ext! {A B C D E F G H I J K M N}
[INFO] [stdout]     |   ---------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_function_ext` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/values.rs:47:17
[INFO] [stdout]     |
[INFO] [stdout]  47 | /                 unsafe {
[INFO] [stdout]  48 | |                     $push(lua.as_lua(), self as _);
[INFO] [stdout]  49 | |                     Ok(PushGuard::new(lua, 1))
[INFO] [stdout]  50 | |                 }
[INFO] [stdout]     | |_________________^
[INFO] [stdout] ...
[INFO] [stdout] 136 |   numeric_impl! {u16, ffi::lua_pushinteger, ffi::lua_tointeger}
[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: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/values.rs:49:21
[INFO] [stdout]     |
[INFO] [stdout]  49 |                     Ok(PushGuard::new(lua, 1))
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 136 | numeric_impl! {u16, ffi::lua_pushinteger, ffi::lua_tointeger}
[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: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/functions_write.rs:280:17
[INFO] [stdout]     |
[INFO] [stdout] 280 | /                 unsafe {
[INFO] [stdout] 281 | |                     // pushing the function pointer as a userdata
[INFO] [stdout] 282 | |                     let ud = ffi::lua_newuserdata(lua.as_lua(), mem::size_of::<Self>() as _);
[INFO] [stdout] 283 | |                     ptr::write(ud.cast(), *self);
[INFO] [stdout] ...   |
[INFO] [stdout] 287 | |                     Ok(PushGuard::new(lua, 1))
[INFO] [stdout] 288 | |                 }
[INFO] [stdout]     | |_________________^
[INFO] [stdout] ...
[INFO] [stdout] 306 |   impl_function_ext! {A B C D E F G H I J K M N}
[INFO] [stdout]     |   ---------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_function_ext` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/values.rs:28:78
[INFO] [stdout]     |
[INFO] [stdout]  28 |               fn push_to_lua(&self, lua: L) -> Result<PushGuard<L>, (Void, L)> {
[INFO] [stdout]     |  ______________________________________________________________________________^
[INFO] [stdout]  29 | |                 Self::push_into_lua(*self, lua)
[INFO] [stdout]  30 | |             }
[INFO] [stdout]     | |_____________^
[INFO] [stdout] ...
[INFO] [stdout] 137 |   numeric_impl! {u8, ffi::lua_pushinteger, ffi::lua_tointeger}
[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: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/values.rs:29:17
[INFO] [stdout]     |
[INFO] [stdout]  29 |                 Self::push_into_lua(*self, lua)
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 137 | numeric_impl! {u8, ffi::lua_pushinteger, ffi::lua_tointeger}
[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: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/values.rs:46:79
[INFO] [stdout]     |
[INFO] [stdout]  46 |               fn push_into_lua(self, lua: L) -> Result<PushGuard<L>, (Void, L)> {
[INFO] [stdout]     |  _______________________________________________________________________________^
[INFO] [stdout]  47 | |                 unsafe {
[INFO] [stdout]  48 | |                     $push(lua.as_lua(), self as _);
[INFO] [stdout]  49 | |                     Ok(PushGuard::new(lua, 1))
[INFO] [stdout]  50 | |                 }
[INFO] [stdout]  51 | |             }
[INFO] [stdout]     | |_____________^
[INFO] [stdout] ...
[INFO] [stdout] 137 |   numeric_impl! {u8, ffi::lua_pushinteger, ffi::lua_tointeger}
[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: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/values.rs:47:17
[INFO] [stdout]     |
[INFO] [stdout]  47 | /                 unsafe {
[INFO] [stdout]  48 | |                     $push(lua.as_lua(), self as _);
[INFO] [stdout]  49 | |                     Ok(PushGuard::new(lua, 1))
[INFO] [stdout]  50 | |                 }
[INFO] [stdout]     | |_________________^
[INFO] [stdout] ...
[INFO] [stdout] 137 |   numeric_impl! {u8, ffi::lua_pushinteger, ffi::lua_tointeger}
[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: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/values.rs:49:21
[INFO] [stdout]     |
[INFO] [stdout]  49 |                     Ok(PushGuard::new(lua, 1))
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 137 | numeric_impl! {u8, ffi::lua_pushinteger, ffi::lua_tointeger}
[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: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/values.rs:28:78
[INFO] [stdout]     |
[INFO] [stdout]  28 |               fn push_to_lua(&self, lua: L) -> Result<PushGuard<L>, (Void, L)> {
[INFO] [stdout]     |  ______________________________________________________________________________^
[INFO] [stdout]  29 | |                 Self::push_into_lua(*self, lua)
[INFO] [stdout]  30 | |             }
[INFO] [stdout]     | |_____________^
[INFO] [stdout] ...
[INFO] [stdout] 139 |   numeric_impl! {f64, ffi::lua_pushnumber, ffi::lua_tonumber}
[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: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/values.rs:29:17
[INFO] [stdout]     |
[INFO] [stdout]  29 |                 Self::push_into_lua(*self, lua)
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 139 | numeric_impl! {f64, ffi::lua_pushnumber, ffi::lua_tonumber}
[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: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/values.rs:46:79
[INFO] [stdout]     |
[INFO] [stdout]  46 |               fn push_into_lua(self, lua: L) -> Result<PushGuard<L>, (Void, L)> {
[INFO] [stdout]     |  _______________________________________________________________________________^
[INFO] [stdout]  47 | |                 unsafe {
[INFO] [stdout]  48 | |                     $push(lua.as_lua(), self as _);
[INFO] [stdout]  49 | |                     Ok(PushGuard::new(lua, 1))
[INFO] [stdout]  50 | |                 }
[INFO] [stdout]  51 | |             }
[INFO] [stdout]     | |_____________^
[INFO] [stdout] ...
[INFO] [stdout] 139 |   numeric_impl! {f64, ffi::lua_pushnumber, ffi::lua_tonumber}
[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: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/values.rs:47:17
[INFO] [stdout]     |
[INFO] [stdout]  47 | /                 unsafe {
[INFO] [stdout]  48 | |                     $push(lua.as_lua(), self as _);
[INFO] [stdout]  49 | |                     Ok(PushGuard::new(lua, 1))
[INFO] [stdout]  50 | |                 }
[INFO] [stdout]     | |_________________^
[INFO] [stdout] ...
[INFO] [stdout] 139 |   numeric_impl! {f64, ffi::lua_pushnumber, ffi::lua_tonumber}
[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: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/functions_write.rs:287:21
[INFO] [stdout]     |
[INFO] [stdout] 287 |                     Ok(PushGuard::new(lua, 1))
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 306 | impl_function_ext! {A B C D E F G H I J K M N}
[INFO] [stdout]     | ---------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_function_ext` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/values.rs:49:21
[INFO] [stdout]     |
[INFO] [stdout]  49 |                     Ok(PushGuard::new(lua, 1))
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 139 | numeric_impl! {f64, ffi::lua_pushnumber, ffi::lua_tonumber}
[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: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/values.rs:28:78
[INFO] [stdout]     |
[INFO] [stdout]  28 |               fn push_to_lua(&self, lua: L) -> Result<PushGuard<L>, (Void, L)> {
[INFO] [stdout]     |  ______________________________________________________________________________^
[INFO] [stdout]  29 | |                 Self::push_into_lua(*self, lua)
[INFO] [stdout]  30 | |             }
[INFO] [stdout]     | |_____________^
[INFO] [stdout] ...
[INFO] [stdout] 140 |   numeric_impl! {f32, ffi::lua_pushnumber, ffi::lua_tonumber}
[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: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/values.rs:29:17
[INFO] [stdout]     |
[INFO] [stdout]  29 |                 Self::push_into_lua(*self, lua)
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 140 | numeric_impl! {f32, ffi::lua_pushnumber, ffi::lua_tonumber}
[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: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/values.rs:46:79
[INFO] [stdout]     |
[INFO] [stdout]  46 |               fn push_into_lua(self, lua: L) -> Result<PushGuard<L>, (Void, L)> {
[INFO] [stdout]     |  _______________________________________________________________________________^
[INFO] [stdout]  47 | |                 unsafe {
[INFO] [stdout]  48 | |                     $push(lua.as_lua(), self as _);
[INFO] [stdout]  49 | |                     Ok(PushGuard::new(lua, 1))
[INFO] [stdout]  50 | |                 }
[INFO] [stdout]  51 | |             }
[INFO] [stdout]     | |_____________^
[INFO] [stdout] ...
[INFO] [stdout] 140 |   numeric_impl! {f32, ffi::lua_pushnumber, ffi::lua_tonumber}
[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: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/values.rs:47:17
[INFO] [stdout]     |
[INFO] [stdout]  47 | /                 unsafe {
[INFO] [stdout]  48 | |                     $push(lua.as_lua(), self as _);
[INFO] [stdout]  49 | |                     Ok(PushGuard::new(lua, 1))
[INFO] [stdout]  50 | |                 }
[INFO] [stdout]     | |_________________^
[INFO] [stdout] ...
[INFO] [stdout] 140 |   numeric_impl! {f32, ffi::lua_pushnumber, ffi::lua_tonumber}
[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: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/values.rs:49:21
[INFO] [stdout]     |
[INFO] [stdout]  49 |                     Ok(PushGuard::new(lua, 1))
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 140 | numeric_impl! {f32, ffi::lua_pushnumber, ffi::lua_tonumber}
[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: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/values.rs:269:86
[INFO] [stdout]     |
[INFO] [stdout] 269 |                   fn push_to_lua(&$self1, $lua1: L) -> Result<PushGuard<L>, (Void, L)> {
[INFO] [stdout]     |  ______________________________________________________________________________________^
[INFO] [stdout] 270 | |                     $($push)*
[INFO] [stdout] 271 | |                 }
[INFO] [stdout]     | |_________________^
[INFO] [stdout] ...
[INFO] [stdout] 363 | / impl_push_read! { String,
[INFO] [stdout] 364 | |     push_to_lua(&self, lua) {
[INFO] [stdout] 365 | |         push_string_impl!(self, lua)
[INFO] [stdout] ...   |
[INFO] [stdout] 375 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_push_read` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/values.rs:324:9
[INFO] [stdout]     |
[INFO] [stdout] 324 | /         unsafe {
[INFO] [stdout] 325 | |             ffi::lua_pushlstring(
[INFO] [stdout] 326 | |                 $lua.as_lua(),
[INFO] [stdout] 327 | |                 $self.as_bytes().as_ptr() as _,
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |             Ok(PushGuard::new($lua, 1))
[INFO] [stdout] 331 | |         }
[INFO] [stdout]     | |_________^
[INFO] [stdout] ...
[INFO] [stdout] 365 |           push_string_impl!(self, lua)
[INFO] [stdout]     |           ---------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `push_string_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/functions_write.rs:226:79
[INFO] [stdout]     |
[INFO] [stdout] 226 |               fn push_into_lua(self, lua: L) -> Result<PushGuard<L>, (Void, L)> {
[INFO] [stdout]     |  _______________________________________________________________________________^
[INFO] [stdout] 227 | |                 unsafe {
[INFO] [stdout] 228 | |                     // pushing the function pointer as a userdata
[INFO] [stdout] 229 | |                     let ud = ffi::lua_newuserdata(lua.as_lua(), mem::size_of::<Self>() as _);
[INFO] [stdout] ...   |
[INFO] [stdout] 256 | |             }
[INFO] [stdout]     | |_____________^
[INFO] [stdout] ...
[INFO] [stdout] 306 |   impl_function_ext! {A B C D E F G H I J K M N}
[INFO] [stdout]     |   ---------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_function_ext` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/values.rs:330:13
[INFO] [stdout]     |
[INFO] [stdout] 330 |             Ok(PushGuard::new($lua, 1))
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 365 |         push_string_impl!(self, lua)
[INFO] [stdout]     |         ---------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `push_string_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/functions_write.rs:246:28
[INFO] [stdout]     |
[INFO] [stdout] 246 |                     return Ok(PushGuard::new(lua, 1));
[INFO] [stdout]     |                            ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 306 | impl_function_ext! {A B C D E F G H I J K M N}
[INFO] [stdout]     | ---------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_function_ext` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/values.rs:289:87
[INFO] [stdout]     |
[INFO] [stdout] 289 |                   fn push_into_lua($self2, $lua2: L) -> Result<PushGuard<L>, (Void, L)> {
[INFO] [stdout]     |  _______________________________________________________________________________________^
[INFO] [stdout] 290 | |                     $($push_into)?
[INFO] [stdout] 291 | |                 }
[INFO] [stdout]     | |_________________^
[INFO] [stdout] ...
[INFO] [stdout] 363 | / impl_push_read! { String,
[INFO] [stdout] 364 | |     push_to_lua(&self, lua) {
[INFO] [stdout] 365 | |         push_string_impl!(self, lua)
[INFO] [stdout] ...   |
[INFO] [stdout] 375 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_push_read` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/values.rs:324:9
[INFO] [stdout]     |
[INFO] [stdout] 324 | /         unsafe {
[INFO] [stdout] 325 | |             ffi::lua_pushlstring(
[INFO] [stdout] 326 | |                 $lua.as_lua(),
[INFO] [stdout] 327 | |                 $self.as_bytes().as_ptr() as _,
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |             Ok(PushGuard::new($lua, 1))
[INFO] [stdout] 331 | |         }
[INFO] [stdout]     | |_________^
[INFO] [stdout] ...
[INFO] [stdout] 368 |           push_string_impl!(self, lua)
[INFO] [stdout]     |           ---------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `push_string_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/functions_write.rs:279:78
[INFO] [stdout]     |
[INFO] [stdout] 279 |               fn push_to_lua(&self, lua: L) -> Result<PushGuard<L>, (Void, L)> {
[INFO] [stdout]     |  ______________________________________________________________________________^
[INFO] [stdout] 280 | |                 unsafe {
[INFO] [stdout] 281 | |                     // pushing the function pointer as a userdata
[INFO] [stdout] 282 | |                     let ud = ffi::lua_newuserdata(lua.as_lua(), mem::size_of::<Self>() as _);
[INFO] [stdout] ...   |
[INFO] [stdout] 289 | |             }
[INFO] [stdout]     | |_____________^
[INFO] [stdout] ...
[INFO] [stdout] 306 |   impl_function_ext! {A B C D E F G H I J K M N}
[INFO] [stdout]     |   ---------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_function_ext` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/values.rs:330:13
[INFO] [stdout]     |
[INFO] [stdout] 330 |             Ok(PushGuard::new($lua, 1))
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 368 |         push_string_impl!(self, lua)
[INFO] [stdout]     |         ---------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `push_string_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/functions_write.rs:280:17
[INFO] [stdout]     |
[INFO] [stdout] 280 | /                 unsafe {
[INFO] [stdout] 281 | |                     // pushing the function pointer as a userdata
[INFO] [stdout] 282 | |                     let ud = ffi::lua_newuserdata(lua.as_lua(), mem::size_of::<Self>() as _);
[INFO] [stdout] 283 | |                     ptr::write(ud.cast(), *self);
[INFO] [stdout] ...   |
[INFO] [stdout] 287 | |                     Ok(PushGuard::new(lua, 1))
[INFO] [stdout] 288 | |                 }
[INFO] [stdout]     | |_________________^
[INFO] [stdout] ...
[INFO] [stdout] 306 |   impl_function_ext! {A B C D E F G H I J K M N}
[INFO] [stdout]     |   ---------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_function_ext` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/functions_write.rs:287:21
[INFO] [stdout]     |
[INFO] [stdout] 287 |                     Ok(PushGuard::new(lua, 1))
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 306 | impl_function_ext! {A B C D E F G H I J K M N}
[INFO] [stdout]     | ---------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_function_ext` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/functions_write.rs:226:79
[INFO] [stdout]     |
[INFO] [stdout] 226 |               fn push_into_lua(self, lua: L) -> Result<PushGuard<L>, (Void, L)> {
[INFO] [stdout]     |  _______________________________________________________________________________^
[INFO] [stdout] 227 | |                 unsafe {
[INFO] [stdout] 228 | |                     // pushing the function pointer as a userdata
[INFO] [stdout] 229 | |                     let ud = ffi::lua_newuserdata(lua.as_lua(), mem::size_of::<Self>() as _);
[INFO] [stdout] ...   |
[INFO] [stdout] 256 | |             }
[INFO] [stdout]     | |_____________^
[INFO] [stdout] ...
[INFO] [stdout] 306 |   impl_function_ext! {A B C D E F G H I J K M N}
[INFO] [stdout]     |   ---------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_function_ext` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/values.rs:269:86
[INFO] [stdout]     |
[INFO] [stdout] 269 |                   fn push_to_lua(&$self1, $lua1: L) -> Result<PushGuard<L>, (Void, L)> {
[INFO] [stdout]     |  ______________________________________________________________________________________^
[INFO] [stdout] 270 | |                     $($push)*
[INFO] [stdout] 271 | |                 }
[INFO] [stdout]     | |_________________^
[INFO] [stdout] ...
[INFO] [stdout] 377 | / impl_push_read! { CString,
[INFO] [stdout] 378 | |     push_to_lua(&self, lua) {
[INFO] [stdout] 379 | |         push_string_impl!(self, lua)
[INFO] [stdout] ...   |
[INFO] [stdout] 389 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_push_read` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/functions_write.rs:246:28
[INFO] [stdout]     |
[INFO] [stdout] 246 |                     return Ok(PushGuard::new(lua, 1));
[INFO] [stdout]     |                            ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 306 | impl_function_ext! {A B C D E F G H I J K M N}
[INFO] [stdout]     | ---------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_function_ext` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/values.rs:324:9
[INFO] [stdout]     |
[INFO] [stdout] 324 | /         unsafe {
[INFO] [stdout] 325 | |             ffi::lua_pushlstring(
[INFO] [stdout] 326 | |                 $lua.as_lua(),
[INFO] [stdout] 327 | |                 $self.as_bytes().as_ptr() as _,
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |             Ok(PushGuard::new($lua, 1))
[INFO] [stdout] 331 | |         }
[INFO] [stdout]     | |_________^
[INFO] [stdout] ...
[INFO] [stdout] 379 |           push_string_impl!(self, lua)
[INFO] [stdout]     |           ---------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `push_string_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/values.rs:330:13
[INFO] [stdout]     |
[INFO] [stdout] 330 |             Ok(PushGuard::new($lua, 1))
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 379 |         push_string_impl!(self, lua)
[INFO] [stdout]     |         ---------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `push_string_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/functions_write.rs:279:78
[INFO] [stdout]     |
[INFO] [stdout] 279 |               fn push_to_lua(&self, lua: L) -> Result<PushGuard<L>, (Void, L)> {
[INFO] [stdout]     |  ______________________________________________________________________________^
[INFO] [stdout] 280 | |                 unsafe {
[INFO] [stdout] 281 | |                     // pushing the function pointer as a userdata
[INFO] [stdout] 282 | |                     let ud = ffi::lua_newuserdata(lua.as_lua(), mem::size_of::<Self>() as _);
[INFO] [stdout] ...   |
[INFO] [stdout] 289 | |             }
[INFO] [stdout]     | |_____________^
[INFO] [stdout] ...
[INFO] [stdout] 306 |   impl_function_ext! {A B C D E F G H I J K M N}
[INFO] [stdout]     |   ---------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_function_ext` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/values.rs:289:87
[INFO] [stdout]     |
[INFO] [stdout] 289 |                   fn push_into_lua($self2, $lua2: L) -> Result<PushGuard<L>, (Void, L)> {
[INFO] [stdout]     |  _______________________________________________________________________________________^
[INFO] [stdout] 290 | |                     $($push_into)?
[INFO] [stdout] 291 | |                 }
[INFO] [stdout]     | |_________________^
[INFO] [stdout] ...
[INFO] [stdout] 377 | / impl_push_read! { CString,
[INFO] [stdout] 378 | |     push_to_lua(&self, lua) {
[INFO] [stdout] 379 | |         push_string_impl!(self, lua)
[INFO] [stdout] ...   |
[INFO] [stdout] 389 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_push_read` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/functions_write.rs:280:17
[INFO] [stdout]     |
[INFO] [stdout] 280 | /                 unsafe {
[INFO] [stdout] 281 | |                     // pushing the function pointer as a userdata
[INFO] [stdout] 282 | |                     let ud = ffi::lua_newuserdata(lua.as_lua(), mem::size_of::<Self>() as _);
[INFO] [stdout] 283 | |                     ptr::write(ud.cast(), *self);
[INFO] [stdout] ...   |
[INFO] [stdout] 287 | |                     Ok(PushGuard::new(lua, 1))
[INFO] [stdout] 288 | |                 }
[INFO] [stdout]     | |_________________^
[INFO] [stdout] ...
[INFO] [stdout] 306 |   impl_function_ext! {A B C D E F G H I J K M N}
[INFO] [stdout]     |   ---------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_function_ext` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/functions_write.rs:287:21
[INFO] [stdout]     |
[INFO] [stdout] 287 |                     Ok(PushGuard::new(lua, 1))
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 306 | impl_function_ext! {A B C D E F G H I J K M N}
[INFO] [stdout]     | ---------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_function_ext` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/values.rs:324:9
[INFO] [stdout]     |
[INFO] [stdout] 324 | /         unsafe {
[INFO] [stdout] 325 | |             ffi::lua_pushlstring(
[INFO] [stdout] 326 | |                 $lua.as_lua(),
[INFO] [stdout] 327 | |                 $self.as_bytes().as_ptr() as _,
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |             Ok(PushGuard::new($lua, 1))
[INFO] [stdout] 331 | |         }
[INFO] [stdout]     | |_________^
[INFO] [stdout] ...
[INFO] [stdout] 382 |           push_string_impl!(self, lua)
[INFO] [stdout]     |           ---------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `push_string_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/values.rs:330:13
[INFO] [stdout]     |
[INFO] [stdout] 330 |             Ok(PushGuard::new($lua, 1))
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 382 |         push_string_impl!(self, lua)
[INFO] [stdout]     |         ---------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `push_string_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/values.rs:269:86
[INFO] [stdout]     |
[INFO] [stdout] 269 |                   fn push_to_lua(&$self1, $lua1: L) -> Result<PushGuard<L>, (Void, L)> {
[INFO] [stdout]     |  ______________________________________________________________________________________^
[INFO] [stdout] 270 | |                     $($push)*
[INFO] [stdout] 271 | |                 }
[INFO] [stdout]     | |_________________^
[INFO] [stdout] ...
[INFO] [stdout] 391 | / impl_push_read! { AnyLuaString,
[INFO] [stdout] 392 | |     push_to_lua(&self, lua) {
[INFO] [stdout] 393 | |         push_string_impl!(self, lua)
[INFO] [stdout] ...   |
[INFO] [stdout] 403 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_push_read` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/values.rs:324:9
[INFO] [stdout]     |
[INFO] [stdout] 324 | /         unsafe {
[INFO] [stdout] 325 | |             ffi::lua_pushlstring(
[INFO] [stdout] 326 | |                 $lua.as_lua(),
[INFO] [stdout] 327 | |                 $self.as_bytes().as_ptr() as _,
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |             Ok(PushGuard::new($lua, 1))
[INFO] [stdout] 331 | |         }
[INFO] [stdout]     | |_________^
[INFO] [stdout] ...
[INFO] [stdout] 393 |           push_string_impl!(self, lua)
[INFO] [stdout]     |           ---------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `push_string_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/values.rs:330:13
[INFO] [stdout]     |
[INFO] [stdout] 330 |             Ok(PushGuard::new($lua, 1))
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 393 |         push_string_impl!(self, lua)
[INFO] [stdout]     |         ---------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `push_string_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/values.rs:289:87
[INFO] [stdout]     |
[INFO] [stdout] 289 |                   fn push_into_lua($self2, $lua2: L) -> Result<PushGuard<L>, (Void, L)> {
[INFO] [stdout]     |  _______________________________________________________________________________________^
[INFO] [stdout] 290 | |                     $($push_into)?
[INFO] [stdout] 291 | |                 }
[INFO] [stdout]     | |_________________^
[INFO] [stdout] ...
[INFO] [stdout] 391 | / impl_push_read! { AnyLuaString,
[INFO] [stdout] 392 | |     push_to_lua(&self, lua) {
[INFO] [stdout] 393 | |         push_string_impl!(self, lua)
[INFO] [stdout] ...   |
[INFO] [stdout] 403 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_push_read` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/values.rs:324:9
[INFO] [stdout]     |
[INFO] [stdout] 324 | /         unsafe {
[INFO] [stdout] 325 | |             ffi::lua_pushlstring(
[INFO] [stdout] 326 | |                 $lua.as_lua(),
[INFO] [stdout] 327 | |                 $self.as_bytes().as_ptr() as _,
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |             Ok(PushGuard::new($lua, 1))
[INFO] [stdout] 331 | |         }
[INFO] [stdout]     | |_________^
[INFO] [stdout] ...
[INFO] [stdout] 396 |           push_string_impl!(self, lua)
[INFO] [stdout]     |           ---------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `push_string_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/values.rs:330:13
[INFO] [stdout]     |
[INFO] [stdout] 330 |             Ok(PushGuard::new($lua, 1))
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 396 |         push_string_impl!(self, lua)
[INFO] [stdout]     |         ---------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `push_string_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/functions_write.rs:226:79
[INFO] [stdout]     |
[INFO] [stdout] 226 |               fn push_into_lua(self, lua: L) -> Result<PushGuard<L>, (Void, L)> {
[INFO] [stdout]     |  _______________________________________________________________________________^
[INFO] [stdout] 227 | |                 unsafe {
[INFO] [stdout] 228 | |                     // pushing the function pointer as a userdata
[INFO] [stdout] 229 | |                     let ud = ffi::lua_newuserdata(lua.as_lua(), mem::size_of::<Self>() as _);
[INFO] [stdout] ...   |
[INFO] [stdout] 256 | |             }
[INFO] [stdout]     | |_____________^
[INFO] [stdout] ...
[INFO] [stdout] 306 |   impl_function_ext! {A B C D E F G H I J K M N}
[INFO] [stdout]     |   ---------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_function_ext` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/functions_write.rs:246:28
[INFO] [stdout]     |
[INFO] [stdout] 246 |                     return Ok(PushGuard::new(lua, 1));
[INFO] [stdout]     |                            ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 306 | impl_function_ext! {A B C D E F G H I J K M N}
[INFO] [stdout]     | ---------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_function_ext` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/functions_write.rs:279:78
[INFO] [stdout]     |
[INFO] [stdout] 279 |               fn push_to_lua(&self, lua: L) -> Result<PushGuard<L>, (Void, L)> {
[INFO] [stdout]     |  ______________________________________________________________________________^
[INFO] [stdout] 280 | |                 unsafe {
[INFO] [stdout] 281 | |                     // pushing the function pointer as a userdata
[INFO] [stdout] 282 | |                     let ud = ffi::lua_newuserdata(lua.as_lua(), mem::size_of::<Self>() as _);
[INFO] [stdout] ...   |
[INFO] [stdout] 289 | |             }
[INFO] [stdout]     | |_____________^
[INFO] [stdout] ...
[INFO] [stdout] 306 |   impl_function_ext! {A B C D E F G H I J K M N}
[INFO] [stdout]     |   ---------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_function_ext` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/functions_write.rs:280:17
[INFO] [stdout]     |
[INFO] [stdout] 280 | /                 unsafe {
[INFO] [stdout] 281 | |                     // pushing the function pointer as a userdata
[INFO] [stdout] 282 | |                     let ud = ffi::lua_newuserdata(lua.as_lua(), mem::size_of::<Self>() as _);
[INFO] [stdout] 283 | |                     ptr::write(ud.cast(), *self);
[INFO] [stdout] ...   |
[INFO] [stdout] 287 | |                     Ok(PushGuard::new(lua, 1))
[INFO] [stdout] 288 | |                 }
[INFO] [stdout]     | |_________________^
[INFO] [stdout] ...
[INFO] [stdout] 306 |   impl_function_ext! {A B C D E F G H I J K M N}
[INFO] [stdout]     |   ---------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_function_ext` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/functions_write.rs:287:21
[INFO] [stdout]     |
[INFO] [stdout] 287 |                     Ok(PushGuard::new(lua, 1))
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 306 | impl_function_ext! {A B C D E F G H I J K M N}
[INFO] [stdout]     | ---------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_function_ext` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/functions_write.rs:226:79
[INFO] [stdout]     |
[INFO] [stdout] 226 |               fn push_into_lua(self, lua: L) -> Result<PushGuard<L>, (Void, L)> {
[INFO] [stdout]     |  _______________________________________________________________________________^
[INFO] [stdout] 227 | |                 unsafe {
[INFO] [stdout] 228 | |                     // pushing the function pointer as a userdata
[INFO] [stdout] 229 | |                     let ud = ffi::lua_newuserdata(lua.as_lua(), mem::size_of::<Self>() as _);
[INFO] [stdout] ...   |
[INFO] [stdout] 256 | |             }
[INFO] [stdout]     | |_____________^
[INFO] [stdout] ...
[INFO] [stdout] 306 |   impl_function_ext! {A B C D E F G H I J K M N}
[INFO] [stdout]     |   ---------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_function_ext` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/functions_write.rs:246:28
[INFO] [stdout]     |
[INFO] [stdout] 246 |                     return Ok(PushGuard::new(lua, 1));
[INFO] [stdout]     |                            ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 306 | impl_function_ext! {A B C D E F G H I J K M N}
[INFO] [stdout]     | ---------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_function_ext` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/functions_write.rs:279:78
[INFO] [stdout]     |
[INFO] [stdout] 279 |               fn push_to_lua(&self, lua: L) -> Result<PushGuard<L>, (Void, L)> {
[INFO] [stdout]     |  ______________________________________________________________________________^
[INFO] [stdout] 280 | |                 unsafe {
[INFO] [stdout] 281 | |                     // pushing the function pointer as a userdata
[INFO] [stdout] 282 | |                     let ud = ffi::lua_newuserdata(lua.as_lua(), mem::size_of::<Self>() as _);
[INFO] [stdout] ...   |
[INFO] [stdout] 289 | |             }
[INFO] [stdout]     | |_____________^
[INFO] [stdout] ...
[INFO] [stdout] 306 |   impl_function_ext! {A B C D E F G H I J K M N}
[INFO] [stdout]     |   ---------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_function_ext` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/functions_write.rs:280:17
[INFO] [stdout]     |
[INFO] [stdout] 280 | /                 unsafe {
[INFO] [stdout] 281 | |                     // pushing the function pointer as a userdata
[INFO] [stdout] 282 | |                     let ud = ffi::lua_newuserdata(lua.as_lua(), mem::size_of::<Self>() as _);
[INFO] [stdout] 283 | |                     ptr::write(ud.cast(), *self);
[INFO] [stdout] ...   |
[INFO] [stdout] 287 | |                     Ok(PushGuard::new(lua, 1))
[INFO] [stdout] 288 | |                 }
[INFO] [stdout]     | |_________________^
[INFO] [stdout] ...
[INFO] [stdout] 306 |   impl_function_ext! {A B C D E F G H I J K M N}
[INFO] [stdout]     |   ---------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_function_ext` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/functions_write.rs:287:21
[INFO] [stdout]     |
[INFO] [stdout] 287 |                     Ok(PushGuard::new(lua, 1))
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 306 | impl_function_ext! {A B C D E F G H I J K M N}
[INFO] [stdout]     | ---------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_function_ext` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/functions_write.rs:226:79
[INFO] [stdout]     |
[INFO] [stdout] 226 |               fn push_into_lua(self, lua: L) -> Result<PushGuard<L>, (Void, L)> {
[INFO] [stdout]     |  _______________________________________________________________________________^
[INFO] [stdout] 227 | |                 unsafe {
[INFO] [stdout] 228 | |                     // pushing the function pointer as a userdata
[INFO] [stdout] 229 | |                     let ud = ffi::lua_newuserdata(lua.as_lua(), mem::size_of::<Self>() as _);
[INFO] [stdout] ...   |
[INFO] [stdout] 256 | |             }
[INFO] [stdout]     | |_____________^
[INFO] [stdout] ...
[INFO] [stdout] 306 |   impl_function_ext! {A B C D E F G H I J K M N}
[INFO] [stdout]     |   ---------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_function_ext` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/functions_write.rs:246:28
[INFO] [stdout]     |
[INFO] [stdout] 246 |                     return Ok(PushGuard::new(lua, 1));
[INFO] [stdout]     |                            ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 306 | impl_function_ext! {A B C D E F G H I J K M N}
[INFO] [stdout]     | ---------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_function_ext` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/functions_write.rs:279:78
[INFO] [stdout]     |
[INFO] [stdout] 279 |               fn push_to_lua(&self, lua: L) -> Result<PushGuard<L>, (Void, L)> {
[INFO] [stdout]     |  ______________________________________________________________________________^
[INFO] [stdout] 280 | |                 unsafe {
[INFO] [stdout] 281 | |                     // pushing the function pointer as a userdata
[INFO] [stdout] 282 | |                     let ud = ffi::lua_newuserdata(lua.as_lua(), mem::size_of::<Self>() as _);
[INFO] [stdout] ...   |
[INFO] [stdout] 289 | |             }
[INFO] [stdout]     | |_____________^
[INFO] [stdout] ...
[INFO] [stdout] 306 |   impl_function_ext! {A B C D E F G H I J K M N}
[INFO] [stdout]     |   ---------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_function_ext` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/functions_write.rs:280:17
[INFO] [stdout]     |
[INFO] [stdout] 280 | /                 unsafe {
[INFO] [stdout] 281 | |                     // pushing the function pointer as a userdata
[INFO] [stdout] 282 | |                     let ud = ffi::lua_newuserdata(lua.as_lua(), mem::size_of::<Self>() as _);
[INFO] [stdout] 283 | |                     ptr::write(ud.cast(), *self);
[INFO] [stdout] ...   |
[INFO] [stdout] 287 | |                     Ok(PushGuard::new(lua, 1))
[INFO] [stdout] 288 | |                 }
[INFO] [stdout]     | |_________________^
[INFO] [stdout] ...
[INFO] [stdout] 306 |   impl_function_ext! {A B C D E F G H I J K M N}
[INFO] [stdout]     |   ---------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_function_ext` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/functions_write.rs:287:21
[INFO] [stdout]     |
[INFO] [stdout] 287 |                     Ok(PushGuard::new(lua, 1))
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 306 | impl_function_ext! {A B C D E F G H I J K M N}
[INFO] [stdout]     | ---------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_function_ext` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/functions_write.rs:226:79
[INFO] [stdout]     |
[INFO] [stdout] 226 |               fn push_into_lua(self, lua: L) -> Result<PushGuard<L>, (Void, L)> {
[INFO] [stdout]     |  _______________________________________________________________________________^
[INFO] [stdout] 227 | |                 unsafe {
[INFO] [stdout] 228 | |                     // pushing the function pointer as a userdata
[INFO] [stdout] 229 | |                     let ud = ffi::lua_newuserdata(lua.as_lua(), mem::size_of::<Self>() as _);
[INFO] [stdout] ...   |
[INFO] [stdout] 256 | |             }
[INFO] [stdout]     | |_____________^
[INFO] [stdout] ...
[INFO] [stdout] 306 |   impl_function_ext! {A B C D E F G H I J K M N}
[INFO] [stdout]     |   ---------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_function_ext` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/functions_write.rs:246:28
[INFO] [stdout]     |
[INFO] [stdout] 246 |                     return Ok(PushGuard::new(lua, 1));
[INFO] [stdout]     |                            ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 306 | impl_function_ext! {A B C D E F G H I J K M N}
[INFO] [stdout]     | ---------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_function_ext` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/functions_write.rs:279:78
[INFO] [stdout]     |
[INFO] [stdout] 279 |               fn push_to_lua(&self, lua: L) -> Result<PushGuard<L>, (Void, L)> {
[INFO] [stdout]     |  ______________________________________________________________________________^
[INFO] [stdout] 280 | |                 unsafe {
[INFO] [stdout] 281 | |                     // pushing the function pointer as a userdata
[INFO] [stdout] 282 | |                     let ud = ffi::lua_newuserdata(lua.as_lua(), mem::size_of::<Self>() as _);
[INFO] [stdout] ...   |
[INFO] [stdout] 289 | |             }
[INFO] [stdout]     | |_____________^
[INFO] [stdout] ...
[INFO] [stdout] 306 |   impl_function_ext! {A B C D E F G H I J K M N}
[INFO] [stdout]     |   ---------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_function_ext` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/functions_write.rs:280:17
[INFO] [stdout]     |
[INFO] [stdout] 280 | /                 unsafe {
[INFO] [stdout] 281 | |                     // pushing the function pointer as a userdata
[INFO] [stdout] 282 | |                     let ud = ffi::lua_newuserdata(lua.as_lua(), mem::size_of::<Self>() as _);
[INFO] [stdout] 283 | |                     ptr::write(ud.cast(), *self);
[INFO] [stdout] ...   |
[INFO] [stdout] 287 | |                     Ok(PushGuard::new(lua, 1))
[INFO] [stdout] 288 | |                 }
[INFO] [stdout]     | |_________________^
[INFO] [stdout] ...
[INFO] [stdout] 306 |   impl_function_ext! {A B C D E F G H I J K M N}
[INFO] [stdout]     |   ---------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_function_ext` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/functions_write.rs:287:21
[INFO] [stdout]     |
[INFO] [stdout] 287 |                     Ok(PushGuard::new(lua, 1))
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 306 | impl_function_ext! {A B C D E F G H I J K M N}
[INFO] [stdout]     | ---------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_function_ext` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/functions_write.rs:226:79
[INFO] [stdout]     |
[INFO] [stdout] 226 |               fn push_into_lua(self, lua: L) -> Result<PushGuard<L>, (Void, L)> {
[INFO] [stdout]     |  _______________________________________________________________________________^
[INFO] [stdout] 227 | |                 unsafe {
[INFO] [stdout] 228 | |                     // pushing the function pointer as a userdata
[INFO] [stdout] 229 | |                     let ud = ffi::lua_newuserdata(lua.as_lua(), mem::size_of::<Self>() as _);
[INFO] [stdout] ...   |
[INFO] [stdout] 256 | |             }
[INFO] [stdout]     | |_____________^
[INFO] [stdout] ...
[INFO] [stdout] 306 |   impl_function_ext! {A B C D E F G H I J K M N}
[INFO] [stdout]     |   ---------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_function_ext` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/values.rs:269:86
[INFO] [stdout]     |
[INFO] [stdout] 269 |                   fn push_to_lua(&$self1, $lua1: L) -> Result<PushGuard<L>, (Void, L)> {
[INFO] [stdout]     |  ______________________________________________________________________________________^
[INFO] [stdout] 270 | |                     $($push)*
[INFO] [stdout] 271 | |                 }
[INFO] [stdout]     | |_________________^
[INFO] [stdout] ...
[INFO] [stdout] 405 | / impl_push_read! { str,
[INFO] [stdout] 406 | |     push_to_lua(&self, lua) {
[INFO] [stdout] 407 | |         push_string_impl!(self, lua)
[INFO] [stdout] 408 | |     }
[INFO] [stdout] 409 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_push_read` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/values.rs:324:9
[INFO] [stdout]     |
[INFO] [stdout] 324 | /         unsafe {
[INFO] [stdout] 325 | |             ffi::lua_pushlstring(
[INFO] [stdout] 326 | |                 $lua.as_lua(),
[INFO] [stdout] 327 | |                 $self.as_bytes().as_ptr() as _,
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |             Ok(PushGuard::new($lua, 1))
[INFO] [stdout] 331 | |         }
[INFO] [stdout]     | |_________^
[INFO] [stdout] ...
[INFO] [stdout] 407 |           push_string_impl!(self, lua)
[INFO] [stdout]     |           ---------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `push_string_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/values.rs:330:13
[INFO] [stdout]     |
[INFO] [stdout] 330 |             Ok(PushGuard::new($lua, 1))
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 407 |         push_string_impl!(self, lua)
[INFO] [stdout]     |         ---------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `push_string_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/values.rs:269:86
[INFO] [stdout]     |
[INFO] [stdout] 269 |                   fn push_to_lua(&$self1, $lua1: L) -> Result<PushGuard<L>, (Void, L)> {
[INFO] [stdout]     |  ______________________________________________________________________________________^
[INFO] [stdout] 270 | |                     $($push)*
[INFO] [stdout] 271 | |                 }
[INFO] [stdout]     | |_________________^
[INFO] [stdout] ...
[INFO] [stdout] 411 | / impl_push_read! { CStr,
[INFO] [stdout] 412 | |     push_to_lua(&self, lua) {
[INFO] [stdout] 413 | |         unsafe {
[INFO] [stdout] 414 | |             ffi::lua_pushlstring(
[INFO] [stdout] ...   |
[INFO] [stdout] 422 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_push_read` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/values.rs:413:9
[INFO] [stdout]     |
[INFO] [stdout] 413 | /         unsafe {
[INFO] [stdout] 414 | |             ffi::lua_pushlstring(
[INFO] [stdout] 415 | |                 lua.as_lua(),
[INFO] [stdout] 416 | |                 self.as_ptr() as _,
[INFO] [stdout] ...   |
[INFO] [stdout] 419 | |             Ok(PushGuard::new(lua, 1))
[INFO] [stdout] 420 | |         }
[INFO] [stdout]     | |_________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/values.rs:419:13
[INFO] [stdout]     |
[INFO] [stdout] 419 |             Ok(PushGuard::new(lua, 1))
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/values.rs:269:86
[INFO] [stdout]     |
[INFO] [stdout] 269 |                   fn push_to_lua(&$self1, $lua1: L) -> Result<PushGuard<L>, (Void, L)> {
[INFO] [stdout]     |  ______________________________________________________________________________________^
[INFO] [stdout] 270 | |                     $($push)*
[INFO] [stdout] 271 | |                 }
[INFO] [stdout]     | |_________________^
[INFO] [stdout] ...
[INFO] [stdout] 424 | / impl_push_read! { OsString,
[INFO] [stdout] 425 | |     push_to_lua(&self, lua) {
[INFO] [stdout] 426 | |         push_string_impl!(self, lua)
[INFO] [stdout] ...   |
[INFO] [stdout] 436 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_push_read` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/values.rs:324:9
[INFO] [stdout]     |
[INFO] [stdout] 324 | /         unsafe {
[INFO] [stdout] 325 | |             ffi::lua_pushlstring(
[INFO] [stdout] 326 | |                 $lua.as_lua(),
[INFO] [stdout] 327 | |                 $self.as_bytes().as_ptr() as _,
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |             Ok(PushGuard::new($lua, 1))
[INFO] [stdout] 331 | |         }
[INFO] [stdout]     | |_________^
[INFO] [stdout] ...
[INFO] [stdout] 426 |           push_string_impl!(self, lua)
[INFO] [stdout]     |           ---------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `push_string_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/values.rs:330:13
[INFO] [stdout]     |
[INFO] [stdout] 330 |             Ok(PushGuard::new($lua, 1))
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 426 |         push_string_impl!(self, lua)
[INFO] [stdout]     |         ---------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `push_string_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/values.rs:289:87
[INFO] [stdout]     |
[INFO] [stdout] 289 |                   fn push_into_lua($self2, $lua2: L) -> Result<PushGuard<L>, (Void, L)> {
[INFO] [stdout]     |  _______________________________________________________________________________________^
[INFO] [stdout] 290 | |                     $($push_into)?
[INFO] [stdout] 291 | |                 }
[INFO] [stdout]     | |_________________^
[INFO] [stdout] ...
[INFO] [stdout] 424 | / impl_push_read! { OsString,
[INFO] [stdout] 425 | |     push_to_lua(&self, lua) {
[INFO] [stdout] 426 | |         push_string_impl!(self, lua)
[INFO] [stdout] ...   |
[INFO] [stdout] 436 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_push_read` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/values.rs:324:9
[INFO] [stdout]     |
[INFO] [stdout] 324 | /         unsafe {
[INFO] [stdout] 325 | |             ffi::lua_pushlstring(
[INFO] [stdout] 326 | |                 $lua.as_lua(),
[INFO] [stdout] 327 | |                 $self.as_bytes().as_ptr() as _,
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |             Ok(PushGuard::new($lua, 1))
[INFO] [stdout] 331 | |         }
[INFO] [stdout]     | |_________^
[INFO] [stdout] ...
[INFO] [stdout] 429 |           push_string_impl!(self, lua)
[INFO] [stdout]     |           ---------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `push_string_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/values.rs:330:13
[INFO] [stdout]     |
[INFO] [stdout] 330 |             Ok(PushGuard::new($lua, 1))
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 429 |         push_string_impl!(self, lua)
[INFO] [stdout]     |         ---------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `push_string_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/values.rs:269:86
[INFO] [stdout]     |
[INFO] [stdout] 269 |                   fn push_to_lua(&$self1, $lua1: L) -> Result<PushGuard<L>, (Void, L)> {
[INFO] [stdout]     |  ______________________________________________________________________________________^
[INFO] [stdout] 270 | |                     $($push)*
[INFO] [stdout] 271 | |                 }
[INFO] [stdout]     | |_________________^
[INFO] [stdout] ...
[INFO] [stdout] 438 | / impl_push_read! { OsStr,
[INFO] [stdout] 439 | |     push_to_lua(&self, lua) {
[INFO] [stdout] 440 | |         push_string_impl!(self, lua)
[INFO] [stdout] 441 | |     }
[INFO] [stdout] 442 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_push_read` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/values.rs:324:9
[INFO] [stdout]     |
[INFO] [stdout] 324 | /         unsafe {
[INFO] [stdout] 325 | |             ffi::lua_pushlstring(
[INFO] [stdout] 326 | |                 $lua.as_lua(),
[INFO] [stdout] 327 | |                 $self.as_bytes().as_ptr() as _,
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |             Ok(PushGuard::new($lua, 1))
[INFO] [stdout] 331 | |         }
[INFO] [stdout]     | |_________^
[INFO] [stdout] ...
[INFO] [stdout] 440 |           push_string_impl!(self, lua)
[INFO] [stdout]     |           ---------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `push_string_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/values.rs:330:13
[INFO] [stdout]     |
[INFO] [stdout] 330 |             Ok(PushGuard::new($lua, 1))
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 440 |         push_string_impl!(self, lua)
[INFO] [stdout]     |         ---------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `push_string_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/values.rs:269:86
[INFO] [stdout]     |
[INFO] [stdout] 269 |                   fn push_to_lua(&$self1, $lua1: L) -> Result<PushGuard<L>, (Void, L)> {
[INFO] [stdout]     |  ______________________________________________________________________________________^
[INFO] [stdout] 270 | |                     $($push)*
[INFO] [stdout] 271 | |                 }
[INFO] [stdout]     | |_________________^
[INFO] [stdout] ...
[INFO] [stdout] 444 | / impl_push_read! { PathBuf,
[INFO] [stdout] 445 | |     push_to_lua(&self, lua) {
[INFO] [stdout] 446 | |         self.as_path().push_to_lua(lua)
[INFO] [stdout] ...   |
[INFO] [stdout] 455 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_push_read` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/values.rs:446:9
[INFO] [stdout]     |
[INFO] [stdout] 446 |         self.as_path().push_to_lua(lua)
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/values.rs:289:87
[INFO] [stdout]     |
[INFO] [stdout] 289 |                   fn push_into_lua($self2, $lua2: L) -> Result<PushGuard<L>, (Void, L)> {
[INFO] [stdout]     |  _______________________________________________________________________________________^
[INFO] [stdout] 290 | |                     $($push_into)?
[INFO] [stdout] 291 | |                 }
[INFO] [stdout]     | |_________________^
[INFO] [stdout] ...
[INFO] [stdout] 444 | / impl_push_read! { PathBuf,
[INFO] [stdout] 445 | |     push_to_lua(&self, lua) {
[INFO] [stdout] 446 | |         self.as_path().push_to_lua(lua)
[INFO] [stdout] ...   |
[INFO] [stdout] 455 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_push_read` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/values.rs:324:9
[INFO] [stdout]     |
[INFO] [stdout] 324 | /         unsafe {
[INFO] [stdout] 325 | |             ffi::lua_pushlstring(
[INFO] [stdout] 326 | |                 $lua.as_lua(),
[INFO] [stdout] 327 | |                 $self.as_bytes().as_ptr() as _,
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |             Ok(PushGuard::new($lua, 1))
[INFO] [stdout] 331 | |         }
[INFO] [stdout]     | |_________^
[INFO] [stdout] ...
[INFO] [stdout] 450 |           push_string_impl!(s, lua)
[INFO] [stdout]     |           ------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `push_string_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/values.rs:330:13
[INFO] [stdout]     |
[INFO] [stdout] 330 |             Ok(PushGuard::new($lua, 1))
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 450 |         push_string_impl!(s, lua)
[INFO] [stdout]     |         ------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `push_string_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/values.rs:269:86
[INFO] [stdout]     |
[INFO] [stdout] 269 |                   fn push_to_lua(&$self1, $lua1: L) -> Result<PushGuard<L>, (Void, L)> {
[INFO] [stdout]     |  ______________________________________________________________________________________^
[INFO] [stdout] 270 | |                     $($push)*
[INFO] [stdout] 271 | |                 }
[INFO] [stdout]     | |_________________^
[INFO] [stdout] ...
[INFO] [stdout] 457 | / impl_push_read! { Path,
[INFO] [stdout] 458 | |     push_to_lua(&self, lua) {
[INFO] [stdout] 459 | |         let s = self.as_os_str();
[INFO] [stdout] 460 | |         push_string_impl!(s, lua)
[INFO] [stdout] 461 | |     }
[INFO] [stdout] 462 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_push_read` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/values.rs:324:9
[INFO] [stdout]     |
[INFO] [stdout] 324 | /         unsafe {
[INFO] [stdout] 325 | |             ffi::lua_pushlstring(
[INFO] [stdout] 326 | |                 $lua.as_lua(),
[INFO] [stdout] 327 | |                 $self.as_bytes().as_ptr() as _,
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |             Ok(PushGuard::new($lua, 1))
[INFO] [stdout] 331 | |         }
[INFO] [stdout]     | |_________^
[INFO] [stdout] ...
[INFO] [stdout] 460 |           push_string_impl!(s, lua)
[INFO] [stdout]     |           ------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `push_string_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/values.rs:330:13
[INFO] [stdout]     |
[INFO] [stdout] 330 |             Ok(PushGuard::new($lua, 1))
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 460 |         push_string_impl!(s, lua)
[INFO] [stdout]     |         ------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `push_string_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/values.rs:269:86
[INFO] [stdout]     |
[INFO] [stdout] 269 |                   fn push_to_lua(&$self1, $lua1: L) -> Result<PushGuard<L>, (Void, L)> {
[INFO] [stdout]     |  ______________________________________________________________________________________^
[INFO] [stdout] 270 | |                     $($push)*
[INFO] [stdout] 271 | |                 }
[INFO] [stdout]     | |_________________^
[INFO] [stdout] ...
[INFO] [stdout] 535 | / impl_push_read! { bool,
[INFO] [stdout] 536 | |     push_to_lua(&self, lua) {
[INFO] [stdout] 537 | |         Self::push_into_lua(*self, lua)
[INFO] [stdout] ...   |
[INFO] [stdout] 555 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_push_read` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/values.rs:537:9
[INFO] [stdout]     |
[INFO] [stdout] 537 |         Self::push_into_lua(*self, lua)
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/values.rs:289:87
[INFO] [stdout]     |
[INFO] [stdout] 289 |                   fn push_into_lua($self2, $lua2: L) -> Result<PushGuard<L>, (Void, L)> {
[INFO] [stdout]     |  _______________________________________________________________________________________^
[INFO] [stdout] 290 | |                     $($push_into)?
[INFO] [stdout] 291 | |                 }
[INFO] [stdout]     | |_________________^
[INFO] [stdout] ...
[INFO] [stdout] 535 | / impl_push_read! { bool,
[INFO] [stdout] 536 | |     push_to_lua(&self, lua) {
[INFO] [stdout] 537 | |         Self::push_into_lua(*self, lua)
[INFO] [stdout] ...   |
[INFO] [stdout] 555 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_push_read` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/values.rs:540:9
[INFO] [stdout]     |
[INFO] [stdout] 540 | /         unsafe {
[INFO] [stdout] 541 | |             ffi::lua_pushboolean(lua.as_lua(), self as _);
[INFO] [stdout] 542 | |             Ok(PushGuard::new(lua, 1))
[INFO] [stdout] 543 | |         }
[INFO] [stdout]     | |_________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/values.rs:542:13
[INFO] [stdout]     |
[INFO] [stdout] 542 |             Ok(PushGuard::new(lua, 1))
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/values.rs:269:86
[INFO] [stdout]     |
[INFO] [stdout] 269 |                   fn push_to_lua(&$self1, $lua1: L) -> Result<PushGuard<L>, (Void, L)> {
[INFO] [stdout]     |  ______________________________________________________________________________________^
[INFO] [stdout] 270 | |                     $($push)*
[INFO] [stdout] 271 | |                 }
[INFO] [stdout]     | |_________________^
[INFO] [stdout] ...
[INFO] [stdout] 557 | / impl_push_read! { (),
[INFO] [stdout] 558 | |     push_to_lua(&self, lua) {
[INFO] [stdout] 559 | |         ().push_into_lua(lua)
[INFO] [stdout] ...   |
[INFO] [stdout] 570 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_push_read` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/values.rs:559:9
[INFO] [stdout]     |
[INFO] [stdout] 559 |         ().push_into_lua(lua)
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/values.rs:289:87
[INFO] [stdout]     |
[INFO] [stdout] 289 |                   fn push_into_lua($self2, $lua2: L) -> Result<PushGuard<L>, (Void, L)> {
[INFO] [stdout]     |  _______________________________________________________________________________________^
[INFO] [stdout] 290 | |                     $($push_into)?
[INFO] [stdout] 291 | |                 }
[INFO] [stdout]     | |_________________^
[INFO] [stdout] ...
[INFO] [stdout] 557 | / impl_push_read! { (),
[INFO] [stdout] 558 | |     push_to_lua(&self, lua) {
[INFO] [stdout] 559 | |         ().push_into_lua(lua)
[INFO] [stdout] ...   |
[INFO] [stdout] 570 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_push_read` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/values.rs:562:9
[INFO] [stdout]     |
[INFO] [stdout] 562 |         unsafe { Ok(PushGuard::new(lua, 0)) }
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/values.rs:562:18
[INFO] [stdout]     |
[INFO] [stdout] 562 |         unsafe { Ok(PushGuard::new(lua, 0)) }
[INFO] [stdout]     |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/functions_write.rs:246:28
[INFO] [stdout]     |
[INFO] [stdout] 246 |                     return Ok(PushGuard::new(lua, 1));
[INFO] [stdout]     |                            ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 306 | impl_function_ext! {A B C D E F G H I J K M N}
[INFO] [stdout]     | ---------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_function_ext` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/values.rs:269:86
[INFO] [stdout]     |
[INFO] [stdout] 269 |                   fn push_to_lua(&$self1, $lua1: L) -> Result<PushGuard<L>, (Void, L)> {
[INFO] [stdout]     |  ______________________________________________________________________________________^
[INFO] [stdout] 270 | |                     $($push)*
[INFO] [stdout] 271 | |                 }
[INFO] [stdout]     | |_________________^
[INFO] [stdout] ...
[INFO] [stdout] 664 | / impl_push_read! {Nil,
[INFO] [stdout] 665 | |     push_to_lua(&self, lua) {
[INFO] [stdout] 666 | |         Self::push_into_lua(*self, lua)
[INFO] [stdout] ...   |
[INFO] [stdout] 691 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_push_read` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/values.rs:666:9
[INFO] [stdout]     |
[INFO] [stdout] 666 |         Self::push_into_lua(*self, lua)
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/values.rs:289:87
[INFO] [stdout]     |
[INFO] [stdout] 289 |                   fn push_into_lua($self2, $lua2: L) -> Result<PushGuard<L>, (Void, L)> {
[INFO] [stdout]     |  _______________________________________________________________________________________^
[INFO] [stdout] 290 | |                     $($push_into)?
[INFO] [stdout] 291 | |                 }
[INFO] [stdout]     | |_________________^
[INFO] [stdout] ...
[INFO] [stdout] 664 | / impl_push_read! {Nil,
[INFO] [stdout] 665 | |     push_to_lua(&self, lua) {
[INFO] [stdout] 666 | |         Self::push_into_lua(*self, lua)
[INFO] [stdout] ...   |
[INFO] [stdout] 691 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_push_read` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/values.rs:669:9
[INFO] [stdout]     |
[INFO] [stdout] 669 | /         unsafe {
[INFO] [stdout] 670 | |             ffi::lua_pushnil(lua.as_lua());
[INFO] [stdout] 671 | |             Ok(PushGuard::new(lua, 1))
[INFO] [stdout] 672 | |         }
[INFO] [stdout]     | |_________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/values.rs:671:13
[INFO] [stdout]     |
[INFO] [stdout] 671 |             Ok(PushGuard::new(lua, 1))
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/values.rs:269:86
[INFO] [stdout]     |
[INFO] [stdout] 269 |                   fn push_to_lua(&$self1, $lua1: L) -> Result<PushGuard<L>, (Void, L)> {
[INFO] [stdout]     |  ______________________________________________________________________________________^
[INFO] [stdout] 270 | |                     $($push)*
[INFO] [stdout] 271 | |                 }
[INFO] [stdout]     | |_________________^
[INFO] [stdout] ...
[INFO] [stdout] 713 | / impl_push_read! {Null,
[INFO] [stdout] 714 | |     push_to_lua(&self, lua) {
[INFO] [stdout] 715 | |         Self::push_into_lua(*self, lua)
[INFO] [stdout] ...   |
[INFO] [stdout] 741 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_push_read` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/values.rs:715:9
[INFO] [stdout]     |
[INFO] [stdout] 715 |         Self::push_into_lua(*self, lua)
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/values.rs:289:87
[INFO] [stdout]     |
[INFO] [stdout] 289 |                   fn push_into_lua($self2, $lua2: L) -> Result<PushGuard<L>, (Void, L)> {
[INFO] [stdout]     |  _______________________________________________________________________________________^
[INFO] [stdout] 290 | |                     $($push_into)?
[INFO] [stdout] 291 | |                 }
[INFO] [stdout]     | |_________________^
[INFO] [stdout] ...
[INFO] [stdout] 713 | / impl_push_read! {Null,
[INFO] [stdout] 714 | |     push_to_lua(&self, lua) {
[INFO] [stdout] 715 | |         Self::push_into_lua(*self, lua)
[INFO] [stdout] ...   |
[INFO] [stdout] 741 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_push_read` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/values.rs:718:9
[INFO] [stdout]     |
[INFO] [stdout] 718 | /         unsafe {
[INFO] [stdout] 719 | |             let cdata = ffi::luaL_pushcdata(lua.as_lua(), ffi::CTID_P_VOID);
[INFO] [stdout] 720 | |             *cdata.cast::<*mut c_void>() = null_mut();
[INFO] [stdout] 721 | |             Ok(PushGuard::new(lua, 1))
[INFO] [stdout] 722 | |         }
[INFO] [stdout]     | |_________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/values.rs:721:13
[INFO] [stdout]     |
[INFO] [stdout] 721 |             Ok(PushGuard::new(lua, 1))
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/values.rs:269:86
[INFO] [stdout]     |
[INFO] [stdout] 269 |                   fn push_to_lua(&$self1, $lua1: L) -> Result<PushGuard<L>, (Void, L)> {
[INFO] [stdout]     |  ______________________________________________________________________________________^
[INFO] [stdout] 270 | |                     $($push)*
[INFO] [stdout] 271 | |                 }
[INFO] [stdout]     | |_________________^
[INFO] [stdout] ...
[INFO] [stdout] 766 | / impl_push_read! {True,
[INFO] [stdout] 767 | |     push_to_lua(&self, lua) {
[INFO] [stdout] 768 | |         Self::push_into_lua(*self, lua)
[INFO] [stdout] ...   |
[INFO] [stdout] 784 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_push_read` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/values.rs:768:9
[INFO] [stdout]     |
[INFO] [stdout] 768 |         Self::push_into_lua(*self, lua)
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/values.rs:289:87
[INFO] [stdout]     |
[INFO] [stdout] 289 |                   fn push_into_lua($self2, $lua2: L) -> Result<PushGuard<L>, (Void, L)> {
[INFO] [stdout]     |  _______________________________________________________________________________________^
[INFO] [stdout] 290 | |                     $($push_into)?
[INFO] [stdout] 291 | |                 }
[INFO] [stdout]     | |_________________^
[INFO] [stdout] ...
[INFO] [stdout] 766 | / impl_push_read! {True,
[INFO] [stdout] 767 | |     push_to_lua(&self, lua) {
[INFO] [stdout] 768 | |         Self::push_into_lua(*self, lua)
[INFO] [stdout] ...   |
[INFO] [stdout] 784 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_push_read` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/values.rs:771:9
[INFO] [stdout]     |
[INFO] [stdout] 771 |         true.push_into_lua(lua)
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/values.rs:269:86
[INFO] [stdout]     |
[INFO] [stdout] 269 |                   fn push_to_lua(&$self1, $lua1: L) -> Result<PushGuard<L>, (Void, L)> {
[INFO] [stdout]     |  ______________________________________________________________________________________^
[INFO] [stdout] 270 | |                     $($push)*
[INFO] [stdout] 271 | |                 }
[INFO] [stdout]     | |_________________^
[INFO] [stdout] ...
[INFO] [stdout] 816 | / impl_push_read! {False,
[INFO] [stdout] 817 | |     push_to_lua(&self, lua) {
[INFO] [stdout] 818 | |         Self::push_into_lua(*self, lua)
[INFO] [stdout] ...   |
[INFO] [stdout] 834 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_push_read` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/values.rs:818:9
[INFO] [stdout]     |
[INFO] [stdout] 818 |         Self::push_into_lua(*self, lua)
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/values.rs:289:87
[INFO] [stdout]     |
[INFO] [stdout] 289 |                   fn push_into_lua($self2, $lua2: L) -> Result<PushGuard<L>, (Void, L)> {
[INFO] [stdout]     |  _______________________________________________________________________________________^
[INFO] [stdout] 290 | |                     $($push_into)?
[INFO] [stdout] 291 | |                 }
[INFO] [stdout]     | |_________________^
[INFO] [stdout] ...
[INFO] [stdout] 816 | / impl_push_read! {False,
[INFO] [stdout] 817 | |     push_to_lua(&self, lua) {
[INFO] [stdout] 818 | |         Self::push_into_lua(*self, lua)
[INFO] [stdout] ...   |
[INFO] [stdout] 834 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_push_read` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/values.rs:821:9
[INFO] [stdout]     |
[INFO] [stdout] 821 |         false.push_into_lua(lua)
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/functions_write.rs:279:78
[INFO] [stdout]     |
[INFO] [stdout] 279 |               fn push_to_lua(&self, lua: L) -> Result<PushGuard<L>, (Void, L)> {
[INFO] [stdout]     |  ______________________________________________________________________________^
[INFO] [stdout] 280 | |                 unsafe {
[INFO] [stdout] 281 | |                     // pushing the function pointer as a userdata
[INFO] [stdout] 282 | |                     let ud = ffi::lua_newuserdata(lua.as_lua(), mem::size_of::<Self>() as _);
[INFO] [stdout] ...   |
[INFO] [stdout] 289 | |             }
[INFO] [stdout]     | |_____________^
[INFO] [stdout] ...
[INFO] [stdout] 306 |   impl_function_ext! {A B C D E F G H I J K M N}
[INFO] [stdout]     |   ---------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_function_ext` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/functions_write.rs:280:17
[INFO] [stdout]     |
[INFO] [stdout] 280 | /                 unsafe {
[INFO] [stdout] 281 | |                     // pushing the function pointer as a userdata
[INFO] [stdout] 282 | |                     let ud = ffi::lua_newuserdata(lua.as_lua(), mem::size_of::<Self>() as _);
[INFO] [stdout] 283 | |                     ptr::write(ud.cast(), *self);
[INFO] [stdout] ...   |
[INFO] [stdout] 287 | |                     Ok(PushGuard::new(lua, 1))
[INFO] [stdout] 288 | |                 }
[INFO] [stdout]     | |_________________^
[INFO] [stdout] ...
[INFO] [stdout] 306 |   impl_function_ext! {A B C D E F G H I J K M N}
[INFO] [stdout]     |   ---------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_function_ext` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/functions_write.rs:287:21
[INFO] [stdout]     |
[INFO] [stdout] 287 |                     Ok(PushGuard::new(lua, 1))
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 306 | impl_function_ext! {A B C D E F G H I J K M N}
[INFO] [stdout]     | ---------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_function_ext` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/functions_write.rs:226:79
[INFO] [stdout]     |
[INFO] [stdout] 226 |               fn push_into_lua(self, lua: L) -> Result<PushGuard<L>, (Void, L)> {
[INFO] [stdout]     |  _______________________________________________________________________________^
[INFO] [stdout] 227 | |                 unsafe {
[INFO] [stdout] 228 | |                     // pushing the function pointer as a userdata
[INFO] [stdout] 229 | |                     let ud = ffi::lua_newuserdata(lua.as_lua(), mem::size_of::<Self>() as _);
[INFO] [stdout] ...   |
[INFO] [stdout] 256 | |             }
[INFO] [stdout]     | |_____________^
[INFO] [stdout] ...
[INFO] [stdout] 306 |   impl_function_ext! {A B C D E F G H I J K M N}
[INFO] [stdout]     |   ---------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_function_ext` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/functions_write.rs:246:28
[INFO] [stdout]     |
[INFO] [stdout] 246 |                     return Ok(PushGuard::new(lua, 1));
[INFO] [stdout]     |                            ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 306 | impl_function_ext! {A B C D E F G H I J K M N}
[INFO] [stdout]     | ---------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_function_ext` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/functions_write.rs:279:78
[INFO] [stdout]     |
[INFO] [stdout] 279 |               fn push_to_lua(&self, lua: L) -> Result<PushGuard<L>, (Void, L)> {
[INFO] [stdout]     |  ______________________________________________________________________________^
[INFO] [stdout] 280 | |                 unsafe {
[INFO] [stdout] 281 | |                     // pushing the function pointer as a userdata
[INFO] [stdout] 282 | |                     let ud = ffi::lua_newuserdata(lua.as_lua(), mem::size_of::<Self>() as _);
[INFO] [stdout] ...   |
[INFO] [stdout] 289 | |             }
[INFO] [stdout]     | |_____________^
[INFO] [stdout] ...
[INFO] [stdout] 306 |   impl_function_ext! {A B C D E F G H I J K M N}
[INFO] [stdout]     |   ---------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_function_ext` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/functions_write.rs:280:17
[INFO] [stdout]     |
[INFO] [stdout] 280 | /                 unsafe {
[INFO] [stdout] 281 | |                     // pushing the function pointer as a userdata
[INFO] [stdout] 282 | |                     let ud = ffi::lua_newuserdata(lua.as_lua(), mem::size_of::<Self>() as _);
[INFO] [stdout] 283 | |                     ptr::write(ud.cast(), *self);
[INFO] [stdout] ...   |
[INFO] [stdout] 287 | |                     Ok(PushGuard::new(lua, 1))
[INFO] [stdout] 288 | |                 }
[INFO] [stdout]     | |_________________^
[INFO] [stdout] ...
[INFO] [stdout] 306 |   impl_function_ext! {A B C D E F G H I J K M N}
[INFO] [stdout]     |   ---------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_function_ext` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/functions_write.rs:287:21
[INFO] [stdout]     |
[INFO] [stdout] 287 |                     Ok(PushGuard::new(lua, 1))
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 306 | impl_function_ext! {A B C D E F G H I J K M N}
[INFO] [stdout]     | ---------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_function_ext` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/functions_write.rs:226:79
[INFO] [stdout]     |
[INFO] [stdout] 226 |               fn push_into_lua(self, lua: L) -> Result<PushGuard<L>, (Void, L)> {
[INFO] [stdout]     |  _______________________________________________________________________________^
[INFO] [stdout] 227 | |                 unsafe {
[INFO] [stdout] 228 | |                     // pushing the function pointer as a userdata
[INFO] [stdout] 229 | |                     let ud = ffi::lua_newuserdata(lua.as_lua(), mem::size_of::<Self>() as _);
[INFO] [stdout] ...   |
[INFO] [stdout] 256 | |             }
[INFO] [stdout]     | |_____________^
[INFO] [stdout] ...
[INFO] [stdout] 306 |   impl_function_ext! {A B C D E F G H I J K M N}
[INFO] [stdout]     |   ---------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_function_ext` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/functions_write.rs:246:28
[INFO] [stdout]     |
[INFO] [stdout] 246 |                     return Ok(PushGuard::new(lua, 1));
[INFO] [stdout]     |                            ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 306 | impl_function_ext! {A B C D E F G H I J K M N}
[INFO] [stdout]     | ---------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_function_ext` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/functions_write.rs:279:78
[INFO] [stdout]     |
[INFO] [stdout] 279 |               fn push_to_lua(&self, lua: L) -> Result<PushGuard<L>, (Void, L)> {
[INFO] [stdout]     |  ______________________________________________________________________________^
[INFO] [stdout] 280 | |                 unsafe {
[INFO] [stdout] 281 | |                     // pushing the function pointer as a userdata
[INFO] [stdout] 282 | |                     let ud = ffi::lua_newuserdata(lua.as_lua(), mem::size_of::<Self>() as _);
[INFO] [stdout] ...   |
[INFO] [stdout] 289 | |             }
[INFO] [stdout]     | |_____________^
[INFO] [stdout] ...
[INFO] [stdout] 306 |   impl_function_ext! {A B C D E F G H I J K M N}
[INFO] [stdout]     |   ---------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_function_ext` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/functions_write.rs:280:17
[INFO] [stdout]     |
[INFO] [stdout] 280 | /                 unsafe {
[INFO] [stdout] 281 | |                     // pushing the function pointer as a userdata
[INFO] [stdout] 282 | |                     let ud = ffi::lua_newuserdata(lua.as_lua(), mem::size_of::<Self>() as _);
[INFO] [stdout] 283 | |                     ptr::write(ud.cast(), *self);
[INFO] [stdout] ...   |
[INFO] [stdout] 287 | |                     Ok(PushGuard::new(lua, 1))
[INFO] [stdout] 288 | |                 }
[INFO] [stdout]     | |_________________^
[INFO] [stdout] ...
[INFO] [stdout] 306 |   impl_function_ext! {A B C D E F G H I J K M N}
[INFO] [stdout]     |   ---------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_function_ext` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/functions_write.rs:287:21
[INFO] [stdout]     |
[INFO] [stdout] 287 |                     Ok(PushGuard::new(lua, 1))
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 306 | impl_function_ext! {A B C D E F G H I J K M N}
[INFO] [stdout]     | ---------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_function_ext` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/functions_write.rs:226:79
[INFO] [stdout]     |
[INFO] [stdout] 226 |               fn push_into_lua(self, lua: L) -> Result<PushGuard<L>, (Void, L)> {
[INFO] [stdout]     |  _______________________________________________________________________________^
[INFO] [stdout] 227 | |                 unsafe {
[INFO] [stdout] 228 | |                     // pushing the function pointer as a userdata
[INFO] [stdout] 229 | |                     let ud = ffi::lua_newuserdata(lua.as_lua(), mem::size_of::<Self>() as _);
[INFO] [stdout] ...   |
[INFO] [stdout] 256 | |             }
[INFO] [stdout]     | |_____________^
[INFO] [stdout] ...
[INFO] [stdout] 306 |   impl_function_ext! {A B C D E F G H I J K M N}
[INFO] [stdout]     |   ---------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_function_ext` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/functions_write.rs:246:28
[INFO] [stdout]     |
[INFO] [stdout] 246 |                     return Ok(PushGuard::new(lua, 1));
[INFO] [stdout]     |                            ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 306 | impl_function_ext! {A B C D E F G H I J K M N}
[INFO] [stdout]     | ---------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_function_ext` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/functions_write.rs:279:78
[INFO] [stdout]     |
[INFO] [stdout] 279 |               fn push_to_lua(&self, lua: L) -> Result<PushGuard<L>, (Void, L)> {
[INFO] [stdout]     |  ______________________________________________________________________________^
[INFO] [stdout] 280 | |                 unsafe {
[INFO] [stdout] 281 | |                     // pushing the function pointer as a userdata
[INFO] [stdout] 282 | |                     let ud = ffi::lua_newuserdata(lua.as_lua(), mem::size_of::<Self>() as _);
[INFO] [stdout] ...   |
[INFO] [stdout] 289 | |             }
[INFO] [stdout]     | |_____________^
[INFO] [stdout] ...
[INFO] [stdout] 306 |   impl_function_ext! {A B C D E F G H I J K M N}
[INFO] [stdout]     |   ---------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_function_ext` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/functions_write.rs:280:17
[INFO] [stdout]     |
[INFO] [stdout] 280 | /                 unsafe {
[INFO] [stdout] 281 | |                     // pushing the function pointer as a userdata
[INFO] [stdout] 282 | |                     let ud = ffi::lua_newuserdata(lua.as_lua(), mem::size_of::<Self>() as _);
[INFO] [stdout] 283 | |                     ptr::write(ud.cast(), *self);
[INFO] [stdout] ...   |
[INFO] [stdout] 287 | |                     Ok(PushGuard::new(lua, 1))
[INFO] [stdout] 288 | |                 }
[INFO] [stdout]     | |_________________^
[INFO] [stdout] ...
[INFO] [stdout] 306 |   impl_function_ext! {A B C D E F G H I J K M N}
[INFO] [stdout]     |   ---------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_function_ext` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/functions_write.rs:287:21
[INFO] [stdout]     |
[INFO] [stdout] 287 |                     Ok(PushGuard::new(lua, 1))
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 306 | impl_function_ext! {A B C D E F G H I J K M N}
[INFO] [stdout]     | ---------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_function_ext` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/functions_write.rs:348:76
[INFO] [stdout]     |
[INFO] [stdout] 348 |       fn push_into_lua(self, lua: L) -> Result<PushGuard<L>, (Self::Err, L)> {
[INFO] [stdout]     |  ____________________________________________________________________________^
[INFO] [stdout] 349 | |         unsafe {
[INFO] [stdout] 350 | |             ffi::lua_pushcfunction(lua.as_lua(), self.0);
[INFO] [stdout] 351 | |             Ok(PushGuard::new(lua, 1))
[INFO] [stdout] 352 | |         }
[INFO] [stdout] 353 | |     }
[INFO] [stdout]     | |_____^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/functions_write.rs:349:9
[INFO] [stdout]     |
[INFO] [stdout] 349 | /         unsafe {
[INFO] [stdout] 350 | |             ffi::lua_pushcfunction(lua.as_lua(), self.0);
[INFO] [stdout] 351 | |             Ok(PushGuard::new(lua, 1))
[INFO] [stdout] 352 | |         }
[INFO] [stdout]     | |_________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/functions_write.rs:351:13
[INFO] [stdout]     |
[INFO] [stdout] 351 |             Ok(PushGuard::new(lua, 1))
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/functions_write.rs:359:75
[INFO] [stdout]     |
[INFO] [stdout] 359 |       fn push_to_lua(&self, lua: L) -> Result<PushGuard<L>, (Self::Err, L)> {
[INFO] [stdout]     |  ___________________________________________________________________________^
[INFO] [stdout] 360 | |         unsafe {
[INFO] [stdout] 361 | |             ffi::lua_pushcfunction(lua.as_lua(), self.0);
[INFO] [stdout] 362 | |             Ok(PushGuard::new(lua, 1))
[INFO] [stdout] 363 | |         }
[INFO] [stdout] 364 | |     }
[INFO] [stdout]     | |_____^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/functions_write.rs:360:9
[INFO] [stdout]     |
[INFO] [stdout] 360 | /         unsafe {
[INFO] [stdout] 361 | |             ffi::lua_pushcfunction(lua.as_lua(), self.0);
[INFO] [stdout] 362 | |             Ok(PushGuard::new(lua, 1))
[INFO] [stdout] 363 | |         }
[INFO] [stdout]     | |_________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/functions_write.rs:362:13
[INFO] [stdout]     |
[INFO] [stdout] 362 |             Ok(PushGuard::new(lua, 1))
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]     --> src/object.rs:1005:74
[INFO] [stdout]      |
[INFO] [stdout] 1005 |               fn push_to_lua(&self, lua: L) -> $crate::PushResult<L, Self> {
[INFO] [stdout]      |  __________________________________________________________________________^
[INFO] [stdout] 1006 | |                 unsafe {
[INFO] [stdout] 1007 | |                     $crate::ffi::lua_pushvalue(lua.as_lua(), self.as_ref().index().into());
[INFO] [stdout] 1008 | |                     Ok(PushGuard::new(lua, 1))
[INFO] [stdout] 1009 | |                 }
[INFO] [stdout] 1010 | |             }
[INFO] [stdout]      | |_____________^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/lua_functions.rs:220:1
[INFO] [stdout]      |
[INFO] [stdout]  220 | / impl_object! { LuaFunction,
[INFO] [stdout]  221 | |     check(lua, index) {
[INFO] [stdout]  222 | |         ffi::lua_isfunction(lua.as_lua(), index.into())
[INFO] [stdout] ...    |
[INFO] [stdout]  225 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `impl_object` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]     --> src/object.rs:1006:17
[INFO] [stdout]      |
[INFO] [stdout] 1006 | /                 unsafe {
[INFO] [stdout] 1007 | |                     $crate::ffi::lua_pushvalue(lua.as_lua(), self.as_ref().index().into());
[INFO] [stdout] 1008 | |                     Ok(PushGuard::new(lua, 1))
[INFO] [stdout] 1009 | |                 }
[INFO] [stdout]      | |_________________^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/lua_functions.rs:220:1
[INFO] [stdout]      |
[INFO] [stdout]  220 | / impl_object! { LuaFunction,
[INFO] [stdout]  221 | |     check(lua, index) {
[INFO] [stdout]  222 | |         ffi::lua_isfunction(lua.as_lua(), index.into())
[INFO] [stdout] ...    |
[INFO] [stdout]  225 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `impl_object` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]     --> src/object.rs:1008:21
[INFO] [stdout]      |
[INFO] [stdout] 1008 |                       Ok(PushGuard::new(lua, 1))
[INFO] [stdout]      |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/lua_functions.rs:220:1
[INFO] [stdout]      |
[INFO] [stdout]  220 | / impl_object! { LuaFunction,
[INFO] [stdout]  221 | |     check(lua, index) {
[INFO] [stdout]  222 | |         ffi::lua_isfunction(lua.as_lua(), index.into())
[INFO] [stdout] ...    |
[INFO] [stdout]  225 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `impl_object` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]     --> src/object.rs:1005:74
[INFO] [stdout]      |
[INFO] [stdout] 1005 |               fn push_to_lua(&self, lua: L) -> $crate::PushResult<L, Self> {
[INFO] [stdout]      |  __________________________________________________________________________^
[INFO] [stdout] 1006 | |                 unsafe {
[INFO] [stdout] 1007 | |                     $crate::ffi::lua_pushvalue(lua.as_lua(), self.as_ref().index().into());
[INFO] [stdout] 1008 | |                     Ok(PushGuard::new(lua, 1))
[INFO] [stdout] 1009 | |                 }
[INFO] [stdout] 1010 | |             }
[INFO] [stdout]      | |_____________^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/lua_tables.rs:49:1
[INFO] [stdout]      |
[INFO] [stdout]   49 | / impl_object! { LuaTable,
[INFO] [stdout]   50 | |     check(lua, index) {
[INFO] [stdout]   51 | |         ffi::lua_istable(lua.as_lua(), index.into())
[INFO] [stdout] ...    |
[INFO] [stdout]   54 | |     impl NewIndex,
[INFO] [stdout]   55 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `impl_object` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]     --> src/object.rs:1006:17
[INFO] [stdout]      |
[INFO] [stdout] 1006 | /                 unsafe {
[INFO] [stdout] 1007 | |                     $crate::ffi::lua_pushvalue(lua.as_lua(), self.as_ref().index().into());
[INFO] [stdout] 1008 | |                     Ok(PushGuard::new(lua, 1))
[INFO] [stdout] 1009 | |                 }
[INFO] [stdout]      | |_________________^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/lua_tables.rs:49:1
[INFO] [stdout]      |
[INFO] [stdout]   49 | / impl_object! { LuaTable,
[INFO] [stdout]   50 | |     check(lua, index) {
[INFO] [stdout]   51 | |         ffi::lua_istable(lua.as_lua(), index.into())
[INFO] [stdout] ...    |
[INFO] [stdout]   54 | |     impl NewIndex,
[INFO] [stdout]   55 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `impl_object` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]     --> src/object.rs:1008:21
[INFO] [stdout]      |
[INFO] [stdout] 1008 |                       Ok(PushGuard::new(lua, 1))
[INFO] [stdout]      |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/lua_tables.rs:49:1
[INFO] [stdout]      |
[INFO] [stdout]   49 | / impl_object! { LuaTable,
[INFO] [stdout]   50 | |     check(lua, index) {
[INFO] [stdout]   51 | |         ffi::lua_istable(lua.as_lua(), index.into())
[INFO] [stdout] ...    |
[INFO] [stdout]   54 | |     impl NewIndex,
[INFO] [stdout]   55 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `impl_object` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]   --> src/object.rs:91:65
[INFO] [stdout]    |
[INFO] [stdout] 91 |       fn push_to_lua(&self, lua: L) -> crate::PushResult<L, Self> {
[INFO] [stdout]    |  _________________________________________________________________^
[INFO] [stdout] 92 | |         unsafe {
[INFO] [stdout] 93 | |             crate::ffi::lua_pushvalue(lua.as_lua(), self.index.into());
[INFO] [stdout] 94 | |             Ok(PushGuard::new(lua, 1))
[INFO] [stdout] 95 | |         }
[INFO] [stdout] 96 | |     }
[INFO] [stdout]    | |_____^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]   --> src/object.rs:92:9
[INFO] [stdout]    |
[INFO] [stdout] 92 | /         unsafe {
[INFO] [stdout] 93 | |             crate::ffi::lua_pushvalue(lua.as_lua(), self.index.into());
[INFO] [stdout] 94 | |             Ok(PushGuard::new(lua, 1))
[INFO] [stdout] 95 | |         }
[INFO] [stdout]    | |_________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]   --> src/object.rs:94:13
[INFO] [stdout]    |
[INFO] [stdout] 94 |             Ok(PushGuard::new(lua, 1))
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/object.rs:106:70
[INFO] [stdout]     |
[INFO] [stdout] 106 |       fn push_into_lua(self, lua: L) -> crate::PushIntoResult<L, Self> {
[INFO] [stdout]     |  ______________________________________________________________________^
[INFO] [stdout] 107 | |         unsafe {
[INFO] [stdout] 108 | |             crate::ffi::lua_pushvalue(lua.as_lua(), self.index.into());
[INFO] [stdout] 109 | |             Ok(PushGuard::new(lua, 1))
[INFO] [stdout] 110 | |         }
[INFO] [stdout] 111 | |     }
[INFO] [stdout]     | |_____^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/object.rs:107:9
[INFO] [stdout]     |
[INFO] [stdout] 107 | /         unsafe {
[INFO] [stdout] 108 | |             crate::ffi::lua_pushvalue(lua.as_lua(), self.index.into());
[INFO] [stdout] 109 | |             Ok(PushGuard::new(lua, 1))
[INFO] [stdout] 110 | |         }
[INFO] [stdout]     | |_________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/object.rs:109:13
[INFO] [stdout]     |
[INFO] [stdout] 109 |             Ok(PushGuard::new(lua, 1))
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]     --> src/object.rs:1005:74
[INFO] [stdout]      |
[INFO] [stdout]  336 | / impl_object! { Indexable,
[INFO] [stdout]  337 | |     check(lua, index) {
[INFO] [stdout]  338 | |         imp::is_indexable(&lua, index)
[INFO] [stdout] ...    |
[INFO] [stdout]  341 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 1005 |               fn push_to_lua(&self, lua: L) -> $crate::PushResult<L, Self> {
[INFO] [stdout]      |  __________________________________________________________________________^
[INFO] [stdout] 1006 | |                 unsafe {
[INFO] [stdout] 1007 | |                     $crate::ffi::lua_pushvalue(lua.as_lua(), self.as_ref().index().into());
[INFO] [stdout] 1008 | |                     Ok(PushGuard::new(lua, 1))
[INFO] [stdout] 1009 | |                 }
[INFO] [stdout] 1010 | |             }
[INFO] [stdout]      | |_____________^
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `impl_object` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]     --> src/object.rs:1006:17
[INFO] [stdout]      |
[INFO] [stdout]  336 | / impl_object! { Indexable,
[INFO] [stdout]  337 | |     check(lua, index) {
[INFO] [stdout]  338 | |         imp::is_indexable(&lua, index)
[INFO] [stdout] ...    |
[INFO] [stdout]  341 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 1006 | /                 unsafe {
[INFO] [stdout] 1007 | |                     $crate::ffi::lua_pushvalue(lua.as_lua(), self.as_ref().index().into());
[INFO] [stdout] 1008 | |                     Ok(PushGuard::new(lua, 1))
[INFO] [stdout] 1009 | |                 }
[INFO] [stdout]      | |_________________^
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `impl_object` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]     --> src/object.rs:1008:21
[INFO] [stdout]      |
[INFO] [stdout]  336 | / impl_object! { Indexable,
[INFO] [stdout]  337 | |     check(lua, index) {
[INFO] [stdout]  338 | |         imp::is_indexable(&lua, index)
[INFO] [stdout] ...    |
[INFO] [stdout]  341 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 1008 |                       Ok(PushGuard::new(lua, 1))
[INFO] [stdout]      |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `impl_object` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]     --> src/object.rs:1005:74
[INFO] [stdout]      |
[INFO] [stdout]  487 | / impl_object! { IndexableRW,
[INFO] [stdout]  488 | |     check(lua, index) {
[INFO] [stdout]  489 | |         imp::is_rw_indexable(&lua, index)
[INFO] [stdout] ...    |
[INFO] [stdout]  492 | |     impl NewIndex,
[INFO] [stdout]  493 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 1005 |               fn push_to_lua(&self, lua: L) -> $crate::PushResult<L, Self> {
[INFO] [stdout]      |  __________________________________________________________________________^
[INFO] [stdout] 1006 | |                 unsafe {
[INFO] [stdout] 1007 | |                     $crate::ffi::lua_pushvalue(lua.as_lua(), self.as_ref().index().into());
[INFO] [stdout] 1008 | |                     Ok(PushGuard::new(lua, 1))
[INFO] [stdout] 1009 | |                 }
[INFO] [stdout] 1010 | |             }
[INFO] [stdout]      | |_____________^
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `impl_object` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]     --> src/object.rs:1006:17
[INFO] [stdout]      |
[INFO] [stdout]  487 | / impl_object! { IndexableRW,
[INFO] [stdout]  488 | |     check(lua, index) {
[INFO] [stdout]  489 | |         imp::is_rw_indexable(&lua, index)
[INFO] [stdout] ...    |
[INFO] [stdout]  492 | |     impl NewIndex,
[INFO] [stdout]  493 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 1006 | /                 unsafe {
[INFO] [stdout] 1007 | |                     $crate::ffi::lua_pushvalue(lua.as_lua(), self.as_ref().index().into());
[INFO] [stdout] 1008 | |                     Ok(PushGuard::new(lua, 1))
[INFO] [stdout] 1009 | |                 }
[INFO] [stdout]      | |_________________^
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `impl_object` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]     --> src/object.rs:1008:21
[INFO] [stdout]      |
[INFO] [stdout]  487 | / impl_object! { IndexableRW,
[INFO] [stdout]  488 | |     check(lua, index) {
[INFO] [stdout]  489 | |         imp::is_rw_indexable(&lua, index)
[INFO] [stdout] ...    |
[INFO] [stdout]  492 | |     impl NewIndex,
[INFO] [stdout]  493 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 1008 |                       Ok(PushGuard::new(lua, 1))
[INFO] [stdout]      |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `impl_object` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]     --> src/object.rs:1005:74
[INFO] [stdout]      |
[INFO] [stdout]  637 | / impl_object! { Callable,
[INFO] [stdout]  638 | |     check(lua, index) {
[INFO] [stdout]  639 | |         imp::is_callable(&lua, index)
[INFO] [stdout] ...    |
[INFO] [stdout]  642 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 1005 |               fn push_to_lua(&self, lua: L) -> $crate::PushResult<L, Self> {
[INFO] [stdout]      |  __________________________________________________________________________^
[INFO] [stdout] 1006 | |                 unsafe {
[INFO] [stdout] 1007 | |                     $crate::ffi::lua_pushvalue(lua.as_lua(), self.as_ref().index().into());
[INFO] [stdout] 1008 | |                     Ok(PushGuard::new(lua, 1))
[INFO] [stdout] 1009 | |                 }
[INFO] [stdout] 1010 | |             }
[INFO] [stdout]      | |_____________^
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `impl_object` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]     --> src/object.rs:1006:17
[INFO] [stdout]      |
[INFO] [stdout]  637 | / impl_object! { Callable,
[INFO] [stdout]  638 | |     check(lua, index) {
[INFO] [stdout]  639 | |         imp::is_callable(&lua, index)
[INFO] [stdout] ...    |
[INFO] [stdout]  642 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 1006 | /                 unsafe {
[INFO] [stdout] 1007 | |                     $crate::ffi::lua_pushvalue(lua.as_lua(), self.as_ref().index().into());
[INFO] [stdout] 1008 | |                     Ok(PushGuard::new(lua, 1))
[INFO] [stdout] 1009 | |                 }
[INFO] [stdout]      | |_________________^
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `impl_object` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]     --> src/object.rs:1008:21
[INFO] [stdout]      |
[INFO] [stdout]  637 | / impl_object! { Callable,
[INFO] [stdout]  638 | |     check(lua, index) {
[INFO] [stdout]  639 | |         imp::is_callable(&lua, index)
[INFO] [stdout] ...    |
[INFO] [stdout]  642 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 1008 |                       Ok(PushGuard::new(lua, 1))
[INFO] [stdout]      |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `impl_object` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<*mut lua_State>, (Void, *mut lua_State)>
[INFO] [stdout]    --> src/userdata.rs:126:19
[INFO] [stdout]     |
[INFO] [stdout] 126 |             match "__gc".push_to_lua(lua.as_lua()) {
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/values.rs:28:78
[INFO] [stdout]     |
[INFO] [stdout]  28 |               fn push_to_lua(&self, lua: L) -> Result<PushGuard<L>, (Void, L)> {
[INFO] [stdout]     |  ______________________________________________________________________________^
[INFO] [stdout]  29 | |                 Self::push_into_lua(*self, lua)
[INFO] [stdout]  30 | |             }
[INFO] [stdout]     | |_____________^
[INFO] [stdout] ...
[INFO] [stdout] 111 |   numeric_impl! {isize, ffi::luaL_pushint64, ffi::lua_tonumber}
[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: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/values.rs:29:17
[INFO] [stdout]     |
[INFO] [stdout]  29 |                 Self::push_into_lua(*self, lua)
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 111 | numeric_impl! {isize, ffi::luaL_pushint64, ffi::lua_tonumber}
[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: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/values.rs:46:79
[INFO] [stdout]     |
[INFO] [stdout]  46 |               fn push_into_lua(self, lua: L) -> Result<PushGuard<L>, (Void, L)> {
[INFO] [stdout]     |  _______________________________________________________________________________^
[INFO] [stdout]  47 | |                 unsafe {
[INFO] [stdout]  48 | |                     $push(lua.as_lua(), self as _);
[INFO] [stdout]  49 | |                     Ok(PushGuard::new(lua, 1))
[INFO] [stdout]  50 | |                 }
[INFO] [stdout]  51 | |             }
[INFO] [stdout]     | |_____________^
[INFO] [stdout] ...
[INFO] [stdout] 111 |   numeric_impl! {isize, ffi::luaL_pushint64, ffi::lua_tonumber}
[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: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/values.rs:47:17
[INFO] [stdout]     |
[INFO] [stdout]  47 | /                 unsafe {
[INFO] [stdout]  48 | |                     $push(lua.as_lua(), self as _);
[INFO] [stdout]  49 | |                     Ok(PushGuard::new(lua, 1))
[INFO] [stdout]  50 | |                 }
[INFO] [stdout]     | |_________________^
[INFO] [stdout] ...
[INFO] [stdout] 111 |   numeric_impl! {isize, ffi::luaL_pushint64, ffi::lua_tonumber}
[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: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/values.rs:49:21
[INFO] [stdout]     |
[INFO] [stdout]  49 |                     Ok(PushGuard::new(lua, 1))
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 111 | numeric_impl! {isize, ffi::luaL_pushint64, ffi::lua_tonumber}
[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: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/values.rs:28:78
[INFO] [stdout]     |
[INFO] [stdout]  28 |               fn push_to_lua(&self, lua: L) -> Result<PushGuard<L>, (Void, L)> {
[INFO] [stdout]     |  ______________________________________________________________________________^
[INFO] [stdout]  29 | |                 Self::push_into_lua(*self, lua)
[INFO] [stdout]  30 | |             }
[INFO] [stdout]     | |_____________^
[INFO] [stdout] ...
[INFO] [stdout] 112 |   numeric_impl! {i64, ffi::luaL_pushint64, ffi::lua_tonumber}
[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: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/values.rs:29:17
[INFO] [stdout]     |
[INFO] [stdout]  29 |                 Self::push_into_lua(*self, lua)
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 112 | numeric_impl! {i64, ffi::luaL_pushint64, ffi::lua_tonumber}
[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: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/values.rs:46:79
[INFO] [stdout]     |
[INFO] [stdout]  46 |               fn push_into_lua(self, lua: L) -> Result<PushGuard<L>, (Void, L)> {
[INFO] [stdout]     |  _______________________________________________________________________________^
[INFO] [stdout]  47 | |                 unsafe {
[INFO] [stdout]  48 | |                     $push(lua.as_lua(), self as _);
[INFO] [stdout]  49 | |                     Ok(PushGuard::new(lua, 1))
[INFO] [stdout]  50 | |                 }
[INFO] [stdout]  51 | |             }
[INFO] [stdout]     | |_____________^
[INFO] [stdout] ...
[INFO] [stdout] 112 |   numeric_impl! {i64, ffi::luaL_pushint64, ffi::lua_tonumber}
[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: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/values.rs:47:17
[INFO] [stdout]     |
[INFO] [stdout]  47 | /                 unsafe {
[INFO] [stdout]  48 | |                     $push(lua.as_lua(), self as _);
[INFO] [stdout]  49 | |                     Ok(PushGuard::new(lua, 1))
[INFO] [stdout]  50 | |                 }
[INFO] [stdout]     | |_________________^
[INFO] [stdout] ...
[INFO] [stdout] 112 |   numeric_impl! {i64, ffi::luaL_pushint64, ffi::lua_tonumber}
[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: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/values.rs:49:21
[INFO] [stdout]     |
[INFO] [stdout]  49 |                     Ok(PushGuard::new(lua, 1))
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 112 | numeric_impl! {i64, ffi::luaL_pushint64, ffi::lua_tonumber}
[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: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/values.rs:28:78
[INFO] [stdout]     |
[INFO] [stdout]  28 |               fn push_to_lua(&self, lua: L) -> Result<PushGuard<L>, (Void, L)> {
[INFO] [stdout]     |  ______________________________________________________________________________^
[INFO] [stdout]  29 | |                 Self::push_into_lua(*self, lua)
[INFO] [stdout]  30 | |             }
[INFO] [stdout]     | |_____________^
[INFO] [stdout] ...
[INFO] [stdout] 113 |   numeric_impl! {i32, ffi::lua_pushinteger, ffi::lua_tointeger}
[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: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/values.rs:29:17
[INFO] [stdout]     |
[INFO] [stdout]  29 |                 Self::push_into_lua(*self, lua)
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 113 | numeric_impl! {i32, ffi::lua_pushinteger, ffi::lua_tointeger}
[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: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/values.rs:46:79
[INFO] [stdout]     |
[INFO] [stdout]  46 |               fn push_into_lua(self, lua: L) -> Result<PushGuard<L>, (Void, L)> {
[INFO] [stdout]     |  _______________________________________________________________________________^
[INFO] [stdout]  47 | |                 unsafe {
[INFO] [stdout]  48 | |                     $push(lua.as_lua(), self as _);
[INFO] [stdout]  49 | |                     Ok(PushGuard::new(lua, 1))
[INFO] [stdout]  50 | |                 }
[INFO] [stdout]  51 | |             }
[INFO] [stdout]     | |_____________^
[INFO] [stdout] ...
[INFO] [stdout] 113 |   numeric_impl! {i32, ffi::lua_pushinteger, ffi::lua_tointeger}
[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: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/values.rs:47:17
[INFO] [stdout]     |
[INFO] [stdout]  47 | /                 unsafe {
[INFO] [stdout]  48 | |                     $push(lua.as_lua(), self as _);
[INFO] [stdout]  49 | |                     Ok(PushGuard::new(lua, 1))
[INFO] [stdout]  50 | |                 }
[INFO] [stdout]     | |_________________^
[INFO] [stdout] ...
[INFO] [stdout] 113 |   numeric_impl! {i32, ffi::lua_pushinteger, ffi::lua_tointeger}
[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: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/values.rs:49:21
[INFO] [stdout]     |
[INFO] [stdout]  49 |                     Ok(PushGuard::new(lua, 1))
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 113 | numeric_impl! {i32, ffi::lua_pushinteger, ffi::lua_tointeger}
[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: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/values.rs:28:78
[INFO] [stdout]     |
[INFO] [stdout]  28 |               fn push_to_lua(&self, lua: L) -> Result<PushGuard<L>, (Void, L)> {
[INFO] [stdout]     |  ______________________________________________________________________________^
[INFO] [stdout]  29 | |                 Self::push_into_lua(*self, lua)
[INFO] [stdout]  30 | |             }
[INFO] [stdout]     | |_____________^
[INFO] [stdout] ...
[INFO] [stdout] 114 |   numeric_impl! {i16, ffi::lua_pushinteger, ffi::lua_tointeger}
[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: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/values.rs:29:17
[INFO] [stdout]     |
[INFO] [stdout]  29 |                 Self::push_into_lua(*self, lua)
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 114 | numeric_impl! {i16, ffi::lua_pushinteger, ffi::lua_tointeger}
[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: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/values.rs:46:79
[INFO] [stdout]     |
[INFO] [stdout]  46 |               fn push_into_lua(self, lua: L) -> Result<PushGuard<L>, (Void, L)> {
[INFO] [stdout]     |  _______________________________________________________________________________^
[INFO] [stdout]  47 | |                 unsafe {
[INFO] [stdout]  48 | |                     $push(lua.as_lua(), self as _);
[INFO] [stdout]  49 | |                     Ok(PushGuard::new(lua, 1))
[INFO] [stdout]  50 | |                 }
[INFO] [stdout]  51 | |             }
[INFO] [stdout]     | |_____________^
[INFO] [stdout] ...
[INFO] [stdout] 114 |   numeric_impl! {i16, ffi::lua_pushinteger, ffi::lua_tointeger}
[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: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/values.rs:47:17
[INFO] [stdout]     |
[INFO] [stdout]  47 | /                 unsafe {
[INFO] [stdout]  48 | |                     $push(lua.as_lua(), self as _);
[INFO] [stdout]  49 | |                     Ok(PushGuard::new(lua, 1))
[INFO] [stdout]  50 | |                 }
[INFO] [stdout]     | |_________________^
[INFO] [stdout] ...
[INFO] [stdout] 114 |   numeric_impl! {i16, ffi::lua_pushinteger, ffi::lua_tointeger}
[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: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/values.rs:49:21
[INFO] [stdout]     |
[INFO] [stdout]  49 |                     Ok(PushGuard::new(lua, 1))
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 114 | numeric_impl! {i16, ffi::lua_pushinteger, ffi::lua_tointeger}
[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: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/values.rs:28:78
[INFO] [stdout]     |
[INFO] [stdout]  28 |               fn push_to_lua(&self, lua: L) -> Result<PushGuard<L>, (Void, L)> {
[INFO] [stdout]     |  ______________________________________________________________________________^
[INFO] [stdout]  29 | |                 Self::push_into_lua(*self, lua)
[INFO] [stdout]  30 | |             }
[INFO] [stdout]     | |_____________^
[INFO] [stdout] ...
[INFO] [stdout] 115 |   numeric_impl! {i8, ffi::lua_pushinteger, ffi::lua_tointeger}
[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: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/values.rs:29:17
[INFO] [stdout]     |
[INFO] [stdout]  29 |                 Self::push_into_lua(*self, lua)
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 115 | numeric_impl! {i8, ffi::lua_pushinteger, ffi::lua_tointeger}
[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: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/values.rs:46:79
[INFO] [stdout]     |
[INFO] [stdout]  46 |               fn push_into_lua(self, lua: L) -> Result<PushGuard<L>, (Void, L)> {
[INFO] [stdout]     |  _______________________________________________________________________________^
[INFO] [stdout]  47 | |                 unsafe {
[INFO] [stdout]  48 | |                     $push(lua.as_lua(), self as _);
[INFO] [stdout]  49 | |                     Ok(PushGuard::new(lua, 1))
[INFO] [stdout]  50 | |                 }
[INFO] [stdout]  51 | |             }
[INFO] [stdout]     | |_____________^
[INFO] [stdout] ...
[INFO] [stdout] 115 |   numeric_impl! {i8, ffi::lua_pushinteger, ffi::lua_tointeger}
[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: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/values.rs:47:17
[INFO] [stdout]     |
[INFO] [stdout]  47 | /                 unsafe {
[INFO] [stdout]  48 | |                     $push(lua.as_lua(), self as _);
[INFO] [stdout]  49 | |                     Ok(PushGuard::new(lua, 1))
[INFO] [stdout]  50 | |                 }
[INFO] [stdout]     | |_________________^
[INFO] [stdout] ...
[INFO] [stdout] 115 |   numeric_impl! {i8, ffi::lua_pushinteger, ffi::lua_tointeger}
[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: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/values.rs:49:21
[INFO] [stdout]     |
[INFO] [stdout]  49 |                     Ok(PushGuard::new(lua, 1))
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 115 | numeric_impl! {i8, ffi::lua_pushinteger, ffi::lua_tointeger}
[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: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/values.rs:28:78
[INFO] [stdout]     |
[INFO] [stdout]  28 |               fn push_to_lua(&self, lua: L) -> Result<PushGuard<L>, (Void, L)> {
[INFO] [stdout]     |  ______________________________________________________________________________^
[INFO] [stdout]  29 | |                 Self::push_into_lua(*self, lua)
[INFO] [stdout]  30 | |             }
[INFO] [stdout]     | |_____________^
[INFO] [stdout] ...
[INFO] [stdout] 117 | / numeric_impl! {usize, ffi::luaL_pushuint64, ffi::lua_tonumber,
[INFO] [stdout] 118 | |     coerce: |n| {
[INFO] [stdout] 119 | |         if n >= 0. {
[INFO] [stdout] 120 | |             n as usize
[INFO] [stdout] ...   |
[INFO] [stdout] 125 | | }
[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: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/values.rs:29:17
[INFO] [stdout]     |
[INFO] [stdout]  29 |                   Self::push_into_lua(*self, lua)
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 117 | / numeric_impl! {usize, ffi::luaL_pushuint64, ffi::lua_tonumber,
[INFO] [stdout] 118 | |     coerce: |n| {
[INFO] [stdout] 119 | |         if n >= 0. {
[INFO] [stdout] 120 | |             n as usize
[INFO] [stdout] ...   |
[INFO] [stdout] 125 | | }
[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: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/values.rs:46:79
[INFO] [stdout]     |
[INFO] [stdout]  46 |               fn push_into_lua(self, lua: L) -> Result<PushGuard<L>, (Void, L)> {
[INFO] [stdout]     |  _______________________________________________________________________________^
[INFO] [stdout]  47 | |                 unsafe {
[INFO] [stdout]  48 | |                     $push(lua.as_lua(), self as _);
[INFO] [stdout]  49 | |                     Ok(PushGuard::new(lua, 1))
[INFO] [stdout]  50 | |                 }
[INFO] [stdout]  51 | |             }
[INFO] [stdout]     | |_____________^
[INFO] [stdout] ...
[INFO] [stdout] 117 | / numeric_impl! {usize, ffi::luaL_pushuint64, ffi::lua_tonumber,
[INFO] [stdout] 118 | |     coerce: |n| {
[INFO] [stdout] 119 | |         if n >= 0. {
[INFO] [stdout] 120 | |             n as usize
[INFO] [stdout] ...   |
[INFO] [stdout] 125 | | }
[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: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/values.rs:47:17
[INFO] [stdout]     |
[INFO] [stdout]  47 | /                 unsafe {
[INFO] [stdout]  48 | |                     $push(lua.as_lua(), self as _);
[INFO] [stdout]  49 | |                     Ok(PushGuard::new(lua, 1))
[INFO] [stdout]  50 | |                 }
[INFO] [stdout]     | |_________________^
[INFO] [stdout] ...
[INFO] [stdout] 117 | / numeric_impl! {usize, ffi::luaL_pushuint64, ffi::lua_tonumber,
[INFO] [stdout] 118 | |     coerce: |n| {
[INFO] [stdout] 119 | |         if n >= 0. {
[INFO] [stdout] 120 | |             n as usize
[INFO] [stdout] ...   |
[INFO] [stdout] 125 | | }
[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: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/values.rs:49:21
[INFO] [stdout]     |
[INFO] [stdout]  49 |                       Ok(PushGuard::new(lua, 1))
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 117 | / numeric_impl! {usize, ffi::luaL_pushuint64, ffi::lua_tonumber,
[INFO] [stdout] 118 | |     coerce: |n| {
[INFO] [stdout] 119 | |         if n >= 0. {
[INFO] [stdout] 120 | |             n as usize
[INFO] [stdout] ...   |
[INFO] [stdout] 125 | | }
[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: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/values.rs:28:78
[INFO] [stdout]     |
[INFO] [stdout]  28 |               fn push_to_lua(&self, lua: L) -> Result<PushGuard<L>, (Void, L)> {
[INFO] [stdout]     |  ______________________________________________________________________________^
[INFO] [stdout]  29 | |                 Self::push_into_lua(*self, lua)
[INFO] [stdout]  30 | |             }
[INFO] [stdout]     | |_____________^
[INFO] [stdout] ...
[INFO] [stdout] 126 | / numeric_impl! {u64, ffi::luaL_pushuint64, ffi::lua_tonumber,
[INFO] [stdout] 127 | |     coerce: |n| {
[INFO] [stdout] 128 | |         if n >= 0. {
[INFO] [stdout] 129 | |             n as u64
[INFO] [stdout] ...   |
[INFO] [stdout] 134 | | }
[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: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/values.rs:29:17
[INFO] [stdout]     |
[INFO] [stdout]  29 |                   Self::push_into_lua(*self, lua)
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 126 | / numeric_impl! {u64, ffi::luaL_pushuint64, ffi::lua_tonumber,
[INFO] [stdout] 127 | |     coerce: |n| {
[INFO] [stdout] 128 | |         if n >= 0. {
[INFO] [stdout] 129 | |             n as u64
[INFO] [stdout] ...   |
[INFO] [stdout] 134 | | }
[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: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/values.rs:46:79
[INFO] [stdout]     |
[INFO] [stdout]  46 |               fn push_into_lua(self, lua: L) -> Result<PushGuard<L>, (Void, L)> {
[INFO] [stdout]     |  _______________________________________________________________________________^
[INFO] [stdout]  47 | |                 unsafe {
[INFO] [stdout]  48 | |                     $push(lua.as_lua(), self as _);
[INFO] [stdout]  49 | |                     Ok(PushGuard::new(lua, 1))
[INFO] [stdout]  50 | |                 }
[INFO] [stdout]  51 | |             }
[INFO] [stdout]     | |_____________^
[INFO] [stdout] ...
[INFO] [stdout] 126 | / numeric_impl! {u64, ffi::luaL_pushuint64, ffi::lua_tonumber,
[INFO] [stdout] 127 | |     coerce: |n| {
[INFO] [stdout] 128 | |         if n >= 0. {
[INFO] [stdout] 129 | |             n as u64
[INFO] [stdout] ...   |
[INFO] [stdout] 134 | | }
[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: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/values.rs:47:17
[INFO] [stdout]     |
[INFO] [stdout]  47 | /                 unsafe {
[INFO] [stdout]  48 | |                     $push(lua.as_lua(), self as _);
[INFO] [stdout]  49 | |                     Ok(PushGuard::new(lua, 1))
[INFO] [stdout]  50 | |                 }
[INFO] [stdout]     | |_________________^
[INFO] [stdout] ...
[INFO] [stdout] 126 | / numeric_impl! {u64, ffi::luaL_pushuint64, ffi::lua_tonumber,
[INFO] [stdout] 127 | |     coerce: |n| {
[INFO] [stdout] 128 | |         if n >= 0. {
[INFO] [stdout] 129 | |             n as u64
[INFO] [stdout] ...   |
[INFO] [stdout] 134 | | }
[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: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/values.rs:49:21
[INFO] [stdout]     |
[INFO] [stdout]  49 |                       Ok(PushGuard::new(lua, 1))
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 126 | / numeric_impl! {u64, ffi::luaL_pushuint64, ffi::lua_tonumber,
[INFO] [stdout] 127 | |     coerce: |n| {
[INFO] [stdout] 128 | |         if n >= 0. {
[INFO] [stdout] 129 | |             n as u64
[INFO] [stdout] ...   |
[INFO] [stdout] 134 | | }
[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: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/values.rs:28:78
[INFO] [stdout]     |
[INFO] [stdout]  28 |               fn push_to_lua(&self, lua: L) -> Result<PushGuard<L>, (Void, L)> {
[INFO] [stdout]     |  ______________________________________________________________________________^
[INFO] [stdout]  29 | |                 Self::push_into_lua(*self, lua)
[INFO] [stdout]  30 | |             }
[INFO] [stdout]     | |_____________^
[INFO] [stdout] ...
[INFO] [stdout] 135 |   numeric_impl! {u32, ffi::lua_pushinteger, ffi::lua_tointeger}
[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: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/values.rs:29:17
[INFO] [stdout]     |
[INFO] [stdout]  29 |                 Self::push_into_lua(*self, lua)
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 135 | numeric_impl! {u32, ffi::lua_pushinteger, ffi::lua_tointeger}
[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: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/values.rs:46:79
[INFO] [stdout]     |
[INFO] [stdout]  46 |               fn push_into_lua(self, lua: L) -> Result<PushGuard<L>, (Void, L)> {
[INFO] [stdout]     |  _______________________________________________________________________________^
[INFO] [stdout]  47 | |                 unsafe {
[INFO] [stdout]  48 | |                     $push(lua.as_lua(), self as _);
[INFO] [stdout]  49 | |                     Ok(PushGuard::new(lua, 1))
[INFO] [stdout]  50 | |                 }
[INFO] [stdout]  51 | |             }
[INFO] [stdout]     | |_____________^
[INFO] [stdout] ...
[INFO] [stdout] 135 |   numeric_impl! {u32, ffi::lua_pushinteger, ffi::lua_tointeger}
[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: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/values.rs:47:17
[INFO] [stdout]     |
[INFO] [stdout]  47 | /                 unsafe {
[INFO] [stdout]  48 | |                     $push(lua.as_lua(), self as _);
[INFO] [stdout]  49 | |                     Ok(PushGuard::new(lua, 1))
[INFO] [stdout]  50 | |                 }
[INFO] [stdout]     | |_________________^
[INFO] [stdout] ...
[INFO] [stdout] 135 |   numeric_impl! {u32, ffi::lua_pushinteger, ffi::lua_tointeger}
[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: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/values.rs:49:21
[INFO] [stdout]     |
[INFO] [stdout]  49 |                     Ok(PushGuard::new(lua, 1))
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 135 | numeric_impl! {u32, ffi::lua_pushinteger, ffi::lua_tointeger}
[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: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/values.rs:28:78
[INFO] [stdout]     |
[INFO] [stdout]  28 |               fn push_to_lua(&self, lua: L) -> Result<PushGuard<L>, (Void, L)> {
[INFO] [stdout]     |  ______________________________________________________________________________^
[INFO] [stdout]  29 | |                 Self::push_into_lua(*self, lua)
[INFO] [stdout]  30 | |             }
[INFO] [stdout]     | |_____________^
[INFO] [stdout] ...
[INFO] [stdout] 136 |   numeric_impl! {u16, ffi::lua_pushinteger, ffi::lua_tointeger}
[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: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/values.rs:29:17
[INFO] [stdout]     |
[INFO] [stdout]  29 |                 Self::push_into_lua(*self, lua)
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 136 | numeric_impl! {u16, ffi::lua_pushinteger, ffi::lua_tointeger}
[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: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/values.rs:46:79
[INFO] [stdout]     |
[INFO] [stdout]  46 |               fn push_into_lua(self, lua: L) -> Result<PushGuard<L>, (Void, L)> {
[INFO] [stdout]     |  _______________________________________________________________________________^
[INFO] [stdout]  47 | |                 unsafe {
[INFO] [stdout]  48 | |                     $push(lua.as_lua(), self as _);
[INFO] [stdout]  49 | |                     Ok(PushGuard::new(lua, 1))
[INFO] [stdout]  50 | |                 }
[INFO] [stdout]  51 | |             }
[INFO] [stdout]     | |_____________^
[INFO] [stdout] ...
[INFO] [stdout] 136 |   numeric_impl! {u16, ffi::lua_pushinteger, ffi::lua_tointeger}
[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: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/values.rs:47:17
[INFO] [stdout]     |
[INFO] [stdout]  47 | /                 unsafe {
[INFO] [stdout]  48 | |                     $push(lua.as_lua(), self as _);
[INFO] [stdout]  49 | |                     Ok(PushGuard::new(lua, 1))
[INFO] [stdout]  50 | |                 }
[INFO] [stdout]     | |_________________^
[INFO] [stdout] ...
[INFO] [stdout] 136 |   numeric_impl! {u16, ffi::lua_pushinteger, ffi::lua_tointeger}
[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: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/values.rs:49:21
[INFO] [stdout]     |
[INFO] [stdout]  49 |                     Ok(PushGuard::new(lua, 1))
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 136 | numeric_impl! {u16, ffi::lua_pushinteger, ffi::lua_tointeger}
[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: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/values.rs:28:78
[INFO] [stdout]     |
[INFO] [stdout]  28 |               fn push_to_lua(&self, lua: L) -> Result<PushGuard<L>, (Void, L)> {
[INFO] [stdout]     |  ______________________________________________________________________________^
[INFO] [stdout]  29 | |                 Self::push_into_lua(*self, lua)
[INFO] [stdout]  30 | |             }
[INFO] [stdout]     | |_____________^
[INFO] [stdout] ...
[INFO] [stdout] 137 |   numeric_impl! {u8, ffi::lua_pushinteger, ffi::lua_tointeger}
[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: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/values.rs:29:17
[INFO] [stdout]     |
[INFO] [stdout]  29 |                 Self::push_into_lua(*self, lua)
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 137 | numeric_impl! {u8, ffi::lua_pushinteger, ffi::lua_tointeger}
[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: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/values.rs:46:79
[INFO] [stdout]     |
[INFO] [stdout]  46 |               fn push_into_lua(self, lua: L) -> Result<PushGuard<L>, (Void, L)> {
[INFO] [stdout]     |  _______________________________________________________________________________^
[INFO] [stdout]  47 | |                 unsafe {
[INFO] [stdout]  48 | |                     $push(lua.as_lua(), self as _);
[INFO] [stdout]  49 | |                     Ok(PushGuard::new(lua, 1))
[INFO] [stdout]  50 | |                 }
[INFO] [stdout]  51 | |             }
[INFO] [stdout]     | |_____________^
[INFO] [stdout] ...
[INFO] [stdout] 137 |   numeric_impl! {u8, ffi::lua_pushinteger, ffi::lua_tointeger}
[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: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/values.rs:47:17
[INFO] [stdout]     |
[INFO] [stdout]  47 | /                 unsafe {
[INFO] [stdout]  48 | |                     $push(lua.as_lua(), self as _);
[INFO] [stdout]  49 | |                     Ok(PushGuard::new(lua, 1))
[INFO] [stdout]  50 | |                 }
[INFO] [stdout]     | |_________________^
[INFO] [stdout] ...
[INFO] [stdout] 137 |   numeric_impl! {u8, ffi::lua_pushinteger, ffi::lua_tointeger}
[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: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/values.rs:49:21
[INFO] [stdout]     |
[INFO] [stdout]  49 |                     Ok(PushGuard::new(lua, 1))
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 137 | numeric_impl! {u8, ffi::lua_pushinteger, ffi::lua_tointeger}
[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: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/values.rs:28:78
[INFO] [stdout]     |
[INFO] [stdout]  28 |               fn push_to_lua(&self, lua: L) -> Result<PushGuard<L>, (Void, L)> {
[INFO] [stdout]     |  ______________________________________________________________________________^
[INFO] [stdout]  29 | |                 Self::push_into_lua(*self, lua)
[INFO] [stdout]  30 | |             }
[INFO] [stdout]     | |_____________^
[INFO] [stdout] ...
[INFO] [stdout] 139 |   numeric_impl! {f64, ffi::lua_pushnumber, ffi::lua_tonumber}
[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: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/values.rs:29:17
[INFO] [stdout]     |
[INFO] [stdout]  29 |                 Self::push_into_lua(*self, lua)
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 139 | numeric_impl! {f64, ffi::lua_pushnumber, ffi::lua_tonumber}
[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: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/values.rs:46:79
[INFO] [stdout]     |
[INFO] [stdout]  46 |               fn push_into_lua(self, lua: L) -> Result<PushGuard<L>, (Void, L)> {
[INFO] [stdout]     |  _______________________________________________________________________________^
[INFO] [stdout]  47 | |                 unsafe {
[INFO] [stdout]  48 | |                     $push(lua.as_lua(), self as _);
[INFO] [stdout]  49 | |                     Ok(PushGuard::new(lua, 1))
[INFO] [stdout]  50 | |                 }
[INFO] [stdout]  51 | |             }
[INFO] [stdout]     | |_____________^
[INFO] [stdout] ...
[INFO] [stdout] 139 |   numeric_impl! {f64, ffi::lua_pushnumber, ffi::lua_tonumber}
[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: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/values.rs:47:17
[INFO] [stdout]     |
[INFO] [stdout]  47 | /                 unsafe {
[INFO] [stdout]  48 | |                     $push(lua.as_lua(), self as _);
[INFO] [stdout]  49 | |                     Ok(PushGuard::new(lua, 1))
[INFO] [stdout]  50 | |                 }
[INFO] [stdout]     | |_________________^
[INFO] [stdout] ...
[INFO] [stdout] 139 |   numeric_impl! {f64, ffi::lua_pushnumber, ffi::lua_tonumber}
[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: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/values.rs:49:21
[INFO] [stdout]     |
[INFO] [stdout]  49 |                     Ok(PushGuard::new(lua, 1))
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 139 | numeric_impl! {f64, ffi::lua_pushnumber, ffi::lua_tonumber}
[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: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/values.rs:28:78
[INFO] [stdout]     |
[INFO] [stdout]  28 |               fn push_to_lua(&self, lua: L) -> Result<PushGuard<L>, (Void, L)> {
[INFO] [stdout]     |  ______________________________________________________________________________^
[INFO] [stdout]  29 | |                 Self::push_into_lua(*self, lua)
[INFO] [stdout]  30 | |             }
[INFO] [stdout]     | |_____________^
[INFO] [stdout] ...
[INFO] [stdout] 140 |   numeric_impl! {f32, ffi::lua_pushnumber, ffi::lua_tonumber}
[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: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/values.rs:29:17
[INFO] [stdout]     |
[INFO] [stdout]  29 |                 Self::push_into_lua(*self, lua)
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 140 | numeric_impl! {f32, ffi::lua_pushnumber, ffi::lua_tonumber}
[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: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/values.rs:46:79
[INFO] [stdout]     |
[INFO] [stdout]  46 |               fn push_into_lua(self, lua: L) -> Result<PushGuard<L>, (Void, L)> {
[INFO] [stdout]     |  _______________________________________________________________________________^
[INFO] [stdout]  47 | |                 unsafe {
[INFO] [stdout]  48 | |                     $push(lua.as_lua(), self as _);
[INFO] [stdout]  49 | |                     Ok(PushGuard::new(lua, 1))
[INFO] [stdout]  50 | |                 }
[INFO] [stdout]  51 | |             }
[INFO] [stdout]     | |_____________^
[INFO] [stdout] ...
[INFO] [stdout] 140 |   numeric_impl! {f32, ffi::lua_pushnumber, ffi::lua_tonumber}
[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: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/values.rs:47:17
[INFO] [stdout]     |
[INFO] [stdout]  47 | /                 unsafe {
[INFO] [stdout]  48 | |                     $push(lua.as_lua(), self as _);
[INFO] [stdout]  49 | |                     Ok(PushGuard::new(lua, 1))
[INFO] [stdout]  50 | |                 }
[INFO] [stdout]     | |_________________^
[INFO] [stdout] ...
[INFO] [stdout] 140 |   numeric_impl! {f32, ffi::lua_pushnumber, ffi::lua_tonumber}
[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: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/values.rs:49:21
[INFO] [stdout]     |
[INFO] [stdout]  49 |                     Ok(PushGuard::new(lua, 1))
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 140 | numeric_impl! {f32, ffi::lua_pushnumber, ffi::lua_tonumber}
[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: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/values.rs:269:86
[INFO] [stdout]     |
[INFO] [stdout] 269 |                   fn push_to_lua(&$self1, $lua1: L) -> Result<PushGuard<L>, (Void, L)> {
[INFO] [stdout]     |  ______________________________________________________________________________________^
[INFO] [stdout] 270 | |                     $($push)*
[INFO] [stdout] 271 | |                 }
[INFO] [stdout]     | |_________________^
[INFO] [stdout] ...
[INFO] [stdout] 363 | / impl_push_read! { String,
[INFO] [stdout] 364 | |     push_to_lua(&self, lua) {
[INFO] [stdout] 365 | |         push_string_impl!(self, lua)
[INFO] [stdout] ...   |
[INFO] [stdout] 375 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_push_read` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/values.rs:324:9
[INFO] [stdout]     |
[INFO] [stdout] 324 | /         unsafe {
[INFO] [stdout] 325 | |             ffi::lua_pushlstring(
[INFO] [stdout] 326 | |                 $lua.as_lua(),
[INFO] [stdout] 327 | |                 $self.as_bytes().as_ptr() as _,
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |             Ok(PushGuard::new($lua, 1))
[INFO] [stdout] 331 | |         }
[INFO] [stdout]     | |_________^
[INFO] [stdout] ...
[INFO] [stdout] 365 |           push_string_impl!(self, lua)
[INFO] [stdout]     |           ---------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `push_string_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/values.rs:330:13
[INFO] [stdout]     |
[INFO] [stdout] 330 |             Ok(PushGuard::new($lua, 1))
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 365 |         push_string_impl!(self, lua)
[INFO] [stdout]     |         ---------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `push_string_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/values.rs:289:87
[INFO] [stdout]     |
[INFO] [stdout] 289 |                   fn push_into_lua($self2, $lua2: L) -> Result<PushGuard<L>, (Void, L)> {
[INFO] [stdout]     |  _______________________________________________________________________________________^
[INFO] [stdout] 290 | |                     $($push_into)?
[INFO] [stdout] 291 | |                 }
[INFO] [stdout]     | |_________________^
[INFO] [stdout] ...
[INFO] [stdout] 363 | / impl_push_read! { String,
[INFO] [stdout] 364 | |     push_to_lua(&self, lua) {
[INFO] [stdout] 365 | |         push_string_impl!(self, lua)
[INFO] [stdout] ...   |
[INFO] [stdout] 375 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_push_read` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/values.rs:324:9
[INFO] [stdout]     |
[INFO] [stdout] 324 | /         unsafe {
[INFO] [stdout] 325 | |             ffi::lua_pushlstring(
[INFO] [stdout] 326 | |                 $lua.as_lua(),
[INFO] [stdout] 327 | |                 $self.as_bytes().as_ptr() as _,
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |             Ok(PushGuard::new($lua, 1))
[INFO] [stdout] 331 | |         }
[INFO] [stdout]     | |_________^
[INFO] [stdout] ...
[INFO] [stdout] 368 |           push_string_impl!(self, lua)
[INFO] [stdout]     |           ---------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `push_string_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/values.rs:330:13
[INFO] [stdout]     |
[INFO] [stdout] 330 |             Ok(PushGuard::new($lua, 1))
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 368 |         push_string_impl!(self, lua)
[INFO] [stdout]     |         ---------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `push_string_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/values.rs:269:86
[INFO] [stdout]     |
[INFO] [stdout] 269 |                   fn push_to_lua(&$self1, $lua1: L) -> Result<PushGuard<L>, (Void, L)> {
[INFO] [stdout]     |  ______________________________________________________________________________________^
[INFO] [stdout] 270 | |                     $($push)*
[INFO] [stdout] 271 | |                 }
[INFO] [stdout]     | |_________________^
[INFO] [stdout] ...
[INFO] [stdout] 377 | / impl_push_read! { CString,
[INFO] [stdout] 378 | |     push_to_lua(&self, lua) {
[INFO] [stdout] 379 | |         push_string_impl!(self, lua)
[INFO] [stdout] ...   |
[INFO] [stdout] 389 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_push_read` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/values.rs:324:9
[INFO] [stdout]     |
[INFO] [stdout] 324 | /         unsafe {
[INFO] [stdout] 325 | |             ffi::lua_pushlstring(
[INFO] [stdout] 326 | |                 $lua.as_lua(),
[INFO] [stdout] 327 | |                 $self.as_bytes().as_ptr() as _,
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |             Ok(PushGuard::new($lua, 1))
[INFO] [stdout] 331 | |         }
[INFO] [stdout]     | |_________^
[INFO] [stdout] ...
[INFO] [stdout] 379 |           push_string_impl!(self, lua)
[INFO] [stdout]     |           ---------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `push_string_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/values.rs:330:13
[INFO] [stdout]     |
[INFO] [stdout] 330 |             Ok(PushGuard::new($lua, 1))
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 379 |         push_string_impl!(self, lua)
[INFO] [stdout]     |         ---------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `push_string_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/values.rs:289:87
[INFO] [stdout]     |
[INFO] [stdout] 289 |                   fn push_into_lua($self2, $lua2: L) -> Result<PushGuard<L>, (Void, L)> {
[INFO] [stdout]     |  _______________________________________________________________________________________^
[INFO] [stdout] 290 | |                     $($push_into)?
[INFO] [stdout] 291 | |                 }
[INFO] [stdout]     | |_________________^
[INFO] [stdout] ...
[INFO] [stdout] 377 | / impl_push_read! { CString,
[INFO] [stdout] 378 | |     push_to_lua(&self, lua) {
[INFO] [stdout] 379 | |         push_string_impl!(self, lua)
[INFO] [stdout] ...   |
[INFO] [stdout] 389 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_push_read` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/values.rs:324:9
[INFO] [stdout]     |
[INFO] [stdout] 324 | /         unsafe {
[INFO] [stdout] 325 | |             ffi::lua_pushlstring(
[INFO] [stdout] 326 | |                 $lua.as_lua(),
[INFO] [stdout] 327 | |                 $self.as_bytes().as_ptr() as _,
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |             Ok(PushGuard::new($lua, 1))
[INFO] [stdout] 331 | |         }
[INFO] [stdout]     | |_________^
[INFO] [stdout] ...
[INFO] [stdout] 382 |           push_string_impl!(self, lua)
[INFO] [stdout]     |           ---------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `push_string_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/values.rs:330:13
[INFO] [stdout]     |
[INFO] [stdout] 330 |             Ok(PushGuard::new($lua, 1))
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 382 |         push_string_impl!(self, lua)
[INFO] [stdout]     |         ---------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `push_string_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/values.rs:269:86
[INFO] [stdout]     |
[INFO] [stdout] 269 |                   fn push_to_lua(&$self1, $lua1: L) -> Result<PushGuard<L>, (Void, L)> {
[INFO] [stdout]     |  ______________________________________________________________________________________^
[INFO] [stdout] 270 | |                     $($push)*
[INFO] [stdout] 271 | |                 }
[INFO] [stdout]     | |_________________^
[INFO] [stdout] ...
[INFO] [stdout] 391 | / impl_push_read! { AnyLuaString,
[INFO] [stdout] 392 | |     push_to_lua(&self, lua) {
[INFO] [stdout] 393 | |         push_string_impl!(self, lua)
[INFO] [stdout] ...   |
[INFO] [stdout] 403 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_push_read` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/values.rs:324:9
[INFO] [stdout]     |
[INFO] [stdout] 324 | /         unsafe {
[INFO] [stdout] 325 | |             ffi::lua_pushlstring(
[INFO] [stdout] 326 | |                 $lua.as_lua(),
[INFO] [stdout] 327 | |                 $self.as_bytes().as_ptr() as _,
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |             Ok(PushGuard::new($lua, 1))
[INFO] [stdout] 331 | |         }
[INFO] [stdout]     | |_________^
[INFO] [stdout] ...
[INFO] [stdout] 393 |           push_string_impl!(self, lua)
[INFO] [stdout]     |           ---------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `push_string_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/values.rs:330:13
[INFO] [stdout]     |
[INFO] [stdout] 330 |             Ok(PushGuard::new($lua, 1))
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 393 |         push_string_impl!(self, lua)
[INFO] [stdout]     |         ---------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `push_string_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/values.rs:289:87
[INFO] [stdout]     |
[INFO] [stdout] 289 |                   fn push_into_lua($self2, $lua2: L) -> Result<PushGuard<L>, (Void, L)> {
[INFO] [stdout]     |  _______________________________________________________________________________________^
[INFO] [stdout] 290 | |                     $($push_into)?
[INFO] [stdout] 291 | |                 }
[INFO] [stdout]     | |_________________^
[INFO] [stdout] ...
[INFO] [stdout] 391 | / impl_push_read! { AnyLuaString,
[INFO] [stdout] 392 | |     push_to_lua(&self, lua) {
[INFO] [stdout] 393 | |         push_string_impl!(self, lua)
[INFO] [stdout] ...   |
[INFO] [stdout] 403 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_push_read` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/values.rs:324:9
[INFO] [stdout]     |
[INFO] [stdout] 324 | /         unsafe {
[INFO] [stdout] 325 | |             ffi::lua_pushlstring(
[INFO] [stdout] 326 | |                 $lua.as_lua(),
[INFO] [stdout] 327 | |                 $self.as_bytes().as_ptr() as _,
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |             Ok(PushGuard::new($lua, 1))
[INFO] [stdout] 331 | |         }
[INFO] [stdout]     | |_________^
[INFO] [stdout] ...
[INFO] [stdout] 396 |           push_string_impl!(self, lua)
[INFO] [stdout]     |           ---------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `push_string_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `tlua` (lib test) due to 245 previous errors
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/values.rs:330:13
[INFO] [stdout]     |
[INFO] [stdout] 330 |             Ok(PushGuard::new($lua, 1))
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 396 |         push_string_impl!(self, lua)
[INFO] [stdout]     |         ---------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `push_string_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/values.rs:269:86
[INFO] [stdout]     |
[INFO] [stdout] 269 |                   fn push_to_lua(&$self1, $lua1: L) -> Result<PushGuard<L>, (Void, L)> {
[INFO] [stdout]     |  ______________________________________________________________________________________^
[INFO] [stdout] 270 | |                     $($push)*
[INFO] [stdout] 271 | |                 }
[INFO] [stdout]     | |_________________^
[INFO] [stdout] ...
[INFO] [stdout] 405 | / impl_push_read! { str,
[INFO] [stdout] 406 | |     push_to_lua(&self, lua) {
[INFO] [stdout] 407 | |         push_string_impl!(self, lua)
[INFO] [stdout] 408 | |     }
[INFO] [stdout] 409 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_push_read` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/values.rs:324:9
[INFO] [stdout]     |
[INFO] [stdout] 324 | /         unsafe {
[INFO] [stdout] 325 | |             ffi::lua_pushlstring(
[INFO] [stdout] 326 | |                 $lua.as_lua(),
[INFO] [stdout] 327 | |                 $self.as_bytes().as_ptr() as _,
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |             Ok(PushGuard::new($lua, 1))
[INFO] [stdout] 331 | |         }
[INFO] [stdout]     | |_________^
[INFO] [stdout] ...
[INFO] [stdout] 407 |           push_string_impl!(self, lua)
[INFO] [stdout]     |           ---------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `push_string_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/values.rs:330:13
[INFO] [stdout]     |
[INFO] [stdout] 330 |             Ok(PushGuard::new($lua, 1))
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 407 |         push_string_impl!(self, lua)
[INFO] [stdout]     |         ---------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `push_string_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/values.rs:269:86
[INFO] [stdout]     |
[INFO] [stdout] 269 |                   fn push_to_lua(&$self1, $lua1: L) -> Result<PushGuard<L>, (Void, L)> {
[INFO] [stdout]     |  ______________________________________________________________________________________^
[INFO] [stdout] 270 | |                     $($push)*
[INFO] [stdout] 271 | |                 }
[INFO] [stdout]     | |_________________^
[INFO] [stdout] ...
[INFO] [stdout] 411 | / impl_push_read! { CStr,
[INFO] [stdout] 412 | |     push_to_lua(&self, lua) {
[INFO] [stdout] 413 | |         unsafe {
[INFO] [stdout] 414 | |             ffi::lua_pushlstring(
[INFO] [stdout] ...   |
[INFO] [stdout] 422 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_push_read` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/values.rs:413:9
[INFO] [stdout]     |
[INFO] [stdout] 413 | /         unsafe {
[INFO] [stdout] 414 | |             ffi::lua_pushlstring(
[INFO] [stdout] 415 | |                 lua.as_lua(),
[INFO] [stdout] 416 | |                 self.as_ptr() as _,
[INFO] [stdout] ...   |
[INFO] [stdout] 419 | |             Ok(PushGuard::new(lua, 1))
[INFO] [stdout] 420 | |         }
[INFO] [stdout]     | |_________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/values.rs:419:13
[INFO] [stdout]     |
[INFO] [stdout] 419 |             Ok(PushGuard::new(lua, 1))
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/values.rs:269:86
[INFO] [stdout]     |
[INFO] [stdout] 269 |                   fn push_to_lua(&$self1, $lua1: L) -> Result<PushGuard<L>, (Void, L)> {
[INFO] [stdout]     |  ______________________________________________________________________________________^
[INFO] [stdout] 270 | |                     $($push)*
[INFO] [stdout] 271 | |                 }
[INFO] [stdout]     | |_________________^
[INFO] [stdout] ...
[INFO] [stdout] 424 | / impl_push_read! { OsString,
[INFO] [stdout] 425 | |     push_to_lua(&self, lua) {
[INFO] [stdout] 426 | |         push_string_impl!(self, lua)
[INFO] [stdout] ...   |
[INFO] [stdout] 436 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_push_read` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/values.rs:324:9
[INFO] [stdout]     |
[INFO] [stdout] 324 | /         unsafe {
[INFO] [stdout] 325 | |             ffi::lua_pushlstring(
[INFO] [stdout] 326 | |                 $lua.as_lua(),
[INFO] [stdout] 327 | |                 $self.as_bytes().as_ptr() as _,
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |             Ok(PushGuard::new($lua, 1))
[INFO] [stdout] 331 | |         }
[INFO] [stdout]     | |_________^
[INFO] [stdout] ...
[INFO] [stdout] 426 |           push_string_impl!(self, lua)
[INFO] [stdout]     |           ---------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `push_string_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/values.rs:330:13
[INFO] [stdout]     |
[INFO] [stdout] 330 |             Ok(PushGuard::new($lua, 1))
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 426 |         push_string_impl!(self, lua)
[INFO] [stdout]     |         ---------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `push_string_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/values.rs:289:87
[INFO] [stdout]     |
[INFO] [stdout] 289 |                   fn push_into_lua($self2, $lua2: L) -> Result<PushGuard<L>, (Void, L)> {
[INFO] [stdout]     |  _______________________________________________________________________________________^
[INFO] [stdout] 290 | |                     $($push_into)?
[INFO] [stdout] 291 | |                 }
[INFO] [stdout]     | |_________________^
[INFO] [stdout] ...
[INFO] [stdout] 424 | / impl_push_read! { OsString,
[INFO] [stdout] 425 | |     push_to_lua(&self, lua) {
[INFO] [stdout] 426 | |         push_string_impl!(self, lua)
[INFO] [stdout] ...   |
[INFO] [stdout] 436 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_push_read` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/values.rs:324:9
[INFO] [stdout]     |
[INFO] [stdout] 324 | /         unsafe {
[INFO] [stdout] 325 | |             ffi::lua_pushlstring(
[INFO] [stdout] 326 | |                 $lua.as_lua(),
[INFO] [stdout] 327 | |                 $self.as_bytes().as_ptr() as _,
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |             Ok(PushGuard::new($lua, 1))
[INFO] [stdout] 331 | |         }
[INFO] [stdout]     | |_________^
[INFO] [stdout] ...
[INFO] [stdout] 429 |           push_string_impl!(self, lua)
[INFO] [stdout]     |           ---------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `push_string_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/values.rs:330:13
[INFO] [stdout]     |
[INFO] [stdout] 330 |             Ok(PushGuard::new($lua, 1))
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 429 |         push_string_impl!(self, lua)
[INFO] [stdout]     |         ---------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `push_string_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/values.rs:269:86
[INFO] [stdout]     |
[INFO] [stdout] 269 |                   fn push_to_lua(&$self1, $lua1: L) -> Result<PushGuard<L>, (Void, L)> {
[INFO] [stdout]     |  ______________________________________________________________________________________^
[INFO] [stdout] 270 | |                     $($push)*
[INFO] [stdout] 271 | |                 }
[INFO] [stdout]     | |_________________^
[INFO] [stdout] ...
[INFO] [stdout] 438 | / impl_push_read! { OsStr,
[INFO] [stdout] 439 | |     push_to_lua(&self, lua) {
[INFO] [stdout] 440 | |         push_string_impl!(self, lua)
[INFO] [stdout] 441 | |     }
[INFO] [stdout] 442 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_push_read` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/values.rs:324:9
[INFO] [stdout]     |
[INFO] [stdout] 324 | /         unsafe {
[INFO] [stdout] 325 | |             ffi::lua_pushlstring(
[INFO] [stdout] 326 | |                 $lua.as_lua(),
[INFO] [stdout] 327 | |                 $self.as_bytes().as_ptr() as _,
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |             Ok(PushGuard::new($lua, 1))
[INFO] [stdout] 331 | |         }
[INFO] [stdout]     | |_________^
[INFO] [stdout] ...
[INFO] [stdout] 440 |           push_string_impl!(self, lua)
[INFO] [stdout]     |           ---------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `push_string_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/values.rs:330:13
[INFO] [stdout]     |
[INFO] [stdout] 330 |             Ok(PushGuard::new($lua, 1))
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 440 |         push_string_impl!(self, lua)
[INFO] [stdout]     |         ---------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `push_string_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/values.rs:269:86
[INFO] [stdout]     |
[INFO] [stdout] 269 |                   fn push_to_lua(&$self1, $lua1: L) -> Result<PushGuard<L>, (Void, L)> {
[INFO] [stdout]     |  ______________________________________________________________________________________^
[INFO] [stdout] 270 | |                     $($push)*
[INFO] [stdout] 271 | |                 }
[INFO] [stdout]     | |_________________^
[INFO] [stdout] ...
[INFO] [stdout] 444 | / impl_push_read! { PathBuf,
[INFO] [stdout] 445 | |     push_to_lua(&self, lua) {
[INFO] [stdout] 446 | |         self.as_path().push_to_lua(lua)
[INFO] [stdout] ...   |
[INFO] [stdout] 455 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_push_read` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/values.rs:446:9
[INFO] [stdout]     |
[INFO] [stdout] 446 |         self.as_path().push_to_lua(lua)
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/values.rs:289:87
[INFO] [stdout]     |
[INFO] [stdout] 289 |                   fn push_into_lua($self2, $lua2: L) -> Result<PushGuard<L>, (Void, L)> {
[INFO] [stdout]     |  _______________________________________________________________________________________^
[INFO] [stdout] 290 | |                     $($push_into)?
[INFO] [stdout] 291 | |                 }
[INFO] [stdout]     | |_________________^
[INFO] [stdout] ...
[INFO] [stdout] 444 | / impl_push_read! { PathBuf,
[INFO] [stdout] 445 | |     push_to_lua(&self, lua) {
[INFO] [stdout] 446 | |         self.as_path().push_to_lua(lua)
[INFO] [stdout] ...   |
[INFO] [stdout] 455 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_push_read` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/values.rs:324:9
[INFO] [stdout]     |
[INFO] [stdout] 324 | /         unsafe {
[INFO] [stdout] 325 | |             ffi::lua_pushlstring(
[INFO] [stdout] 326 | |                 $lua.as_lua(),
[INFO] [stdout] 327 | |                 $self.as_bytes().as_ptr() as _,
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |             Ok(PushGuard::new($lua, 1))
[INFO] [stdout] 331 | |         }
[INFO] [stdout]     | |_________^
[INFO] [stdout] ...
[INFO] [stdout] 450 |           push_string_impl!(s, lua)
[INFO] [stdout]     |           ------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `push_string_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/values.rs:330:13
[INFO] [stdout]     |
[INFO] [stdout] 330 |             Ok(PushGuard::new($lua, 1))
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 450 |         push_string_impl!(s, lua)
[INFO] [stdout]     |         ------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `push_string_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/values.rs:269:86
[INFO] [stdout]     |
[INFO] [stdout] 269 |                   fn push_to_lua(&$self1, $lua1: L) -> Result<PushGuard<L>, (Void, L)> {
[INFO] [stdout]     |  ______________________________________________________________________________________^
[INFO] [stdout] 270 | |                     $($push)*
[INFO] [stdout] 271 | |                 }
[INFO] [stdout]     | |_________________^
[INFO] [stdout] ...
[INFO] [stdout] 457 | / impl_push_read! { Path,
[INFO] [stdout] 458 | |     push_to_lua(&self, lua) {
[INFO] [stdout] 459 | |         let s = self.as_os_str();
[INFO] [stdout] 460 | |         push_string_impl!(s, lua)
[INFO] [stdout] 461 | |     }
[INFO] [stdout] 462 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_push_read` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/values.rs:324:9
[INFO] [stdout]     |
[INFO] [stdout] 324 | /         unsafe {
[INFO] [stdout] 325 | |             ffi::lua_pushlstring(
[INFO] [stdout] 326 | |                 $lua.as_lua(),
[INFO] [stdout] 327 | |                 $self.as_bytes().as_ptr() as _,
[INFO] [stdout] ...   |
[INFO] [stdout] 330 | |             Ok(PushGuard::new($lua, 1))
[INFO] [stdout] 331 | |         }
[INFO] [stdout]     | |_________^
[INFO] [stdout] ...
[INFO] [stdout] 460 |           push_string_impl!(s, lua)
[INFO] [stdout]     |           ------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `push_string_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/values.rs:330:13
[INFO] [stdout]     |
[INFO] [stdout] 330 |             Ok(PushGuard::new($lua, 1))
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 460 |         push_string_impl!(s, lua)
[INFO] [stdout]     |         ------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `push_string_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/values.rs:269:86
[INFO] [stdout]     |
[INFO] [stdout] 269 |                   fn push_to_lua(&$self1, $lua1: L) -> Result<PushGuard<L>, (Void, L)> {
[INFO] [stdout]     |  ______________________________________________________________________________________^
[INFO] [stdout] 270 | |                     $($push)*
[INFO] [stdout] 271 | |                 }
[INFO] [stdout]     | |_________________^
[INFO] [stdout] ...
[INFO] [stdout] 535 | / impl_push_read! { bool,
[INFO] [stdout] 536 | |     push_to_lua(&self, lua) {
[INFO] [stdout] 537 | |         Self::push_into_lua(*self, lua)
[INFO] [stdout] ...   |
[INFO] [stdout] 555 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_push_read` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/values.rs:537:9
[INFO] [stdout]     |
[INFO] [stdout] 537 |         Self::push_into_lua(*self, lua)
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/values.rs:289:87
[INFO] [stdout]     |
[INFO] [stdout] 289 |                   fn push_into_lua($self2, $lua2: L) -> Result<PushGuard<L>, (Void, L)> {
[INFO] [stdout]     |  _______________________________________________________________________________________^
[INFO] [stdout] 290 | |                     $($push_into)?
[INFO] [stdout] 291 | |                 }
[INFO] [stdout]     | |_________________^
[INFO] [stdout] ...
[INFO] [stdout] 535 | / impl_push_read! { bool,
[INFO] [stdout] 536 | |     push_to_lua(&self, lua) {
[INFO] [stdout] 537 | |         Self::push_into_lua(*self, lua)
[INFO] [stdout] ...   |
[INFO] [stdout] 555 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_push_read` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/values.rs:540:9
[INFO] [stdout]     |
[INFO] [stdout] 540 | /         unsafe {
[INFO] [stdout] 541 | |             ffi::lua_pushboolean(lua.as_lua(), self as _);
[INFO] [stdout] 542 | |             Ok(PushGuard::new(lua, 1))
[INFO] [stdout] 543 | |         }
[INFO] [stdout]     | |_________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/values.rs:542:13
[INFO] [stdout]     |
[INFO] [stdout] 542 |             Ok(PushGuard::new(lua, 1))
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/values.rs:269:86
[INFO] [stdout]     |
[INFO] [stdout] 269 |                   fn push_to_lua(&$self1, $lua1: L) -> Result<PushGuard<L>, (Void, L)> {
[INFO] [stdout]     |  ______________________________________________________________________________________^
[INFO] [stdout] 270 | |                     $($push)*
[INFO] [stdout] 271 | |                 }
[INFO] [stdout]     | |_________________^
[INFO] [stdout] ...
[INFO] [stdout] 557 | / impl_push_read! { (),
[INFO] [stdout] 558 | |     push_to_lua(&self, lua) {
[INFO] [stdout] 559 | |         ().push_into_lua(lua)
[INFO] [stdout] ...   |
[INFO] [stdout] 570 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_push_read` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/values.rs:559:9
[INFO] [stdout]     |
[INFO] [stdout] 559 |         ().push_into_lua(lua)
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/values.rs:289:87
[INFO] [stdout]     |
[INFO] [stdout] 289 |                   fn push_into_lua($self2, $lua2: L) -> Result<PushGuard<L>, (Void, L)> {
[INFO] [stdout]     |  _______________________________________________________________________________________^
[INFO] [stdout] 290 | |                     $($push_into)?
[INFO] [stdout] 291 | |                 }
[INFO] [stdout]     | |_________________^
[INFO] [stdout] ...
[INFO] [stdout] 557 | / impl_push_read! { (),
[INFO] [stdout] 558 | |     push_to_lua(&self, lua) {
[INFO] [stdout] 559 | |         ().push_into_lua(lua)
[INFO] [stdout] ...   |
[INFO] [stdout] 570 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_push_read` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/values.rs:562:9
[INFO] [stdout]     |
[INFO] [stdout] 562 |         unsafe { Ok(PushGuard::new(lua, 0)) }
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/values.rs:562:18
[INFO] [stdout]     |
[INFO] [stdout] 562 |         unsafe { Ok(PushGuard::new(lua, 0)) }
[INFO] [stdout]     |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/values.rs:269:86
[INFO] [stdout]     |
[INFO] [stdout] 269 |                   fn push_to_lua(&$self1, $lua1: L) -> Result<PushGuard<L>, (Void, L)> {
[INFO] [stdout]     |  ______________________________________________________________________________________^
[INFO] [stdout] 270 | |                     $($push)*
[INFO] [stdout] 271 | |                 }
[INFO] [stdout]     | |_________________^
[INFO] [stdout] ...
[INFO] [stdout] 664 | / impl_push_read! {Nil,
[INFO] [stdout] 665 | |     push_to_lua(&self, lua) {
[INFO] [stdout] 666 | |         Self::push_into_lua(*self, lua)
[INFO] [stdout] ...   |
[INFO] [stdout] 691 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_push_read` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/values.rs:666:9
[INFO] [stdout]     |
[INFO] [stdout] 666 |         Self::push_into_lua(*self, lua)
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/values.rs:289:87
[INFO] [stdout]     |
[INFO] [stdout] 289 |                   fn push_into_lua($self2, $lua2: L) -> Result<PushGuard<L>, (Void, L)> {
[INFO] [stdout]     |  _______________________________________________________________________________________^
[INFO] [stdout] 290 | |                     $($push_into)?
[INFO] [stdout] 291 | |                 }
[INFO] [stdout]     | |_________________^
[INFO] [stdout] ...
[INFO] [stdout] 664 | / impl_push_read! {Nil,
[INFO] [stdout] 665 | |     push_to_lua(&self, lua) {
[INFO] [stdout] 666 | |         Self::push_into_lua(*self, lua)
[INFO] [stdout] ...   |
[INFO] [stdout] 691 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_push_read` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/values.rs:669:9
[INFO] [stdout]     |
[INFO] [stdout] 669 | /         unsafe {
[INFO] [stdout] 670 | |             ffi::lua_pushnil(lua.as_lua());
[INFO] [stdout] 671 | |             Ok(PushGuard::new(lua, 1))
[INFO] [stdout] 672 | |         }
[INFO] [stdout]     | |_________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/values.rs:671:13
[INFO] [stdout]     |
[INFO] [stdout] 671 |             Ok(PushGuard::new(lua, 1))
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/values.rs:269:86
[INFO] [stdout]     |
[INFO] [stdout] 269 |                   fn push_to_lua(&$self1, $lua1: L) -> Result<PushGuard<L>, (Void, L)> {
[INFO] [stdout]     |  ______________________________________________________________________________________^
[INFO] [stdout] 270 | |                     $($push)*
[INFO] [stdout] 271 | |                 }
[INFO] [stdout]     | |_________________^
[INFO] [stdout] ...
[INFO] [stdout] 713 | / impl_push_read! {Null,
[INFO] [stdout] 714 | |     push_to_lua(&self, lua) {
[INFO] [stdout] 715 | |         Self::push_into_lua(*self, lua)
[INFO] [stdout] ...   |
[INFO] [stdout] 741 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_push_read` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/values.rs:715:9
[INFO] [stdout]     |
[INFO] [stdout] 715 |         Self::push_into_lua(*self, lua)
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/values.rs:289:87
[INFO] [stdout]     |
[INFO] [stdout] 289 |                   fn push_into_lua($self2, $lua2: L) -> Result<PushGuard<L>, (Void, L)> {
[INFO] [stdout]     |  _______________________________________________________________________________________^
[INFO] [stdout] 290 | |                     $($push_into)?
[INFO] [stdout] 291 | |                 }
[INFO] [stdout]     | |_________________^
[INFO] [stdout] ...
[INFO] [stdout] 713 | / impl_push_read! {Null,
[INFO] [stdout] 714 | |     push_to_lua(&self, lua) {
[INFO] [stdout] 715 | |         Self::push_into_lua(*self, lua)
[INFO] [stdout] ...   |
[INFO] [stdout] 741 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_push_read` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/values.rs:718:9
[INFO] [stdout]     |
[INFO] [stdout] 718 | /         unsafe {
[INFO] [stdout] 719 | |             let cdata = ffi::luaL_pushcdata(lua.as_lua(), ffi::CTID_P_VOID);
[INFO] [stdout] 720 | |             *cdata.cast::<*mut c_void>() = null_mut();
[INFO] [stdout] 721 | |             Ok(PushGuard::new(lua, 1))
[INFO] [stdout] 722 | |         }
[INFO] [stdout]     | |_________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/values.rs:721:13
[INFO] [stdout]     |
[INFO] [stdout] 721 |             Ok(PushGuard::new(lua, 1))
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/values.rs:269:86
[INFO] [stdout]     |
[INFO] [stdout] 269 |                   fn push_to_lua(&$self1, $lua1: L) -> Result<PushGuard<L>, (Void, L)> {
[INFO] [stdout]     |  ______________________________________________________________________________________^
[INFO] [stdout] 270 | |                     $($push)*
[INFO] [stdout] 271 | |                 }
[INFO] [stdout]     | |_________________^
[INFO] [stdout] ...
[INFO] [stdout] 766 | / impl_push_read! {True,
[INFO] [stdout] 767 | |     push_to_lua(&self, lua) {
[INFO] [stdout] 768 | |         Self::push_into_lua(*self, lua)
[INFO] [stdout] ...   |
[INFO] [stdout] 784 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_push_read` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/values.rs:768:9
[INFO] [stdout]     |
[INFO] [stdout] 768 |         Self::push_into_lua(*self, lua)
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/values.rs:289:87
[INFO] [stdout]     |
[INFO] [stdout] 289 |                   fn push_into_lua($self2, $lua2: L) -> Result<PushGuard<L>, (Void, L)> {
[INFO] [stdout]     |  _______________________________________________________________________________________^
[INFO] [stdout] 290 | |                     $($push_into)?
[INFO] [stdout] 291 | |                 }
[INFO] [stdout]     | |_________________^
[INFO] [stdout] ...
[INFO] [stdout] 766 | / impl_push_read! {True,
[INFO] [stdout] 767 | |     push_to_lua(&self, lua) {
[INFO] [stdout] 768 | |         Self::push_into_lua(*self, lua)
[INFO] [stdout] ...   |
[INFO] [stdout] 784 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_push_read` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/values.rs:771:9
[INFO] [stdout]     |
[INFO] [stdout] 771 |         true.push_into_lua(lua)
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/values.rs:269:86
[INFO] [stdout]     |
[INFO] [stdout] 269 |                   fn push_to_lua(&$self1, $lua1: L) -> Result<PushGuard<L>, (Void, L)> {
[INFO] [stdout]     |  ______________________________________________________________________________________^
[INFO] [stdout] 270 | |                     $($push)*
[INFO] [stdout] 271 | |                 }
[INFO] [stdout]     | |_________________^
[INFO] [stdout] ...
[INFO] [stdout] 816 | / impl_push_read! {False,
[INFO] [stdout] 817 | |     push_to_lua(&self, lua) {
[INFO] [stdout] 818 | |         Self::push_into_lua(*self, lua)
[INFO] [stdout] ...   |
[INFO] [stdout] 834 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_push_read` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/values.rs:818:9
[INFO] [stdout]     |
[INFO] [stdout] 818 |         Self::push_into_lua(*self, lua)
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/values.rs:289:87
[INFO] [stdout]     |
[INFO] [stdout] 289 |                   fn push_into_lua($self2, $lua2: L) -> Result<PushGuard<L>, (Void, L)> {
[INFO] [stdout]     |  _______________________________________________________________________________________^
[INFO] [stdout] 290 | |                     $($push_into)?
[INFO] [stdout] 291 | |                 }
[INFO] [stdout]     | |_________________^
[INFO] [stdout] ...
[INFO] [stdout] 816 | / impl_push_read! {False,
[INFO] [stdout] 817 | |     push_to_lua(&self, lua) {
[INFO] [stdout] 818 | |         Self::push_into_lua(*self, lua)
[INFO] [stdout] ...   |
[INFO] [stdout] 834 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_push_read` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PushGuard<L>, (Void, L)>
[INFO] [stdout]    --> src/values.rs:821:9
[INFO] [stdout]     |
[INFO] [stdout] 821 |         false.push_into_lua(lua)
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `tlua` (lib) due to 245 previous errors
[INFO] running `Command { std: "docker" "inspect" "faac9aa6f13af38e11c5a1ee18b31a35754791dd7ae16942f009b4a584620a41", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "faac9aa6f13af38e11c5a1ee18b31a35754791dd7ae16942f009b4a584620a41", kill_on_drop: false }`
[INFO] [stdout] faac9aa6f13af38e11c5a1ee18b31a35754791dd7ae16942f009b4a584620a41
