-
Notifications
You must be signed in to change notification settings - Fork 13.4k
Suggest impl Fn*
and impl Future
in -> _
return suggestions
#106200
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Conversation
Hey! It looks like you've submitted a new PR for the library teams! If this PR contains changes to any Examples of
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
r=me
@bors r+ |
📌 Commit 0232387249d6925cb407d9eb85193bf1e5b88c90 has been approved by It is now in the queue for this repository. |
@bors r- |
0232387
to
8a7d620
Compare
The other PR landed, rebased @bors r=estebank |
📌 Commit 8a7d62021b2d79565f4db2fe23bfcd27a9600f6c has been approved by It is now in the queue for this repository. |
@bors r- i'll address the note comment |
8a7d620
to
0ce11f5
Compare
0ce11f5
to
89086f7
Compare
Added the note back. @bors r=estebank |
Only on error path @bors rollup |
…iaskrgr Rollup of 7 pull requests Successful merges: - rust-lang#106200 (Suggest `impl Fn*` and `impl Future` in `-> _` return suggestions) - rust-lang#106274 (Add JSON output to -Zdump-mono-stats) - rust-lang#106292 (Add codegen test for `Box::new(uninit)` of big arrays) - rust-lang#106327 (Add tidy check for dbg) - rust-lang#106361 (Note maximum integer literal for `IntLiteralTooLarge`) - rust-lang#106396 (Allow passing a specific date to `bump-stage0`) - rust-lang#106436 (Enable doctests for rustc_query_impl) Failed merges: r? `@ghost` `@rustbot` modify labels: rollup
Follow-up to #106172, only the last commit is relevant. Can rebase once that PR is landed for easier review.
Suggests
impl Future
andimpl Fn{,Mut,Once}
in-> _
return suggestions.r? @estebank