Files
rust/compiler
Matthias Krüger dfd83be4da Rollup merge of #138821 - dianne:cleanup-non-scalar-compare, r=oli-obk
match lowering cleanup: remove unused unsizing logic from `non_scalar_compare`

Since array and slice constants are now translated to array and slice patterns, `non_scalar_compare` is only used for string comparisons. This specializes it to strings, renames it, and removes the unused array-unsizing logic.

This also updates the doc comments for  `thir::PatKind::Constant` and `TestKind::Eq`, which referred to them being used for slice references.

r? ````@oli-obk````
2025-03-24 20:40:08 +01:00
..
2025-03-23 17:02:42 +09:00
2025-03-23 18:18:47 +00:00
2025-03-23 18:18:47 +00:00
2025-03-15 06:34:36 +00:00