diff options
| author | Nicholas Nethercote <n.nethercote@gmail.com> | 2024-11-29 07:00:42 +1100 |
|---|---|---|
| committer | Nicholas Nethercote <n.nethercote@gmail.com> | 2024-12-02 16:17:55 +1100 |
| commit | d37ed10634131dd678697609f9060aaba8bacd41 (patch) | |
| tree | 30849902c75b8cfc2f7a9645587c57ea24265773 /compiler/rustc_codegen_llvm/src | |
| parent | 5e1440ae514d98ddfcbf1607acb64d41e07ef616 (diff) | |
| download | rust-d37ed10634131dd678697609f9060aaba8bacd41.tar.gz rust-d37ed10634131dd678697609f9060aaba8bacd41.zip | |
Fix crash with `-Zdump-mir-dataflow`
As of #133155 `Formatter:new` uses `as_results_cursor` to create a non-mutable results reference, and then later that is accessed via `deref_mut` which results in a runtime abort. Changing to `as_results_cursor_mut` fixes it. Fixes #133641.
Diffstat (limited to 'compiler/rustc_codegen_llvm/src')
0 files changed, 0 insertions, 0 deletions
