You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 30, 2022. It is now read-only.
Implementation on the main branch parses an AST in order to get breaking changes. The rustc-backend branch uses the Rustc internal API, which makes changes easier to spot and way more precise. In order to use the Rustc API by default, we must implement look for changes in the following items:
functions (we currently only track when the number of arguments change) (implementation, tests),
Implementation on the
main
branch parses an AST in order to get breaking changes. Therustc-backend
branch uses the Rustc internal API, which makes changes easier to spot and way more precise. In order to use the Rustc API by default, we must implement look for changes in the following items:Making all the linked integration tests pass is required in order to merge
rustc-backend
tomain
.The text was updated successfully, but these errors were encountered: