From 5f1c6a0076d97c4893b852a71a073ae7a6fa3c6b Mon Sep 17 00:00:00 2001 From: Jonathan Turner Date: Mon, 8 Aug 2016 09:26:32 -0700 Subject: [PATCH] Remove the NOTE tests for now. We'll move to UI tests later --- src/test/compile-fail/issue-23024.rs | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/test/compile-fail/issue-23024.rs b/src/test/compile-fail/issue-23024.rs index 50f1323d39c..e266f004317 100644 --- a/src/test/compile-fail/issue-23024.rs +++ b/src/test/compile-fail/issue-23024.rs @@ -19,10 +19,5 @@ fn main() println!("{:?}",(vfnfer[0] as Fn)(3)); //~^ ERROR the precise format of `Fn`-family traits' //~| ERROR E0243 - //~| NOTE expected 1 type arguments, found 0 //~| ERROR the value of the associated type `Output` (from the trait `std::ops::FnOnce`) - //~| NOTE in this expansion of println! - //~| NOTE in this expansion of println! - //~| NOTE in this expansion of println! - //~| NOTE in this expansion of println! }