about summary refs log tree commit diff
path: root/tests/ui/attributes/may_dangle.stderr
AgeCommit message (Collapse)AuthorLines
2024-08-18Check that `#[may_dangle]` is properly appliedGoldstein-0/+50
It's only valid when applied to a type or lifetime parameter in `Drop` trait implementation.