Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
privacy
/
private-bounds-locally-allowed.rs
blob: 956912249bf46ef650096a75c6bad710d8960792 [
file
] [
log
] [
blame
] [
edit
]
//@ check-pass
//@ compile-flags: --crate-type=lib
#[
allow
(
private_bounds
)]
pub
trait
Foo
:
FooImpl
{}
trait
FooImpl
{}