]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/consts/issue-52432.rs
Rollup merge of #70354 - XAMPPRocky:master, r=Mark-Simulacrum
[rust.git] / src / test / ui / consts / issue-52432.rs
index 2d4c939f47d795369a55f4c89dc68bc0d1263e77..d719bf1b97161668d5fb305df2f6e81448788f70 100644 (file)
@@ -6,5 +6,5 @@ fn main() {
     //~| ERROR: type annotations needed
     [(); &(static || {}) as *const _ as usize];
     //~^ ERROR: closures cannot be static
-    //~| ERROR: evaluation of constant value failed
+    //~| ERROR evaluation of constant value failed
 }