Commit 2d12f93
committed
Auto merge of #117804 - saethlin:no-recursive-panics, r=<try>
Panic directly in Arguments::new* instead of recursing
This has been bothering me because it looks very silly in MIR. Maybe the simpler form is faster? It surely inlines more... but is that good?
r? `@ghost`1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
320 | 320 | | |
321 | 321 | | |
322 | 322 | | |
323 | | - | |
| 323 | + | |
324 | 324 | | |
325 | 325 | | |
326 | 326 | | |
| |||
330 | 330 | | |
331 | 331 | | |
332 | 332 | | |
333 | | - | |
| 333 | + | |
334 | 334 | | |
335 | 335 | | |
336 | 336 | | |
| |||
0 commit comments