Skip to content

Commit 7f3dd37

Browse files
committed
rustup
1 parent 35af23b commit 7f3dd37

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-
d74b36ea2f814b720c39d7b60aecaefe512a056b
1+
4d3ce2e7dac840d6ac7d658a5506eb31492fb3ef

tests/compile-fail/erroneous_const.rs

Lines changed: 1 addition & 1 deletion
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)