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 1ad2fa8 + d50c449 commit c55ad62Copy full SHA for c55ad62
src/tools/rust-analyzer/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