-
Notifications
You must be signed in to change notification settings - Fork 12.9k
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
Add tests impl via obj unless denied #113020
Add tests impl via obj unless denied #113020
Conversation
Thanks for the pull request, and welcome! The Rust team is excited to review your changes, and you should hear from @compiler-errors (or someone else) soon. Please see the contribution instructions for more information. Namely, in order to ensure the minimum review times lag, PR authors and assigned reviewers should ensure that the review label (
|
@@ -0,0 +1,14 @@ | |||
#![feature(ptr_metadata)] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you please either reference #112737 in a comment or change the filename to issue-112737.rs?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'd rather the issue referenced in a comment
Please use a rebase to remove the merge commit from this commit history. |
@rustbot author (see instructions above to mark this ready for review) |
dc72009
to
3d0040a
Compare
Added comments and the merge commit should be gone now @rustbot review |
Sorry, should've also asked for you to squash this into one commit 😅 Do you mind doing that? |
15216ae
to
09f0548
Compare
No stress, commits should be squashed to one now @compiler-errors. Let me know if there's anything else I missed :) |
From a cursory look, this PR should close the issue mentioned on top once merged, if so change the first line of your PR description to (so the issue will be automatically closed upon the PR's successful merge):
Thanks. |
@bors r+ rollup |
…iaskrgr Rollup of 8 pull requests Successful merges: - rust-lang#112207 (Add trustzone and virtualization target features for aarch32.) - rust-lang#112454 (Make compiletest aware of targets without dynamic linking) - rust-lang#112628 (Allow comparing `Box`es with different allocators) - rust-lang#112692 (Provide more context for `rustc +nightly -Zunstable-options` on stable) - rust-lang#112972 (Make `UnwindAction::Continue` explicit in MIR dump) - rust-lang#113020 (Add tests impl via obj unless denied) - rust-lang#113084 (Simplify some conditions) - rust-lang#113103 (Normalize types when applying uninhabited predicate.) r? `@ghost` `@rustbot` modify labels: rollup
Fixes #112737
Add simple tests to check feature change in #112320 is performing as expected.
Note: