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
/
tests
/
ui
/
issues
/
issue-20714.rs
blob: 3aa39bb7388fafb4c5c2954cec476c1a19fd8692 (
plain
)
1
2
3
4
5
struct
G
;
fn
main
()
{
let
g
=
G
();
//~ ERROR: expected function, found struct `G`
}