File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed
src/test/incremental/hashes Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -964,7 +964,8 @@ trait TraitAddSecondTraitBoundToTypeParameterOfTraitWhere<T> where T: ReferenceT
964964#[ rustc_clean( label="Hir" , cfg="cfail3" ) ]
965965#[ rustc_metadata_dirty( cfg="cfail2" ) ]
966966#[ rustc_metadata_clean( cfg="cfail3" ) ]
967- trait TraitAddSecondTraitBoundToTypeParameterOfTraitWhere < T > where T : ReferenceTrait0 + ReferenceTrait1 { }
967+ trait TraitAddSecondTraitBoundToTypeParameterOfTraitWhere < T >
968+ where T : ReferenceTrait0 + ReferenceTrait1 { }
968969
969970
970971
@@ -1063,7 +1064,8 @@ mod change_method_parameter_type_bound_indirectly_by_use {
10631064
10641065
10651066
1066- // Change trait bound of method type parameter in where clause indirectly by modifying a use statement
1067+ // Change trait bound of method type parameter in where clause indirectly
1068+ // by modifying a use statement
10671069mod change_method_parameter_type_bound_indirectly_by_use_where {
10681070 #[ cfg( cfail1) ]
10691071 use super :: ReferenceTrait0 as Bound ;
@@ -1099,7 +1101,8 @@ mod change_method_type_parameter_bound_indirectly {
10991101
11001102
11011103
1102- // Change trait bound of trait type parameter in where clause indirectly by modifying a use statement
1104+ // Change trait bound of trait type parameter in where clause indirectly
1105+ // by modifying a use statement
11031106mod change_method_type_parameter_bound_indirectly_where {
11041107 #[ cfg( cfail1) ]
11051108 use super :: ReferenceTrait0 as Bound ;
You can’t perform that action at this time.
0 commit comments