appease tidy
This commit is contained in:
parent
708f053807
commit
a01846f0c3
@ -40,7 +40,8 @@ impl ProcessType for Process {
|
||||
// writer.my_write(valref)
|
||||
|
||||
// This one causes the ICE:
|
||||
// FulfillmentError(Obligation(predicate=Binder(TraitPredicate(<T as MyDisplay>)), depth=1),Unimplemented)
|
||||
// FulfillmentError(Obligation(predicate=Binder(TraitPredicate(<T as MyDisplay>)),
|
||||
// depth=1),Unimplemented)
|
||||
let closure = |config: &mut <S as MPU>::MpuConfig| writer.my_write(&config);
|
||||
closure(valref);
|
||||
}
|
||||
|
@ -40,7 +40,8 @@ impl ProcessType for Process {
|
||||
writer.my_write(valref)
|
||||
|
||||
// This one causes the ICE:
|
||||
// FulfillmentError(Obligation(predicate=Binder(TraitPredicate(<T as MyDisplay>)), depth=1),Unimplemented)
|
||||
// FulfillmentError(Obligation(predicate=Binder(TraitPredicate(<T as MyDisplay>)),
|
||||
// depth=1),Unimplemented)
|
||||
/*let closure = |config: &mut <S as MPU>::MpuConfig| writer.my_write(&config);
|
||||
closure(valref);*/
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user