disable test with self-referential generator on Miri
This commit is contained in:
parent
60f3bd78ee
commit
5994990088
@ -30,6 +30,7 @@ fn poll_n(val: usize, num: usize) -> PollN {
|
||||
}
|
||||
|
||||
#[test]
|
||||
#[cfg_attr(miri, ignore)] // self-referential generators do not work with Miri's aliasing checks
|
||||
fn test_join() {
|
||||
block_on(async move {
|
||||
let x = join!(async { 0 }).await;
|
||||
|
Loading…
Reference in New Issue
Block a user