Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
issues
/
issue-16966.rs
blob: 9c6188350e3f7dec563540beb216c4bb1968607b [
file
] [
log
] [
blame
] [
edit
]
fn
main
()
{
panic
!(
std
::
default
::
Default
::
default
());
//~^ ERROR type annotations needed
}