Skip to content
This repository has been archived by the owner on Jan 8, 2024. It is now read-only.

Commit

Permalink
Merge up
Browse files Browse the repository at this point in the history
  • Loading branch information
prozacchiwawa committed Aug 15, 2023
2 parents a4a6be7 + ceb24c8 commit 4055053
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/compiler/rename.rs
Original file line number Diff line number Diff line change
Expand Up @@ -208,9 +208,16 @@ fn rename_in_bodyform(namemap: &HashMap<Vec<u8>, Vec<u8>>, b: Rc<BodyForm>) -> B
BodyForm::Let(
kind.clone(),
Box::new(LetData {
<<<<<<< HEAD
bindings: new_bindings,
body: Rc::new(new_body),
..*letdata.clone()
=======
loc: letdata.loc.clone(),
kw: letdata.kw.clone(),
bindings: new_bindings,
body: Rc::new(new_body),
>>>>>>> chia/base
}),
)
}
Expand Down

0 comments on commit 4055053

Please sign in to comment.