For racket syntax pattern variables: instead of raising an error, x is roughly equivalent to (syntax->datum #'x).
x
(syntax->datum #'x)