Skip to content

Commit

Permalink
Update E0087.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Turner authored Aug 9, 2016
1 parent f835b38 commit fb1c6ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/compile-fail/E0087.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ fn foo<T>() {}

fn main() {
foo::<f64, bool>(); //~ ERROR E0087
//~^ NOTE expected
//~^ NOTE expected
}

0 comments on commit fb1c6ac

Please sign in to comment.