Uh oh!
There was an error while loading. Please reload this page.
Suggest using map_or when Option<&T>::unwrap_or where T: Deref fails - #127629
Conversation
rustbot
commented
Jul 11, 2024
r? @wesleywiser rustbot has assigned @wesleywiser. Use |
Uh oh!
There was an error while loading. Please reload this page.
bors
commented
Jul 12, 2024
☔ The latest upstream changes (presumably #127635) made this pull request unmergeable. Please resolve the merge conflicts. |
b5ee095 to
be13cc5Compare
This comment has been minimized.
This comment has been minimized.
be13cc5 to
5e1cabeCompareUh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
estebank
commented
Jul 12, 2024
r? @estebank |
3d85271 to
9e35b9aCompare@rustbot label -S-waiting-on-author |
CO-AUTHORED-BY: Esteban Küber <esteban@kuber.com.ar>
9e35b9a to
bdc9df2Compareestebank
commented
Jul 15, 2024
@bors r+ |
bors
commented
Jul 15, 2024
…r, r=estebank Suggest using `map_or` when `Option<&T>::unwrap_or where T: Deref` fails Fixrust-lang#127545 Split from rust-lang#127596 (review)
…r, r=estebank Suggest using `map_or` when `Option<&T>::unwrap_or where T: Deref` fails Fixrust-lang#127545 Split from rust-lang#127596 (review)
…iaskrgr Rollup of 5 pull requests Successful merges: - rust-lang#120990 (Suggest a borrow when using dbg) - rust-lang#127047 (fix least significant digits of f128 associated constants) - rust-lang#127629 (Suggest using `map_or` when `Option<&T>::unwrap_or where T: Deref` fails) - rust-lang#127770 (Update books) - rust-lang#127780 (Make sure trait def ids match before zipping args in `note_function_argument_obligation`) r? `@ghost` `@rustbot` modify labels: rollup
bors
commented
Jul 15, 2024
bors
commented
Jul 16, 2024
☀️ Test successful - checks-actions |
rust-timer
commented
Jul 16, 2024
Finished benchmarking commit (cae4a84): 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)This benchmark run did not return any relevant results for this metric. CyclesResults (secondary 0.2%)This 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: 700.249s -> 700.582s (0.05%) |
Fix#127545
Split from #127596 (review)