summaryrefslogtreecommitdiffstats
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() {}