1
Fork 0

Address review comments

This commit is contained in:
est31 2018-05-16 09:18:26 +02:00
parent dfa98318e1
commit ae1553aa02
2 changed files with 12 additions and 12 deletions

View file

@ -779,7 +779,7 @@ pub struct Block {
pub span: Span,
/// If true, then there may exist `break 'a` values that aim to
/// break out of this block early.
/// Used by `'label {}` blocks and by `catch` statements.
/// Used by `'label: {}` blocks and by `catch` statements.
pub targeted_by_break: bool,
/// If true, don't emit return value type errors as the parser had
/// to recover from a parse error so this block will not have an