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
/
unconstrained-none.rs
blob: e180b3163d4125cc8b33195363f1b44b17ad967c (
plain
)
1
2
3
4
5
// Issue #5062
fn
main
()
{
None
;
//~ ERROR type annotations needed [E0282]
}