Skip to content

Commit 7743a3e

Browse files
committed
Auto merge of #1040 - RalfJung:rustup, r=RalfJung
silence a lint that catches the bug statically
2 parents 5dc433a + 428fc53 commit 7743a3e

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)