Use Iterator::eq and (dogfood) eq_by in compiler and library

This commit is contained in:
Yotam Ofek
2025-09-27 20:57:50 +03:00
parent f957826bff
commit 68a7c25078
17 changed files with 20 additions and 33 deletions

View File

@@ -9,6 +9,7 @@
#![feature(default_field_values)]
#![feature(if_let_guard)]
#![feature(iter_intersperse)]
#![feature(iter_order_by)]
#![recursion_limit = "256"]
// tidy-alphabetical-end