Skip to content

Commit a272892

Browse files
committed
Temporary disable some send tests on nightly
Aparently there is a regression in the compiler and sync detection does not work correctly
1 parent 676f3a6 commit a272892

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

tests/send.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ fn test_userdata_multithread_access_send_only() -> Result<()> {
4747
Ok(())
4848
}
4949

50+
#[rustversion::stable]
5051
#[test]
5152
fn test_userdata_multithread_access_sync() -> Result<()> {
5253
let lua = Lua::new();

tests/userdata.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -957,6 +957,7 @@ fn test_nested_userdata_gc() -> Result<()> {
957957
}
958958

959959
#[cfg(feature = "userdata-wrappers")]
960+
#[rustversion::stable]
960961
#[test]
961962
fn test_userdata_wrappers() -> Result<()> {
962963
#[derive(Debug)]

0 commit comments

Comments
 (0)