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.
2 parents 9691da7 + 5968782 commit 1d1da78Copy full SHA for 1d1da78
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