mlua/tests/compile
Alex Orlenko 9fdba541e9
Update `UserDataMethods::add_async_method()` functions to take `&T` as second argument instead of cloning `T`.
New functions: `UserDataMethods::add_async_method_mut()`, `UserDataMethods::add_async_meta_method_mut()`.
2023-06-15 00:34:41 +01:00
..
async_any_userdata_method.rs Update `UserDataMethods::add_async_method()` functions to take `&T` as second argument instead of cloning `T`. 2023-06-15 00:34:41 +01:00
async_any_userdata_method.stderr Update `UserDataMethods::add_async_method()` functions to take `&T` as second argument instead of cloning `T`. 2023-06-15 00:34:41 +01:00
async_nonstatic_userdata.rs Update compile tests 2022-08-23 23:12:37 +01:00
async_nonstatic_userdata.stderr Update `UserDataMethods::add_async_method()` functions to take `&T` as second argument instead of cloning `T`. 2023-06-15 00:34:41 +01:00
async_userdata_method.rs Update `UserDataMethods::add_async_method()` functions to take `&T` as second argument instead of cloning `T`. 2023-06-15 00:34:41 +01:00
async_userdata_method.stderr Update `UserDataMethods::add_async_method()` functions to take `&T` as second argument instead of cloning `T`. 2023-06-15 00:34:41 +01:00
function_borrow.rs Update compile tests to include async/send features 2020-05-12 03:16:29 +01:00
function_borrow.stderr Update compile tests 2022-08-23 23:12:37 +01:00
lua_norefunwindsafe.rs Update compile tests to include async/send features 2020-05-12 03:16:29 +01:00
lua_norefunwindsafe.stderr Update compile tests 2023-04-27 23:06:38 +01:00
non_send.rs Update compile tests to include async/send features 2020-05-12 03:16:29 +01:00
non_send.stderr Update compile tests 2023-04-27 23:06:38 +01:00
ref_nounwindsafe.rs Update compile tests to include async/send features 2020-05-12 03:16:29 +01:00
ref_nounwindsafe.stderr Update compile tests 2023-04-27 23:06:38 +01:00
scope_callback_capture.rs Update compile tests to include async/send features 2020-05-12 03:16:29 +01:00
scope_callback_capture.stderr Update compile tests 2020-07-27 10:49:01 +01:00
scope_callback_inner.rs Update compile tests to include async/send features 2020-05-12 03:16:29 +01:00
scope_callback_inner.stderr Update compile tests 2022-04-13 14:30:52 +01:00
scope_callback_outer.rs Update compile tests to include async/send features 2020-05-12 03:16:29 +01:00
scope_callback_outer.stderr Update compile tests 2020-12-29 23:20:06 +00:00
scope_invariance.rs Update compile tests to include async/send features 2020-05-12 03:16:29 +01:00
scope_invariance.stderr Update compile tests 2022-08-23 23:12:37 +01:00
scope_mutable_aliasing.rs Update trybuild messages 2021-07-13 11:59:33 +01:00
scope_mutable_aliasing.stderr Update compile tests to include async/send features 2020-05-12 03:16:29 +01:00
scope_userdata_borrow.rs Update trybuild messages 2021-07-13 11:59:33 +01:00
scope_userdata_borrow.stderr Update compile tests 2022-04-13 14:30:52 +01:00
static_callback_args.rs Update compile tests to include async/send features 2020-05-12 03:16:29 +01:00
static_callback_args.stderr Update compile tests 2023-04-27 23:06:38 +01:00
userdata_borrow.rs Update compile tests to include async/send features 2020-05-12 03:16:29 +01:00
userdata_borrow.stderr Update compile tests to include async/send features 2020-05-12 03:16:29 +01:00