Struct cheddar::Error
[−]
[src]
pub struct Error {
pub level: Level,
pub message: String,
// some fields omitted
}Describes an error encountered by the compiler.
These can be printed nicely using the Cheddar::print_err method.
Fields
level: Level
message: String