about summary refs log tree commit diff
path: root/tests/ui/diagnostic-width/long-E0609.stderr
blob: 70092ea34bc138d150ca645d186de6cb2d68e690 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
error[E0609]: no field `field` on type `(..., ..., ..., ...)`
  --> $DIR/long-E0609.rs:9:7
   |
LL |     x.field;
   |       ^^^^^ unknown field
   |
   = note: available fields are: `0`, `1`, `2`, `3`
   = note: the full name for the type has been written to '$TEST_BUILD_DIR/long-E0609.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 E0609`.