-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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
fix copy_nonoverlapping #82967
fix copy_nonoverlapping #82967
Conversation
I verified that the test fails without the PR (the first constant incorrectly raises an error). |
This comment has been minimized.
This comment has been minimized.
8fb6164
to
4d74862
Compare
This line length check in tests is really more annoying than helpful. :/ |
@bors r+
yea... maybe we should teach it to ignore comments in tests |
📌 Commit 4d74862 has been approved by |
@bors p=1 (fixes Miri) |
☀️ Test successful - checks-actions |
…Mark-Simulacrum Make copy/copy_nonoverlapping fn's again Make copy/copy_nonoverlapping fn's again, rather than intrinsics. This a short-term change to address issue rust-lang#84297. It effectively reverts PRs rust-lang#81167 rust-lang#81238 (and part of rust-lang#82967), rust-lang#83091, and parts of rust-lang#79684.
…Mark-Simulacrum Make copy/copy_nonoverlapping fn's again Make copy/copy_nonoverlapping fn's again, rather than intrinsics. This a short-term change to address issue rust-lang#84297. It effectively reverts PRs rust-lang#81167 rust-lang#81238 (and part of rust-lang#82967), rust-lang#83091, and parts of rust-lang#79684.
Fixes a bug introduced by #77511
r? @oli-obk
Fixes #82961