about summary refs log tree commit diff
path: root/tests/ui/diagnostic-width/long-E0614.stderr
blob: 18da20da9453edcc6b56d11aff6d1e9492a56995 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
error[E0614]: type `(..., ..., ..., ...)` cannot be dereferenced
  --> $DIR/long-E0614.rs:9:5
   |
LL |     *x;
   |     ^^ can't be dereferenced
   |
   = note: the full name for the type has been written to '$TEST_BUILD_DIR/long-E0614.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 E0614`.