mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-26 13:29:12 +00:00
Update roc code base to use $(...) syntax
This commit is contained in:
parent
163bde0c41
commit
7189104df8
16 changed files with 65 additions and 65 deletions
|
@ -45,7 +45,7 @@ pub fn canonical_string_literal<'a>(_arena: &Bump, _raw: &'a str, _region: Regio
|
|||
// )? {
|
||||
// let expr = Expr::Var(ident);
|
||||
|
||||
// // +2 for `\(` and then another +1 for `)` at the end
|
||||
// // +2 for `$(` and then another +1 for `)` at the end
|
||||
// let parsed_length = buf.len() + 2 + ident.len() + 1;
|
||||
|
||||
// // Casting should always succeed in this section, because
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue