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