rust/tests/data/parser/inline/0056_trait_item.rs
Aleksey Kladov cd814fdf81 trait bounds
2018-07-31 18:24:30 +03:00

1 line
42 B
Rust

trait T<U>: Hash + Clone where U: Copy {}