Uh oh!
There was an error while loading. Please reload this page.
Add Sized trait display when implemented on type - #78181
Conversation
126945d to
2f8ab71Comparejyn514
commented
Oct 30, 2020
Oops, looks like triagebot got confused. @GuillaumeGomez I think you need to put r? @ollie27 |
GuillaumeGomez
commented
Nov 1, 2020
ping |
This comment has been minimized.
This comment has been minimized.
2f8ab71 to
3975705CompareUh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
ab48efc to
56a60eaCompareGuillaumeGomez
commented
Dec 4, 2020
Ok, seems to be ready! |
This comment has been minimized.
This comment has been minimized.
JohnCSimon
commented
Feb 14, 2021
triage: merge conflict @rustbot label: -S-waiting-on-review +S-waiting-on-author |
GuillaumeGomez
commented
Feb 14, 2021
It's still waiting for a review. @rustbot label: -S-waiting-on-author +S-waiting-on-review |
Uh oh!
There was an error while loading. Please reload this page.
56a60ea to
877f197CompareGuillaumeGomez
commented
Feb 18, 2021
It now only displays in case the |
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.
This comment has been minimized.
This comment has been minimized.
4abb66d to
fbc8c70CompareGuillaumeGomez
commented
Feb 19, 2021
Updated! |
jyn514
left a comment
There was a problem hiding this comment.
This looks good :) r=me with nit fixed, it took me a second to understand the code the first time.
Uh oh!
There was an error while loading. Please reload this page.
fbc8c70 to
5fd3b9aCompare5fd3b9a to
46f24c9CompareGuillaumeGomez
commented
Feb 19, 2021
Oh sorry, I tried to make the parameter name as explicit as possible but I realize that some comments would have make it much better. I added another one in addition to the one you suggested. :) |
GuillaumeGomez
commented
Feb 19, 2021
@bors: r=jyn514 |
bors
commented
Feb 19, 2021
📌 Commit 46f24c9 has been approved by |
Add Sized trait display when implemented on type Fixesrust-lang#24183. I'm not too happy about the hack I had to add in here, however, it seems like the `Sized` trait is **very** special. cc `@jyn514` r? `@ollie27`
bors
commented
Feb 20, 2021
bors
commented
Feb 20, 2021
☀️ Test successful - checks-actions |
rust-log-analyzer
commented
Feb 20, 2021
A job failed! Check out the build log: (web)(plain) Click to see the possible cause of the failure (guessed by this bot) |
Fixes#24183.
I'm not too happy about the hack I had to add in here, however, it seems like the
Sizedtrait is very special.cc @jyn514
r? @ollie27