Struct compiletest_rs::errors::Error[][src]

pub struct Error {
    pub line_num: usize,
    pub kind: Option<ErrorKind>,
    pub msg: String,
}

Fields

What kind of message we expect (e.g. warning, error, suggestion). None if not specified or unknown message kind.

Trait Implementations

impl Debug for Error
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Error

impl Sync for Error