blob: d46b4b01af9c7560070b594c603f6515b081990b [file] [log] [blame]
auto trait MyTrait {}
//~^ ERROR auto traits are experimental and possibly buggy
impl<T> !MyTrait for *mut T {}
//~^ ERROR negative trait bounds are not fully implemented
fn main() {}