blob: 1b3b0290d909e52938916961a46cd5e0a63c6cf4 [file] [log] [blame] [edit]
//@ check-pass
#[derive(Debug)]
pub enum Error {
Type(&'static str),
}
fn main() {}