From ec74d3533a9b88505d56d0ae00a78acf2e702c92 Mon Sep 17 00:00:00 2001 From: Oliver Schneider Date: Fri, 5 Oct 2018 10:17:16 +0200 Subject: Stabilize `min_const_fn` --- src/libsyntax/attr/builtin.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/libsyntax/attr') diff --git a/src/libsyntax/attr/builtin.rs b/src/libsyntax/attr/builtin.rs index f1cec422420..1cc2e62a9c6 100644 --- a/src/libsyntax/attr/builtin.rs +++ b/src/libsyntax/attr/builtin.rs @@ -107,8 +107,7 @@ pub struct Stability { pub level: StabilityLevel, pub feature: Symbol, pub rustc_depr: Option, - /// `None` means the function is stable but needs to be allowed by the - /// `min_const_fn` feature + /// `None` means the function is stable but needs to be a stable const fn, too /// `Some` contains the feature gate required to be able to use the function /// as const fn pub const_stability: Option, -- cgit 1.4.1-3-g733a5