]> git.proxmox.com Git - rustc.git/blobdiff - src/test/run-pass/issue-18425.rs
New upstream version 1.28.0~beta.14+dfsg1
[rustc.git] / src / test / run-pass / issue-18425.rs
index eb7e504ae14518eb187d821e6797de4638d5f1bf..797b3197182170cb1915db4ec239e398aa3c57cd 100644 (file)
@@ -8,7 +8,7 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
-// Check that trans doesn't ICE when translating an array repeat
+// Check that codegen doesn't ICE when codegenning an array repeat
 // expression with a count of 1 and a non-Copy element type.
 
 // pretty-expanded FIXME #23616