Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
issues
/
issue-13407.rs
blob: 7794be37b85079e08de0861ee16325aead98fc3e [
file
] [
log
] [
blame
] [
edit
]
mod
A
{
struct
C
;
}
fn
main
()
{
A
::
C
=
1
;
//~^ ERROR: mismatched types
//~| ERROR: unit struct `C` is private
}