diff options
| author | Scott McMurray <scottmcm@users.noreply.github.com> | 2021-04-14 16:40:23 -0700 |
|---|---|---|
| committer | Scott McMurray <scottmcm@users.noreply.github.com> | 2021-05-06 11:37:44 -0700 |
| commit | c10eec3a1ca0a328f406f6b752eb0fd3a90dca91 (patch) | |
| tree | 128a2ba89c6537a210def5130447fdafa8ce7fcc /library/alloc/src/lib.rs | |
| parent | d44f647ffcff0e1ff2c0f45b6a0ce9796d80f1ca (diff) | |
| download | rust-c10eec3a1ca0a328f406f6b752eb0fd3a90dca91.tar.gz rust-c10eec3a1ca0a328f406f6b752eb0fd3a90dca91.zip | |
Bootstrapping preparation for the library
Since just `ops::Try` will need to change meaning.
Diffstat (limited to 'library/alloc/src/lib.rs')
| -rw-r--r-- | library/alloc/src/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/library/alloc/src/lib.rs b/library/alloc/src/lib.rs index 66b1036f2ab..af973c29bde 100644 --- a/library/alloc/src/lib.rs +++ b/library/alloc/src/lib.rs @@ -141,6 +141,7 @@ #![feature(alloc_layout_extra)] #![feature(trusted_random_access)] #![feature(try_trait)] +#![feature(try_trait_transition)] #![feature(min_type_alias_impl_trait)] #![feature(associated_type_bounds)] #![feature(slice_group_by)] |
