simc: error: refactor generic String to error types#325
Conversation
In order to wrap the error inside, we need to get rid of these because not all of them implement this. It seems like it was used only in the `UseDecl` hash implementation.
|
Is it expected that let x: u8 = 999 now reports Integer parsing error, losing the previous number too large to fit in target type detail? |
|
I've based my changes on this comment: #324 (comment), and if IIUC, this is pretty much expected. I would be happy to change it if you want. |
Our reports should use I also don't think "everything in |
|
In 6a5099d: You need to impl the |
|
Oh, never mind, this is done in 1448898 |
For motivation see #324 (comment).