diff options
| author | Guillaume Gomez <guillaume1.gomez@gmail.com> | 2020-11-05 14:33:23 +0100 |
|---|---|---|
| committer | Guillaume Gomez <guillaume1.gomez@gmail.com> | 2020-11-05 20:11:29 +0100 |
| commit | 99200f760bf588435ca53477bb1eaff34770db0b (patch) | |
| tree | 26ffd00a096c8a9ea7695eac97e5edd36e31f515 /compiler/rustc_parse/src/lexer/mod.rs | |
| parent | 16ed8501ef35f0008fefd7f51746a10a7e7505ac (diff) | |
| download | rust-99200f760bf588435ca53477bb1eaff34770db0b.tar.gz rust-99200f760bf588435ca53477bb1eaff34770db0b.zip | |
Fix even more URLs
Diffstat (limited to 'compiler/rustc_parse/src/lexer/mod.rs')
| -rw-r--r-- | compiler/rustc_parse/src/lexer/mod.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_parse/src/lexer/mod.rs b/compiler/rustc_parse/src/lexer/mod.rs index 32b124970cf..0dfacd78908 100644 --- a/compiler/rustc_parse/src/lexer/mod.rs +++ b/compiler/rustc_parse/src/lexer/mod.rs @@ -511,7 +511,7 @@ impl<'a> StringReader<'a> { } /// Note: It was decided to not add a test case, because it would be to big. - /// https://github.com/rust-lang/rust/pull/50296#issuecomment-392135180 + /// <https://github.com/rust-lang/rust/pull/50296#issuecomment-392135180> fn report_too_many_hashes(&self, start: BytePos, found: usize) -> ! { self.fatal_span_( start, |
