Sign in
rust
/
rust
/
36ba2c7712052d731a7082d0eba5ed3d9d56c133
/
.
/
tests
/
ui
/
parser
/
generic-statics.rs
blob: 2fb8781fdffb850f3eaaeae00f13901dbbfafaf6 [
file
]
static
S
<
T
>:
i32
=
0
;
//~^ ERROR static items may not have generic parameters
fn
main
()
{}