@@ -462,9 +462,8 @@ declare_features! (
462462
463463 ( active, abi_amdgpu_kernel, "1.29.0" , Some ( 51575 ) , None ) ,
464464
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 ) ) ,
468467
469468 // Support for arbitrary delimited token streams in non-macro attributes
470469 ( active, unrestricted_attribute_tokens, "1.30.0" , Some ( 44690 ) , None ) ,
@@ -684,6 +683,9 @@ declare_features! (
684683 ( accepted, min_const_fn, "1.31.0" , Some ( 53555 ) , None ) ,
685684 // Scoped lints
686685 ( 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 ) ,
687689) ;
688690
689691// If you change this, please modify src/doc/unstable-book as well. You must
0 commit comments