Uh oh!
There was an error while loading. Please reload this page.
Remove structural match from TypeId - #103291
Conversation
rust-highfive
commented
Oct 20, 2022
r? @thomcc (rust-highfive has picked a reviewer for you, use r? to override) |
rustbot
commented
Oct 20, 2022
Hey! It looks like you've submitted a new PR for the library teams! If this PR contains changes to any Examples of
|
thomcc
commented
Oct 20, 2022
raldone01
commented
Oct 20, 2022
@rustbot label +T-libs-api -T-libs |
onestacked
commented
Oct 20, 2022
onestacked
commented
Nov 15, 2022
@rustbot label +needs-fcp |
Uh oh!
There was an error while loading. Please reload this page.
eddyb
left a comment
There was a problem hiding this comment.
LGTM but I don't understand what's going on with the test.
eddyb
commented
Nov 28, 2022
Marking as blocked on: |
7b92413 to
a283c4fCompareraldone01
commented
Feb 3, 2023
@rustbot ready |
a283c4f to
dd57064CompareWaffleLapkin
commented
Feb 24, 2023
Is this waiting on libs FCP to be started? |
onestacked
commented
Feb 24, 2023
bors
commented
Apr 19, 2023
☔ The latest upstream changes (presumably #110393) made this pull request unmergeable. Please resolve the merge conflicts. |
dtolnay
commented
May 26, 2023
@bors r+ |
bors
commented
May 26, 2023
…atch, r=dtolnay Remove structural match from `TypeId` As per rust-lang#99189 (comment). > Removing the structural equality might make sense, but is a breaking change that'd require a libs-api FCP. rust-lang#99189 (comment) > Landing this PR now (well, mainly the "remove structural equality" part) would unblock `const fn` `TypeId::of`, since we only postponed that because we were guaranteeing too much. See also rust-lang#99189, rust-lang#101698
bors
commented
May 26, 2023
rfcbot
commented
May 26, 2023
The final comment period, with a disposition to merge, as per the review above, is now complete. As the automated representative of the governance process, I would like to thank the author for their work and everyone else who contributed. This will be merged soon. |
bors
commented
May 26, 2023
☀️ Test successful - checks-actions |
dtolnay
commented
May 26, 2023
rust-timer
commented
May 26, 2023
Finished benchmarking commit (1a5f8bc): comparison URL. Overall result: no relevant changes - no action needed@rustbot label: -perf-regression Instruction countThis benchmark run did not return any relevant results for this metric. 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: 643.928s -> 644.897s (0.15%) |
jackh726
commented
Sep 14, 2024
sorry to necro this a bit - looking through our I-unsound known-bug tracking in #105107 and came across this.
For future reference: this is not the correct use of |

As per #99189 (comment).
#99189 (comment)
See also #99189, #101698