about summary refs log tree commit diff
path: root/tests/ui/lint/dead-code/unconstructible-pub-struct.rs
AgeCommit message (Collapse)AuthorLines
2024-08-03Revert "Rollup merge of #128104 - mu001999-contrib:fix/128053, r=petrochenkov"Michael Goulet-35/+0
This reverts commit 91b18a058c4661f82e420b633dc0a3e1ccd14b88, reversing changes made to 9aedec9313dc8ecf9bdcb5f09c4eb0ad8b9a4875.
2024-07-26Not lint pub structs without pub constructors if containing fields of unit, ↵mu001999-0/+35
never type, PhantomData and positional ZST