mirror of
https://github.com/erg-lang/erg.git
synced 2025-08-04 02:39:20 +00:00
Merge branch 'main' into feature-var-params-fn
This commit is contained in:
commit
c7096b17f1
95 changed files with 871 additions and 486 deletions
|
@ -394,7 +394,7 @@ impl NestedDisplay for Identifier {
|
|||
}
|
||||
}
|
||||
if let Some(qn) = &self.qual_name {
|
||||
write!(f, "(qual_name: {})", qn)?;
|
||||
write!(f, "(qual_name: {qn})")?;
|
||||
}
|
||||
if self.vi.t != Type::Uninited {
|
||||
write!(f, "(: {})", self.vi.t)?;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue