Move `while let` behind `while_let` feature gate

This commit is contained in:
John Gallagher 2014-10-02 23:32:32 -04:00 committed by Manish Goregaokar
parent e77a8553d0
commit fa558588a7
1 changed files with 2 additions and 0 deletions

View File

@ -2488,6 +2488,8 @@ The currently implemented features of the reference compiler are:
* `if_let` - Allows use of the `if let` syntax.
* `while_let` - Allows use of the `while let` syntax.
* `intrinsics` - Allows use of the "rust-intrinsics" ABI. Compiler intrinsics
are inherently unstable and no promise about them is made.