about summary refs log tree commit diff
path: root/src/test/rustdoc/issue-52873.rs
AgeCommit message (Collapse)AuthorLines
2019-12-22Remove mem::uninitalized from testsMark Rousskov-3/+2
This purges uses of uninitialized where possible from test cases. Some are merely moved over to the equally bad pattern of MaybeUninit::uninit().assume_init() but with an annotation that this is "the best we can do".
2019-07-04Permit use of mem::uninitialized via allow(deprecated)Mark Rousskov-0/+1
2018-09-25add regression testNiko Matsakis-0/+171