-
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
Add MaybeUninit memset test #98304
Add MaybeUninit memset test #98304
Conversation
(rust-highfive has picked a reviewer for you, use r? to override) |
This comment has been minimized.
This comment has been minimized.
r? @nikic It could make sense to land this with a min-llvm-version 15, I suppose, but not sure how we feel about such future tests. |
I'm fine just letting this sit until August FYI. |
ping from triage: FYI: when a PR is ready for review, send a message containing @rustbot author |
0deec40
to
6a51d13
Compare
Signed-off-by: Alex Saveau <saveau.alexandre@gmail.com>
6a51d13
to
8c62cc2
Compare
@JohnCSimon looks like llvm 13 is still used in CI even though #99464 happened, so I added a |
@rustbot ready |
@bors r+ |
Add MaybeUninit memset test Closes rust-lang#96274
Rollup of 8 pull requests Successful merges: - rust-lang#98304 (Add MaybeUninit memset test) - rust-lang#98801 (Add a `File::create_new` constructor) - rust-lang#99821 (Remove separate indexing of early-bound regions) - rust-lang#100239 (remove an ineffective check in const_prop) - rust-lang#100337 (Stabilize `std::io::read_to_string`) - rust-lang#100819 (Make use of `[wrapping_]byte_{add,sub}`) - rust-lang#100934 (Remove a panicking branch from `fmt::builders::PadAdapter`) - rust-lang#101000 (Separate CountIsStar from CountIsParam in rustc_parse_format.) Failed merges: r? `@ghost` `@rustbot` modify labels: rollup
Closes #96274