rustc_resolve::rustdoc

Function attrs_to_preprocessed_links

Source
pub(crate) fn attrs_to_preprocessed_links<A: AttributeExt + Clone>(
    attrs: &[A],
) -> Vec<Box<str>>
Expand description

Simplified version of preprocessed_markdown_links from rustdoc. Must return at least the same links as it, but may add some more links on top of that.