Move `if let` behind a feature gate

This commit is contained in:
Kevin Ballard 2014-08-26 20:00:41 -07:00 committed by Manish Goregaokar
parent b90733a9d0
commit 7d2417054e
1 changed files with 2 additions and 0 deletions

View File

@ -2441,6 +2441,8 @@ The currently implemented features of the reference compiler are:
* `default_type_params` - Allows use of default type parameters. The future of
this feature is uncertain.
* `if_let` - Allows use of the `if let` desugaring syntax.
* `intrinsics` - Allows use of the "rust-intrinsics" ABI. Compiler intrinsics
are inherently unstable and no promise about them is made.