File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -588,7 +588,7 @@ impl Waker {
588588 /// Constructs a `Waker` from a function pointer.
589589 #[ inline]
590590 #[ must_use]
591- #[ unstable( feature = "waker_from_fn_ptr" , issue = "146055 " ) ]
591+ #[ unstable( feature = "waker_from_fn_ptr" , issue = "148457 " ) ]
592592 pub const fn from_fn_ptr ( f : fn ( ) ) -> Self {
593593 // SAFETY: Unsafe is used for transmutes, pointer came from `fn()` so it
594594 // is sound to transmute it back to `fn()`.
@@ -905,7 +905,7 @@ impl LocalWaker {
905905 /// Constructs a `LocalWaker` from a function pointer.
906906 #[ inline]
907907 #[ must_use]
908- #[ unstable( feature = "waker_from_fn_ptr" , issue = "146055 " ) ]
908+ #[ unstable( feature = "waker_from_fn_ptr" , issue = "148457 " ) ]
909909 pub const fn from_fn_ptr ( f : fn ( ) ) -> Self {
910910 // SAFETY: Unsafe is used for transmutes, pointer came from `fn()` so it
911911 // is sound to transmute it back to `fn()`.
You can’t perform that action at this time.
0 commit comments