### Elixir and Erlang/OTP versions 1.14.2 ### Operating system linux ### Current behavior ```elixir Macro.expand(quote(do: __ENV__), %{__ENV__ | lexical_tracker: self()}) ``` Returns AST with pid inside which is not an AST defined in `Macro.t` ### Expected behavior ```elixir Macro.expand(quote(do: __ENV__), %{__ENV__ | lexical_tracker: self()}) ``` Returns correct AST