diff options
| author | bstrie <865233+bstrie@users.noreply.github.com> | 2021-03-08 18:44:03 -0500 |
|---|---|---|
| committer | David Tolnay <dtolnay@gmail.com> | 2021-03-19 20:35:08 -0700 |
| commit | 567f0e1a3967942e23d839313dc2d755f97fb81f (patch) | |
| tree | 7a7ef5b1b16f0619701053cc3b0f9ee412bf49fd /compiler | |
| parent | f5f33ec0e0455eefa72fc5567eb1280a4d5ee206 (diff) | |
| download | rust-567f0e1a3967942e23d839313dc2d755f97fb81f.tar.gz rust-567f0e1a3967942e23d839313dc2d755f97fb81f.zip | |
Stabilize `assoc_char_funcs` and `assoc_char_consts`
Diffstat (limited to 'compiler')
| -rw-r--r-- | compiler/rustc_middle/src/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/rustc_middle/src/lib.rs b/compiler/rustc_middle/src/lib.rs index 2d807591bfd..6ddc38b0066 100644 --- a/compiler/rustc_middle/src/lib.rs +++ b/compiler/rustc_middle/src/lib.rs @@ -25,7 +25,6 @@ #![doc(html_root_url = "https://doc.rust-lang.org/nightly/nightly-rustc/")] #![feature(array_windows)] #![feature(assert_matches)] -#![feature(assoc_char_funcs)] #![feature(backtrace)] #![feature(bool_to_option)] #![feature(box_patterns)] |
