diff options
| author | Ralf Jung <post@ralfj.de> | 2020-05-30 11:53:50 +0200 |
|---|---|---|
| committer | Ralf Jung <post@ralfj.de> | 2020-05-30 11:53:50 +0200 |
| commit | 3182cdf9baf8ed9e8ae24f4742ee5d3d01c2b54a (patch) | |
| tree | d6bc33c853420e7cb6efc80ea12913aab3748129 /src/libstd/lib.rs | |
| parent | 72d85db6eea29004a467842923c07169bc304217 (diff) | |
wtf8: use encode_utf8_raw
Diffstat (limited to 'src/libstd/lib.rs')
| -rw-r--r-- | src/libstd/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libstd/lib.rs b/src/libstd/lib.rs index cc3e613fa3d..3e3c1fd9026 100644 --- a/src/libstd/lib.rs +++ b/src/libstd/lib.rs @@ -247,6 +247,7 @@ #![feature(cfg_target_has_atomic)] #![feature(cfg_target_thread_local)] #![feature(char_error_internals)] +#![feature(char_internals)] #![feature(clamp)] #![feature(concat_idents)] #![feature(const_cstr_unchecked)] |
