From d50c4496174767a32d01df07ea5075b67eb57d18 Mon Sep 17 00:00:00 2001 From: Josh Rotenberg Date: Wed, 19 Feb 2025 16:52:12 -0800 Subject: [PATCH] missed the L for the line number --- src/tools/rust-analyzer/xtask/src/codegen.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tools/rust-analyzer/xtask/src/codegen.rs b/src/tools/rust-analyzer/xtask/src/codegen.rs index 58a3fb644157..8165a2a12b08 100644 --- a/src/tools/rust-analyzer/xtask/src/codegen.rs +++ b/src/tools/rust-analyzer/xtask/src/codegen.rs @@ -119,7 +119,7 @@ impl fmt::Display for Location { let name = self.file.file_name().unwrap(); write!( f, - " [{}](https://github.com/rust-lang/rust-analyzer/blob/master/{}#{}) ", + " [{}](https://github.com/rust-lang/rust-analyzer/blob/master/{}#L{}) ", name.to_str().unwrap(), path, self.line