mirror of
https://github.com/erg-lang/erg.git
synced 2025-08-03 10:23:20 +00:00
Update link_hir.rs
This commit is contained in:
parent
821ea2a252
commit
bfa429a347
1 changed files with 1 additions and 1 deletions
|
@ -477,7 +477,7 @@ impl<'a> HIRLinker<'a> {
|
|||
let path = dir.to_string_lossy().replace(['/', '\\'], ".");
|
||||
let token = Token::new_fake(
|
||||
TokenKind::StrLit,
|
||||
path,
|
||||
format!("\"{path}\""),
|
||||
mod_name_lit.ln_begin().unwrap(),
|
||||
mod_name_lit.col_begin().unwrap(),
|
||||
mod_name_lit.col_end().unwrap(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue