-
-
Notifications
You must be signed in to change notification settings - Fork 14.4k
Use an associated type default for Key::Cache.
#151097
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
Use an associated type default for Key::Cache.
#151097
Conversation
|
|
|
@ChayimFriedman2: please let me know if we need to wait on this merging for any reason. |
This comment has been minimized.
This comment has been minimized.
This should be available on r-a releases and on nightly rustup, I think that's enough. |
|
r=me |
This comment has been minimized.
This comment has been minimized.
They currently aren't used because r-a didn't support them, but r-a support was recently merged in rust-lang/rust-analyzer#21243.
449f292 to
aebcf78
Compare
|
This PR was rebased onto a different main commit. Here's a range-diff highlighting what actually changed. Rebasing is a normal part of keeping PRs up to date, so no action is needed—this note is just to help reviewers. |
|
@bors r=Noratrieb rollup |
Rollup of 5 pull requests Successful merges: - #151692 (Try to reduce rustdoc GUI tests flakyness) - #147436 (slice/ascii: Optimize `eq_ignore_ascii_case` with auto-vectorization) - #151390 (Reintroduce `QueryStackFrame` split.) - #151097 (Use an associated type default for `Key::Cache`.) - #151702 (Omit standard copyright notice)
Rollup merge of #151097 - nnethercote:associated_type_defaults-query-key, r=Noratrieb Use an associated type default for `Key::Cache`. They currently aren't used because r-a didn't support them, but r-a support was recently merged in rust-lang/rust-analyzer#21243. r? @Noratrieb
Rollup of 5 pull requests Successful merges: - rust-lang/rust#151692 (Try to reduce rustdoc GUI tests flakyness) - rust-lang/rust#147436 (slice/ascii: Optimize `eq_ignore_ascii_case` with auto-vectorization) - rust-lang/rust#151390 (Reintroduce `QueryStackFrame` split.) - rust-lang/rust#151097 (Use an associated type default for `Key::Cache`.) - rust-lang/rust#151702 (Omit standard copyright notice)
They currently aren't used because r-a didn't support them, but r-a support was recently merged in
rust-lang/rust-analyzer#21243.
r? @Noratrieb