Home
last modified time | relevance | path

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

/third_party/rust/rust/compiler/rustc_middle/src/ty/
Drelate.rs340 struct GeneratorWitness<'tcx>(&'tcx ty::List<Ty<'tcx>>); struct
342 impl<'tcx> Relate<'tcx> for GeneratorWitness<'tcx> { implementation
/third_party/rust/rust/compiler/rustc_type_ir/src/
Dsty.rs168 GeneratorWitness(I::BinderListTy), enumerator