We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 876024d + 7be6d67 commit 5c982b7Copy full SHA for 5c982b7
compiler/rustc_parse/src/lexer/mod.rs
@@ -510,7 +510,7 @@ impl<'a> StringReader<'a> {
510
FatalError.raise()
511
}
512
513
- /// Note: It was decided to not add a test case, because it would be to big.
+ /// Note: It was decided to not add a test case, because it would be too big.
514
/// <https://github.com/rust-lang/rust/pull/50296#issuecomment-392135180>
515
fn report_too_many_hashes(&self, start: BytePos, found: usize) -> ! {
516
self.fatal_span_(
0 commit comments