Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rollup merge of #112444 - compiler-errors:intern-debug, r=nnethercote
Don't debug-print `Interned` or `PrivateZst` Instead of, e.g. `PredefinedOpaques(Interned(PredefinedOpaquesData { ... }, PrivateZst))` print: `PredefinedOpaques(PredefinedOpaquesData { ... })` Mostly observable in debug logs, or ICE backtraces where I saw this. r? ``@nnethercote``
- Loading branch information