From d27e55c5d81eaee11ff2d414793cb7278d58d578 Mon Sep 17 00:00:00 2001 From: petrochenkov Date: Fri, 8 Jul 2016 13:35:17 +0300 Subject: Stabilize `FnOnce::Output` + Fix rebase --- src/libcore/ops.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/libcore') diff --git a/src/libcore/ops.rs b/src/libcore/ops.rs index 7753aae147a..9347ac2a8c8 100644 --- a/src/libcore/ops.rs +++ b/src/libcore/ops.rs @@ -1929,7 +1929,7 @@ pub trait FnMut : FnOnce { #[fundamental] // so that regex can rely that `&str: !FnMut` pub trait FnOnce { /// The returned type after the call operator is used. - #[unstable(feature = "fn_traits", issue = "29625")] + #[stable(feature = "fn_once_output", since = "1.12.0")] type Output; /// This is called when the call operator is used. -- cgit 1.4.1-3-g733a5