Use Result::flatten in catch_with_exit_code by DaniPopes · Pull Request #119391 · rust-lang/rust

@rustbot rustbot added S-waiting-on-review

Status: Awaiting review from the assignee but also interested parties.

T-compiler

Relevant to the compiler team, which will review and decide on the PR/issue.

labels

Dec 28, 2023

@DaniPopes

davidtwco

@bors 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

Jan 3, 2024

matthiaskrgr added a commit to matthiaskrgr/rust that referenced this pull request

Jan 3, 2024
Use Result::flatten in catch_with_exit_code

bors added a commit to rust-lang-ci/rust that referenced this pull request

Jan 4, 2024
…iaskrgr

Rollup of 8 pull requests

Successful merges:

 - rust-lang#119184 (Switch from using `//~ERROR` annotations with `--error-format` to `error-pattern`)
 - rust-lang#119325 (custom mir: make it clear what the return block is)
 - rust-lang#119391 (Use Result::flatten in catch_with_exit_code)
 - rust-lang#119397 (Recover parentheses in range patterns)
 - rust-lang#119414 (bootstrap: Move -Clto= setting from Rustc::run to rustc_cargo)
 - rust-lang#119417 (Uplift some miscellaneous coroutine-specific machinery into `check_closure`)
 - rust-lang#119527 (don't reexport atomic::ordering via rustc_data_structures, use std import)
 - rust-lang#119540 (Don't synthesize host effect args inside trait object types)

r? `@ghost`
`@rustbot` modify labels: rollup

matthiaskrgr added a commit to matthiaskrgr/rust that referenced this pull request

Jan 4, 2024
Use Result::flatten in catch_with_exit_code

bors added a commit to rust-lang-ci/rust that referenced this pull request

Jan 4, 2024

bors added a commit to rust-lang-ci/rust that referenced this pull request

Jan 4, 2024

rust-timer added a commit to rust-lang-ci/rust that referenced this pull request

Jan 4, 2024
Rollup merge of rust-lang#119391 - DaniPopes:catch-flatten, r=davidtwco

Use Result::flatten in catch_with_exit_code