diff options
| author | Lukas Bergdoll <lukas.bergdoll@gmail.com> | 2024-06-16 17:17:36 +0200 |
|---|---|---|
| committer | Lukas Bergdoll <lukas.bergdoll@gmail.com> | 2024-06-16 17:17:36 +0200 |
| commit | 9889ab1f6032d4ab38aa2aeffac002093e4f6559 (patch) | |
| tree | 671b056ea6a18bf451d987be82283e4407f0e601 /compiler/rustc_codegen_llvm/src | |
| parent | f7496f5f85fccadc4cb81704b78a5ffe3db16ea2 (diff) | |
| download | rust-9889ab1f6032d4ab38aa2aeffac002093e4f6559.tar.gz rust-9889ab1f6032d4ab38aa2aeffac002093e4f6559.zip | |
Remove reliance on const_trait in sort implementations
const_trait in conjunction with specialization was deemed not ready for usage in this scenario. So instead a two-stage trait specialization approach is used. This approach is likely worse for compile-times. Future work that enables const_trait can revert back to the previous version as outlined in the comment marked FIXME(effects).
Diffstat (limited to 'compiler/rustc_codegen_llvm/src')
0 files changed, 0 insertions, 0 deletions
