Add a Repr trait that's distinct from ToStr (or a repr() method on ToStr) #3437
Labels
E-easy
Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.
Milestone
This simple unit test fails:
because the returned string is actually ~"~10". That's rather surprising.
Same sort of thing occurs with path::Path.
The text was updated successfully, but these errors were encountered: