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
964
964
#[ rustc_clean( label="Hir" , cfg="cfail3" ) ]
965
965
#[ rustc_metadata_dirty( cfg="cfail2" ) ]
966
966
#[ rustc_metadata_clean( cfg="cfail3" ) ]
967
- trait TraitAddSecondTraitBoundToTypeParameterOfTraitWhere < T > where T : ReferenceTrait0 + ReferenceTrait1 { }
967
+ trait TraitAddSecondTraitBoundToTypeParameterOfTraitWhere < T >
968
+ where T : ReferenceTrait0 + ReferenceTrait1 { }
968
969
969
970
970
971
@@ -1063,7 +1064,8 @@ mod change_method_parameter_type_bound_indirectly_by_use {
1063
1064
1064
1065
1065
1066
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
1067
1069
mod change_method_parameter_type_bound_indirectly_by_use_where {
1068
1070
#[ cfg( cfail1) ]
1069
1071
use super :: ReferenceTrait0 as Bound ;
@@ -1099,7 +1101,8 @@ mod change_method_type_parameter_bound_indirectly {
1099
1101
1100
1102
1101
1103
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
1103
1106
mod change_method_type_parameter_bound_indirectly_where {
1104
1107
#[ cfg( cfail1) ]
1105
1108
use super :: ReferenceTrait0 as Bound ;
You can’t perform that action at this time.
0 commit comments