"error: integer literal is too large" should mention the actual type limit #105908
Labels
A-diagnostics
Area: Messages for errors, warnings, and lints
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
Given the following code:
The current output is:
It would be nice if the message could say something like "integer literal is too large, value exceeds limit of ${u128::MAX}" or something like that
The text was updated successfully, but these errors were encountered: