Skip to content

Commit 9af75a8

Browse files
committed
rustup
Update to the `HEAD` commit of rust-lang/rust and fix test failure.
1 parent 18667a8 commit 9af75a8

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

rust-version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2b6ed3b675475abc01ce7e68bb75b457f0c85684
1+
25ec8273855fde2d72ae877b397e054de5300e10

tests/compile-fail/erroneous_const.rs

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
//! (https://github.com/rust-lang/miri/issues/1382)
33
// Inlining changes the error location
44
// compile-flags: -Zmir-opt-level=0
5-
#![feature(const_panic)]
65
#![feature(never_type)]
76
#![warn(warnings, const_err)]
87

0 commit comments

Comments
 (0)