-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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 6 pull requests #68271
Rollup of 6 pull requests #68271
Conversation
Give named fields to `struct PrivacyError` Move `fn report_ambiguity_error` to `diagnostics.rs`
This is primarily updating the `curl` dependency, but also went ahead and applied a few updates for other packages that Cargo depends on.
It is not self-explanatory whether the fract() function inverts the fractional part of negative numbers. Co-Authored-By: Mateusz Mikuła <mati865@users.noreply.github.com>
Move some queries from rustc::ty to librustc_ty. cc rust-lang#65031
…rk-Simulacrum Update some of Cargo's dependencies This is primarily updating the `curl` dependency, but also went ahead and applied a few updates for other packages that Cargo depends on.
resolve: Point at the private item definitions in privacy errors A basic version of rust-lang#67951. r? @estebank
Use 3.6 instead of 3.5 in float fract() documentation It is not self-explanatory whether the fract() function inverts the fractional part of negative numbers. This change clarifies this possible question (so that it is `.6` not `.4`)
…-DPC Fix some issue numbers of unstable features Looking into the unstable book, some issue numbers are outdated.
Changed docs for f32 and f64.
@bors r+ rollup=never p=6 |
📌 Commit 54a25c8 has been approved by |
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 |
Successful merges:
Failed merges:
r? @ghost