Trait coherency regression in 1.78 #124664
Labels
A-coherence
Area: Coherence
C-bug
Category: This is a bug.
regression-from-stable-to-stable
Performance or correctness regression from one stable version to another.
T-types
Relevant to the types team, which will review and decide on the PR/issue.
Code
I tried this code:
I expected a working build.
Instead, this happened:
If this was a bugfix for trait coherency, it doesn't seem to have been documented in the changelog. The two implementations could technically be irrefutably non-conflicting though if there is no
impl VendorProcessor<EventGroup = MyEvent>
on private types.Version it worked on
It most recently worked on: 1.77.2
Version with regression
rustc --version --verbose
:@rustbot modify labels: +regression-from-stable-to-stable -regression-untriaged
The text was updated successfully, but these errors were encountered: