Home
last modified time | relevance | path

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

/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_borrowck/src/
H A Dborrowck_errors.rs390 crate fn cannot_borrow_across_destructor(&self, borrow_span: Span) -> DiagnosticBuilder<'cx> { in cannot_borrow_across_destructor() method
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_borrowck/src/diagnostics/
H A Dconflict_errors.rs1170 let mut err = self.cannot_borrow_across_destructor(borrow_span); in report_borrow_conflicts_with_destructor()