Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
privacy
/
private-item-simple.rs
blob: 1f718ed9201a6e795c4b99713bc787eed55a307d [
file
] [
log
] [
blame
] [
edit
]
mod
a
{
fn
f
()
{}
}
fn
main
()
{
a
::
f
();
//~ ERROR function `f` is private
}