Skip to content

Commit 8ecd767

Browse files
committed
fix test failure from diagnostics change
1 parent b625812 commit 8ecd767

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

rust-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
084beb83e0e87d673d5fabc844d28e8e8ae2ab4c
1+
488381ce9ef0ceabe83b73127c659e5d38137df0

tests/compile-fail/overflowing-rsh-1.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#![allow(exceeding_bitshifts)]
1+
#![allow(exceeding_bitshifts, const_err)]
22

33
fn main() {
44
let _n = 1i64 >> 64; //~ ERROR attempt to shift right with overflow

0 commit comments

Comments
 (0)