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
/
E0403.rs
blob: 8bccb631af4bb5e4956249a0957dc8a2ae1499e7 (
plain
)
1
2
3
4
fn
foo
<
T
,
T
>
(
s
:
T
,
u
:
T
)
{}
//~ ERROR E0403
fn
main
()
{
}