about summary refs log tree commit diff
path: root/tests/ui/drop/dropck-normalize-errors.rs
AgeCommit message (Collapse)AuthorLines
2025-08-08update test expectations for boring locals + dropckoutlives interactionsRémy Rakic-1/+5
The suboptimal error only appears with NLLs due to liveness differences where polonius cannot have as many boring locals. Sometimes this causes NLLs to emit a duplicate error as well.
2025-05-12Flush errors before deep normalize in dropck_outlivesMichael Goulet-0/+31