bendns' repos
/
rust-analyzer
Unnamed repository; edit this file 'description' to name the repository.
f4cb0ff
rust-analyzer
/ crates/syntax/test_data/parser/ok/0001_struct_item.rs
Raw
1
2
3
struct S<T: Copy> { f: T, }