about summary refs log tree commit diff
path: root/tests/ui/diagnostic-width/long-E0618.stderr
blob: 7d92b94faf8fee9cf4201db3699e4ac95a9e78b3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
error[E0618]: expected function, found `(..., ..., ..., ...)`
  --> $DIR/long-E0618.rs:10:5
   |
LL | fn foo(x: D) {
   |        - `x` has type `(..., ..., ..., ...)`
LL |     x();
   |     ^--
   |     |
   |     call expression requires function
   |
   = note: the full name for the type has been written to '$TEST_BUILD_DIR/long-E0618.long-type-$LONG_TYPE_HASH.txt'
   = note: consider using `--verbose` to print the full type name to the console

error: aborting due to 1 previous error

For more information about this error, try `rustc --explain E0618`.