File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -8,5 +8,5 @@ fn main() {
88 let x = [ 0usize ; 0xffff_ffff ] ; //~ ERROR too big
99}
1010
11- // These two tests need to have different literals, as we can't rely on conditional compilation
12- // for them while retaining the same spans/lines.
11+ // This and the -64 version of this test need to have different literals, as we can't rely on
12+ // conditional compilation for them while retaining the same spans/lines.
Original file line number Diff line number Diff line change @@ -8,5 +8,5 @@ fn main() {
88 let x = [ 0usize ; 0xffff_ffff_ffff_ffff ] ; //~ ERROR too big
99}
1010
11- // These two tests need to have different literals, as we can't rely on conditional compilation
12- // for them while retaining the same spans/lines.
11+ // This and the -32 version of this test need to have different literals, as we can't rely on
12+ // conditional compilation for them while retaining the same spans/lines.
You can’t perform that action at this time.
0 commit comments