Enum rustc::infer::FixupError [] [src]

pub enum FixupError {
    UnresolvedIntTy(IntVid),
    UnresolvedFloatTy(FloatVid),
    UnresolvedTy(TyVid),
}
🔬 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)
🔬 This is a nightly-only experimental API. (rustc_private)

Trait Implementations

impl Copy for FixupError
[src]

impl Clone for FixupError
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for FixupError
[src]

Formats the value using the given formatter.

impl Display for FixupError
[src]

Formats the value using the given formatter. Read more