diff options
| author | Dylan DPC <dylan.dpc@gmail.com> | 2021-03-19 15:03:14 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-03-19 15:03:14 +0100 |
| commit | 4abcd4042c34a80872d0e687b9aa325e68b58d08 (patch) | |
| tree | ef56d035215cec61e39ad46f9bf57c886f233532 /src/test/ui/thinlto | |
| parent | eb95acea8aeaeef834214eaffb15d64095fe9271 (diff) | |
| parent | 2cbea9f98e6d93b85d5f603be311313d41b87525 (diff) | |
| download | rust-4abcd4042c34a80872d0e687b9aa325e68b58d08.tar.gz rust-4abcd4042c34a80872d0e687b9aa325e68b58d08.zip | |
Rollup merge of #82500 - CDirkx:hermit-pipe, r=joshtriplett
Reuse `std::sys::unsupported::pipe` on `hermit` Pipes are not supported on `hermit` and `hermit/pipe.rs` is identical to `unsupported/pipe.rs`. This PR reduces duplication between the two by doing the following on `hermit`: ```rust #[path = "../unsupported/pipe.rs"] pub mod pipe; ```
Diffstat (limited to 'src/test/ui/thinlto')
0 files changed, 0 insertions, 0 deletions
