We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60f3bd7 commit 5994990Copy full SHA for 5994990
library/core/tests/future.rs
@@ -30,6 +30,7 @@ fn poll_n(val: usize, num: usize) -> PollN {
30
}
31
32
#[test]
33
+#[cfg_attr(miri, ignore)] // self-referential generators do not work with Miri's aliasing checks
34
fn test_join() {
35
block_on(async move {
36
let x = join!(async { 0 }).await;
0 commit comments