]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/parser/issue-24197.rs
Add 'compiler/rustc_codegen_cranelift/' from commit '793d26047f994e23415f8f6bb5686ff2...
[rust.git] / src / test / ui / parser / issue-24197.rs
index 005ff9fa2e0ec812644f62b527ad2a93970e1d84..aaf5137461fa639e0385c57b5d3b337868356250 100644 (file)
@@ -1,3 +1,3 @@
 fn main() {
-    let buf[0] = 0; //~ ERROR expected one of `:`, `;`, `=`, or `@`, found `[`
+    let buf[0] = 0; //~ ERROR expected one of `:`, `;`, `=`, `@`, or `|`, found `[`
 }