-
-
Notifications
You must be signed in to change notification settings - Fork 14.4k
feat: Support references in reflection type info #151222
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
Conversation
|
|
This comment has been minimized.
This comment has been minimized.
82917a0 to
f26a2c2
Compare
|
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. |
f26a2c2 to
a23d2ba
Compare
|
@bors r+ rollup |
|
Reminder, once the PR becomes ready for a review, use |
|
@bors r- |
|
Commit a23d2ba has been unapproved. |
a23d2ba to
c7031e9
Compare
|
@bors r=oli-obk rollup |
Rollup of 5 pull requests Successful merges: - #151092 (Generate macro expansion for rust compiler crates docs) - #151120 (Fix deprecated attribute intra-doc link not resolved in the right location on reexported item) - #151207 (Preliminary match/capture test cleanup for PR 150681) - #151221 (Reorganizing `tests/ui/issues` 5 tests [1/N]) - #151222 (feat: Support references in reflection type info) r? @ghost
Tracking issue: #146922
#![feature(type_info)]Based on #151119 implementation for pointers for consistency
r? oli-obk