We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Somehow this made it into master without being warned:
#[stable(feature = "os_string_from_box", since = "1.17.0")] impl<'a> From<Box<OsStr>> for OsString { fn from(boxed: Box<OsStr>) -> OsString { boxed.into_os_string() } }
This should definitely trigger a warning.