diff options
| author | Oliver Schneider <github35764891676564198441@oli-obk.de> | 2018-07-03 19:38:14 +0200 |
|---|---|---|
| committer | Oliver Schneider <github35764891676564198441@oli-obk.de> | 2018-07-18 10:53:08 +0200 |
| commit | 53d2ebb0adbe677a811ae130523ebceb285a8029 (patch) | |
| tree | aa5bf290ab3240ee1028359cef335f22dc1a2cdb /src/libsyntax_pos | |
| parent | 1c84d8187395b641616649a0f16f15a78ea8bbce (diff) | |
| download | rust-53d2ebb0adbe677a811ae130523ebceb285a8029.tar.gz rust-53d2ebb0adbe677a811ae130523ebceb285a8029.zip | |
Implement existential types
Diffstat (limited to 'src/libsyntax_pos')
| -rw-r--r-- | src/libsyntax_pos/symbol.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libsyntax_pos/symbol.rs b/src/libsyntax_pos/symbol.rs index 9a0c92f6793..62f22475e7d 100644 --- a/src/libsyntax_pos/symbol.rs +++ b/src/libsyntax_pos/symbol.rs @@ -426,6 +426,7 @@ declare_keywords! { (56, Default, "default") (57, Dyn, "dyn") (58, Union, "union") + (59, Existential, "existential") } impl Symbol { |
