diff options
| author | Mazdak Farrokhzad <twingoow@gmail.com> | 2019-12-06 23:26:54 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-12-06 23:26:54 +0100 |
| commit | 2bd35c065cb097d1ea6480c372ab9b5eea358cee (patch) | |
| tree | a72085358f010d6572bf3010c36a4ab6fe28b077 /src/libsyntax_pos | |
| parent | ae1b871cca56613b1af1a5121dd24ac810ff4b89 (diff) | |
| parent | e01ad6a01abce35f59543bf38a280a05eb7f6929 (diff) | |
| download | rust-2bd35c065cb097d1ea6480c372ab9b5eea358cee.tar.gz rust-2bd35c065cb097d1ea6480c372ab9b5eea358cee.zip | |
Rollup merge of #66606 - christianpoveda:mut-refs-in-const-fn, r=oli-obk
Add feature gate for mut refs in const fn r? @oli-obk
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 c68e03be88c..e8f7a125739 100644 --- a/src/libsyntax_pos/symbol.rs +++ b/src/libsyntax_pos/symbol.rs @@ -213,6 +213,7 @@ symbols! { const_indexing, const_in_array_repeat_expressions, const_let, + const_mut_refs, const_panic, const_raw_ptr_deref, const_raw_ptr_to_usize_cast, |
