Unnamed repository; edit this file 'description' to name the repository.
Auto merge of #130145 - fee1-dead-contrib:repeatn, r=lcnr,workingjubilee
`RepeatN`: use MaybeUninit
Closes #130140. Closes #130141.
Use `MaybeUninit` instead of `ManuallyDrop` for soundness.