Skip to content

Commit f84008b

Browse files
authored
Auto merge of #35492 - jonathandturner:fix_nightlies, r=arielb1
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
2 parents b42a384 + 5f1c6a0 commit f84008b

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/test/compile-fail/issue-23024.rs

-5
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,5 @@ fn main()
1919
println!("{:?}",(vfnfer[0] as Fn)(3));
2020
//~^ ERROR the precise format of `Fn`-family traits'
2121
//~| ERROR E0243
22-
//~| NOTE expected 1 type arguments, found 0
2322
//~| ERROR the value of the associated type `Output` (from the trait `std::ops::FnOnce`)
24-
//~| NOTE in this expansion of println!
25-
//~| NOTE in this expansion of println!
26-
//~| NOTE in this expansion of println!
27-
//~| NOTE in this expansion of println!
2823
}

0 commit comments

Comments
 (0)