pub fn span_extract_comments(cx: &impl HasSession, span: Span) -> Vec<String>Expand description
Returns all the comments a given span contains.
Comments are returned wrapped with their relevant delimiters.
pub fn span_extract_comments(cx: &impl HasSession, span: Span) -> Vec<String>Returns all the comments a given span contains.
Comments are returned wrapped with their relevant delimiters.