rust/tests/ui/index_refutable_slice
Samuel Tardieu 4f1044a5a6
Do not specialize for if_chain any longer
Now that `if let` chains have been introduced, the `if_chain` external
crate is no longer necessary. Dropping special support for it also
alleviates the need to keep the crate as a dependency in tests.
2025-07-28 17:26:38 +02:00
..
if_let_slice_binding.fixed Gate collapsible_if let_chains lints on edition 2024 and MSRV 2025-05-06 02:23:28 +00:00
if_let_slice_binding.rs Gate collapsible_if let_chains lints on edition 2024 and MSRV 2025-05-06 02:23:28 +00:00
if_let_slice_binding.stderr Fix new tests updates 2025-02-15 13:38:42 +01:00
slice_indexing_in_macro.fixed Do not specialize for if_chain any longer 2025-07-28 17:26:38 +02:00
slice_indexing_in_macro.rs Do not specialize for if_chain any longer 2025-07-28 17:26:38 +02:00
slice_indexing_in_macro.stderr Do not specialize for if_chain any longer 2025-07-28 17:26:38 +02:00