diff options
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/ui/async-await/async-drop/assign-incompatible-types.rs (renamed from tests/crashes/140530.rs) | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/crashes/140530.rs b/tests/ui/async-await/async-drop/assign-incompatible-types.rs index 7e0372a4bd8..359939ff9ac 100644 --- a/tests/crashes/140530.rs +++ b/tests/ui/async-await/async-drop/assign-incompatible-types.rs @@ -1,7 +1,8 @@ -//@ known-bug: #140530 +// ex-ice: #140530 //@ edition: 2024 - +//@ build-pass #![feature(async_drop, gen_blocks)] +#![allow(incomplete_features)] async gen fn a() { _ = async {} } |
