Struct compiletest_rs::header::EarlyProps [] [src]

pub struct EarlyProps {
    pub ignore: bool,
    pub should_fail: bool,
    pub aux: Vec<String>,
}

Properties which must be known very early, before actually running the test.

Fields

Methods

impl EarlyProps
[src]

[src]

Trait Implementations

Auto Trait Implementations

impl Send for EarlyProps

impl Sync for EarlyProps