We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 755fca0 commit dddb999Copy full SHA for dddb999
doc/manual/metaprogramming.rst
@@ -559,6 +559,10 @@ Julia's automatic hygiene works by interpreting transparent variables
559
in the macro *call* environment, but interpreting hygienic variables in
560
the macro *definition* environment.
561
562
+Note that if a macro constructs its result using explicit calls to ``Expr``
563
+instead of using ``quote`` or its abbreviation ``:`` the macro will not
564
+get automatic hygiene.
565
+
566
Hygienic or not?
567
~~~~~~~~~~~~~~~~
568
0 commit comments