blob: a66bc4a60a08ebf2f327fa8b54dc5480e6d6ffdc [file] [log] [blame]
// check-pass
#![feature(negative_bounds)]
trait A: !B {}
trait B: !A {}
fn main() {}