Skip to content

Commit ba09a7d

Browse files
committed
docs big-literals
1 parent ee760f0 commit ba09a7d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/ui/lint/overflowing-literals-valid.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1+
//! Test that valid large numeric literals do not trigger the `overflowing_literals` lint.
2+
13
//@ run-pass
2-
// Catch mistakes in the overflowing literals lint.
4+
35
#![deny(overflowing_literals)]
46

57
pub fn main() {

0 commit comments

Comments
 (0)