diff options
| author | Dylan MacKenzie <ecstaticmorse@gmail.com> | 2020-09-23 13:08:20 -0700 |
|---|---|---|
| committer | Dylan MacKenzie <ecstaticmorse@gmail.com> | 2020-09-25 10:39:11 -0700 |
| commit | 659028f48b7b47ee3e16a4d110b1379ed8524121 (patch) | |
| tree | 3cfaa5a9b881109eaf0fddf30648e5a354853c1b /compiler/rustc_feature/src/active.rs | |
| parent | 4cac90c968774b799697d5ce18da75483dc2f15b (diff) | |
| download | rust-659028f48b7b47ee3e16a4d110b1379ed8524121.tar.gz rust-659028f48b7b47ee3e16a4d110b1379ed8524121.zip | |
Use proper issue for `const_fn_floating_point_arithmetic`
Diffstat (limited to 'compiler/rustc_feature/src/active.rs')
| -rw-r--r-- | compiler/rustc_feature/src/active.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_feature/src/active.rs b/compiler/rustc_feature/src/active.rs index 720fa9939f3..17b9e1ee7e8 100644 --- a/compiler/rustc_feature/src/active.rs +++ b/compiler/rustc_feature/src/active.rs @@ -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 |
