-
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
Rename rustc_back to rustc_target and move ABI code to it. #50228
Conversation
r? @estebank (rust_highfive has picked a reviewer for you, use r? to override) |
r? @nikomatsakis or @michaelwoerister cc @alexcrichton |
@bors r+ |
📌 Commit 770ff66 has been approved by |
The job Click to expand the log.
I'm a bot! I can only do what humans tell me to, so if this was not helpful or you have suggestions for improvements, please ping or otherwise contact |
@bors r- -- travis failures |
Looks like you gotta run tidy =) |
@bors r=nikomatsakis p=10 (to prevent bitrot) |
📌 Commit 80bcbbf has been approved by |
🔒 Merge conflict |
The job Click to expand the log.
I'm a bot! I can only do what humans tell me to, so if this was not helpful or you have suggestions for improvements, please ping or otherwise contact |
The job Click to expand the log.
I'm a bot! I can only do what humans tell me to, so if this was not helpful or you have suggestions for improvements, please ping or otherwise contact |
@bors r=nikomatsakis |
📌 Commit a131c51 has been approved by |
Rename rustc_back to rustc_target and move ABI code to it. Fixes #45226.
☀️ Test successful - status-appveyor, status-travis |
📣 Toolstate changed by #50228! Tested on commit 949010d. 💔 clippy-driver on windows: test-fail → build-fail (cc @Manishearth @llogiq @mcarton @oli-obk). |
Tested on commit rust-lang/rust@949010d. Direct link to PR: <rust-lang/rust#50228> 💔 clippy-driver on windows: test-fail → build-fail (cc @Manishearth @llogiq @mcarton @oli-obk). 💔 clippy-driver on linux: test-fail → build-fail (cc @Manishearth @llogiq @mcarton @oli-obk). 💔 miri on windows: test-fail → build-fail (cc @oli-obk @RalfJung @eddyb). 💔 miri on linux: test-fail → build-fail (cc @oli-obk @RalfJung @eddyb).
Fixes #45226.