about summary refs log tree commit diff
path: root/src/test/ui/issues/issue-48131.rs
AgeCommit message (Collapse)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-33/+0
2021-05-11Test `-Zthir-unsafeck` for unused unsafe blocksLeSeulArtichaut-0/+3
2019-12-22Remove mem::uninitalized from testsMark Rousskov-3/+3
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-12-25Remove licensesMark Rousskov-10/+0
2018-08-14Merged migrated compile-fail tests and ui tests. Fixes #46841.David Wood-0/+39