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 #122671 - Mark-Simulacrum:const-panic-msg, r=<try>
Codegen const panic messages as function calls
This skips emitting extra arguments at every callsite (of which there can be many). We could handwrite these functions if the approach here proves fairly expensive at compile-time.
r? `@Mark-Simulacrum` (for perf, for now)
0 commit comments