diff options
Diffstat (limited to 'crates/syntax/test_data/parser/ok/0001_struct_item.rs')
-rw-r--r-- | crates/syntax/test_data/parser/ok/0001_struct_item.rs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/crates/syntax/test_data/parser/ok/0001_struct_item.rs b/crates/syntax/test_data/parser/ok/0001_struct_item.rs new file mode 100644 index 000000000..512aeb3e7 --- /dev/null +++ b/crates/syntax/test_data/parser/ok/0001_struct_item.rs | |||
@@ -0,0 +1,3 @@ | |||
1 | struct S<T: Copy> { | ||
2 | f: T, | ||
3 | } | ||