diff options
| author | Mazdak Farrokhzad <twingoow@gmail.com> | 2019-05-11 15:11:04 +0200 |
|---|---|---|
| committer | Mazdak Farrokhzad <twingoow@gmail.com> | 2019-06-23 01:29:29 +0200 |
| commit | ebea1c2cc0088353d92e65d34fcae2799b50a20f (patch) | |
| tree | 4e49dc43f65b19402d9ea1127738e0c1236055ea /src/libsyntax_pos | |
| parent | c9fb6390859bb1d2aca957528c121c2f99b74f42 (diff) | |
| download | rust-ebea1c2cc0088353d92e65d34fcae2799b50a20f.tar.gz rust-ebea1c2cc0088353d92e65d34fcae2799b50a20f.zip | |
let_chains: Add feature gate.
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..756bc8c29d8 100644 --- a/src/libsyntax_pos/symbol.rs +++ b/src/libsyntax_pos/symbol.rs @@ -354,6 +354,7 @@ symbols! { label_break_value, lang, lang_items, + let_chains, lhs, lib, lifetime, |
