mirror of
https://github.com/rust-lang/rust.git
synced 2025-05-14 02:49:40 +00:00
update comment
This commit is contained in:
parent
276bba9039
commit
6c02272926
@ -993,7 +993,7 @@ pub enum Expr_ {
|
||||
ExprType(P<Expr>, P<Ty>),
|
||||
/// An `if` block, with an optional else block
|
||||
///
|
||||
/// `if expr { block } else { expr }`
|
||||
/// `if expr { expr } else { expr }`
|
||||
ExprIf(P<Expr>, P<Expr>, Option<P<Expr>>),
|
||||
/// A while loop, with an optional label
|
||||
///
|
||||
|
Loading…
Reference in New Issue
Block a user