Home
last modified time | relevance | path

Searched refs:block_comment (Results 1 – 1 of 1) sorted by relevance

/linux/rust/proc-macro2/
H A Dparse.rs99 match block_comment(s) { in skip_whitespace()
127 fn block_comment(input: Cursor) -> PResult<&str> { in block_comment() function
968 let (input, s) = block_comment(input)?; in doc_comment_contents()
978 let (input, s) = block_comment(input)?; in doc_comment_contents()