File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -8,5 +8,5 @@ fn main() {
8
8
let x = [ 0usize ; 0xffff_ffff ] ; //~ ERROR too big
9
9
}
10
10
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() {
8
8
let x = [ 0usize ; 0xffff_ffff_ffff_ffff ] ; //~ ERROR too big
9
9
}
10
10
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