about summary refs log tree commit diff
path: root/tests/ui/async-await/in-trait/async-example-desugared-extra.rs
diff options
context:
space:
mode:
authorxFrednet <xFrednet@gmail.com>2024-02-10 21:53:34 +0000
committerxFrednet <xFrednet@gmail.com>2024-06-25 17:22:22 +0200
commit8b14e23dce2d3cc7cb873609a22c727421d02d3b (patch)
tree468f73a9a381b1fc4ea3a9abe23609878b75900a /tests/ui/async-await/in-trait/async-example-desugared-extra.rs
parentd929a42a664c026167800801b26d734db925314f (diff)
downloadrust-8b14e23dce2d3cc7cb873609a22c727421d02d3b.tar.gz
rust-8b14e23dce2d3cc7cb873609a22c727421d02d3b.zip
RFC 2383: Stabilize `lint_reasons` :tada:
Diffstat (limited to 'tests/ui/async-await/in-trait/async-example-desugared-extra.rs')
-rw-r--r--tests/ui/async-await/in-trait/async-example-desugared-extra.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/ui/async-await/in-trait/async-example-desugared-extra.rs b/tests/ui/async-await/in-trait/async-example-desugared-extra.rs
index b4fbcb78c13..d85ad869fd4 100644
--- a/tests/ui/async-await/in-trait/async-example-desugared-extra.rs
+++ b/tests/ui/async-await/in-trait/async-example-desugared-extra.rs
@@ -1,8 +1,6 @@
 //@ check-pass
 //@ edition: 2021
 
-#![feature(lint_reasons)]
-
 use std::future::Future;
 use std::pin::Pin;
 use std::task::Poll;