diff options
| author | Christian Poveda <christianpoveda@protonmail.com> | 2019-11-21 12:38:14 -0500 |
|---|---|---|
| committer | Christian Poveda <christianpoveda@protonmail.com> | 2019-12-02 09:03:41 -0500 |
| commit | d24ae2577fad83d581d090816303b0f1842f1514 (patch) | |
| tree | cbc9c135d8edbc59704aab5d417a1eedc837adee /src/libsyntax_pos | |
| parent | 8b0f5acfcbc178680f3cbec737b13bf0da6c05bd (diff) | |
Rename feature gate
Diffstat (limited to 'src/libsyntax_pos')
| -rw-r--r-- | src/libsyntax_pos/symbol.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libsyntax_pos/symbol.rs b/src/libsyntax_pos/symbol.rs index c98063275dd..d700f779e17 100644 --- a/src/libsyntax_pos/symbol.rs +++ b/src/libsyntax_pos/symbol.rs @@ -203,13 +203,13 @@ symbols! { const_constructor, const_extern_fn, const_fn, - const_fn_mut_refs, const_fn_union, const_generics, const_if_match, const_indexing, const_in_array_repeat_expressions, const_let, + const_mut_refs, const_panic, const_raw_ptr_deref, const_raw_ptr_to_usize_cast, |
