diff options
| author | Michael Goulet <michael@errs.io> | 2023-05-01 05:29:36 +0000 |
|---|---|---|
| committer | Michael Goulet <michael@errs.io> | 2023-05-02 05:04:50 +0000 |
| commit | 7411468ff817884cdb1239e85b5ab785cc65e36d (patch) | |
| tree | a977c119ff29836b826db36020ea5301ff1c1a3c /tests/ui/async-await/in-trait/missing-send-bound.rs | |
| parent | 1cb63572d271855a5ccef79a3e10a8015d00f6ad (diff) | |
| download | rust-7411468ff817884cdb1239e85b5ab785cc65e36d.tar.gz rust-7411468ff817884cdb1239e85b5ab785cc65e36d.zip | |
Mark RPITIT and AFIT as no longer incomplete
Diffstat (limited to 'tests/ui/async-await/in-trait/missing-send-bound.rs')
| -rw-r--r-- | tests/ui/async-await/in-trait/missing-send-bound.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/ui/async-await/in-trait/missing-send-bound.rs b/tests/ui/async-await/in-trait/missing-send-bound.rs index 705fcf322f9..b602865cbb1 100644 --- a/tests/ui/async-await/in-trait/missing-send-bound.rs +++ b/tests/ui/async-await/in-trait/missing-send-bound.rs @@ -3,7 +3,6 @@ // revisions: current next #![feature(async_fn_in_trait)] -//~^ WARN the feature `async_fn_in_trait` is incomplete and may not be safe to use and/or cause compiler crashes trait Foo { async fn bar(); |
