forked from rust-lang/rust
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Auto merge of rust-lang#75772 - tmiasko:io-maybe-no, r=dtolnay
Remove unused `Maybe` wrapper around raw standard streams * Remove result type from raw standard streams constructors * Make raw standard stream constructors const * Remove wrapper type handling absent raw standard streams cargo checked with: ```shell env CC=true ./x.py check library/std/ \ --target i686-unknown-linux-gnu \ --target wasm32-unknown-emscripten \ --target wasm32-wasi \ --target x86_64-fortanix-unknown-sgx \ --target x86_64-pc-windows-gnu \ --target x86_64-unknown-cloudabi \ --target x86_64-unknown-hermit \ --target x86_64-unknown-linux-gnu \ --target x86_64-uwp-windows-gnu \ --target x86_64-wrs-vxworks ``` Note: Last target doesn't compile currently.
- Loading branch information
Showing
10 changed files
with
103 additions
and
175 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.