Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Propagate span info from origin code to generated code
Most of `quote!` invocations are replaced with `quote_spanned!` ones. Now everywhere - sometimes it's pointless, sometimes we don't have any meaningless location to toke a span from, sometimes I just can't workaround the current implementation - too much changes.
- Loading branch information