Skip to content

Commit 5b7f1f9

Browse files
committed
Auto merge of #1839 - RalfJung:rustup, r=RalfJung
rustup Cc rust-lang/rust#86409
2 parents 35af23b + 7f3dd37 commit 5b7f1f9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

rust-version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
d74b36ea2f814b720c39d7b60aecaefe512a056b
1+
4d3ce2e7dac840d6ac7d658a5506eb31492fb3ef

tests/compile-fail/erroneous_const.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
struct PrintName<T>(T);
1010
impl<T> PrintName<T> {
11-
const VOID: ! = panic!(); //~ERROR any use of this value will cause an error
11+
const VOID: ! = panic!(); //~ERROR evaluation of `PrintName::<i32>::VOID` failed
1212
}
1313

1414
fn no_codegen<T>() {

0 commit comments

Comments
 (0)