-
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
Minor cleanup around incremental compilation #78489
Conversation
bugadani
commented
Oct 28, 2020
- Remove some short lived vectors
- Fix some typos
- Avoid some reallocations
r? @estebank (rust_highfive has picked a reviewer for you, use r? to override) |
@bors r+ |
📌 Commit a8803d3 has been approved by |
⌛ Testing commit a8803d3 with merge a2cfafe820b415c3c3adea04eaea7980a48fc53e... |
💔 Test failed - checks-actions |
I don't have experience with macOS - Does anyone know if this error was caused by my changes?
|
It seems spurious. |
Minor cleanup around incremental compilation * Remove some short lived vectors * Fix some typos * Avoid some reallocations
☀️ Test successful - checks-actions |