Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Document
#[repr(u8)] enum
to enable LLVM optimizations
See rust-lang/rust#27303 and rust-lang/libc#48 for discussion of the optimization, or just try compiling `unsafe {free(malloc(16))}` with various Rust definitions of `void *` in the FFI binding.
- Loading branch information