diff options
| author | Simon Sapin <simon.sapin@exyr.org> | 2018-03-23 13:52:54 +0100 |
|---|---|---|
| committer | Simon Sapin <simon.sapin@exyr.org> | 2018-03-26 23:36:02 +0200 |
| commit | e53a2a72743810e05f58c61c9d8a4c89b712ad2e (patch) | |
| tree | 035dc95928e7d3d92478f463f2353763c0b15fc5 /src/libstd/lib.rs | |
| parent | 9fd399feb149bb7b58f21c54fc8c9358fea487a2 (diff) | |
| download | rust-e53a2a72743810e05f58c61c9d8a4c89b712ad2e.tar.gz rust-e53a2a72743810e05f58c61c9d8a4c89b712ad2e.zip | |
Stabilize the TryFrom and TryInto traits
Tracking issue: https://github.com/rust-lang/rust/issues/33417
Diffstat (limited to 'src/libstd/lib.rs')
| -rw-r--r-- | src/libstd/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libstd/lib.rs b/src/libstd/lib.rs index 93996868f16..15a22443b6a 100644 --- a/src/libstd/lib.rs +++ b/src/libstd/lib.rs @@ -310,7 +310,6 @@ #![feature(test, rustc_private)] #![feature(thread_local)] #![feature(toowned_clone_into)] -#![feature(try_from)] #![feature(try_reserve)] #![feature(unboxed_closures)] #![feature(unicode)] |
