]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/generator/yielding-in-match-guards.rs
Auto merge of #98051 - davidtwco:split-dwarf-stabilization, r=wesleywiser
[rust.git] / src / test / ui / generator / yielding-in-match-guards.rs
index 5c10a7c781183e3ad7600e1499b1bebd8bbe016a..4e89fc975d04c95a1dde7a892cedcfd3f146e0c0 100644 (file)
@@ -11,7 +11,6 @@
 // of the underlying generator.
 
 #![feature(if_let_guard)]
-#![allow(incomplete_features)]
 
 async fn f() -> u8 { 1 }
 async fn foo() -> [bool; 10] { [false; 10] }