summaryrefslogtreecommitdiffstats
path: root/tests/ui/feature-gates/feature-gate-non_lifetime_binders.rs
blob: 221e9133fcc6b67750d064b8b19907c3dd2282b0 (plain)
1
2
3
4
fn foo() where for<T> T:, {}
//~^ ERROR only lifetime parameters can be used in this context

fn main() {}