Commit 12e283b
committed
Revert unconditional emission of generic collision diagnostic
Emission of this diagnostic became unconditional in 8e83a57, prior to
which it was sometimes suppressed in rustdoc, in order that colliding
lifetimes would resolve to `LifetimeRes::Error` (which now requires an
`ErrorGuaranteed`). However, that case was already caught and for
lifetime errors the code was already unreachable.1 parent f9725d5 commit 12e283b
1 file changed
+2
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3068 | 3068 | | |
3069 | 3069 | | |
3070 | 3070 | | |
3071 | | - | |
| 3071 | + | |
3072 | 3072 | | |
3073 | | - | |
3074 | | - | |
3075 | | - | |
3076 | | - | |
3077 | | - | |
| 3073 | + | |
3078 | 3074 | | |
3079 | 3075 | | |
3080 | 3076 | | |
| |||
0 commit comments