about summary refs log tree commit diff
path: root/compiler/rustc_lint/src/lifetime_syntax.rs
AgeCommit message (Expand)AuthorLines
2025-07-14Reword mismatched-lifetime-syntaxes text based on feedbackJake Goulding-31/+118
2025-06-25Add runtime check to avoid overwrite arg easily in diag and store and restore...xizheyin-2/+2
2025-06-06Apply `mismatched-lifetime-syntaxes` to trait and extern functionsJake Goulding-7/+33
2025-06-04Replace `elided_named_lifetimes` with `mismatched_lifetime_syntaxes`Jake Goulding-1/+1
2025-06-04Introduce the `mismatched_lifetime_syntaxes` lintJake Goulding-0/+503