summary refs log tree commit diff
path: root/tests/ui/traits/const-traits/macro-bare-trait-objects-const-trait-bounds.rs
AgeCommit message (Collapse)AuthorLines
2025-07-25Update ui tests with new macro early erroringGuillaume Gomez-1/+1
2025-07-05Rename tests named with `mbe` to use `macro` insteadJosh Triplett-0/+24
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`.