fix some (but far from all) visual bugs
This commit is contained in:
parent
d0bc7e952c
commit
b668a894c7
7 changed files with 114 additions and 104 deletions
|
|
@ -641,9 +641,9 @@ impl Widget for &mut App {
|
|||
{
|
||||
let full_file_path = canonical_rustc_root.join(&file);
|
||||
Hyperlink::new(
|
||||
Line::from(format!("In file: {}", file.display()))
|
||||
Line::from(format!("In file: {}:{line}", file.display()))
|
||||
.style(styles.default),
|
||||
format!("file://{}:{line}", full_file_path.display()),
|
||||
format!("file://{}", full_file_path.display()),
|
||||
)
|
||||
.render(first_line, buf);
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue