blob: 956912249bf46ef650096a75c6bad710d8960792 [file] [log] [blame]
//@ check-pass
//@ compile-flags: --crate-type=lib
#[allow(private_bounds)]
pub trait Foo: FooImpl {}
trait FooImpl {}