Use proper issue for const_fn_floating_point_arithmetic

This commit is contained in:
Dylan MacKenzie 2020-09-23 13:08:20 -07:00
parent 4cac90c968
commit 659028f48b
3 changed files with 7 additions and 7 deletions

View file

@ -585,7 +585,7 @@ declare_features! (
(active, const_evaluatable_checked, "1.48.0", Some(76560), None),
/// Allows basic arithmetic on floating point types in a `const fn`.
(active, const_fn_floating_point_arithmetic, "1.48.0", Some(57563), None),
(active, const_fn_floating_point_arithmetic, "1.48.0", Some(57241), None),
// -------------------------------------------------------------------------
// feature-group-end: actual feature gates