rust/library/core
Dylan DPC 1660b4b70c
Rollup merge of #97851 - saethlin:use-repr-c, r=thomcc
Use repr(C) when depending on struct layout in ptr tests

The test depends on the layout of this struct `Pair`, so it should use `repr(C)` instead of the default `repr(Rust)`.
2022-06-08 07:37:33 +02:00
..
benches Add unicode fast path to is_printable 2022-05-31 10:51:35 +02:00
primitive_docs
src Rollup merge of #95948 - Nilstrieb:improve-cstr-safety-docs, r=RalfJung 2022-06-07 17:25:42 +02:00
tests Use repr(C) when depending on struct layout in ptr tests 2022-06-07 19:24:09 -04:00
Cargo.toml