rustc_session::config::native_libs

Function split_native_lib_value

Source
fn split_native_lib_value(value: &str) -> NativeLibParts<'_>
Expand description

Splits a string of the form [KIND[:MODIFIERS]=]NAME[:NEW_NAME] into those individual parts. This cannot fail, but the resulting strings require further validation.