We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9691da7 commit 5968782Copy full SHA for 5968782
xtask/src/codegen.rs
@@ -119,7 +119,7 @@ impl fmt::Display for Location {
119
let name = self.file.file_name().unwrap();
120
write!(
121
f,
122
- " [{}](https://github.com/rust-lang/rust-analyzer/blob/master/{}#{}) ",
+ " [{}](https://github.com/rust-lang/rust-analyzer/blob/master/{}#L{}) ",
123
name.to_str().unwrap(),
124
path,
125
self.line
0 commit comments