mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-28 20:16:58 +03:00
0352a2820d
Move generic error message to separate branches This decomposes an error message in generic constants into more specific branches, for better readability. r? ``@lcnr``