blob: c2b8ecc141d7dcf65ab359e711ce5ffb95545747 [file] [log] [blame]
//@ check-pass
// issue: rust-lang/rust#106247
pub trait Trait {
fn method(&self) where Self: Sync;
}
fn main() {}