]> git.lizzy.rs Git - rust.git/blobdiff - src/test/compile-fail/issue-52443.rs
Create fewer basic blocks in match MIR lowering
[rust.git] / src / test / compile-fail / issue-52443.rs
index e1f07ff96beed735a3981f14a8a399b13d46a8ec..0d6906086e9b1f24563b123336004502bda38846 100644 (file)
@@ -4,5 +4,6 @@ fn main() {
     [(); {while true {break}; 0}]; //~ ERROR constant contains unimplemented expression type
     [(); { for _ in 0usize.. {}; 0}]; //~ ERROR calls in constants are limited to constant functions
     //~^ ERROR constant contains unimplemented expression type
+    //~| ERROR constant contains unimplemented expression type
     //~| ERROR evaluation of constant value failed
 }