rust/src/libstd/ffi
bors 85a360e0ea Auto merge of #62610 - Stargateur:fix-miri-error-cstring-into_inner, r=RalfJung
Fix miri error in into_inner() of CString

Fix #62553

I choice to not transmute because I think it's more unsafe and in case the structure change this code should always work.

r? @RalfJung
2019-07-14 13:52:40 +00:00
..
c_str.rs Fix miri error in into_inner() of CString 2019-07-13 11:09:46 +02:00
mod.rs Expose VaListImpl as the Rust equivalent of __va_list_tag and implement Clone for it. 2019-06-17 16:04:49 -07:00
os_str.rs Add missing urls for osstr 2019-07-07 15:38:53 +02:00