diff options
| author | John Wrenn <john_wrenn@brown.edu> | 2019-05-09 17:08:55 -0400 |
|---|---|---|
| committer | John Wrenn <john_wrenn@brown.edu> | 2019-06-21 11:00:10 -0400 |
| commit | ac98342e846e79985f0c4969a2d546dee24a70d1 (patch) | |
| tree | 8c2ff20debabdd8f9c9f7476f1b2d3868192f6cd /src/libsyntax_pos | |
| parent | 38cd9489f75f4a4387296ee304e2287f7c32c211 (diff) | |
| download | rust-ac98342e846e79985f0c4969a2d546dee24a70d1.tar.gz rust-ac98342e846e79985f0c4969a2d546dee24a70d1.zip | |
Implement arbitrary_enum_discriminant
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 c25e65eaddd..a015b667382 100644 --- a/src/libsyntax_pos/symbol.rs +++ b/src/libsyntax_pos/symbol.rs @@ -135,6 +135,7 @@ symbols! { always, and, any, + arbitrary_enum_discriminant, arbitrary_self_types, Arguments, ArgumentV1, |
