Update roc code base to use $(...) syntax

This commit is contained in:
Richard Feldman 2024-01-06 17:42:21 -05:00
parent 163bde0c41
commit 7189104df8
No known key found for this signature in database
GPG key ID: F1F21AA5B1D9E43B
16 changed files with 65 additions and 65 deletions

View file

@ -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