Home
last modified time | relevance | path

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

/third_party/rust/rust/src/tools/rust-analyzer/crates/ide-diagnostics/src/handlers/
Dtype_mismatch.rs111 let expected_adt = d.expected.as_adt()?; in add_missing_ok_or_some() localVariable
/third_party/rust/rust/compiler/rustc_ty_utils/src/
Dabi.rs134 let expected_adt = in fn_sig_for_fn_abi() localVariable
/third_party/rust/rust/compiler/rustc_mir_transform/src/
Dgenerator.rs555 let expected_adt = tcx.adt_def(tcx.require_lang_item(LangItem::ResumeTy, None)); in replace_resume_ty_local() localVariable