-
Notifications
You must be signed in to change notification settings - Fork 356
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
Implement ptr_mask
intrinsic
#2624
The head ref may contain hidden characters: "iforgor\u{1F480}"
Conversation
@bors r+ |
☀️ Test successful - checks-actions |
1 similar comment
☀️ Test successful - checks-actions |
I was wondering why we hadn't noticed this earlier... turns out there is no doctest and no libcore unit test for this function, so it is not hit by miri-test-libstd. Probably just some ui tests? AFAIK we're trying to avoid using ui tests for things where unit tests could be used. |
fyi: I've filled a PR to add doc tests to the |
update Miri Noteworthy PRs: - rust-lang/miri#2624 - rust-lang/miri#2626 - rust-lang/miri#2630 - rust-lang/miri#2631
update Miri Noteworthy PRs: - rust-lang#2624 - rust-lang#2626 - rust-lang#2630 - rust-lang#2631
update Miri Noteworthy PRs: - rust-lang/miri#2624 - rust-lang/miri#2626 - rust-lang/miri#2630 - rust-lang/miri#2631
update Miri Noteworthy PRs: - rust-lang/miri#2624 - rust-lang/miri#2626 - rust-lang/miri#2630 - rust-lang/miri#2631
I promised I'll implement it, but then forgot 😅