aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_syntax/tests/data/parser/inline/ok/0122_generic_lifetime_type_attribute.rs
blob: e8fdf741fb9133a15735183680b289c3c1e61997 (plain)
1
2
fn foo<#[derive(Lifetime)] 'a, #[derive(Type)] T>(_: &'a T) {
}