Home
last modified time | relevance | path

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

/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_trait_selection/src/traits/error_reporting/
H A Don_unimplemented.rs25 fn on_unimplemented_note( in on_unimplemented_note() method
118 fn on_unimplemented_note( in on_unimplemented_note() method
H A Dmod.rs309 self.on_unimplemented_note(trait_ref, &obligation); in report_selection_error()