Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
trait MyTrait {}
impl !MyTrait for u32 {} //~ ERROR negative trait bounds are not fully implemented
fn main() {}