diff options
| author | Jacob Pratt <jacob@jhpratt.dev> | 2021-02-09 17:30:37 -0500 |
|---|---|---|
| committer | Jacob Pratt <jacob@jhpratt.dev> | 2021-02-09 23:17:11 -0500 |
| commit | c28f2a8bee0274df49579e6e2bc4236e8e8ec279 (patch) | |
| tree | 78917a8404f82d9297236f16607a0137df7c3d40 /compiler/rustc_mir/src/lib.rs | |
| parent | 097bc6a84f2280a889b9ab4b544f27851a978927 (diff) | |
| download | rust-c28f2a8bee0274df49579e6e2bc4236e8e8ec279.tar.gz rust-c28f2a8bee0274df49579e6e2bc4236e8e8ec279.zip | |
Stabilize str_split_once
Diffstat (limited to 'compiler/rustc_mir/src/lib.rs')
| -rw-r--r-- | compiler/rustc_mir/src/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/rustc_mir/src/lib.rs b/compiler/rustc_mir/src/lib.rs index 8b3881ef9de..508510a81e1 100644 --- a/compiler/rustc_mir/src/lib.rs +++ b/compiler/rustc_mir/src/lib.rs @@ -28,7 +28,6 @@ Rust MIR: a lowered representation of Rust. #![feature(or_patterns)] #![feature(once_cell)] #![feature(control_flow_enum)] -#![feature(str_split_once)] #![recursion_limit = "256"] #[macro_use] |
