Home
last modified time | relevance | path

Searched defs:comment_snippet (Results 1 – 2 of 2) sorted by relevance

/third_party/rust/rust/src/tools/rustfmt/src/
Dchains.rs388 let comment_snippet = context.snippet(comment_span); in from_ast() localVariable
399 let comment_snippet = context.snippet(chain_item.span); in from_ast() localVariable
Dvisitor.rs273 let comment_snippet = self.snippet(span); in close_block() localVariable