Files
rust/library/std/src
Dylan DPC cd5dc49379 Rollup merge of #96492 - joshtriplett:revert-std-ffi-re-export, r=yaahc
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.)
2022-04-29 11:23:14 +02:00
..
2021-10-25 22:44:41 -05:00
2022-04-07 08:51:59 +01:00
2022-04-19 13:02:20 +10:00
2022-04-17 01:23:46 -04:00
2022-03-23 05:33:44 +00:00
2022-04-05 23:18:40 +02:00
2022-04-05 23:18:40 +02:00
2022-04-05 23:18:40 +02:00
2022-04-17 01:23:47 -04:00