You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Auto merge of rust-lang#140637 - m-ou-se:panic-simplify, r=<try>
Simplify expansion of panic!().
In rust-lang#115670, panic!() was changed to generate extra functions. However, it's unclear if it actually improved things.
Let's try what happens if we remove it.
0 commit comments