You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rationale:
* In a next commit, we would store a trait reference in
`PrettyFormatter<T>::out` instead of using a concrete type
`OutputLocation<T>`.
* If the trait had generic methods, we would get compilation error
"cannot be made into an object" in that next commit.
0 commit comments