IntoFuture::into_future is no longer unstable

This commit is contained in:
Michael Goulet
2023-04-26 21:06:22 +00:00
parent 8763965a2c
commit c18e7b765f
4 changed files with 2 additions and 9 deletions

View File

@@ -136,7 +136,6 @@ struct LoweringContext<'a, 'hir> {
allow_try_trait: Option<Lrc<[Symbol]>>,
allow_gen_future: Option<Lrc<[Symbol]>>,
allow_into_future: Option<Lrc<[Symbol]>>,
/// Mapping from generics `def_id`s to TAIT generics `def_id`s.
/// For each captured lifetime (e.g., 'a), we create a new lifetime parameter that is a generic