diff options
| author | Josh Stone <jistone@redhat.com> | 2020-04-16 17:38:52 -0700 |
|---|---|---|
| committer | Josh Stone <jistone@redhat.com> | 2020-04-19 07:33:58 -0700 |
| commit | 7b005c5fcb743e97b3cafee951b19fe7e51753c8 (patch) | |
| tree | d5957a313d6f45c65b344b9c1bf6cf0247fd4409 /src/librustc_apfloat/lib.rs | |
| parent | 36b1a9296cde2b773771710e9bbd608fd2eca35f (diff) | |
| download | rust-7b005c5fcb743e97b3cafee951b19fe7e51753c8.tar.gz rust-7b005c5fcb743e97b3cafee951b19fe7e51753c8.zip | |
Dogfood more or_patterns in the compiler
Diffstat (limited to 'src/librustc_apfloat/lib.rs')
| -rw-r--r-- | src/librustc_apfloat/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/librustc_apfloat/lib.rs b/src/librustc_apfloat/lib.rs index d08ff60a366..09a069ab313 100644 --- a/src/librustc_apfloat/lib.rs +++ b/src/librustc_apfloat/lib.rs @@ -34,6 +34,7 @@ #![no_std] #![forbid(unsafe_code)] #![feature(nll)] +#![feature(or_patterns)] #[macro_use] extern crate alloc; |
