diff options
| author | gnzlbg <gonzalobg88@gmail.com> | 2019-09-21 16:09:38 +0200 |
|---|---|---|
| committer | gnzlbg <gonzalobg88@gmail.com> | 2019-09-21 16:09:38 +0200 |
| commit | d4344969731e55bd0acaee4ad6962a85c8e0f27a (patch) | |
| tree | 1b4a61abcac2d1c6ef53290c87b7ecdc69dbf8c1 /src/libsyntax | |
| parent | 9cf9030e1cc4c6231419f5e9f7a5bd42eb1f55c1 (diff) | |
| download | rust-d4344969731e55bd0acaee4ad6962a85c8e0f27a.tar.gz rust-d4344969731e55bd0acaee4ad6962a85c8e0f27a.zip | |
remove feature
Diffstat (limited to 'src/libsyntax')
| -rw-r--r-- | src/libsyntax/feature_gate/active.rs | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/libsyntax/feature_gate/active.rs b/src/libsyntax/feature_gate/active.rs index d1a17dc14bd..dd78777b569 100644 --- a/src/libsyntax/feature_gate/active.rs +++ b/src/libsyntax/feature_gate/active.rs @@ -405,9 +405,6 @@ declare_features! ( /// Allows macro invocations in `extern {}` blocks. (active, macros_in_extern, "1.27.0", Some(49476), None), - /// Allows calling function pointers inside `const` functions. - (active, const_fn_ptr, "1.27.0", Some(51909), None), - /// Allows accessing fields of unions inside `const` functions. (active, const_fn_union, "1.27.0", Some(51909), None), |
