about summary refs log tree commit diff
path: root/src/test/ui/thinlto
diff options
context:
space:
mode:
authorDylan DPC <dylan.dpc@gmail.com>2021-03-19 15:03:14 +0100
committerGitHub <noreply@github.com>2021-03-19 15:03:14 +0100
commit4abcd4042c34a80872d0e687b9aa325e68b58d08 (patch)
treeef56d035215cec61e39ad46f9bf57c886f233532 /src/test/ui/thinlto
parenteb95acea8aeaeef834214eaffb15d64095fe9271 (diff)
parent2cbea9f98e6d93b85d5f603be311313d41b87525 (diff)
downloadrust-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