-
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
Rollup of 15 pull requests #73470
Rollup of 15 pull requests #73470
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
⌛ Testing commit e96f154 with merge ef7dfbbaf4c1ed014750c227241bffa109dcd9a4... |
💔 Test failed - checks-azure |
Network failure. |
⌛ Testing commit e96f154 with merge d1d1704b3c7ac0517c428cedf3266a536ff13da8... |
💔 Test failed - checks-azure |
Second network failure in a row? Cc @rust-lang/infra |
⌛ Testing commit e96f154 with merge 417797fa3fcc74722a8fa5d2abf062e07be4a812... |
Build has failed without bors noticing |
⌛ 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) |
💔 Test failed - checks-azure |
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