about summary refs log tree commit diff
path: root/tests/ui/traits/negative-bounds/simple.stderr
AgeCommit message (Expand)AuthorLines
2025-08-22On E0277, point at type that doesn't implement boundEsteban Küber-2/+12
2024-11-02Account for negative bounds in E0277 note and suggestionEsteban Küber-12/+0
2024-11-02Add trait diff highlighting logic and use it in E0277Esteban Küber-1/+2
2024-03-02Account for unmet `T: !Copy` in E0277 messageEsteban Küber-4/+4
2023-12-28Make feature `negative_bounds` internalLeón Orell Valerian Liehr-17/+9
2023-05-02Make negative trait bounds work with the old trait solverMichael Goulet-14/+2
2023-05-02Implement negative boundsMichael Goulet-0/+82