This repository was archived by the owner on May 28, 2025. It is now read-only.
Commit 7e20323
committed
Auto merge of rust-lang#78449 - Aaron1011:fix/libstd-semi, r=dtolnay
Remove semicolon from internal `err` macro
This macro is used in expression position (a match arm), and only
compiles because of rust-lang#33953
Regardless of what happens with that issue, this makes the
usage of the macro less confusing at the call site.2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
125 | 125 | | |
126 | 126 | | |
127 | 127 | | |
128 | | - | |
| 128 | + | |
129 | 129 | | |
130 | 130 | | |
131 | 131 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| |||
0 commit comments