racket/contract: fix blame in arre case
Remove an incorrect syntax quote that could cause the contract system to be blamed (and also lead to an absolute path in bytecode).
This commit is contained in:
parent
1d7429f1d7
commit
835d098eb2
|
@ -244,7 +244,7 @@
|
|||
(if (and user-rename-id
|
||||
(syntax-source user-rename-id))
|
||||
user-rename-id
|
||||
#'ex-id)))
|
||||
ex-id)))
|
||||
(with-syntax ([code
|
||||
(syntax-property
|
||||
(quasisyntax/loc stx
|
||||
|
|
Loading…
Reference in New Issue
Block a user