mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-26 21:39:07 +00:00
Merge branch 'main' of github.com:roc-lang/roc into rust_version_upgrade
This commit is contained in:
commit
937722c462
36 changed files with 217 additions and 198 deletions
|
@ -322,7 +322,11 @@ pub fn canonicalize_def_header_pattern<'a>(
|
|||
pub struct PermitShadows(pub bool);
|
||||
|
||||
fn canonicalize_pattern_symbol(
|
||||
<<<<<<< HEAD
|
||||
env: &mut Env,
|
||||
=======
|
||||
env: &mut Env<'_>,
|
||||
>>>>>>> 28146c939f11c8b65504c9d35c69fdef31b976e8
|
||||
scope: &mut Scope,
|
||||
output: &mut Output,
|
||||
region: Region,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue