@@ -462,9 +462,8 @@ declare_features! (
462
462
463
463
( active, abi_amdgpu_kernel, "1.29.0" , Some ( 51575 ) , None ) ,
464
464
465
- // impl<I:Iterator> Iterator for &mut Iterator
466
- // impl Debug for Foo<'_>
467
- ( active, impl_header_lifetime_elision, "1.30.0" , Some ( 15872 ) , Some ( Edition :: Edition2018 ) ) ,
465
+ // Perma-unstable; added for testing E0705
466
+ ( active, test_2018_feature, "1.31.0" , Some ( 0 ) , Some ( Edition :: Edition2018 ) ) ,
468
467
469
468
// Support for arbitrary delimited token streams in non-macro attributes
470
469
( active, unrestricted_attribute_tokens, "1.30.0" , Some ( 44690 ) , None ) ,
@@ -684,6 +683,9 @@ declare_features! (
684
683
( accepted, min_const_fn, "1.31.0" , Some ( 53555 ) , None ) ,
685
684
// Scoped lints
686
685
( accepted, tool_lints, "1.31.0" , Some ( 44690 ) , None ) ,
686
+ // impl<I:Iterator> Iterator for &mut Iterator
687
+ // impl Debug for Foo<'_>
688
+ ( accepted, impl_header_lifetime_elision, "1.31.0" , Some ( 15872 ) , None ) ,
687
689
) ;
688
690
689
691
// If you change this, please modify src/doc/unstable-book as well. You must
0 commit comments