Skip to content

Fix RefCell borrows in parse

rarbore2 requested to merge fix_parse into main
  • RefCell borrow lifetimes are tricky sometimes, explicitly let-bind results from RefCell borrows to fix borrow errors in IR parsing.

Merge request reports

Loading