Enum rustc::ty::layout::LayoutError [] [src]

pub enum LayoutError<'tcx> {
    Unknown(Ty<'tcx>),
    SizeOverflow(Ty<'tcx>),
}
🔬 This is a nightly-only experimental API. (rustc_private)

Variants

🔬 This is a nightly-only experimental API. (rustc_private)
🔬 This is a nightly-only experimental API. (rustc_private)

Trait Implementations

impl<'tcx> Copy for LayoutError<'tcx>
[src]

impl<'tcx> Clone for LayoutError<'tcx>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<'tcx> Debug for LayoutError<'tcx>
[src]

Formats the value using the given formatter.

impl<'tcx> Display for LayoutError<'tcx>
[src]

Formats the value using the given formatter. Read more