rust/src/libstd/ffi
Linus Färnstrand cd0e4c3263 Implement Error::source on IntoStringError
IntoStringError only implemented Error::cause, which is
deprecated. This implemements Error::source instead.
Error::cause will still work as before, thanks to the default
implementation.
2019-10-13 11:43:26 +02:00
..
c_str.rs Implement Error::source on IntoStringError 2019-10-13 11:43:26 +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 Fix for 7e13679. 2019-08-22 19:27:16 +02:00