提交 3144b0aa 编写于 作者: E Esteban Küber

review comment: reword test comment

上级 64469ac3
......@@ -8,5 +8,5 @@ fn main() {
let x = [0usize; 0xffff_ffff]; //~ ERROR too big
}
// These two tests need to have different literals, as we can't rely on conditional compilation
// for them while retaining the same spans/lines.
// This and the -64 version of this test need to have different literals, as we can't rely on
// conditional compilation for them while retaining the same spans/lines.
......@@ -8,5 +8,5 @@ fn main() {
let x = [0usize; 0xffff_ffff_ffff_ffff]; //~ ERROR too big
}
// These two tests need to have different literals, as we can't rely on conditional compilation
// for them while retaining the same spans/lines.
// This and the -32 version of this test need to have different literals, as we can't rely on
// conditional compilation for them while retaining the same spans/lines.
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册