blob: 0e17f089048f72b23cd4c75e2c24fe6b1426f5a9 [file] [log] [blame]
#![feature(negative_impls)]
#![feature(with_negative_coherence)]
pub trait ForeignTrait {}
impl ForeignTrait for u32 {}
impl !ForeignTrait for String {}