Home
last modified time | relevance | path

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

/third_party/rust/rust/src/tools/rustfmt/src/
Dclosures.rs112 let has_attributes = block.stmts.first().map_or(false, |first_stmt| { in needs_block() localVariable
/third_party/rust/rust/compiler/rustc_resolve/src/
Dimports.rs159 pub has_attributes: bool, field