Home
last modified time | relevance | path

Searched defs:ExpressionFinder (Results 1 – 1 of 1) sorted by relevance

/third_party/rust/rust/compiler/rustc_borrowck/src/diagnostics/
Dconflict_errors.rs331 struct ExpressionFinder<'hir> { in suggest_ref_or_clone() struct
332 expr_span: Span, in suggest_ref_or_clone()
333 expr: Option<&'hir hir::Expr<'hir>>, in suggest_ref_or_clone()
334 pat: Option<&'hir hir::Pat<'hir>>, in suggest_ref_or_clone()
335 parent_pat: Option<&'hir hir::Pat<'hir>>, in suggest_ref_or_clone()
337 impl<'hir> Visitor<'hir> for ExpressionFinder<'hir> { in suggest_ref_or_clone() implementation
1509 struct ExpressionFinder<'hir> { in suggest_binding_for_closure_capture_self() struct
1510 capture_span: Span, in suggest_binding_for_closure_capture_self()
1511 closure_change_spans: Vec<Span>, in suggest_binding_for_closure_capture_self()
1512 closure_arg_span: Option<Span>, in suggest_binding_for_closure_capture_self()
[all …]