Simplify Default for tuples by DaniPopes · Pull Request #118350 · rust-lang/rust (original) (raw)
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 andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Conversation3 Commits1 Checks0 Files changed
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
[ Show hidden characters]({{ revealButtonHref }})
Doesn't need a separate block for each element
(rustbot has picked a reviewer for you, use r? to override)
rustbot added S-waiting-on-review
Status: Awaiting review from the assignee but also interested parties.
Relevant to the library team, which will review and decide on the PR/issue.
labels
📌 Commit 9ae3213 has been approved by workingjubilee
It is now in the queue for this repository.
bors added S-waiting-on-bors
Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
and removed S-waiting-on-review
Status: Awaiting review from the assignee but also interested parties.
labels
compiler-errors added a commit to compiler-errors/rust that referenced this pull request
…jubilee
Simplify Default for tuples
Doesn't need a separate block for each element
This was referenced
Dec 5, 2023
bors added a commit to rust-lang-ci/rust that referenced this pull request
…mpiler-errors
Rollup of 9 pull requests
Successful merges:
- rust-lang#117793 (Update variable name to fix
unused_variables
warning) - rust-lang#118123 (Add support for making lib features internal)
- rust-lang#118268 (Pretty print
Fn<(..., ...)>
trait refs with parentheses (almost) always) - rust-lang#118346 (Add
deeply_normalize_for_diagnostics
, use it in coherence) - rust-lang#118350 (Simplify Default for tuples)
- rust-lang#118450 (Use OnceCell in cell module documentation)
- rust-lang#118585 (Fix parser ICE when recovering
dyn
/impl
afterfor<...>
) - rust-lang#118587 (Cleanup error handlers some more)
- rust-lang#118642 (bootstrap(builder.rs): Don't explicitly warn against
semicolon_in_expressions_from_macros
)
r? @ghost
@rustbot
modify labels: rollup
bors added a commit to rust-lang-ci/rust that referenced this pull request
…mpiler-errors
Rollup of 9 pull requests
Successful merges:
- rust-lang#117793 (Update variable name to fix
unused_variables
warning) - rust-lang#118123 (Add support for making lib features internal)
- rust-lang#118268 (Pretty print
Fn<(..., ...)>
trait refs with parentheses (almost) always) - rust-lang#118346 (Add
deeply_normalize_for_diagnostics
, use it in coherence) - rust-lang#118350 (Simplify Default for tuples)
- rust-lang#118450 (Use OnceCell in cell module documentation)
- rust-lang#118585 (Fix parser ICE when recovering
dyn
/impl
afterfor<...>
) - rust-lang#118587 (Cleanup error handlers some more)
- rust-lang#118642 (bootstrap(builder.rs): Don't explicitly warn against
semicolon_in_expressions_from_macros
)
r? @ghost
@rustbot
modify labels: rollup
bors added a commit to rust-lang-ci/rust that referenced this pull request
…mpiler-errors
Rollup of 9 pull requests
Successful merges:
- rust-lang#117793 (Update variable name to fix
unused_variables
warning) - rust-lang#118123 (Add support for making lib features internal)
- rust-lang#118268 (Pretty print
Fn<(..., ...)>
trait refs with parentheses (almost) always) - rust-lang#118346 (Add
deeply_normalize_for_diagnostics
, use it in coherence) - rust-lang#118350 (Simplify Default for tuples)
- rust-lang#118450 (Use OnceCell in cell module documentation)
- rust-lang#118585 (Fix parser ICE when recovering
dyn
/impl
afterfor<...>
) - rust-lang#118587 (Cleanup error handlers some more)
- rust-lang#118642 (bootstrap(builder.rs): Don't explicitly warn against
semicolon_in_expressions_from_macros
)
r? @ghost
@rustbot
modify labels: rollup
bors added a commit to rust-lang-ci/rust that referenced this pull request
…mpiler-errors
Rollup of 9 pull requests
Successful merges:
- rust-lang#117793 (Update variable name to fix
unused_variables
warning) - rust-lang#118123 (Add support for making lib features internal)
- rust-lang#118268 (Pretty print
Fn<(..., ...)>
trait refs with parentheses (almost) always) - rust-lang#118346 (Add
deeply_normalize_for_diagnostics
, use it in coherence) - rust-lang#118350 (Simplify Default for tuples)
- rust-lang#118450 (Use OnceCell in cell module documentation)
- rust-lang#118585 (Fix parser ICE when recovering
dyn
/impl
afterfor<...>
) - rust-lang#118587 (Cleanup error handlers some more)
- rust-lang#118642 (bootstrap(builder.rs): Don't explicitly warn against
semicolon_in_expressions_from_macros
)
r? @ghost
@rustbot
modify labels: rollup
rust-timer added a commit to rust-lang-ci/rust that referenced this pull request
Rollup merge of rust-lang#118350 - DaniPopes:tuple-default, r=workingjubilee
Simplify Default for tuples
Doesn't need a separate block for each element
Labels
Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
Relevant to the library team, which will review and decide on the PR/issue.