]> git.lizzy.rs Git - rust.git/commit
Rollup merge of #56210 - RalfJung:c_str, r=oli-obk
authorPietro Albini <pietro@pietroalbini.org>
Sun, 25 Nov 2018 16:05:11 +0000 (17:05 +0100)
committerGitHub <noreply@github.com>
Sun, 25 Nov 2018 16:05:11 +0000 (17:05 +0100)
commitbaf45d6d9001baeb7dfded52a6695266a8d631d0
treedb635d2a947aa0b5ea1b00bff8fb57d1a882ff95
parentd21d510dde71523f4ce52805e50582cd2f0676fd
parent2472e832503995a024a6fbf533b504a0d0bf9e9c
Rollup merge of #56210 - RalfJung:c_str, r=oli-obk

read_c_str should call the AllocationExtra hooks

I just hope we do not have other methods that bypass `get_bytes`/`get_bytes_mut`... (looking over the file, I could not find any)

r? @oli-obk