@@ -250,7 +250,7 @@ pub trait FnOnce<Args> {
250
250
251
251
mod impls {
252
252
#[ stable( feature = "rust1" , since = "1.0.0" ) ]
253
- #[ rustc_const_unstable( feature = "const_fn_trait_ref_impls" , issue = "none " ) ]
253
+ #[ rustc_const_unstable( feature = "const_fn_trait_ref_impls" , issue = "101803 " ) ]
254
254
impl < A , F : ?Sized > const Fn < A > for & F
255
255
where
256
256
F : ~const Fn < A > ,
@@ -261,7 +261,7 @@ mod impls {
261
261
}
262
262
263
263
#[ stable( feature = "rust1" , since = "1.0.0" ) ]
264
- #[ rustc_const_unstable( feature = "const_fn_trait_ref_impls" , issue = "none " ) ]
264
+ #[ rustc_const_unstable( feature = "const_fn_trait_ref_impls" , issue = "101803 " ) ]
265
265
impl < A , F : ?Sized > const FnMut < A > for & F
266
266
where
267
267
F : ~const Fn < A > ,
@@ -272,7 +272,7 @@ mod impls {
272
272
}
273
273
274
274
#[ stable( feature = "rust1" , since = "1.0.0" ) ]
275
- #[ rustc_const_unstable( feature = "const_fn_trait_ref_impls" , issue = "none " ) ]
275
+ #[ rustc_const_unstable( feature = "const_fn_trait_ref_impls" , issue = "101803 " ) ]
276
276
impl < A , F : ?Sized > const FnOnce < A > for & F
277
277
where
278
278
F : ~const Fn < A > ,
@@ -285,7 +285,7 @@ mod impls {
285
285
}
286
286
287
287
#[ stable( feature = "rust1" , since = "1.0.0" ) ]
288
- #[ rustc_const_unstable( feature = "const_fn_trait_ref_impls" , issue = "none " ) ]
288
+ #[ rustc_const_unstable( feature = "const_fn_trait_ref_impls" , issue = "101803 " ) ]
289
289
impl < A , F : ?Sized > const FnMut < A > for & mut F
290
290
where
291
291
F : ~const FnMut < A > ,
@@ -296,7 +296,7 @@ mod impls {
296
296
}
297
297
298
298
#[ stable( feature = "rust1" , since = "1.0.0" ) ]
299
- #[ rustc_const_unstable( feature = "const_fn_trait_ref_impls" , issue = "none " ) ]
299
+ #[ rustc_const_unstable( feature = "const_fn_trait_ref_impls" , issue = "101803 " ) ]
300
300
impl < A , F : ?Sized > const FnOnce < A > for & mut F
301
301
where
302
302
F : ~const FnMut < A > ,
0 commit comments