mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-01 15:01:51 +00:00
0ced530534
Allow for reading raw bytes from rustc_serialize::Decoder without unsafe code The current `read_raw_bytes` method requires using `MaybeUninit` and `unsafe`. I don't think this is necessary. Let's see if a safe interface has any performance drawbacks. This is a followup to #83273 and will make it easier to rebase #82183. r? `@cjgillot` |
||
---|---|---|
.. | ||
src | ||
tests | ||
Cargo.toml |