rust/src/test/ui/issues/issue-48838.stderr
Vadim Petrochenkov fa72a81bea Update tests
2019-03-11 23:10:26 +03:00

13 lines
360 B
Plaintext

error[E0308]: mismatched types
--> $DIR/issue-48838.rs:2:14
|
LL | Square = |x| x,
| ^^^^^ expected isize, found closure
|
= note: expected type `isize`
found type `[closure@$DIR/issue-48838.rs:2:14: 2:19]`
error: aborting due to previous error
For more information about this error, try `rustc --explain E0308`.