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 8a7f2dfCopy full SHA for 8a7f2df
1 file changed
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();
0 commit comments