]> git.lizzy.rs Git - rust.git/commit
Auto merge of #2067 - RalfJung:strerror_r, r=RalfJung
authorbors <bors@rust-lang.org>
Sun, 17 Apr 2022 02:54:53 +0000 (02:54 +0000)
committerbors <bors@rust-lang.org>
Sun, 17 Apr 2022 02:54:53 +0000 (02:54 +0000)
commit35aeba78db5002cd4dacf2a8453a17ba521ddd7f
tree8fdccef9fbdf8eb32775d275631f4bdb9a97a033
parentd1f31f913c266ee82ded3524057beb10f925042e
parentdb2c4b6dfa765582d8f184ec09ee17643e183725
Auto merge of #2067 - RalfJung:strerror_r, r=RalfJung

implement strerror_r

This isn't perfect; we end up using [this match](https://github.com/rust-lang/rust/blob/72a25d05bf1a4b155d74139ef700ff93af6d8e22/library/std/src/io/error.rs#L380) rather than the platform-specific messages, but at least we show something -- this is mostly informational anyway.

Cc https://github.com/rust-lang/miri/issues/2057