@@ -250,7 +250,7 @@ pub trait FnOnce<Args> {
250250
251251mod impls {
252252 #[ 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 " ) ]
254254 impl < A , F : ?Sized > const Fn < A > for & F
255255 where
256256 F : ~const Fn < A > ,
@@ -261,7 +261,7 @@ mod impls {
261261 }
262262
263263 #[ 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 " ) ]
265265 impl < A , F : ?Sized > const FnMut < A > for & F
266266 where
267267 F : ~const Fn < A > ,
@@ -272,7 +272,7 @@ mod impls {
272272 }
273273
274274 #[ 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 " ) ]
276276 impl < A , F : ?Sized > const FnOnce < A > for & F
277277 where
278278 F : ~const Fn < A > ,
@@ -285,7 +285,7 @@ mod impls {
285285 }
286286
287287 #[ 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 " ) ]
289289 impl < A , F : ?Sized > const FnMut < A > for & mut F
290290 where
291291 F : ~const FnMut < A > ,
@@ -296,7 +296,7 @@ mod impls {
296296 }
297297
298298 #[ 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 " ) ]
300300 impl < A , F : ?Sized > const FnOnce < A > for & mut F
301301 where
302302 F : ~const FnMut < A > ,
0 commit comments