-
Notifications
You must be signed in to change notification settings - Fork 12.9k
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
Rollup of 5 pull requests #96846
Rollup of 5 pull requests #96846
Conversation
…gestion-with-pub-async-fn, r=cjgillot Fix incorrect syntax suggestion with `pub async fn` This PR closes: rust-lang#96555
…anieu Further elaborate the lack of guarantees from `Hasher` I realized that I got too excited in rust-lang#94598 by adding new methods, and forgot to do the documentation to really answer the core question in rust-lang#94026. This PR just has that doc update. r? `@Amanieu`
Fix the `x.py clippy` command Fixes rust-lang#96826, confirmed clippy runs correctly on local r? `@Mark-Simulacrum`
…rrors Add and tweak const-generics tests Closes rust-lang#96654 Also correct the src/test/ui/const-generics/issues/issue-77357.rs test's issue number.
…iddle Add more eslint rules Slowly continuing to enforce more rules with eslint. Part of rust-lang#93058. r? `@notriddle`
@bors r+ rollup=never p=5 |
📌 Commit 43b3a49 has been approved by |
☀️ Test successful - checks-actions |
Finished benchmarking commit (cb12198): comparison url. Summary: This benchmark run did not return any relevant results. If you disagree with this performance assessment, please file an issue in rust-lang/rustc-perf. @rustbot label: -perf-regression |
Successful merges:
pub async fn
#96617 (Fix incorrect syntax suggestion withpub async fn
)Hasher
#96828 (Further elaborate the lack of guarantees fromHasher
)x.py clippy
command #96829 (Fix thex.py clippy
command)Failed merges:
r? @ghost
@rustbot modify labels: rollup
Create a similar rollup