Unnamed repository; edit this file 'description' to name the repository.
Auto merge of #120161 - cjgillot:static-pass-name, r=tmiasko
Make MIR pass name a compile-time constant.
Post-processing a compile-time string at runtime is a bit silly. This PR makes CTFE do it all.