Skip to content

Commit

Permalink
Auto merge of #35492 - jonathandturner:fix_nightlies, r=arielb1
Browse files Browse the repository at this point in the history
Fix for nightlies

Remove the NOTE tests for now so that nightlies will pass. We'll move many of these tests to UI tests later, as this is a better place to check the notes.

cc @alexcrichton
  • Loading branch information
bors authored Aug 8, 2016
2 parents b42a384 + 5f1c6a0 commit f84008b
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/test/compile-fail/issue-23024.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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!
}

0 comments on commit f84008b

Please sign in to comment.