Skip to content

Commit 428fc53

Browse files
committed
silence a lint that catches the bug statically
1 parent 4ddc37d commit 428fc53

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

rust-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
e4931eaaa3d95189b30e90d3af9f0db17c41bbb0
1+
7a76fe76f756895b8cda1e10398f2268656a2e0f

tests/compile-fail/validity/invalid_wide_raw.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#![allow(invalid_value)]
2+
13
fn main() {
24
trait T { }
35
#[derive(Debug)]

0 commit comments

Comments
 (0)