-
Notifications
You must be signed in to change notification settings - Fork 12.8k
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
Rename tests/ui/issues/issue-100605.rs to ../type/option-ref-advice.rs #114143
Conversation
r? @eholk (rustbot has picked a reviewer for you, use r? to override) |
@rustbot label -T-bootstrap |
☔ The latest upstream changes (presumably #114144) made this pull request unmergeable. Please resolve the merge conflicts. |
@bors r+ |
📌 Commit bde557b5ea2420cb29a68eb68f0c5e6cdc59504a has been approved by It is now in the queue for this repository. |
Ah, looks like there are conflicts. Feel free to r=me after resolving them. |
☔ The latest upstream changes (presumably #114481) made this pull request unmergeable. Please resolve the merge conflicts. |
Thanks for review! @bors r=eholk |
@Enselic: 🔑 Insufficient privileges: Not in reviewers |
@Enselic: 🔑 Insufficient privileges: Not in reviewers |
@rustbot ready (see #114143 (comment)) |
@bors r+ Sorry about that! |
📌 Commit 76ce67292cd220f5e8635c88423948e6d02c1525 has been approved by It is now in the queue for this repository. |
The test is a regression test for a bug where the compiler gave bad advice for an `Option<&String>`. Rename the file appropriately.
76ce672
to
6ba393c
Compare
@bors r+ |
☀️ Test successful - checks-actions |
Finished benchmarking commit (9565b68): comparison URL. Overall result: ✅ improvements - no action needed@rustbot label: -perf-regression Instruction countThis is a highly reliable metric that was used to determine the overall result at the top of this comment.
Max RSS (memory usage)ResultsThis is a less reliable metric that may be of interest but was not used to determine the overall result at the top of this comment.
CyclesResultsThis is a less reliable metric that may be of interest but was not used to determine the overall result at the top of this comment.
Binary sizeThis benchmark run did not return any relevant results for this metric. Bootstrap: 648.941s -> 649.206s (0.04%) |
The test is a regression test for a bug where the compiler gave bad advice for an
Option<&String>
. Rename the file appropriately.Part of #73494