Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Auto merge of rust-lang#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`
- Loading branch information