-
Couldn't load subscription status.
- Fork 13.9k
prefix should not be mutable.
#71525
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
Conversation
|
r? @estebank (rust_highfive has picked a reviewer for you, use r? to override) |
|
@bors r+ Thanks! Seems like a reasonable cleanup. |
|
📌 Commit 079817d has been approved by |
`prefix` should not be mutable. Change the process from for loop to find, which makes the `prefix` able to be immutable.
`prefix` should not be mutable. Change the process from for loop to find, which makes the `prefix` able to be immutable.
|
⌛ Testing commit 079817d with merge fbda1a3b113af16166ee281266afb75cffcce447... |
|
@bors retry |
Rollup of 12 pull requests Successful merges: - rust-lang#71525 (`prefix` should not be mutable.) - rust-lang#71741 (Pointer printing: do not print 0 offset) - rust-lang#71870 (Be slightly more precise about any::type_name()'s guarantees.) - rust-lang#71909 (Document From trait for Option implementations) - rust-lang#71964 (Fix bootstrap failing on win32) - rust-lang#72137 (Clean up E0581 explanation) - rust-lang#72138 (Add doc comment for `rustc_middle::mir::mono::Linkage`) - rust-lang#72150 (Remove UnnormalizedProjection) - rust-lang#72151 (Update books) - rust-lang#72163 (docs: remove comment referencing non-existent method) - rust-lang#72169 (Clean up E0582 explanation) - rust-lang#72183 (Fix Arc::decr_strong_count doc test) Failed merges: r? @ghost
Change the process from for loop to find, which makes the
prefixable to be immutable.