Struct rustc_expand::base::DummyResult [−][src]
Expand description
Fill-in macro expansion result, to allow compilation to continue after hitting errors.
Fields
is_error: bool
span: Span
Implementations
Creates a default MacResult that can be anything.
Use this as a return value after hitting any errors and
calling span_err
.
Same as any
, but must be a valid fragment, not error.
Trait Implementations
Creates zero or more items.
Creates zero or more impl items.
Creates zero or more trait items.
Creates zero or more items in an extern {}
block
Creates zero or more statements. Read more
Auto Trait Implementations
impl RefUnwindSafe for DummyResult
impl !Send for DummyResult
impl !Sync for DummyResult
impl Unpin for DummyResult
impl UnwindSafe for DummyResult
Blanket Implementations
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: 12 bytes