1 2 3 4 5
#![crate_type = "lib"] #![feature(negative_impls)] pub trait Error {} impl !Error for &str {}