mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-28 03:07:24 +03:00
738e87282e
Use `let...else` consistently in user-facing diagnostics resolve: rust-lang/rust#148772 Standardize `let...else` terminology in user-facing diagnostics. Goal: Consistently use `let...else` in all error/warning messages. Internal technical names (`let-else`) in comments and documentation remain unchanged. cc ``@carols10cents,`` ``@jieyouxu``