Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
#![feature(negative_impls)]
struct Foo;
unsafe impl !Send for Foo { } //~ ERROR E0198
fn main() {
}