mirror of
https://github.com/erg-lang/erg.git
synced 2025-09-29 20:34:44 +00:00
Improve error message indication for op calls
This commit is contained in:
parent
9f6a4a43fc
commit
00db622f2b
3 changed files with 120 additions and 147 deletions
|
@ -246,7 +246,7 @@ pub struct Local {
|
|||
pub name: Token,
|
||||
/// オブジェクト自身の名前
|
||||
__name__: Option<Str>,
|
||||
t: Type,
|
||||
pub(crate) t: Type,
|
||||
}
|
||||
|
||||
impl NestedDisplay for Local {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue