diff options
| author | Michael Goulet <michael@errs.io> | 2023-09-13 16:04:42 +0000 |
|---|---|---|
| committer | Michael Goulet <michael@errs.io> | 2023-10-13 21:01:36 +0000 |
| commit | 59315b8a6346b9e2ed5a77eff2d8276101daa25b (patch) | |
| tree | da04fa03c6ccf428323b6cd77daee32e68d71c33 /tests/rustdoc/async-trait-sig.rs | |
| parent | 57ef8898520f7ff2c60341636bb86d94cb550e79 (diff) | |
| download | rust-59315b8a6346b9e2ed5a77eff2d8276101daa25b.tar.gz rust-59315b8a6346b9e2ed5a77eff2d8276101daa25b.zip | |
Stabilize AFIT and RPITIT
Diffstat (limited to 'tests/rustdoc/async-trait-sig.rs')
| -rw-r--r-- | tests/rustdoc/async-trait-sig.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/rustdoc/async-trait-sig.rs b/tests/rustdoc/async-trait-sig.rs index 2578bc8f7a1..db1848f716d 100644 --- a/tests/rustdoc/async-trait-sig.rs +++ b/tests/rustdoc/async-trait-sig.rs @@ -1,6 +1,5 @@ // edition:2021 -#![feature(async_fn_in_trait)] #![allow(incomplete_features)] pub trait Foo { |
