Revert "Re-export core::ffi types from std::ffi"
This reverts commit 9aed829fe6
.
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.)
This commit is contained in:
parent
42d96bb2f6
commit
07ea143f96
2 changed files with 0 additions and 10 deletions
|
@ -307,7 +307,6 @@
|
|||
// Only for re-exporting:
|
||||
#![feature(assert_matches)]
|
||||
#![feature(async_iterator)]
|
||||
#![feature(c_size_t)]
|
||||
#![feature(c_variadic)]
|
||||
#![feature(cfg_accessible)]
|
||||
#![feature(cfg_eval)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue