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
/
parser
/
generic-statics.rs
blob: 2fb8781fdffb850f3eaaeae00f13901dbbfafaf6 (
plain
)
1
2
3
4
static
S
<
T
>
:
i32
=
0
;
//~^ ERROR static items may not have generic parameters
fn
main
()
{}