]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/async-await/issue-71137.rs
Rollup merge of #103570 - lukas-code:stabilize-ilog, r=scottmcm
[rust.git] / src / test / ui / async-await / issue-71137.rs
index ebb392a45308e85bb34c7c84ab5adc4ba8345e87..7695e0325ff31feb45ee5dc1dc990d44d08ec2af 100644 (file)
@@ -1,4 +1,6 @@
 // edition:2018
+#![feature(must_not_suspend)]
+#![allow(must_not_suspend)]
 
 use std::future::Future;
 use std::sync::Mutex;