Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
privacy
/
issue-11593.rs
blob: fc7174bb2011e3b61552bfb446e59bb108afaadf [
file
] [
log
] [
blame
] [
edit
]
//@ aux-build:private-trait-xc.rs
extern
crate private_trait_xc
;
struct
Bar
;
impl
private_trait_xc
::
Foo
for
Bar
{}
//~^ ERROR: trait `Foo` is private
fn
main
()
{}