about summary refs log tree commit diff
path: root/library/std/src/sys/unix/stdio.rs
diff options
context:
space:
mode:
authorYuki Okushi <jtitor@2k36.org>2021-07-03 03:15:13 +0900
committerGitHub <noreply@github.com>2021-07-03 03:15:13 +0900
commitdf55204afb61440204e9c26bf02889563180b685 (patch)
treeb371d2644d5e6dabc396d8c0519a4e0d445e74c9 /library/std/src/sys/unix/stdio.rs
parent61073404830412169c20cc48f49fff34aa4bbc9f (diff)
parentd3bf89b302fca91afa2143170623b0f4a0d534f3 (diff)
downloadrust-df55204afb61440204e9c26bf02889563180b685.tar.gz
rust-df55204afb61440204e9c26bf02889563180b685.zip
Rollup merge of #86807 - tversteeg:patch-1, r=bjorn3
Fix double import in wasm thread

The `unsupported` type is imported two times, as `super::unsupported` and as `crate::sys::unsupported`, throwing an error. Remove `super::unsupported` in favor of the other.

As reported in #86802.

Fix #86802
Diffstat (limited to 'library/std/src/sys/unix/stdio.rs')
0 files changed, 0 insertions, 0 deletions