Update E0087.rs

This commit is contained in:
Jonathan Turner 2016-08-09 07:53:52 -07:00 committed by GitHub
parent f835b38385
commit fb1c6acc81

View File

@ -12,5 +12,5 @@ fn foo<T>() {}
fn main() {
foo::<f64, bool>(); //~ ERROR E0087
//~^ NOTE expected
//~^ NOTE expected
}