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
/
error-codes
/
E0132.rs
blob: fb5e5d7b95a3cbbf397d539f4c43da95c2250349 (
plain
)
1
2
3
4
5
6
7
#![feature(start)]
#[start]
fn
f
<
T
>
()
{}
//~ ERROR E0132
fn
main
()
{
}