Home
last modified time | relevance | path

Searched refs:opt_match_place (Results 1 – 6 of 6) sorted by relevance

/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_borrowck/src/diagnostics/
H A Dmove_errors.rs109 opt_match_place: Some((opt_match_place, match_span)), in append_to_grouped_errors()
123 opt_match_place, in append_to_grouped_errors()
H A Dmutability_errors.rs268 opt_match_place: _, in report_mutability_error()
H A Dconflict_errors.rs1821 opt_match_place: None, in report_illegal_reassignment()
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_mir_build/src/build/matches/
H A Dmod.rs587 VarBindingForm { opt_match_place: Some((ref mut match_place, _)), .. }, in place_into_pattern()
646 opt_match_place: Option<(Option<&Place<'tcx>>, Span)>, in declare_bindings()
669 opt_match_place.map(|(x, y)| (x.cloned(), y)), in declare_bindings()
2182 opt_match_place: Option<(Option<Place<'tcx>>, Span)>, in declare_binding()
2213 opt_match_place, in declare_binding()
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_middle/src/mir/
H A Dmod.rs772 pub opt_match_place: Option<(Option<Place<'tcx>>, Span)>, field
1014 opt_match_place: _, in can_be_made_mutable()
1031 opt_match_place: _, in is_nonref_binding()
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_mir_build/src/build/
H A Dmod.rs1001 opt_match_place: Some((Some(place), span)), in args_and_body()