Skip to content

Commit

Permalink
Ensure the module reflects the form it came from (investigate further)
Browse files Browse the repository at this point in the history
  • Loading branch information
prozacchiwawa committed Oct 24, 2024
1 parent ec75759 commit eb2808a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/compiler/frontend.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1128,6 +1128,7 @@ pub fn frontend(
Ok(FrontendOutput::CompileForm(CompileForm {
include_forms: includes.to_vec(),
helpers: live_helpers,
loc: pre_forms[0].loc(),
..our_mod
}))
}
Expand Down

0 comments on commit eb2808a

Please sign in to comment.