Home
last modified time | relevance | path

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

/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_lint/src/
H A Dbuiltin.rs1457 fn is_type_variable_assoc(qpath: &hir::QPath<'_>) -> bool { in is_type_variable_assoc() method
1489 if TypeAliasBounds::is_type_variable_assoc(qpath) { in suggest_changing_assoc_types()