Remove the NOTE tests for now. We'll move to UI tests later
This commit is contained in:
parent
8a4641bbdf
commit
5f1c6a0076
@ -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!
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user