Sign in
rust
/
rust
/
e8a00a7621606f8c4a34b679cefaaa6aecf2442e
/
.
/
tests
/
ui
/
issues
/
issue-17001.rs
blob: 68cb2865fdc824526712c6fcea11691015600e42 [
file
]
mod
foo
{}
fn
main
()
{
let
p
=
foo
{
x
:
()
};
//~ ERROR expected struct, variant or union type, found module `foo`
}