-
Notifications
You must be signed in to change notification settings - Fork 12.8k
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
save-analysis: handle aliasing imports a bit more nicely #50399
Conversation
@@ -1680,6 +1680,15 @@ dependencies = [ | |||
"serde_derive 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)", | |||
] | |||
|
|||
[[package]] | |||
name = "rls-data" | |||
version = "0.16.0" |
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.
This looks maybe a bit wrong? A version of rls-data
is added, but the old one isn't removed. What's happening here?
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.
The old version is still used by the RLS, it will get removed when we update the RLS. But we'll have to do that in a separate PR (in any case the RLS is broken right now, so it doesn't make much difference).
@bors r+ |
📌 Commit 7b378b2 has been approved by |
@bors rollup |
save-analysis: handle aliasing imports a bit more nicely r? @eddyb
🔒 Merge conflict |
@bors r=eddyb |
📌 Commit b71568c has been approved by |
⌛ Testing commit b71568cbf0e3e0e40b9bdff6cb006e7fe6b94ca4 with merge 24504ebcafff222ba20419f4cf8143031279a003... |
💔 Test failed - status-appveyor |
Breaks the RLS, but that is deliberate. |
Marked as blocked on the beta promotion. |
@bors retry rollup- Beta has been promoted (pretty sure there will be Cargo.lock conflict though) |
🔒 Merge conflict |
ca984e2
to
b588686
Compare
The job Click to expand the log.
I'm a bot! I can only do what humans tell me to, so if this was not helpful or you have suggestions for improvements, please ping or otherwise contact |
The slightly odd Cargo.lock is because assert_cli 0.5.6 was yanked and so we reverted back to 0.5.4 @bors retry rollup |
save-analysis: handle aliasing imports a bit more nicely r? @eddyb
Rollup of 11 pull requests Successful merges: - #49767 (Rewrite docs for `std::ptr`) - #50399 (save-analysis: handle aliasing imports a bit more nicely) - #50594 (Update the man page with additional --print options) - #50613 (Migrate the toolstate update bot to rust-highfive) - #50632 (Add minification process) - #50685 (ci: Add Dockerfile for dist-sparc64-linux) - #50691 (rustdoc: Add support for pub(restricted)) - #50712 (Improve eager type resolution error message) - #50720 (Add “Examples” section header in f32/f64 doc comments.) - #50733 (Hyperlink DOI against preferred resolver) - #50745 (Uncapitalize "You") Failed merges:
r? @eddyb