mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-01 07:13:24 +03:00
9358d09a55
Make `const_eval_select` a real intrinsic This fixes issues where `track_caller` functions do not have nice panic messages anymore when there is a call to the function, and uses the MIR system to replace the call instead of dispatching via lang items. Fixes #100696.