Struct rustc::ty::Issue32330 [] [src]

pub struct Issue32330 {
    pub fn_def_id: DefId,
    pub region_name: Name,
}
🔬 This is a nightly-only experimental API. (rustc_private)

When a region changed from late-bound to early-bound when #32330 was fixed, its RegionParameterDef will have one of these structures that we can use to give nicer errors.

Fields

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

fn where is region declared

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

name of region; duplicates the info in BrNamed but convenient to have it here, and this code is only temporary

Trait Implementations

impl Copy for Issue32330
[src]

impl Clone for Issue32330
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Issue32330
[src]

Formats the value using the given formatter.

impl PartialEq for Issue32330
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl PartialOrd for Issue32330
[src]

This method returns an ordering between self and other values if one exists. Read more

This method tests less than (for self and other) and is used by the < operator. Read more

This method tests less than or equal to (for self and other) and is used by the <= operator. Read more

This method tests greater than (for self and other) and is used by the > operator. Read more

This method tests greater than or equal to (for self and other) and is used by the >= operator. Read more

impl Eq for Issue32330
[src]

impl Ord for Issue32330
[src]

This method returns an Ordering between self and other. Read more

impl Hash for Issue32330
[src]

Feeds this value into the state given, updating the hasher as necessary.

Feeds a slice of this type into the state provided.

impl Encodable for Issue32330
[src]

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

deprecated in favor of rustc-serialize on crates.io

impl Decodable for Issue32330
[src]

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

deprecated in favor of rustc-serialize on crates.io