Home
last modified time | relevance | path

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

/third_party/rust/rust/src/tools/rustfmt/src/
Dchains.rs752 root_ends_with_block: bool, field
773 let mut root_ends_with_block = parent.kind.is_block_like(context, &root_rewrite); in format_root() localVariable