Files
rust/compiler/rustc_lint/src
Stuart Cook d8ed17a568 Rollup merge of #144601 - kornelski:cargo-fix-mismatched_lifetime_syntaxes, r=petrochenkov
Allow `cargo fix` to partially apply `mismatched_lifetime_syntaxes`

Workaround for https://github.com/rust-lang/rust/issues/144588#issuecomment-3128445308

Not all suggestions have to be hidden from `cargo fix`, only redundant ones. The redundant ones are already hidden from the user, so the same `tool_only` flag can be used to hide them from `cargo fix`. This way `cargo fix` will be able to correctly apply the fixes, and will apply only the fix that the compiler visibly suggests to the user.
2025-08-07 20:49:45 +10:00
..
2025-07-31 14:19:27 +02:00
2025-06-18 15:46:19 +00:00
2025-07-28 06:10:14 +05:00
2025-06-30 20:42:27 +10:00
2025-02-08 22:12:13 +00:00
2025-01-08 21:26:39 +01:00
2025-02-08 22:12:13 +00:00
2025-02-08 22:12:13 +00:00
2025-06-03 08:23:21 +10:00
2025-07-31 14:19:27 +02:00