Closed FranzBusch closed 1 year ago
We had a retroactive CustomDebugStringConvertible conformance to ByteBufferView in one of our tests harnesses which caused compiler errors in the latest nightlies.
CustomDebugStringConvertible
ByteBufferView
This PR removes the retroactive conformance.
No more compiler errors.
Motivation
We had a retroactive
CustomDebugStringConvertible
conformance toByteBufferView
in one of our tests harnesses which caused compiler errors in the latest nightlies.Modification
This PR removes the retroactive conformance.
Result
No more compiler errors.