Suggest impl Fn* and impl Future in -> _ return suggestions#106200
Suggest impl Fn* and impl Future in -> _ return suggestions#106200bors merged 2 commits intorust-lang:masterfrom
impl Fn* and impl Future in -> _ return suggestions#106200Conversation
|
Hey! It looks like you've submitted a new PR for the library teams! If this PR contains changes to any Examples of
|
|
@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 Futureandimpl Fn{,Mut,Once}in-> _return suggestions.r? @estebank