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