rust/compiler/rustc_lint
Jake Goulding c06b586824 Reword mismatched-lifetime-syntaxes text based on feedback
Key changes include:

- Removal of the word "syntax" from the lint message. More accurately,
  it could have been something like "syntax group" or "syntax
  category", but avoiding it completely is easier.
- The primary lint message now reflects exactly which mismatch is
  occurring, instead of trying to be general. A new `help` line is
  general across the mismatch kinds.
- Suggestions have been reduced to be more minimal, no longer also
  changing non-idiomatic but unrelated aspects.
- Suggestion text no longer mentions changes when those changes don't
  occur in that specific suggestion.

(cherry picked from commit 5530744318)
2025-07-24 09:53:53 -07:00
..
src Reword mismatched-lifetime-syntaxes text based on feedback 2025-07-24 09:53:53 -07:00
Cargo.toml Remove rustc_attr_data_structures re-export from rustc_attr_parsing 2025-05-18 18:14:43 +02:00
messages.ftl Reword mismatched-lifetime-syntaxes text based on feedback 2025-07-24 09:53:53 -07:00