about summary refs log tree commit diff
path: root/library/std/src/sys/unix/alloc.rs
diff options
context:
space:
mode:
authorDylan DPC <99973273+Dylan-DPC@users.noreply.github.com>2022-04-29 11:23:14 +0200
committerGitHub <noreply@github.com>2022-04-29 11:23:14 +0200
commitcd5dc4937958d60404adccbbc877697539ca085c (patch)
tree3a2caeab4e03841bba1dfa23b49220bc069942b2 /library/std/src/sys/unix/alloc.rs
parentdb1ec252247f8066a3d9e130f85147d2117c3edb (diff)
parent07ea143f96929ac7f0b7af0f025be48a472273e5 (diff)
downloadrust-cd5dc4937958d60404adccbbc877697539ca085c.tar.gz
rust-cd5dc4937958d60404adccbbc877697539ca085c.zip
Rollup merge of #96492 - joshtriplett:revert-std-ffi-re-export, r=yaahc
Revert "Re-export core::ffi types from std::ffi"

This reverts commit 9aed829fe6cdf5eaf278c6c3972f7acd0830887d.

Fixes https://github.com/rust-lang/rust/issues/96435 , a regression
in crates doing `use std::ffi::*;` and `use std::os::raw::*;`.

We can re-add this re-export once the `core::ffi` types
are stable, and thus the `std::os::raw` types can become re-exports as
well, which will avoid the conflict. (Type aliases to the same type
still conflict, but re-exports of the same type don't.)
Diffstat (limited to 'library/std/src/sys/unix/alloc.rs')
0 files changed, 0 insertions, 0 deletions