Enum rustc_infer::infer::FixupError [−][src]
pub enum FixupError<'tcx> {
UnresolvedIntTy(IntVid),
UnresolvedFloatTy(FloatVid),
UnresolvedTy(TyVid),
UnresolvedConst(ConstVid<'tcx>),
}
Variants
UnresolvedIntTy(IntVid)
Tuple Fields of UnresolvedIntTy
0: IntVid
UnresolvedFloatTy(FloatVid)
Tuple Fields of UnresolvedFloatTy
0: FloatVid
UnresolvedTy(TyVid)
Tuple Fields of UnresolvedTy
0: TyVid
UnresolvedConst(ConstVid<'tcx>)
Tuple Fields of UnresolvedConst
0: ConstVid<'tcx>
Trait Implementations
Auto Trait Implementations
impl<'tcx> RefUnwindSafe for FixupError<'tcx>
impl<'tcx> Send for FixupError<'tcx>
impl<'tcx> Sync for FixupError<'tcx>
impl<'tcx> Unpin for FixupError<'tcx>
impl<'tcx> UnwindSafe for FixupError<'tcx>
Blanket Implementations
pub fn allocate_from_iter(
arena: &'a Arena<'tcx>,
iter: impl IntoIterator<Item = T>
) -> &'a mut [T]
Mutably borrows from an owned value. Read more
Layout
Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...)
attributes. Please see the Rust Reference’s “Type Layout” chapter for details on type layout guarantees.
Size: 8 bytes
Size for each variant:
UnresolvedIntTy
: 4 bytesUnresolvedFloatTy
: 4 bytesUnresolvedTy
: 4 bytesUnresolvedConst
: 4 bytes