diff --git a/rust-version b/rust-version index 65591aa7ebd..0423627269b 100644 --- a/rust-version +++ b/rust-version @@ -1 +1 @@ -2b6ed3b675475abc01ce7e68bb75b457f0c85684 +25ec8273855fde2d72ae877b397e054de5300e10 diff --git a/tests/compile-fail/erroneous_const.rs b/tests/compile-fail/erroneous_const.rs index 199439ccbd2..2592483fe65 100644 --- a/tests/compile-fail/erroneous_const.rs +++ b/tests/compile-fail/erroneous_const.rs @@ -2,7 +2,6 @@ //! (https://github.com/rust-lang/miri/issues/1382) // Inlining changes the error location // compile-flags: -Zmir-opt-level=0 -#![feature(const_panic)] #![feature(never_type)] #![warn(warnings, const_err)]