Searched defs:ErrorConstraintInfo (Results 1 – 1 of 1) sorted by relevance
| /third_party/rust/rust/compiler/rustc_borrowck/src/diagnostics/ |
| D | region_errors.rs | 141 pub struct ErrorConstraintInfo<'tcx> { struct 143 pub(super) fr: RegionVid, 144 pub(super) fr_is_local: bool, 145 pub(super) outlived_fr: RegionVid, 146 pub(super) outlived_fr_is_local: bool, 149 pub(super) category: ConstraintCategory<'tcx>, 150 pub(super) span: Span, 574 let ErrorConstraintInfo { outlived_fr, span, .. } = errci; in report_fnmut_error() localVariable 646 let ErrorConstraintInfo { span, category, .. } = errci; in report_escaping_data_error() localVariable 748 let ErrorConstraintInfo { in report_general_error() localVariable
|