blob: 607cfa1bb2cd78d2f836636cc324890927cebd61 [file] [log] [blame]
#[derive(Send)]
//~^ ERROR this unsafe trait should be implemented explicitly
struct Test;
#[derive(Sync)]
//~^ ERROR this unsafe trait should be implemented explicitly
struct Test1;
pub fn main() {}