mirror of
https://github.com/voltrevo/ValueScript.git
synced 2026-04-18 03:00:27 -04:00
Replace val_to_string with to_string (via fmt::Display)
This commit is contained in:
@@ -345,7 +345,7 @@ impl<'a> ExpressionCompiler<'a> {
|
||||
|
||||
self
|
||||
.fnc
|
||||
.allocate_numbered_reg(&format!("_couldnt_mutate_{}_", ident.sym.to_string()))
|
||||
.allocate_numbered_reg(&format!("_couldnt_mutate_{}_", ident.sym))
|
||||
}
|
||||
|
||||
pub fn assign_expression(
|
||||
|
||||
Reference in New Issue
Block a user