File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
- #![ feature( generic_associated_types, min_type_alias_impl_trait ) ]
1
+ #![ feature( generic_associated_types, type_alias_impl_trait ) ]
2
2
extern crate real_async_trait;
3
3
4
4
use std:: collections:: BTreeMap ;
Original file line number Diff line number Diff line change 34
34
//!
35
35
//! ## Example
36
36
//! ```
37
- //! #![feature(generic_associated_types, min_type_alias_impl_trait )]
37
+ //! #![feature(generic_associated_types, type_alias_impl_trait )]
38
38
//! use real_async_trait::real_async_trait;
39
39
//!
40
40
//! /// An error code, similar to `errno` in C.
125
125
//! Meanwhile, the impls will get the following generated code (simplified here as well):
126
126
//!
127
127
//! ```
128
- //! # #![feature(generic_associated_types, min_type_alias_impl_trait )]
128
+ //! # #![feature(generic_associated_types, type_alias_impl_trait )]
129
129
//! # struct FileDescriptor;
130
130
//! # struct Errno;
131
131
//! # pub trait RedoxScheme {
You can’t perform that action at this time.
0 commit comments