Files
OnJava8/docs/_style/prism-master/tests/languages/rust/lifetime-annotation_feature.test
2019-03-30 20:31:44 +08:00

15 lines
308 B
Plaintext

'foo
'a
<'a>
----------------------------------------------------
[
["lifetime-annotation", "'foo"],
["lifetime-annotation", "'a"],
["operator", "<"], ["lifetime-annotation", "'a"], ["operator", ">"]
]
----------------------------------------------------
Checks for lifetime annotations.