You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The problem seems to be that the quasiquoter generates absolute paths, which means syntax::ext::qquote is not legal inside of libsyntax. We can probably fix this by generating paths relative to syntax::ext::qquote and requiring the user to be sure qquote is in scope when needed.