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