Home
last modified time | relevance | path

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

/third_party/rust/rust/compiler/rustc_middle/src/ty/
Dinstance.rs30 pub enum InstanceDef<'tcx> { enum
154 impl<'tcx> InstanceDef<'tcx> { implementation
/third_party/rust/rust/compiler/rustc_metadata/src/rmeta/decoder/
Dcstore_impl.rs191 impl<'tcx> IntoArgs for ty::InstanceDef<'tcx> { implementation
/third_party/rust/rust/compiler/rustc_middle/src/query/
Dkeys.rs66 impl<'tcx> Key for ty::InstanceDef<'tcx> { implementation
74 impl<'tcx> AsLocalKey for ty::InstanceDef<'tcx> { implementation