diff options
| author | bors <bors@rust-lang.org> | 2019-07-18 20:41:40 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2019-07-18 20:41:40 +0000 |
| commit | a3369981deff35f1c8d9a29e99358593959bd06e (patch) | |
| tree | 089b75e27e6cad0354cdd93f52b46870c5338994 /src/libsyntax_pos | |
| parent | 311376d30dc1cfa622142a9f50317b1e0cb4608a (diff) | |
| parent | 4b1bc2ded91915e232c38cc503b5f110556cf719 (diff) | |
Auto merge of #61749 - davidtwco:rfc-2203-const-array-repeat-exprs, r=eddyb
rustc/rustc_mir: Implement RFC 2203. This PR implements RFC 2203, allowing constants in array repeat expressions. Part of #49147. r? @eddyb
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 a983180ac01..8da3e6c19d5 100644 --- a/src/libsyntax_pos/symbol.rs +++ b/src/libsyntax_pos/symbol.rs @@ -199,6 +199,7 @@ symbols! { const_fn_union, const_generics, const_indexing, + const_in_array_repeat_expressions, const_let, const_panic, const_raw_ptr_deref, |
