We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a4641b commit 5f1c6a0Copy full SHA for 5f1c6a0
src/test/compile-fail/issue-23024.rs
@@ -19,10 +19,5 @@ fn main()
19
println!("{:?}",(vfnfer[0] as Fn)(3));
20
//~^ ERROR the precise format of `Fn`-family traits'
21
//~| ERROR E0243
22
- //~| NOTE expected 1 type arguments, found 0
23
//~| ERROR the value of the associated type `Output` (from the trait `std::ops::FnOnce`)
24
- //~| NOTE in this expansion of println!
25
26
27
28
}
0 commit comments