fix src loc for renaming provide
This commit is contained in:
parent
562f5f01f6
commit
046f3eef37
|
@ -736,8 +736,9 @@
|
|||
(if (eq? (syntax-e (export-local-id export))
|
||||
(export-out-sym export))
|
||||
(export-local-id export)
|
||||
#`(rename #,(export-local-id export)
|
||||
#,(export-out-sym export)))]
|
||||
(quasisyntax/loc out
|
||||
(rename #,(export-local-id export)
|
||||
#,(export-out-sym export))))]
|
||||
[mode (export-mode export)])
|
||||
(let ([phased
|
||||
(cond
|
||||
|
|
Loading…
Reference in New Issue
Block a user