aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/rust/compile/issue-3647.rs
blob: 51d9478d7b1ece1ab6bdf9c4a4b0585785090d54 (plain)
1
2
3
4
5
6
7
#![allow(dead_code)]
type A = fn();

type B = for<'static> fn();
// { dg-error "invalid lifetime parameter name: .static. .E0262." "" { target *-*-* } .-1 }

pub fn main() {}