about summary refs log tree commit diff
path: root/tests/ui/traits/const-traits/mbe-bare-trait-objects-const-trait-bounds.rs
AgeCommit message (Collapse)AuthorLines
2025-07-05Rename tests named with `mbe` to use `macro` insteadJosh Triplett-24/+0
Most macro tests use `macro` in the name, making it easy to find and run tests relevant to macros. However, a few use `mbe` instead. Rename those to say `macro`.
2025-06-26Change const trait bound syntax from ~const to [const]Oli Scherer-6/+10
2024-10-22Move testsMichael Goulet-0/+20