diff options
author | Aleksey Kladov <[email protected]> | 2018-08-01 09:27:31 +0100 |
---|---|---|
committer | Aleksey Kladov <[email protected]> | 2018-08-01 09:27:31 +0100 |
commit | 37e1625f0139da07c2690b6ee6ca7eae5ebb061a (patch) | |
tree | 368d3329e120fc5d76a0595110f7519bb084d70f /tests/data/lexer/0011_keywords.rs | |
parent | 53485030dc49aa7cd66e36c8a1e1abf1bf08020c (diff) |
return expr
Diffstat (limited to 'tests/data/lexer/0011_keywords.rs')
-rw-r--r-- | tests/data/lexer/0011_keywords.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/data/lexer/0011_keywords.rs b/tests/data/lexer/0011_keywords.rs index 22b063567..e6bf64d4d 100644 --- a/tests/data/lexer/0011_keywords.rs +++ b/tests/data/lexer/0011_keywords.rs | |||
@@ -1,3 +1,3 @@ | |||
1 | fn use struct trait enum impl true false as extern crate | 1 | fn use struct trait enum impl true false as extern crate |
2 | mod pub self super in where for loop while if match const | 2 | mod pub self super in where for loop while if match const |
3 | static mut type ref let else move | 3 | static mut type ref let else move return |