Home
last modified time | relevance | path

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

/third_party/rust/rust/compiler/rustc_borrowck/src/diagnostics/
Dmod.rs757 struct CapturedMessageOpt { struct
758 is_partial_move: bool,
759 is_loop_message: bool,
760 is_move_msg: bool,
761 is_loop_move: bool,
762 maybe_reinitialized_locations_is_empty: bool,
1004 msg_opt: CapturedMessageOpt, in explain_captures()
1006 let CapturedMessageOpt { in explain_captures() localVariable