Home
last modified time | relevance | path

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

/third_party/rust/rust/compiler/rustc_ty_utils/src/
Dabi.rs147 let state_adt_ref = tcx.adt_def(state_did); in fn_sig_for_fn_abi() localVariable
/third_party/rust/rust/compiler/rustc_mir_transform/src/
Dgenerator.rs225 state_adt_ref: AdtDef<'tcx>, field
1495 let state_adt_ref = tcx.adt_def(state_did); in run_pass() localVariable