-
Notifications
You must be signed in to change notification settings - Fork 13.2k
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 proc macro def ids #37793
Fix proc macro def ids #37793
Conversation
41145b6
to
9690617
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
r = me with a comment on the test
extern crate derive_a_b; | ||
|
||
fn main() { | ||
std::cell::Cell::new(0) //~ ERROR mismatched types |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you explain what this test is testing in a comment please
9690617
to
0172e46
Compare
@bors r=nrc |
📌 Commit 0172e46 has been approved by |
Please someone prioritise that PR, procedural macros in nightlies are broken. |
@bors p=1 |
⌛ Testing commit 0172e46 with merge 5bd1e7f... |
…lang/rust#37793 before I can continue
Update some
CStore
methods to also work correctly with proc macro def ids.Fixes #37788.
r? @nrc