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 3c40cfe commit c80a97bCopy full SHA for c80a97b
1 file changed
tests/send.rs
@@ -47,8 +47,8 @@ fn test_userdata_multithread_access_send_only() -> Result<()> {
47
Ok(())
48
}
49
50
-#[rustversion::stable]
51
#[test]
+#[ignore = "rust change https://github.com/rust-lang/rust/pull/135634"]
52
fn test_userdata_multithread_access_sync() -> Result<()> {
53
let lua = Lua::new();
54
0 commit comments