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-5062.rs
blob: 2db0a8e25b462183f9d4c7a55d891366554a6df3 (
plain
)
1
2
fn
main
()
{
format!
(
"{:?}"
,
None
);
}
//~^ ERROR type annotations needed [E0282]