Skip to content

Commit

Permalink
trailing whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
arielb1 committed Oct 18, 2014
1 parent 3ce5a95 commit ccdf8d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/compile-fail/issue-17913.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ fn main() {
let a = box [&n,..0xF000000000000000u];
println!("{}", a[0xFFFFFFu]);
}

#[cfg(target_word_size = "32")]
fn main() {
let n = 0u;
Expand Down

5 comments on commit ccdf8d5

@bors
Copy link
Contributor

@bors bors commented on ccdf8d5 Oct 18, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

saw approval from pnkfelix
at arielb1@ccdf8d5

@bors
Copy link
Contributor

@bors bors commented on ccdf8d5 Oct 18, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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

@bors
Copy link
Contributor

@bors bors commented on ccdf8d5 Oct 18, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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

@bors
Copy link
Contributor

@bors bors commented on ccdf8d5 Oct 18, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@bors
Copy link
Contributor

@bors bors commented on ccdf8d5 Oct 18, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fast-forwarding master to auto = ce342f5

Please sign in to comment.