File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -965,7 +965,7 @@ impl<T> (T,) {}
965
965
// Fake impl that's only really used for docs.
966
966
#[ cfg( doc) ]
967
967
#[ stable( feature = "rust1" , since = "1.0.0" ) ]
968
- #[ doc( tuple_varadic) ]
968
+ #[ cfg_attr ( not ( bootstrap ) , doc( tuple_varadic) ) ]
969
969
/// This trait is implemented on arbitrary-length tuples.
970
970
impl < T : Clone > Clone for ( T , ) {
971
971
fn clone ( & self ) -> Self {
@@ -976,7 +976,7 @@ impl<T: Clone> Clone for (T,) {
976
976
// Fake impl that's only really used for docs.
977
977
#[ cfg( doc) ]
978
978
#[ stable( feature = "rust1" , since = "1.0.0" ) ]
979
- #[ doc( tuple_varadic) ]
979
+ #[ cfg_attr ( not ( bootstrap ) , doc( tuple_varadic) ) ]
980
980
/// This trait is implemented on arbitrary-length tuples.
981
981
impl < T : Copy > Copy for ( T , ) {
982
982
// empty
Original file line number Diff line number Diff line change @@ -965,7 +965,7 @@ impl<T> (T,) {}
965
965
// Fake impl that's only really used for docs.
966
966
#[ cfg( doc) ]
967
967
#[ stable( feature = "rust1" , since = "1.0.0" ) ]
968
- #[ doc( tuple_varadic) ]
968
+ #[ cfg_attr ( not ( bootstrap ) , doc( tuple_varadic) ) ]
969
969
/// This trait is implemented on arbitrary-length tuples.
970
970
impl < T : Clone > Clone for ( T , ) {
971
971
fn clone ( & self ) -> Self {
@@ -976,7 +976,7 @@ impl<T: Clone> Clone for (T,) {
976
976
// Fake impl that's only really used for docs.
977
977
#[ cfg( doc) ]
978
978
#[ stable( feature = "rust1" , since = "1.0.0" ) ]
979
- #[ doc( tuple_varadic) ]
979
+ #[ cfg_attr ( not ( bootstrap ) , doc( tuple_varadic) ) ]
980
980
/// This trait is implemented on arbitrary-length tuples.
981
981
impl < T : Copy > Copy for ( T , ) {
982
982
// empty
You can’t perform that action at this time.
0 commit comments