Skip to content
This repository has been archived by the owner on Mar 3, 2020. It is now read-only.

Use Span::call_site() less #51

Open
alexcrichton opened this issue Jan 10, 2018 · 0 comments
Open

Use Span::call_site() less #51

alexcrichton opened this issue Jan 10, 2018 · 0 comments

Comments

@alexcrichton
Copy link
Owner

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant