-
Notifications
You must be signed in to change notification settings - Fork 13.3k
rename sub_ptr to offset_from_unsigned #137483
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
The head ref may contain hidden characters: "\u{1F605}"
Conversation
rustbot has assigned @workingjubilee. Use |
The Miri subtree was changed cc @rust-lang/miri |
Could not assign reviewer from: |
This comment has been minimized.
This comment has been minimized.
b83ae9a
to
4e23cbe
Compare
I guess this will also be a test whether GH and all our tooling can deal with an emoji branch name. There have been problems in the past.^^ |
src/tools/miri/tests/fail/intrinsics/ptr_offset_from_unsigned_neg.stderr
Outdated
Show resolved
Hide resolved
0869572
to
c37e497
Compare
yeahh, please add at least one ascii character to the branch name, or it will end badly probably |
This comment has been minimized.
This comment has been minimized.
The branches a PR is on can't be changed, so that would require a new PR. But we can also just try?^^ So far it seems to work. |
This comment has been minimized.
This comment has been minimized.
let's see if this fails horribly due to the branch name ^^'. thanks for the PR! |
Rollup of 8 pull requests Successful merges: - rust-lang#136439 (Misc. `rustc_codegen_ssa` cleanups 🧹) - rust-lang#136543 (intrinsics: unify rint, roundeven, nearbyint in a single round_ties_even intrinsic) - rust-lang#136637 (Add binary_format to rustc target specs) - rust-lang#137099 (Fix rustdoc test directives that were accidentally ignored 🧐) - rust-lang#137297 (Update `compiler-builtins` to 0.1.147) - rust-lang#137451 (FIx `sym` -> `syn` typo in tail-expr-drop-order type opt-out) - rust-lang#137452 (bootstrap: add module docs for core:metadata) - rust-lang#137483 (rename sub_ptr to offset_from_unsigned) r? `@ghost` `@rustbot` modify labels: rollup
i also made
byte_sub_ptr
byte_offset_from_unsigned
fixes #137121
tracking issue #95892