blob: 273fb2a2dd287fdf1a20be8987a61df891212315 [file] [log] [blame]
error[E0282]: type annotations needed
--> $DIR/expect-two-infer-vars-supply-ty-with-bound-region.rs:18:27
|
LL | with_closure(|x: u32, y| {}); //~ ERROR E0282
| ^ consider giving this closure parameter a type
error: aborting due to previous error
For more information about this error, try `rustc --explain E0282`.