rustc_public: add vtable_entries() to TraitRef#152669
rustc_public: add vtable_entries() to TraitRef#152669rust-bors[bot] merged 2 commits intorust-lang:mainfrom
vtable_entries() to TraitRef#152669Conversation
|
r? @celinval rustbot has assigned @celinval. Use Why was this reviewer chosen?The reviewer was selected based on:
|
We could use |
|
Sure... Just more ergonomic and we could avoid translating all definitions when only one is needed. Since it's a common occurrence when translating a virtual function call. |
This comment has been minimized.
This comment has been minimized.
|
Ah good point, I didn’t think of that. |
|
This PR was rebased onto a different main commit. Here's a range-diff highlighting what actually changed. Rebasing is a normal part of keeping PRs up to date, so no action is needed—this note is just to help reviewers. |
|
Unknown command "e+". Run |
|
@bors r+ rollup |
rustc_public: add `vtable_entries()` to `TraitRef` Resolves: rust-lang/project-stable-mir#103
rustc_public: add `vtable_entries()` to `TraitRef` Resolves: rust-lang/project-stable-mir#103
…uwer Rollup of 5 pull requests Successful merges: - #154103 (coretests: Expand ieee754 parsing and printing tests to f16) - #152669 (rustc_public: add `vtable_entries()` to `TraitRef`) - #153776 (Remove redundant `is_dyn_thread_safe` checks) - #154121 (Fix typos and markdown errors) - #154126 (refactor(attribute parser): move check_custom_mir to attribute parser)
Resolves: rust-lang/project-stable-mir#103