-
Notifications
You must be signed in to change notification settings - Fork 12.8k
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
changes old intrinsic declaration to new declaration #133106
base: master
Are you sure you want to change the base?
Conversation
r? @ibraheemdev rustbot has assigned @ibraheemdev. Use |
Some changes occurred to the intrinsics. Make sure the CTFE / Miri interpreter cc @rust-lang/miri, @rust-lang/wg-const-eval |
Hello? |
It's only been 3 days. Reviewers are largely volunteers doing this next to their dayjobs and regular life. Please have a bit of patience. :) Quoting from the comment posted by the bot above (emphasis mine): |
@RalfJung I just wanted to check, I didn't wanted to be rude. sorry if I was |
Looks good, thanks. :) @bors r+ |
changes old intrinsic declaration to new declaration This pr is for issue rust-lang#132735 It changes old `extern "intrinsic"` code block with new declaration. There are other blocks that use old declaration but as the changes needed in single block is quite large I do them in parts
Failed in rollup, needs to rebless a UI test.
@bors r- |
umm @jieyouxu is there a problem? |
Hi @BLANKatGITHUB, if you rebase against latest |
Well I confirmed it and it indeed fails on latest master branch. |
You have to rebase (see https://rustc-dev-guide.rust-lang.org/git.html#rebasing-and-conflicts), and then run |
4250bfe
to
ff99d8c
Compare
sql.txt
Outdated
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.
Something went wrong here, this file shouldn't be in the PR.
Please always double-check your commits before pushing them!
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.
Now you have a commit adding the sql.txt file and another commit removing it. Please squash those into a single commit (or squash the entire PR into a single commit if you prefer).
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.
yeah I know sorry for that
blesses tests/ui/intrinsics blesses tests/ui/intrinsics
87ddc4c
to
5eb6553
Compare
This pr is for issue #132735
It changes old
extern "intrinsic"
code block with new declaration.There are other blocks that use old declaration but as the changes needed in single block is quite large I do them in parts