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
{{ message }}
This repository has been archived by the owner on Mar 3, 2020. It is now read-only.
Right now the quote_cs! macro was introduced for this crate which uses Span::call_site() on everything, but this isn't very hygienic! We should strive to move all of these invocations over to quote! where possible and use Span::def_site() as much as possible.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Right now the
quote_cs!
macro was introduced for this crate which usesSpan::call_site()
on everything, but this isn't very hygienic! We should strive to move all of these invocations over toquote!
where possible and useSpan::def_site()
as much as possible.The text was updated successfully, but these errors were encountered: