pub fn find_any_doc(name: &str) -> Option<&'static DocEntry>
Look up the first entry with a given name, regardless of kind. Hover uses this when it doesn’t yet know whether the symbol is a type or a syntax keyword.
name