Files
rust/tests/ui/diagnostic-width/long-E0614.stderr

13 lines
459 B
Plaintext
Raw Normal View History

error[E0614]: type `(..., ..., ..., ...)` cannot be dereferenced
--> $DIR/long-E0614.rs:9:5
2025-02-18 01:16:16 +00:00
|
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
2025-02-18 01:16:16 +00:00
error: aborting due to 1 previous error
For more information about this error, try `rustc --explain E0614`.