diff options
| author | Ralf Jung <post@ralfj.de> | 2021-05-07 18:56:16 +0200 |
|---|---|---|
| committer | Ralf Jung <post@ralfj.de> | 2021-05-09 14:29:31 +0200 |
| commit | bafc51e01aea45da746afaf51d5783f0409d605b (patch) | |
| tree | 38493971e0ebc5c467e07cd2248b4b4ad5fae380 /compiler/rustc_feature/src/active.rs | |
| parent | 881c1ac408d93bb7adaa3a51dabab9266e82eee8 (diff) | |
| download | rust-bafc51e01aea45da746afaf51d5783f0409d605b.tar.gz rust-bafc51e01aea45da746afaf51d5783f0409d605b.zip | |
remove const_fn feature gate
Diffstat (limited to 'compiler/rustc_feature/src/active.rs')
| -rw-r--r-- | compiler/rustc_feature/src/active.rs | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/compiler/rustc_feature/src/active.rs b/compiler/rustc_feature/src/active.rs index f747f854514..535cb132766 100644 --- a/compiler/rustc_feature/src/active.rs +++ b/compiler/rustc_feature/src/active.rs @@ -274,9 +274,6 @@ declare_features! ( /// Allows using non lexical lifetimes (RFC 2094). (active, nll, "1.0.0", Some(43234), None), - /// Allows the definition of `const` functions with some advanced features. - (active, const_fn, "1.2.0", Some(57563), None), - /// Allows associated type defaults. (active, associated_type_defaults, "1.2.0", Some(29661), None), |
