This repository was archived by the owner on Apr 5, 2024. It is now read-only.
This repository was archived by the owner on Apr 5, 2024. It is now read-only.
Check for changes in auto-impls of Send and Sync #48
Open
Description
Once rust-lang/rust#47833 lands, it should be possible to make use of it to compute the bounds for auto-trait impls, and check them for backwards-incompatible changes.
It will probably be necessary to PR some minor adjustments to rustc (e.g. moving AutoTraitFinder
from librustdoc
to librustc
), but all of the core logic already exists.
Metadata
Metadata
Assignees
Labels
No labels