Note maximum integer literal for IntLiteralTooLarge
This commit is contained in:
parent
e11cb36c75
commit
cafdd2f7bb
2 changed files with 2 additions and 0 deletions
|
@ -260,6 +260,7 @@ pub(crate) struct InvalidFloatLiteralSuffix {
|
|||
|
||||
#[derive(Diagnostic)]
|
||||
#[diag(session_int_literal_too_large)]
|
||||
#[note]
|
||||
pub(crate) struct IntLiteralTooLarge {
|
||||
#[primary_span]
|
||||
pub span: Span,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue