We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 676f3a6 commit a272892Copy full SHA for a272892
tests/send.rs
@@ -47,6 +47,7 @@ fn test_userdata_multithread_access_send_only() -> Result<()> {
47
Ok(())
48
}
49
50
+#[rustversion::stable]
51
#[test]
52
fn test_userdata_multithread_access_sync() -> Result<()> {
53
let lua = Lua::new();
tests/userdata.rs
@@ -957,6 +957,7 @@ fn test_nested_userdata_gc() -> Result<()> {
957
958
959
#[cfg(feature = "userdata-wrappers")]
960
961
962
fn test_userdata_wrappers() -> Result<()> {
963
#[derive(Debug)]
0 commit comments