Closed
Description
In
nothing sets currend dir explicitly, it gets inherited. This is wrong, as proc-macros generally can look at pwd. Note that this is per-macro thing -- we run a single expander process, but each crates' macros want to see their own pwd.
I think we need to add current_dir
to this struct:
and call std::env::set_env
when serving a request.