Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'bench_data/glorious_old_parser')
| -rw-r--r-- | bench_data/glorious_old_parser | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bench_data/glorious_old_parser b/bench_data/glorious_old_parser index 764893daa1..f593f2b295 100644 --- a/bench_data/glorious_old_parser +++ b/bench_data/glorious_old_parser @@ -3808,7 +3808,7 @@ impl<'a> Parser<'a> { if self.eat_keyword(keywords::Else) || !cond.returns() { let sp = self.sess.source_map().next_point(lo); let mut err = self.diagnostic() - .struct_span_err(sp, "missing condition for `if` statemement"); + .struct_span_err(sp, "missing condition for `if` statement"); err.span_label(sp, "expected if condition here"); return Err(err) } |