diff options
| author | Josh Stone <jistone@redhat.com> | 2020-04-16 12:44:57 -0700 |
|---|---|---|
| committer | Josh Stone <jistone@redhat.com> | 2020-04-16 12:44:57 -0700 |
| commit | 2edd123a233fff2fbccd17299e0c14d2203e1acc (patch) | |
| tree | 0a17e3a35ef2901f28cc637693889a057f77910f /src/liballoc/lib.rs | |
| parent | 7fb5187d0423f4cd0441526571b8cd61927123c9 (diff) | |
| download | rust-2edd123a233fff2fbccd17299e0c14d2203e1acc.tar.gz rust-2edd123a233fff2fbccd17299e0c14d2203e1acc.zip | |
Dogfood or_patterns in the standard library
Diffstat (limited to 'src/liballoc/lib.rs')
| -rw-r--r-- | src/liballoc/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/liballoc/lib.rs b/src/liballoc/lib.rs index 121c1cde548..a2071844d5d 100644 --- a/src/liballoc/lib.rs +++ b/src/liballoc/lib.rs @@ -103,6 +103,7 @@ #![feature(new_uninit)] #![feature(nll)] #![feature(optin_builtin_traits)] +#![feature(or_patterns)] #![feature(pattern)] #![feature(ptr_internals)] #![feature(ptr_offset_from)] |
