-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
switch Version/VersionReq usages to RustcVersion #6395
Conversation
r? @ebroto (rust-highfive has picked a reviewer for you, use r? to override) |
r? @flip1995 |
@rust-lang/clippy This PR introduces a new dependency:
|
So the multiple inner attrs error has precedence over parsing errors. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
seems fine to me to switch to rustc-semver
rustc-semver seems fine to me |
switch Version/VersionReq usages to RustcVersion
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Waiting on rustup
@bors r+ |
📌 Commit e7258ac has been approved by |
switch Version/VersionReq usages to RustcVersion add `rustc-semver` to dependencies switch `Version/VersionReq` usages to `RustcVersion` changelog: none
💔 Test failed - checks-action_test |
@flip1995 does this need a rebase? |
Nope, we're waiting for a rustup (which I already opened a PR for). The problem is that the rustup will need a ICE fix in rustc. If a issue is labeled as |
@bors retry rollup |
Rollup of 4 pull requests Successful merges: - #6308 (add `internal-lints` feature to enable clippys internal lints (off by default)) - #6395 (switch Version/VersionReq usages to RustcVersion ) - #6402 (Add Collapsible match lint) - #6407 (CONTRIBUTING: update bors queue url from buildbot2.rlo to bors.rlo) Failed merges: r? `@ghost` `@rustbot` modify labels: rollup changelog: rollup
add
rustc-semver
to dependenciesswitch
Version/VersionReq
usages toRustcVersion
changelog: none