Skip to content

Commit

Permalink
Removing trailing whitespace leftover from last re-formatting commit
Browse files Browse the repository at this point in the history
  • Loading branch information
leikahing committed Aug 4, 2016
1 parent 0e75684 commit ded0d51
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/test/compile-fail/E0060.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ extern "C" {
}

fn main() {
unsafe { printf(); }
unsafe { printf(); }
//~^ ERROR E0060
//~| NOTE expected at least 1 parameter
//~| NOTE the following parameter type was expected
Expand Down
2 changes: 1 addition & 1 deletion src/test/compile-fail/E0061.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ fn f(a: u16, b: &str) {}

fn main() {
f(0);
//~^ ERROR E0061
//~^ ERROR E0061
//~| NOTE expected 2 parameters
//~| NOTE the following parameter types were expected
}
2 changes: 1 addition & 1 deletion src/test/compile-fail/issue-18819.rs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ fn print_x(_: &Foo<Item=bool>, extra: &str) {
}

fn main() {
print_x(X);
print_x(X);
//~^ ERROR this function takes 2 parameters but 1 parameter was supplied
//~| NOTE the following parameter types were expected: &Foo<Item=bool>, &str
//~| NOTE expected 2 parameters
Expand Down

0 comments on commit ded0d51

Please sign in to comment.