-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Rustup to rustc 1.36.0-nightly (1764b2972 2019-05-12) #4093
Conversation
I have time right now, want me to take over? |
Related PR rust-lang/rust#60630 |
It should be mostly paint by numbers by now (if not or unclear otherwise, just leave it for me for tomorrow). If any symbol is missing, just add it to the list in |
11edaef
to
65c103d
Compare
We have a problem, cross referential statics doesn't really work, you get lots of temporary lifetime issues. Perhaps we can just manually initialize these with unsafe? Also we should move all our usage of match_def_path over to just having a |
I think what we'll need to do is to reserve a nice block of a thousand symbol ids in rustc, and then have a proc macro generate them. |
I ... I just had a super devious idea. DefIds don't change for a given compiler, right? We could totally add an intrinsic kinda prefer just annotating things, though. |
@bors r+ |
📌 Commit dfbc74b has been approved by |
Rustup to rustc 1.36.0-nightly (1764b29 2019-05-12)
☀️ Test successful - checks-travis, status-appveyor |
No description provided.