Commit 009fc56
authored
Rollup merge of rust-lang#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``1 file changed
+7
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
3 | 4 | | |
4 | 5 | | |
5 | 6 | | |
| |||
20 | 21 | | |
21 | 22 | | |
22 | 23 | | |
23 | | - | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| |||
108 | 108 | | |
109 | 109 | | |
110 | 110 | | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
111 | 117 | | |
112 | 118 | | |
0 commit comments