bendns' repos
/
rust-analyzer
Unnamed repository; edit this file 'description' to name the repository.
cafc7e3
rust-analyzer
/ crates/syntax/test_data/parser/inline/ok/0151_trait_alias.rs
Raw
1
2
3
trait Z<U> = T<U>; trait Z<U> = T<U> where U: Copy; trait Z<U> = where Self: T<U>;