about summary refs log tree commit diff
path: root/tests/ui/feature-gates/feature-gate-pattern-complexity-limit.stderr
AgeCommit message (Collapse)AuthorLines
2025-06-09refactor `AttributeGate` and `rustc_attr!` to emit notes during feature ↵mejrs-2/+3
checking
2025-02-17Rename `pattern_complexity` attr as `pattern_complexity_limit`.Nicholas Nethercote-0/+12
For consistency with `recursion_limit`, `move_size_limit`, and `type_length_limit`.