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