summary refs log tree commit diff
path: root/src/test/ui/error-codes/E0619.stderr
blob: cec336cfcec661f420d67b54ab2d9452907bca1f (plain)
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