diff options
| author | Bastian Kauschke <bastian_kauschke@hotmail.de> | 2020-07-28 16:49:58 +0200 |
|---|---|---|
| committer | Bastian Kauschke <bastian_kauschke@hotmail.de> | 2020-08-05 18:30:37 +0200 |
| commit | a5a5ca0da8cd536c0d6b2e7eb7da6304047dc750 (patch) | |
| tree | 0af724c2df636b512906d99ff4a8f1b2ee528fa6 /src | |
| parent | 188bbf840dd858edb929459bd3536219fa062077 (diff) | |
| download | rust-a5a5ca0da8cd536c0d6b2e7eb7da6304047dc750.tar.gz rust-a5a5ca0da8cd536c0d6b2e7eb7da6304047dc750.zip | |
add tracking issue
Diffstat (limited to 'src')
| -rw-r--r-- | src/librustc_feature/active.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/librustc_feature/active.rs b/src/librustc_feature/active.rs index d726fd8d5f7..879d0ee477d 100644 --- a/src/librustc_feature/active.rs +++ b/src/librustc_feature/active.rs @@ -580,7 +580,7 @@ declare_features! ( (active, const_fn_transmute, "1.46.0", Some(53605), None), /// The smallest useful subset of `const_generics`. - (active, min_const_generics, "1.46.0", None, None), + (active, min_const_generics, "1.46.0", Some(74878), None), // ------------------------------------------------------------------------- // feature-group-end: actual feature gates |
