blob: 041bbe8fdcf6920359867157ca5826a42961d334 [file] [log] [blame]
#![feature(negative_impls)]
struct Foo;
unsafe impl !Send for Foo { } //~ ERROR E0198
fn main() {
}