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:
authorMichael Goulet <michael@errs.io>2023-10-24 15:27:02 +0000
committerMichael Goulet <michael@errs.io>2023-10-24 15:27:06 +0000
commit90e3aaeca2b5c88a652d78389c2a927abfb66e4c (patch)
tree0d1157dc4b21bc8baba222aade8c3093caf28258 /tests/ui/async-await/in-trait/async-example-desugared-extra.rs
parentcee6db171d03c22f1cbf98a72dffde858a49fbd8 (diff)
downloadrust-90e3aaeca2b5c88a652d78389c2a927abfb66e4c.tar.gz
rust-90e3aaeca2b5c88a652d78389c2a927abfb66e4c.zip
Remove incomplete features from RPITIT/AFIT tests
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.rs1
1 files changed, 0 insertions, 1 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 f0c59180fb5..ce93bd62608 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
@@ -2,7 +2,6 @@
 // edition: 2021
 
 #![feature(lint_reasons)]
-#![allow(incomplete_features)]
 
 use std::future::Future;
 use std::pin::Pin;