fn dep_kind_from_label_string(label: &str) -> Result<DepKind, ()>
Converts a string to a DepKind. Used for handling attributes like rustc_clean that name dep kinds.
DepKind
rustc_clean