We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 35af23b + 7f3dd37 commit 5b7f1f9Copy full SHA for 5b7f1f9
rust-version
@@ -1 +1 @@
1
-d74b36ea2f814b720c39d7b60aecaefe512a056b
+4d3ce2e7dac840d6ac7d658a5506eb31492fb3ef
tests/compile-fail/erroneous_const.rs
@@ -8,7 +8,7 @@
8
9
struct PrintName<T>(T);
10
impl<T> PrintName<T> {
11
- const VOID: ! = panic!(); //~ERROR any use of this value will cause an error
+ const VOID: ! = panic!(); //~ERROR evaluation of `PrintName::<i32>::VOID` failed
12
}
13
14
fn no_codegen<T>() {
0 commit comments