mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-01 07:13:24 +03:00
7e2032390c
Remove semicolon from internal `err` macro This macro is used in expression position (a match arm), and only compiles because of #33953 Regardless of what happens with that issue, this makes the usage of the macro less confusing at the call site.