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

pub struct EarlyProps {
    pub ignore: bool,
    pub should_fail: bool,
}

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

Fields

Methods

impl EarlyProps
[src]