diff options
| author | Shotaro Yamada <sinkuu@sinkuu.xyz> | 2018-12-08 20:15:49 +0900 |
|---|---|---|
| committer | Shotaro Yamada <sinkuu@sinkuu.xyz> | 2018-12-09 00:01:09 +0900 |
| commit | e704ce9e8af1713eb938a9acd7f27bf96f88664e (patch) | |
| tree | ddce30858de2d1fe7e6aa326bb0e7071b148719a /src/libcore/lib.rs | |
| parent | fbe5aa57ed810733f2fd4047cf5e5c24aebd8b01 (diff) | |
| download | rust-e704ce9e8af1713eb938a9acd7f27bf96f88664e.tar.gz rust-e704ce9e8af1713eb938a9acd7f27bf96f88664e.zip | |
Resolve FIXME and cleanup
Diffstat (limited to 'src/libcore/lib.rs')
| -rw-r--r-- | src/libcore/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libcore/lib.rs b/src/libcore/lib.rs index 726e891df0c..1287e11cff4 100644 --- a/src/libcore/lib.rs +++ b/src/libcore/lib.rs @@ -92,6 +92,7 @@ #![feature(link_llvm_intrinsics)] #![feature(never_type)] #![feature(nll)] +#![feature(bind_by_move_pattern_guards)] #![feature(exhaustive_patterns)] #![feature(no_core)] #![feature(on_unimplemented)] |
