Skip to content

Commit a01846f

Browse files
appease tidy
1 parent 708f053 commit a01846f

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

src/test/ui/associated-types/issue-65774-1.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@ impl ProcessType for Process {
4040
// writer.my_write(valref)
4141

4242
// This one causes the ICE:
43-
// FulfillmentError(Obligation(predicate=Binder(TraitPredicate(<T as MyDisplay>)), depth=1),Unimplemented)
43+
// FulfillmentError(Obligation(predicate=Binder(TraitPredicate(<T as MyDisplay>)),
44+
// depth=1),Unimplemented)
4445
let closure = |config: &mut <S as MPU>::MpuConfig| writer.my_write(&config);
4546
closure(valref);
4647
}

src/test/ui/associated-types/issue-65774-2.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@ impl ProcessType for Process {
4040
writer.my_write(valref)
4141

4242
// This one causes the ICE:
43-
// FulfillmentError(Obligation(predicate=Binder(TraitPredicate(<T as MyDisplay>)), depth=1),Unimplemented)
43+
// FulfillmentError(Obligation(predicate=Binder(TraitPredicate(<T as MyDisplay>)),
44+
// depth=1),Unimplemented)
4445
/*let closure = |config: &mut <S as MPU>::MpuConfig| writer.my_write(&config);
4546
closure(valref);*/
4647
}

0 commit comments

Comments
 (0)