-
Notifications
You must be signed in to change notification settings - Fork 13.4k
proc macros 1.1: improve diagnostics #38792
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
proc macros 1.1: improve diagnostics #38792
Conversation
What do proc macro errors look like after this? |
@brson After this PR, these errors will look like other errors in |
@jseyfried can we generate a |
Marking as beta-accepted: small diff, important for macros 1.1 usability. |
r=me, but ideally with a ui test |
@bors: p=1 (for when this is approved, we'll want to backport) |
fd532a1
to
c0bcf5d
Compare
Added a |
📌 Commit c0bcf5d has been approved by |
⌛ Testing commit c0bcf5d with merge 119ac4b... |
💔 Test failed - status-travis |
@jseyfried test fails :(
|
c0bcf5d
to
fd532a1
Compare
@alexcrichton Thanks! |
📌 Commit fd532a1 has been approved by |
☀️ Test successful - status-appveyor, status-travis |
Fixes #38586.
r? @nrc