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-16966.rs
blob: 9c6188350e3f7dec563540beb216c4bb1968607b (
plain
)
1
2
3
4
fn
main
()
{
panic!
(
std
::
default
::
Default
::
default
());
//~^ ERROR type annotations needed
}