Uh oh!
There was an error while loading. Please reload this page.
Add MaybeUninit memset test - #98304
Conversation
rust-highfive
commented
Jun 20, 2022
(rust-highfive has picked a reviewer for you, use r? to override) |
This comment has been minimized.
This comment has been minimized.
Mark-Simulacrum
commented
Jun 23, 2022
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. |
SUPERCILEX
commented
Jun 23, 2022
I'm fine just letting this sit until August FYI. |
JohnCSimon
commented
Jul 24, 2022
ping from triage: FYI: when a PR is ready for review, send a message containing @rustbot author |
Signed-off-by: Alex Saveau <saveau.alexandre@gmail.com>
SUPERCILEX
commented
Aug 25, 2022
@JohnCSimon looks like llvm 13 is still used in CI even though #99464 happened, so I added a |
SUPERCILEX
commented
Aug 25, 2022
@rustbot ready |
nikic
commented
Aug 28, 2022
@bors r+ |
bors
commented
Aug 28, 2022
Add MaybeUninit memset test Closesrust-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