Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/syntax/test_data/parser/inline/ok/0186_lifetime_arg.rast')
| -rw-r--r-- | crates/syntax/test_data/parser/inline/ok/0186_lifetime_arg.rast | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/crates/syntax/test_data/parser/inline/ok/0186_lifetime_arg.rast b/crates/syntax/test_data/parser/inline/ok/0186_lifetime_arg.rast new file mode 100644 index 0000000000..812d222211 --- /dev/null +++ b/crates/syntax/test_data/parser/inline/ok/0186_lifetime_arg.rast @@ -0,0 +1,22 @@ + [email protected] "type" + [email protected] " " + [email protected] "T" + [email protected] " " + [email protected] "=" + [email protected] " " + [email protected] "S" + [email protected] "<" + [email protected] "'static" + [email protected] ">" + [email protected] ";" + [email protected] "\n" |