1 2 3 4 5 6 7 8
error[E0619]: the type of this value must be known in this context --> $DIR/E0619.rs:15:9 | 15 | (..) => {} //~ ERROR E0619 | ^^^^ error: aborting due to previous error