-
Notifications
You must be signed in to change notification settings - Fork 12.8k
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 6 pull requests #87149
Rollup of 6 pull requests #87149
Conversation
Add -Zfuture-incompat-test to assist with testing future-incompat reports. This adds a `-Zfuture-incompat-test` cli flag to assist with testing future-incompatible reports. This flag causes all lints to be treated as a future-incompatible lint, and will emit a report for them. This is being added so that Cargo's testsuite can reliably test the reporting infrastructure. Right now, Cargo relies on using array_into_iter as a test subject. Since the breaking "future incompatible" lints are never intended to last forever, this means Cargo's testsuite would always need to keep changing to choose different lints (for example, rust-lang#86330 proposed dropping that moniker for array_into_iter). With this flag, Cargo's tests can trigger any lint and check for the report.
…, r=yaahc Move assert_matches to an inner module Fixes rust-lang#82913
… r=dtolnay Add tracking issue number to `wasi_ext` Feature `wasi_ext` is tracked by rust-lang#71213 but is was not in the source code.
…cottmcm Add safety comments in private core::slice::rotate::ptr_rotate function Helps with rust-lang#66219. ``@rustbot`` label C-cleanup T-compiler T-libs
Make SelfInTyParamDefault wording not be specific to type defaults r? ``@lcnr``
Update cargo 13 commits in 3ebb5f15a940810f250b68821149387af583a79e..66a6737a0c9f3a974af2dd032a65d3e409c77aac 2021-07-02 20:35:38 +0000 to 2021-07-14 20:54:28 +0000 - Add format option to `cargo tree` to print the lib_name (rust-lang/cargo#9663) - Prefer patched versions of dependencies (rust-lang/cargo#9639) - When a dependency does not have a version, git or path, fails directly (rust-lang/cargo#9686) - Spot the crate typo easily (rust-lang/cargo#9665) - remove unnecessary 'collect' (rust-lang/cargo#9616) - Make it easier to run testsuite with a custom toolchain. (rust-lang/cargo#9679) - Serialize `cargo fix` (rust-lang/cargo#9677) - Don't recommend filing issues on rust-lang/cargo for Cargo.toml errors. (rust-lang/cargo#9658) - Update nightly failure notification. (rust-lang/cargo#9657) - Update Windows env uppercase key check. (rust-lang/cargo#9654) - Unignore fix_edition_2021. (rust-lang/cargo#9662) - Warning when using features in patch (rust-lang/cargo#9666) - Unify cargo and rustc's error reporting (rust-lang/cargo#9655)
@bors r+ p=6 rollup=never |
📌 Commit 6e785f9 has been approved by |
⌛ Testing commit 6e785f9 with merge f86834050e98d3cd49834d98733b595b59646ca9... |
The job Click to see the possible cause of the failure (guessed by this bot)
|
@bors retry |
⌛ Testing commit 6e785f9 with merge 29455c646a8f99cd762e0710ab356a7fdbf2c825... |
The job Click to see the possible cause of the failure (guessed by this bot)
|
Seems it failed on rustdoc tests but it doesn't contain any changes related to rustdoc, I think. Spurious? |
⌛ Testing commit 6e785f9 with merge d24a6e8236b3c2fba0a8dc9129c82f358eca400b... |
cc @GuillaumeGomez Is the above failure actually spurious? |
It's surprising because we don't have changes in documentation in this rollup that might generate such an attribute on a |
Ah hold on! Found it in |
The job Click to see the possible cause of the failure (guessed by this bot)
|
💔 Test failed - checks-actions |
Fix misuse of rev attribute on <a> tag The `rev` attribute is supposed to talk about "ownership" as far as I could found out. This attribute seems not very well defined in the HTML spec and its usage in rustdoc is suboptimal. It was found out in rust-lang#87149. r? `@JohnTitor`
Successful merges:
wasi_ext
#87081 (Add tracking issue number towasi_ext
)Failed merges:
r? @ghost
@rustbot modify labels: rollup
Create a similar rollup