Skip to content

Commit 5c982b7

Browse files
Rollup merge of #79292 - nico-abram:master, r=jonas-schievink
Fix typo in doc comment for report_too_many_hashes "to big" -> "too big"
2 parents 876024d + 7be6d67 commit 5c982b7

File tree

1 file changed

+1
-1
lines changed
  • compiler/rustc_parse/src/lexer

1 file changed

+1
-1
lines changed

compiler/rustc_parse/src/lexer/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -510,7 +510,7 @@ impl<'a> StringReader<'a> {
510510
FatalError.raise()
511511
}
512512

513-
/// Note: It was decided to not add a test case, because it would be to big.
513+
/// Note: It was decided to not add a test case, because it would be too big.
514514
/// <https://github.com/rust-lang/rust/pull/50296#issuecomment-392135180>
515515
fn report_too_many_hashes(&self, start: BytePos, found: usize) -> ! {
516516
self.fatal_span_(

0 commit comments

Comments
 (0)