Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Implement most proc_macro span handling methods #10378

Merged
merged 1 commit into from
Sep 27, 2021
Merged

fix: Implement most proc_macro span handling methods #10378

merged 1 commit into from
Sep 27, 2021

Conversation

jonas-schievink
Copy link
Contributor

This closes #10368 – some APIs are still missing, but they are either for unstable features or require #9403

bors r+

@bors
Copy link
Contributor

bors bot commented Sep 27, 2021

@bors bors bot merged commit 533ca58 into rust-lang:master Sep 27, 2021
@jonas-schievink jonas-schievink deleted the impl-span-methods branch September 27, 2021 18:18
bors bot added a commit that referenced this pull request Oct 25, 2021
10633: fix: Implement most proc_macro span handling for other ABIs r=Veykril a=Veykril

Follow up to #10378
bors r+

Co-authored-by: Lukas Wirth <lukastw97@gmail.com>
bors bot added a commit that referenced this pull request Oct 25, 2021
10633: fix: Implement most proc_macro span handling for other ABIs r=Veykril a=Veykril

Follow up to #10378
bors r+

Co-authored-by: Lukas Wirth <lukastw97@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Implement missing parts of the proc macro API
1 participant