diff options
| author | bors <bors@rust-lang.org> | 2022-10-04 00:56:14 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2022-10-04 00:56:14 +0000 |
| commit | 1f1defc2f6f5c828e287845d04076cd22e90671e (patch) | |
| tree | 6c121dea6c7320c634bb4b57abf3dcb0a26ea777 /compiler/rustc_llvm/llvm-wrapper/RustWrapper.cpp | |
| parent | f83e0266cf7aaa4b41505c49a5fd9c2363166522 (diff) | |
| parent | eac1e30bd8620446c123b4f0d2c0ea054acdee56 (diff) | |
| download | rust-1f1defc2f6f5c828e287845d04076cd22e90671e.tar.gz rust-1f1defc2f6f5c828e287845d04076cd22e90671e.zip | |
Auto merge of #99099 - Stargateur:phantomdata_debug, r=joshtriplett
Add T to PhantomData impl Debug
This add debug information for `PhantomData`, I believe it's make sense to add this to debug impl of `PhantomData` since `T` is what define what is the `PhantomData` just write `"PhantomData"` is not very useful for debugging.
Alternative:
* `PhantomData::<{}>`
* `PhantomData { t: "str_type" }`
`@rustbot` label +T-libs-api -T-libs
Diffstat (limited to 'compiler/rustc_llvm/llvm-wrapper/RustWrapper.cpp')
0 files changed, 0 insertions, 0 deletions
