about summary refs log tree commit diff
path: root/compiler/rustc_pattern_analysis/src
diff options
context:
space:
mode:
authorArthur Carcano <arthur.carcano@ocamlpro.com>2023-07-24 16:09:15 +0200
committerArthur Carcano <arthur.carcano@ocamlpro.com>2024-02-20 22:27:39 +0100
commit88ac7ace569c6ad8ac2b9300cdeeb0170a1f04c5 (patch)
tree73f007c3d4063188bbc6304c1de688804159285c /compiler/rustc_pattern_analysis/src
parentbb594538fc6e84213a6b8d5e165442570aa48923 (diff)
downloadrust-88ac7ace569c6ad8ac2b9300cdeeb0170a1f04c5.tar.gz
rust-88ac7ace569c6ad8ac2b9300cdeeb0170a1f04c5.zip
Delete architecture-specific memchr code in std::sys
Currently all architecture-specific memchr code is only used in
`std::io`. Most of the actual `memchr` capacity exposed to the user
through the slice API is instead implemented in core::slice::memchr.

Hence this commit deletes memchr from std::sys[_common] and replace
calls to it by calls to core::slice::memchr functions. This deletes
(r)memchr from the list of symbols linked to libc.
Diffstat (limited to 'compiler/rustc_pattern_analysis/src')
0 files changed, 0 insertions, 0 deletions