index
:
rustc
debian
progress-linux
upstream
debian 12 backports: mozilla
Progress Linux
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
test
/
ui
/
issues
/
issue-23189.rs
blob: e5526357cb0ef2d4a9f527d794c8d93e50b2f204 (
plain
)
1
2
3
4
5
mod
module
{}
fn
main
()
{
let
_
=
module
{
x
:
0
};
//~ERROR expected struct
}