Closed
Conversation
`crt-static` is a rust specific target feature that's absent from llvm feature table, adding it there.
Fix rust-lang#70968, partially address rust-lang#66523.
Co-authored-by: lzutao <taolzu@gmail.com>
Fixed sentence by removing a word.
Co-authored-by: David Tolnay <dtolnay@gmail.com>
Separate target features from rust ones with a blank line Co-authored-by: Josh Stone <cuviper@gmail.com>
Make all uses of ty::Error delay a span bug r? @eddyb A second attempt at rust-lang#70245 resolves rust-lang#70866
Collaborator
|
⌛ Testing commit e96f154 with merge ef7dfbbaf4c1ed014750c227241bffa109dcd9a4... |
Collaborator
|
💔 Test failed - checks-azure |
Member
Author
|
Network failure. |
Collaborator
|
⌛ Testing commit e96f154 with merge d1d1704b3c7ac0517c428cedf3266a536ff13da8... |
Collaborator
|
💔 Test failed - checks-azure |
Member
Author
|
Second network failure in a row? Cc @rust-lang/infra |
Collaborator
|
⌛ Testing commit e96f154 with merge 417797fa3fcc74722a8fa5d2abf062e07be4a812... |
Contributor
|
Build has failed without bors noticing |
Collaborator
|
⌛ Testing commit e96f154 with merge d6b86ac852f31372e989eecbec704c6fa6d57964... |
|
I'm going to close this rollup and run the beta nomination individually and then do a separate rollup after that (if it fails) |
Collaborator
|
💔 Test failed - checks-azure |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Successful merges:
bug#73446 (Make novel structural match violations not abug)Result::as_deref(_mut)methods #73447 (Improve document forResult::as_deref(_mut)methods)Failed merges:
r? @ghost