-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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
Update compiler-builtins #44509
Update compiler-builtins #44509
Conversation
(rust_highfive has picked a reviewer for you, use r? to override) |
@bors r+ |
📌 Commit 6a2e165 has been approved by |
6a2e165
to
43a0761
Compare
32d2e2f
to
2b1fdba
Compare
Pushed another commit - can I get another approval? |
@tamird do you see the travis failures? I can't tell if they are legit or not, but they definitely seem related to the builtins code. Also, I'm confused about the change to double quotes -- is that an unrelated change? |
@nikomatsakis yeah, I think the failures have to do with compiler-builtins being updated to pick up rust-lang/compiler-builtins#188, which picked up a bunch of other stuff. I'll dig in a little deeper today or tomorrow. The second commit is unrelated, just a drive-by as the single quotes were confusing my IDE's TOML parser (and single quotes aren't used anywhere else). |
I was wrong! rustbuild is still used. I'll update this PR to just bump compiler-builtins after rust-lang/compiler-builtins#189 lands. |
Update rustbuild commentary r? @nikomatsakis This is the reason that rust-lang/rust#44509 doesn't work - the `rustbuild` feature _is_ actually used, it was just incorrectly documented here and I missed it.
Update rustbuild commentary r? @nikomatsakis This is the reason that rust-lang/rust#44509 doesn't work - the `rustbuild` feature _is_ actually used, it was just incorrectly documented here and I missed it.
Picks up the removal of the rustbuild feature, which is still used in our local shim, along with a comment update explaining the usage.
2b1fdba
to
49492cb
Compare
Ready for another look! |
@bors r+ |
📌 Commit 49492cb has been approved by |
⌛ Testing commit 49492cb with merge aad2822d25f06d7246880290520ce54723e7620e... |
💔 Test failed - status-travis |
@bors: retry
|
…nikomatsakis Update compiler-builtins ~~I can't tell if this was ever used, but it's not used today.~~ See commits.
…nikomatsakis Update compiler-builtins ~~I can't tell if this was ever used, but it's not used today.~~ See commits.
…nikomatsakis Update compiler-builtins ~~I can't tell if this was ever used, but it's not used today.~~ See commits.
I can't tell if this was ever used, but it's not used today.See commits.