meta
meta copied to clipboard
Replace convert string errors with cheaper versions
Currently an allocation is needed for each converting error. It might be desireable to use the errors for control logic, in which case we should get rid of the allocations.
See https://github.com/PistonDevelopers/meta/issues/316 for an idea of how to do this.