]> git.lizzy.rs Git - rust.git/commitdiff
Update E0087.rs
authorJonathan Turner <jonathandturner@users.noreply.github.com>
Tue, 9 Aug 2016 14:53:52 +0000 (07:53 -0700)
committerGitHub <noreply@github.com>
Tue, 9 Aug 2016 14:53:52 +0000 (07:53 -0700)
src/test/compile-fail/E0087.rs

index 63115f093c3863c3ced32b3c4bce03ac5833ed24..437ad3698a20664a2f4792e0e28cb67e97a5fc2e 100644 (file)
@@ -12,5 +12,5 @@ fn foo<T>() {}
 
 fn main() {
     foo::<f64, bool>(); //~ ERROR E0087
-    //~^ NOTE expected 
+    //~^ NOTE expected
 }