Home
last modified time | relevance | path

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

/third_party/rust/rust/compiler/rustc_ast_lowering/src/
Ditem.rs1382 let has_where_clause_predicates = !generics.where_clause.predicates.is_empty(); in lower_generics() localVariable
/third_party/rust/rust/compiler/rustc_hir/src/
Dhir.rs561 pub has_where_clause_predicates: bool, field