Files
rust/library/std/src
Dylan DPC 4abcd4042c 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;
```
2021-03-19 15:03:14 +01:00
..
2021-02-06 13:05:56 +01:00
2020-11-07 16:15:48 +01:00
2020-10-21 20:44:03 -07:00
2021-01-07 09:13:21 +01:00
2021-01-23 11:56:33 -06:00
2021-02-26 19:03:44 +01:00
2021-02-26 19:03:44 +01:00
2021-01-31 11:07:37 +01:00
2021-02-28 12:57:38 -08:00
2021-02-23 15:54:55 +01:00
2021-02-13 16:59:06 +01:00
2020-11-22 17:11:41 -05:00