mirror of
https://github.com/erg-lang/erg.git
synced 2025-09-30 21:01:10 +00:00
Add raw identifier
This commit is contained in:
parent
48eb3c5920
commit
03a36f48a3
14 changed files with 137 additions and 26 deletions
|
@ -183,7 +183,7 @@ impl Context {
|
|||
self.impl_of(),
|
||||
py_name,
|
||||
);
|
||||
log!(info "Registered {}::{}: {} {:?}", self.name, ident.name, vi.t, vi.impl_of);
|
||||
log!(info "Registered {}::{}: {}", self.name, ident.name, vi);
|
||||
self.locals.insert(ident.name.clone(), vi);
|
||||
Ok(())
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue