rust/crates/syntax/test_data/parser/ok/0001_struct_item.rs

4 lines
32 B
Rust
Raw Normal View History

2018-08-22 08:46:42 -05:00
struct S<T: Copy> {
f: T,
}