Home
last modified time | relevance | path

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

/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_borrowck/src/diagnostics/
H A Dmove_errors.rs379 match (self.describe_place(move_place.as_ref()), source.describe_for_named_place()) in report_cannot_move_from_borrowed_content()
H A Dmod.rs754 pub(super) fn describe_for_named_place(&self) -> Option<&'static str> { in describe_for_named_place() method