mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-07 09:13:07 +03:00
888dc2e3b0
diagnostics: avoid wrong `unused_parens` on `x as (T) < y` Fixes #106413 Fixes #80636