This repository was archived by the owner on Apr 5, 2024. It is now read-only.

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.