Home
last modified time | relevance | path

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

/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_trait_selection/src/traits/error_reporting/
H A Don_unimplemented.rs23 fn describe_enclosure(&self, hir_id: hir::HirId) -> Option<&'static str>; in describe_enclosure() method
79 fn describe_enclosure(&self, hir_id: hir::HirId) -> Option<&'static str> { in describe_enclosure() method
112 if parent_hid != hir_id { self.describe_enclosure(parent_hid) } else { None } in describe_enclosure()
129 self.describe_enclosure(obligation.cause.body_id).map(|s| s.to_owned()), in on_unimplemented_note()