mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-30 04:56:25 +03:00
852a64f875
fix suggestion error for [`manual_is_ascii_check`] with missing type fixes: #11324 fixes: #11776 changelog: improve [`manual_is_ascii_check`] to suggest labeling type in closure, fix FP with type generics, and improve linting on ref expressions.