mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-25 08:13:41 +00:00
review comment: reword test comment
This commit is contained in:
parent
64469ac344
commit
3144b0aa04
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user