1
Fork 0

Revert "Stabilize the TryFrom and TryInto traits"

This reverts commit e53a2a7274.
This commit is contained in:
Felix S. Klock II 2018-04-20 17:41:31 +02:00
parent aaefa947ac
commit d141fdc3bf
11 changed files with 28 additions and 27 deletions

View file

@ -307,6 +307,7 @@
#![feature(test, rustc_private)]
#![feature(thread_local)]
#![feature(toowned_clone_into)]
#![feature(try_from)]
#![feature(try_reserve)]
#![feature(unboxed_closures)]
#![feature(untagged_unions)]