Function rustc_resolve::rustdoc::inner_docs
source · pub fn inner_docs(attrs: &[Attribute]) -> bool
Expand description
Returns whether the first doc-comment is an inner attribute.
FIXME(#78591): Support both inner and outer attributes on the same item.