about summary refs log tree commit diff
path: root/compiler/rustc_codegen_llvm/src
diff options
context:
space:
mode:
authorEsteban Küber <esteban@kuber.com.ar>2025-02-18 01:50:10 +0000
committerEsteban Küber <esteban@kuber.com.ar>2025-02-25 16:56:04 +0000
commit7302dc660b997c882b3a250fb6a23f60259fbdf5 (patch)
tree4e67b0e4a6a0d517d94ac025eb0c340ac6ae72b2 /compiler/rustc_codegen_llvm/src
parentae3a825faa5dbcba6a223d0d225fd5535bf5f014 (diff)
downloadrust-7302dc660b997c882b3a250fb6a23f60259fbdf5.tar.gz
rust-7302dc660b997c882b3a250fb6a23f60259fbdf5.zip
Make E0614 a structured error
```
error[E0614]: type `(..., ..., ..., ...)` cannot be dereferenced
  --> $DIR/long-E0614.rs:10:5
   |
LL |     *x;
   |     ^^ can't be dereferenced
   |
   = note: the full name for the type has been written to '$TEST_BUILD_DIR/$FILE.long-type-hash.txt'
   = note: consider using `--verbose` to print the full type name to the console
```
Diffstat (limited to 'compiler/rustc_codegen_llvm/src')
0 files changed, 0 insertions, 0 deletions