blob: 19ff9ae62fdc644002133c17e90d1d146572765e [file] [log] [blame] [edit]
#![crate_type = "lib"]
#![feature(negative_impls)]
#![feature(with_negative_coherence)]
pub trait Error {}
impl !Error for &str {}