-
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 6 pull requests #47528
Rollup of 6 pull requests #47528
Conversation
This means default methods can always be found and "Important traits" will include all spotlight traits.
On required type annotation diagnostic error, point at method with the requirements if the span is available.
This replaces a `stat` syscall with `fstat` or similar, which can be faster. Fixes rust-lang#47519.
…ark-Simulacrum Test rustdoc js Add tests for the rustdoc search. It was heavily required because of all the recent breaking changes that happened while I went through improvements in doc search (add search in/for generic search for example).
…, r=QuietMisdreavus rustdoc: Populate external_traits with traits only seen in impls This means default methods can always be found and "Important traits" will include all spotlight traits.
…=QuietMisdreavus Switch to pulldown as default markdown renderer r? @QuietMisdreavus
Do not suggest to make `mut` binding external to `Fn` closure Re rust-lang#46834.
…nkfelix On E0283, point at method with the requirements On required type annotation diagnostic error, point at method with the requirements if the span is available. CC rust-lang#45453.
Use File::metadata instead of fs::metadata to choose buffer size This replaces a `stat` syscall with `fstat` or similar, which can be faster. Fixes rust-lang#47519.
Some changes occurred in HTML/CSS. |
(rust_highfive has picked a reviewer for you, use r? to override) |
@bors: r+ p=1 |
📌 Commit 2606537 has been approved by |
@bors p=6 |
⌛ Testing commit 2606537 with merge bbb3ff678113a74b4836e779b8c0c6bc736d9f76... |
💔 Test failed - status-travis |
@bors retry
|
⌛ Testing commit 2606537 with merge a58b55c1207fd478f2179fab9ab9976bf777474e... |
💔 Test failed - status-travis |
30 minutes timeout again 🤔 Let me do some investigation first. |
☀️ Test successful - status-appveyor, status-travis |
mut
binding external toFn
closure #47468, On E0283, point at method with the requirements #47471, Use File::metadata instead of fs::metadata to choose buffer size #47520