aboutsummaryrefslogtreecommitdiff
path: root/crates/syntax/test_data/parser/inline/ok/0041_trait_item.rs
blob: 32761dd03d05e70a44ee2cc0d03e609a99cee13a (plain)
1
2
trait T<U>: Hash + Clone where U: Copy {}
trait X<U: Debug + Display>: Hash + Clone where U: Copy {}