]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/async-await/issue-62658.rs
Auto merge of #103217 - mejrs:track, r=eholk
[rust.git] / src / test / ui / async-await / issue-62658.rs
index 90fbb47bffda8b1fb966da7d1684fd6282f66172..d0af01e0c009f97f88f27af9224edbb76a7f0a6f 100644 (file)
@@ -4,8 +4,6 @@
 // build-pass
 // edition:2018
 
-#![feature(async_await)]
-
 async fn noop() {}
 
 async fn foo() {