Struct rustc_mir::build::scope::DropData[][src]

struct DropData<'tcx> {
    span: Span,
    location: Place<'tcx>,
    kind: DropKind,
}
🔬 This is a nightly-only experimental API. (rustc_private)

this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml instead?

Fields

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

this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml instead?

span where drop obligation was incurred (typically where place was declared)

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

this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml instead?

place to drop

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

this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml instead?

Whether this is a full value Drop, or just a StorageDead.

Trait Implementations

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

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl<'tcx> !Send for DropData<'tcx>

impl<'tcx> !Sync for DropData<'tcx>