Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit ccdf8d5

Browse files
committedOct 18, 2014
trailing whitespace
1 parent 3ce5a95 commit ccdf8d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/test/compile-fail/issue-17913.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ fn main() {
1616
let a = box [&n,..0xF000000000000000u];
1717
println!("{}", a[0xFFFFFFu]);
1818
}
19-
19+
2020
#[cfg(target_word_size = "32")]
2121
fn main() {
2222
let n = 0u;

5 commit comments

Comments
 (5)

bors commented on Oct 18, 2014

@bors
Collaborator

saw approval from pnkfelix
at arielb1@ccdf8d5

bors commented on Oct 18, 2014

@bors
Collaborator

merging arielb1/rust/no-size-overflow = ccdf8d5 into auto

bors commented on Oct 18, 2014

@bors
Collaborator

arielb1/rust/no-size-overflow = ccdf8d5 merged ok, testing candidate = ce342f5

bors commented on Oct 18, 2014

@bors
Collaborator

fast-forwarding master to auto = ce342f5

Please sign in to comment.