1
Fork 0

Note maximum integer literal for IntLiteralTooLarge

This commit is contained in:
clubby789 2023-01-02 03:52:29 +00:00
parent e11cb36c75
commit cafdd2f7bb
2 changed files with 2 additions and 0 deletions

View file

@ -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,