Home
last modified time | relevance | path

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

/third_party/rust/rust/compiler/rustc_middle/src/mir/
Dmod.rs1029 pub enum VarDebugInfoContents<'tcx> { enum
1048 impl<'tcx> Debug for VarDebugInfoContents<'tcx> { implementation
/third_party/rust/rust/compiler/rustc_mir_transform/src/
Dgenerator.rs999 let VarDebugInfoContents::Place(place) = &var.value else { continue }; in compute_layout() localVariable