diff options
author | bors[bot] <bors[bot]@users.noreply.github.com> | 2018-02-02 18:32:51 +0000 |
---|---|---|
committer | bors[bot] <bors[bot]@users.noreply.github.com> | 2018-02-02 18:32:51 +0000 |
commit | 3c6ccfe6474cf15e7c59c8b6c01d8a1b3604ba02 (patch) | |
tree | 9c0b788009666087bdaa4072f0a466ff7cc93caf /tests/data/lexer/0011_keywords.rs | |
parent | 94caa9d3a2c645df5c0f2d332bc001831119484d (diff) | |
parent | 7a02097b717c6f7055a92c52dca65c374b06f057 (diff) |
Merge #32
32: G: type_parameter_list r=matklad a=matklad
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 c2c9e5667..02ca19089 100644 --- a/tests/data/lexer/0011_keywords.rs +++ b/tests/data/lexer/0011_keywords.rs | |||
@@ -1 +1 @@ | |||
fn use struct trait enum impl true false as extern crate mod pub self super in where | fn use struct trait enum impl true false as extern crate mod pub self super in where for loop while if match | ||