blob: bc76f6f145171697eea26868fcf5602be5d2a69a [file] [log] [blame] [edit]
//@ compile-flags: -Z track-diagnostics
//@ error-pattern: created at
// Normalize the emitted location so this doesn't need
// updating everytime someone adds or removes a line.
//@ normalize-stderr-test: ".rs:\d+:\d+" -> ".rs:LL:CC"
pub onion {
Owo(u8),
Uwu(i8),
}
fn main() {}