Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add
#![allow(improper_ctypes)]
to extern-pass-empty.rs; note this t…
…est seems bogus. that is, I suspect it should be retired because it is testing behavior (namely a `#[repr(C)] struct Empty;`) that, if I understand correctly, is undefined. See also rust-lang#53859.
- Loading branch information