Skip to main content

parse_comment_fragment_for_language

Function parse_comment_fragment_for_language 

Source
pub fn parse_comment_fragment_for_language(
    language: LowerLanguage,
    source: &str,
) -> Result<CommentNode, ParseError>
Expand description

Parses a single line comment fragment for patch resolution using the selected language backend.