about summary refs log tree commit diff
path: root/tests/ui/traits/const-traits/macro-bare-trait-objects-const-trait-bounds.stderr
AgeCommit message (Collapse)AuthorLines
2025-09-10Restore the test intention of several MBE trait bound modifier testsLeón Orell Valerian Liehr-22/+0
2025-07-13update issue number for `const_trait_impl`Deadbeef-1/+1
2025-07-05Rename tests named with `mbe` to use `macro` insteadJosh Triplett-0/+22
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`.