Searched defs:VarDebugInfoContents (Results 1 – 2 of 2) sorted by relevance
1029 pub enum VarDebugInfoContents<'tcx> { enum1048 impl<'tcx> Debug for VarDebugInfoContents<'tcx> { implementation
999 let VarDebugInfoContents::Place(place) = &var.value else { continue }; in compute_layout() localVariable