diff options
| author | DaniPopes <57450786+DaniPopes@users.noreply.github.com> | 2023-04-10 22:02:52 +0200 |
|---|---|---|
| committer | DaniPopes <57450786+DaniPopes@users.noreply.github.com> | 2023-04-10 22:02:52 +0200 |
| commit | 677357d32bd402ff1096803cb00b52124204af08 (patch) | |
| tree | a0fba8dabec8265b98ad441f96d09c4603883a77 /compiler/rustc_parse/src/parser | |
| parent | a73288371e3fa0a610fbc11e7e8418017bdfde42 (diff) | |
| download | rust-677357d32bd402ff1096803cb00b52124204af08.tar.gz rust-677357d32bd402ff1096803cb00b52124204af08.zip | |
Fix typos in compiler
Diffstat (limited to 'compiler/rustc_parse/src/parser')
| -rw-r--r-- | compiler/rustc_parse/src/parser/expr.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_parse/src/parser/expr.rs b/compiler/rustc_parse/src/parser/expr.rs index c4605e63cf3..03c82fbd329 100644 --- a/compiler/rustc_parse/src/parser/expr.rs +++ b/compiler/rustc_parse/src/parser/expr.rs @@ -2767,7 +2767,7 @@ impl<'a> Parser<'a> { (token::DotDotEq, token::Gt) ) { // `error_inclusive_range_match_arrow` handles cases like `0..=> {}`, - // so we supress the error here + // so we suppress the error here err.delay_as_bug(); this.bump(); } else { |
